← Search

Eric Wang

14 accepted papers

2026

DistDF: Time-series Forecasting Needs Joint-distribution Wasserstein Alignment

ICLR 2026poster

Training time-series forecast models requires aligning the conditional distribution of model forecasts with that of the label sequence. The standard direct forecast (DF) approach seeks to minimize the conditional negative log-likelihood of the label sequence, typically estimated using the mean squa…

Cited by 0SourcecodeScholar
2026

Learning to Memorize with Attributive and Associative Memory for Online Test-Time Adaptation of Vision-Language Models

ICML 2026poster

Memory-based test-time adaptation (TTA) assigns streaming test samples into class-specific memory slots based on pseudo-labels predicted by models like CLIP, and retrieves them to facilitate subsequent predictions under distribution shift. However, this process introduces two challenges: ❶ **Each sa…

Cited by 0SourceScholar
2026

Optimal Transport for Reward Modeling from Noisy Feedback

ICML 2026poster

Reward models are fundamental to Reinforcement Learning from Human Feedback (RLHF), yet real-world datasets are inevitably corrupted by noisy preference. Conventional training objectives tend to overfit these errors, while existing denoising approaches often rely on homogeneous noise assumptions tha…

Cited by 0SourceScholar
2026

Quadratic Direct Forecast for Training Multi-Step Time-Series Forecast Models

ICLR 2026poster

The design of training objective is central to training time-series forecasting models. Existing training objectives such as mean squared error mostly treat each future step as an independent, equally weighted task, which we found leading to the following two issues: (1) overlook the *label autocorr…

Cited by 0SourceScholar
2026

Rethinking the Flow-based Gradual Domain Adaption: A Semi-Dual Optimal Transport Perspective

ICML 2026poster

Gradual Domain Adaption (GDA) aims to mitigate domain shift by progressively adapting models from the source domain to the target domain via intermediate domains. However, real intermediate domains are often unavailable or ineffective, necessitating the synthesis of intermediate samples. Flow-based …

Cited by 0SourceScholar
2026

Unbiased Reward Modeling from Implicit Preference

ICML 2026poster

Despite the success of reinforcement learning from human feedback (RLHF) in aligning language models, current reward modeling heavily relies on explicit preference data with high collection costs. In this work, we study implicit reward modeling---learning reward models from implicit human feedback--…

Cited by 0SourceScholar
2025

Enough Coin Flips Can Make LLMs Act Bayesian

ACL 2025long

Large language models (LLMs) exhibit the ability to generalize given few-shot examples in their input prompt, an emergent capability known as in-context learning (ICL). We investigate whether LLMs use ICL to perform structured reasoning in ways that are consistent with a Bayesian framework or rely o…

Cited by 0SourcePDFScholar
2024

Relaxing the Accurate Imputation Assumption in Doubly Robust Learning for Debiased Collaborative Filtering

ICML 2024spotlight

Recommender system aims to recommend items or information that may interest users based on their behaviors and preferences. However, there may be sampling selection bias in the data collection process, i.e., the collected data is not a representative of the target population. Many debiasing methods…

Cited by 12SourcePDFScholar
2024

Retrospective for the Dynamic Sensorium Competition for predicting large-scale mouse primary visual cortex activity from videos

NeurIPS 2024poster

Understanding how biological visual systems process information is challenging because of the nonlinear relationship between visual input and neuronal responses. Artificial neural networks allow computational neuroscientists to create predictive models that connect biological and machine vision. Ma…

Cited by 3SourcePDFScholar
2023

Multi-Rate VAE: Train Once, Get the Full Rate-Distortion Curve

ICLR 2023top-5%

Variational autoencoders (VAEs) are powerful tools for learning latent representations of data used in a wide range of applications. In practice, VAEs usually require multiple training rounds to choose the amount of information the latent variable should retain. This trade-off between the reconstruc…

Cited by 21SourcePDFScholar
2021

Generalization in data-driven models of primary visual cortex

ICLR 2021spotlight

Deep neural networks (DNN) have set new standards at predicting responses of neural populations to visual input. Most such DNNs consist of a convolutional network (core) shared across all neurons which learns a representation of neural computation in visual cortex and a neuron-specific readout that…

Cited by 56SourcePDFScholar
2019

Stochastic Optimization of Sorting Networks via Continuous Relaxations

ICLR 2019poster

Sorting input objects is an important step in many machine learning pipelines. However, the sorting operator is non-differentiable with respect to its inputs, which prohibits end-to-end gradient-based optimization. In this work, we propose NeuralSort, a general-purpose continuous relaxation of the o…