← Search

Wen Sun

83 accepted papers

2026

All Roads Lead to Likelihood: The Value of Reinforcement Learning in Fine-Tuning

ICLR 2026poster

From a first-principles perspective, it may seem odd that the strongest results in foundation model fine-tuning (FT) are achieved via a relatively complex, two-stage training procedure. Specifically, one first trains a reward model (RM) on some dataset (e.g., human preferences) before using it to pr…

Cited by 62SourceScholar
2026

Beyond the Mean: Gaussian Distributional Successor Features for Zero-Shot Non-Linear Reward Adaptation

IJCAI 2026

Zero-shot transfer for offline reinforcement learning involves generalizing to a wide range of tasks that are often risk-sensitive, without new interaction. We show here that although Successor Features (SFs) provide a principled framework for transfer through abstracting dynamics from rewards, thei

Cited by 0Scholar
2026

Prompt Curriculum Learning for Efficient LLM Post-Training

ICLR 2026poster

Reinforcement learning (RL) is widely used to post-train large language models for tasks such as mathematical reasoning and coding. However, the convergence of RL training remains sensitive to batching and prompt selection strategies. We investigate the factors that affect convergence, including bat…

Cited by 0SourceScholar
2026

Value-as-Return: A Two-Stage Framework to Align on the Optimal Score Function

ICML 2026poster

Reinforcement learning with diffusion models has shown strong potential, but existing approaches such as variants of Direct Preference Optimization (DPO) often rely on an inaccurate simplification: they equate trajectory likelihoods with final-state probabilities. This mismatch leads to suboptimal a…

Cited by 0SourceScholar
2025

$Q\sharp$: Provably Optimal Distributional RL for LLM Post-Training

NeurIPS 2025poster

Reinforcement learning (RL) post-training is crucial for LLM alignment and reasoning, but existing policy-based methods, such as PPO and DPO, can fall short of fixing shortcuts inherited from pre-training. In this work, we introduce $Q\sharp$, a value-based algorithm for KL-regularized RL that guide…

Cited by 0SourcecodeScholar
2025

A Reductions Approach to Risk-Sensitive Reinforcement Learning with Optimized Certainty Equivalents

ICML 2025poster

We study risk-sensitive RL where the goal is learn a history-dependent policy that optimizes some risk measure of cumulative rewards. We consider a family of risks called the optimized certainty equivalents (OCE), which captures important risk measures such as conditional value-at-risk (CVaR), entro…

Cited by 0SourcePDFScholar
2025

Accelerating RL for LLM Reasoning with Optimal Advantage Regression

NeurIPS 2025poster

Reinforcement learning (RL) has emerged as a powerful tool for fine-tuning large language models (LLMs) to improve complex reasoning abilities. However, state-of-the-art policy optimization methods often suffer from high computational overhead and memory consumption, primarily due to the need for mu…

Cited by 0SourcecodeScholar
2025

Avoiding exp(R) scaling in RLHF through Preference-based Exploration

NeurIPS 2025poster

Reinforcement Learning from Human Feedback (RLHF) has emerged as a pivotal technique for large language model (LLM) alignment. This paper studies the setting of online RLHF and focuses on improving its sample efficiency. All existing algorithms for online RLHF, whether doing passive exploration or a…

Cited by 0SourceScholar
2025

Computationally Efficient RL under Linear Bellman Completeness for Deterministic Dynamics

ICLR 2025oral

We study computationally and statistically efficient Reinforcement Learning algorithms for the *linear Bellman Complete* setting. This setting uses linear function approximation to capture value functions and unifies existing models like linear Markov Decision Processes (MDP) and Linear Quadratic Re…

Cited by 5SourcePDFScholar
2025

Convergence of Consistency Model with Multistep Sampling under General Data Assumptions

ICML 2025poster

Diffusion models accomplish remarkable success in data generation tasks across various domains. However, the iterative sampling process is computationally expensive. Consistency models are proposed to learn consistency functions to map from noise to data directly, which allows one-step fast data gen…

Cited by 0SourcePDFScholar
2025

Correcting the Mythos of KL-Regularization: Direct Alignment without Overoptimization via Chi-Squared Preference Optimization

ICLR 2025spotlight

Language model alignment methods such as reinforcement learning from human feedback (RLHF) have led to impressive advances in language model capabilities, but are limited by a widely observed phenomenon known as *overoptimization*, where the quality of the language model degrades over the course of…

Cited by 13SourcePDFScholar
2025

Diffusing States and Matching Scores: A New Framework for Imitation Learning

ICLR 2025poster

Adversarial Imitation Learning is traditionally framed as a two-player zero-sum game between a learner and an adversarially chosen cost function, and can therefore be thought of as the sequential generalization of a Generative Adversarial Network (GAN). However, in recent years, diffusion models hav…

2025

Model-based RL as a Minimalist Approach to Horizon-Free and Second-Order Bounds

ICLR 2025poster

Learning a transition model via Maximum Likelihood Estimation (MLE) followed by planning inside the learned model is perhaps the most standard and simplest Model-based Reinforcement Learning (RL) framework. In this work, we show that such a simple Model-based RL scheme, when equipped with optimistic…

Cited by 5SourcePDFScholar
2025

On Speeding Up Language Model Evaluation

ICLR 2025poster

Developing prompt-based methods with Large Language Models (LLMs) requires making numerous decisions, which give rise to a combinatorial search problem over hyper-parameters. This exhaustive evaluation can be time-consuming and costly. In this paper, we propose an \textit{adaptive} approach to explo…

2025

Regressing the Relative Future: Efficient Policy Optimization for Multi-turn RLHF

ICLR 2025poster

Large Language Models (LLMs) have achieved remarkable success at tasks like summarization that involve a single turn of interaction. However, they can still struggle with multi-turn tasks like dialogue that require long-term planning. Previous works on multi-turn dialogue extend single-turn reinforc…

2025

SDGO: Self-Discrimination-Guided Optimization for Consistent Safety in Large Language Models

EMNLP 2025

Large Language Models (LLMs) excel at various natural language processing tasks but remain vulnerable to jailbreaking attacks that induce harmful content generation. In this paper, we reveal a critical safety inconsistency: LLMs can more effectively identify harmful requests as discriminators than d

2025

Scaling Offline RL via Efficient and Expressive Shortcut Models

NeurIPS 2025poster

Diffusion and flow models have emerged as powerful generative approaches capable of modeling diverse and multimodal behavior. However, applying these models to offline RL remains challenging due to the iterative nature of their noise sampling processes, making policy optimization difficult. In this…

Cited by 0SourceScholar
2025

Value-Guided Search for Efficient Chain-of-Thought Reasoning

NeurIPS 2025poster

In this paper, we propose a simple and efficient method for value model training on long-context reasoning traces. Compared to existing process reward models (PRMs), our method does not require a fine-grained notion of ``step,'' which is difficult to define for long-context reasoning models. By coll…

Cited by 0SourcecodeScholar
2024

Adversarial Imitation Learning via Boosting

ICLR 2024poster

Adversarial imitation learning (AIL) has stood out as a dominant framework across various imitation learning (IL) applications, with Discriminator Actor Critic (DAC) demonstrating the effectiveness of off-policy learning algorithms in improving sample efficiency and scalability to higher-dimensional…

Cited by 2SourcePDFScholar
2024

Efficient and Sharp Off-Policy Evaluation in Robust Markov Decision Processes

NeurIPS 2024poster

We study the evaluation of a policy under best- and worst-case perturbations to a Markov decision process (MDP), using transition observations from the original MDP, whether they are generated under the same or a different policy. This is an important problem when there is the possibility of a shift…

2024

More Benefits of Being Distributional: Second-Order Bounds for Reinforcement Learning

ICML 2024poster

In this paper, we prove that Distributional Reinforcement Learning (DistRL), which learns the return distribution, can obtain second-order bounds in both online and offline RL in general settings with function approximation. Second-order bounds are instance-dependent bounds that scale with the varia…

Cited by 15SourcePDFScholar
2024

Offline Data Enhanced On-Policy Policy Gradient with Provable Guarantees

ICLR 2024poster

Hybrid RL is the setting where an RL agent has access to both offline data and online data by interacting with the real-world environment. In this work, we propose a new hybrid RL algorithm that combines an on-policy actor-critic method with offline data. On-policy methods such as policy gradient an…

2024

Provable Offline Preference-Based Reinforcement Learning

ICLR 2024spotlight

In this paper, we investigate the problem of offline Preference-based Reinforcement Learning (PbRL) with human feedback where feedback is available in the form of preference between trajectory pairs rather than explicit rewards. Our proposed algorithm consists of two main steps: (1) estimate the imp…

Cited by 41SourcePDFScholar
2024

Provable Reward-Agnostic Preference-Based Reinforcement Learning

ICLR 2024spotlight

Preference-based Reinforcement Learning (PbRL) is a paradigm in which an RL agent learns to optimize a task using pair-wise preference-based feedback over trajectories, rather than explicit reward signals. While PbRL has demonstrated practical success in fine-tuning language models, existing theoret…

Cited by 15SourcePDFScholar
2024

Provably Efficient CVaR RL in Low-rank MDPs

ICLR 2024poster

We study risk-sensitive Reinforcement Learning (RL), where we aim to maximize the Conditional Value at Risk (CVaR) with a fixed risk tolerance $\tau$. Prior theoretical work studying risk-sensitive RL focuses on the tabular Markov Decision Processes (MDPs) setting. To extend CVaR RL to settings w…

Cited by 4SourcePDFScholar
2024

REBEL: Reinforcement Learning via Regressing Relative Rewards

NeurIPS 2024poster

While originally developed for continuous control problems, Proximal Policy Optimization (PPO) has emerged as the work-horse of a variety of reinforcement learning (RL) applications, including the fine-tuning of generative models. Unfortunately, PPO requires multiple heuristics to enable stable conv…

2024

The Importance of Online Data: Understanding Preference Fine-tuning via Coverage

NeurIPS 2024poster

Learning from human preference data has emerged as the dominant paradigm for fine-tuning large language models (LLMs). The two most common families of techniques -- online reinforcement learning (RL) such as Proximal Policy Optimization (PPO) and offline contrastive methods such as Direct Preference…

Cited by 13SourcePDFScholar
2023

Computationally Efficient PAC RL in POMDPs with Latent Determinism and Conditional Embeddings

ICML 2023poster

We study reinforcement learning with function approximation for large-scale Partially Observable Markov Decision Processes (POMDPs) where the state space and observation space are large or even continuous. Particularly, we consider Hilbert space embeddings of POMDP where the feature of latent states…

Cited by 14SourcePDFScholar
2023

Contextual Bandits and Imitation Learning with Preference-Based Active Queries

NeurIPS 2023poster

We consider the problem of contextual bandits and imitation learning, where the learner lacks direct knowledge of the executed action's reward. Instead, the learner can actively request the expert at each round to compare two actions and receive noisy preference feedback. The learner's objective is…

Cited by 21SourcePDFScholar
2023

Distributional Offline Policy Evaluation with Predictive Error Guarantees

ICML 2023poster

We study the problem of estimating the distribution of the return of a policy using an offline dataset that is not generated from the policy, i.e., distributional offline policy evaluation (OPE). We propose an algorithm called Fitted Likelihood Estimation (FLE), which conducts a sequence of Maximum…

2023

Future-Dependent Value-Based Off-Policy Evaluation in POMDPs

NeurIPS 2023spotlight

We study off-policy evaluation (OPE) for partially observable MDPs (POMDPs) with general function approximation. Existing methods such as sequential importance sampling estimators and fitted-Q evaluation suffer from the curse of horizon in POMDPs. To circumvent this problem, we develop a novel model…

2023

Gyro-Net: IMU Gyroscopes Random Errors Compensation Method Based on Deep Learning

RA-L 2023

To solve the problem of inaccurate orientation estimation after long-term operations of the Inertial Measurement Unit (IMU), we present a learning-based method (called Gyro-Net) to estimate and compensate for IMU gyroscope random errors. We firstly introduce a semi-dense network structure, which ext

Cited by 23SourceScholar
2023

Hybrid RL: Using both offline and online data can make RL efficient

ICLR 2023poster

We consider a hybrid reinforcement learning setting (Hybrid RL), in which an agent has access to an offline dataset and the ability to collect experience via real-world online interaction. The framework mitigates the challenges that arise in both pure offline and online RL settings, allowing for the…

2023

Offline Minimax Soft-Q-learning Under Realizability and Partial Coverage

NeurIPS 2023poster

We consider offline reinforcement learning (RL) where we only have only access to offline data. In contrast to numerous offline RL algorithms that necessitate the uniform coverage of the offline data over state and action space, we propose value-based algorithms with PAC guarantees under partial cov…

Cited by 8SourcePDFScholar
2023

PAC Reinforcement Learning for Predictive State Representations

ICLR 2023poster

In this paper we study online Reinforcement Learning (RL) in partially observable dynamical systems. We focus on the Predictive State Representations (PSRs) model, which is an expressive model that captures other well-known models such as Partially Observable Markov Decision Processes (POMDP). PSR r…

Cited by 51SourcePDFScholar
2023

Reward Finetuning for Faster and More Accurate Unsupervised Object Discovery

NeurIPS 2023poster

Recent advances in machine learning have shown that Reinforcement Learning from Human Feedback (RLHF) can improve machine learning models and align them with human preferences. Although very successful for Large Language Models (LLMs), these advancements have not had a comparable impact in research…

2023

Selective Sampling and Imitation Learning via Online Regression

NeurIPS 2023poster

We consider the problem of Imitation Learning (IL) by actively querying noisy expert for feedback. While imitation learning has been empirically successful, much of prior work assumes access to noiseless expert feedback which is not practical in many applications. In fact, when one only has access t…

Cited by 9SourcePDFScholar
2023

The Benefits of Being Distributional: Small-Loss Bounds for Reinforcement Learning

NeurIPS 2023poster

While distributional reinforcement learning (DistRL) has been empirically effective, the question of when and why it is better than vanilla, non-distributional RL has remained unanswered. This paper explains the benefits of DistRL through the lens of small-loss bounds, which are instance-dependent b…

2022

Efficient Reinforcement Learning in Block MDPs: A Model-free Representation Learning approach

ICML 2022spotlight

We present BRIEE, an algorithm for efficient reinforcement learning in Markov Decision Processes with block-structured dynamics (i.e., Block MDPs), where rich observations are generated from a set of unknown latent states. BRIEE interleaves latent states discovery, exploration, and exploitation toge…

2022

Hindsight is 20/20: Leveraging Past Traversals to Aid 3D Perception

ICLR 2022poster

Self-driving cars must detect vehicles, pedestrians, and other traffic participants accurately to operate safely. Small, far-away, or highly occluded objects are particularly challenging because there is limited information in the LiDAR point clouds for detecting them. To address this challenge, we l…

2022

Learning Bellman Complete Representations for Offline Policy Evaluation

ICML 2022oral

We study representation learning for Offline Reinforcement Learning (RL), focusing on the important task of Offline Policy Evaluation (OPE). Recent work shows that, in contrast to supervised learning, realizability of the Q-function is not enough for learning it. Two sufficient conditions for sample…

2022

Learning To Detect Mobile Objects From LiDAR Scans Without Labels

CVPR 2022poster

Current 3D object detectors for autonomous driving are almost entirely trained on human-annotated data. Although of high quality, the generation of such data is laborious and costly, restricting them to a few specific locations and object types. This paper proposes an alternative approach entirely b…

Cited by 51PDFcodeScholar
2022

Provably Efficient Reinforcement Learning in Partially Observable Dynamical Systems

NeurIPS 2022accept

We study Reinforcement Learning for partially observable systems using function approximation. We propose a new PO-bilinear framework, that is general enough to include models such as undercomplete tabular Partially Observable Markov Decision Processes (POMDPs), Linear Quadratic Gaussian (LQG), Pred…

Cited by 41SourcePDFScholar
2022

Transform2Act: Learning a Transform-and-Control Policy for Efficient Agent Design

ICLR 2022oral

An agent's functionality is largely determined by its design, i.e., skeletal structure and joint attributes (e.g., length, size, strength). However, finding the optimal agent design for a given function is extremely challenging since the problem is inherently combinatorial and the design space is pr…

2022

Visual Named Entity Linking: A New Dataset and A Baseline

EMNLP 2022finding

Visual Entity Linking (VEL) is a task to link regions of images with their corresponding entities in Knowledge Bases (KBs), which is beneficial for many computer vision tasks such as image retrieval, image caption, and visual question answering. While existing tasks in VEL either rely on textual dat…

2021

Bilinear Classes: A Structural Framework for Provable Generalization in RL

ICML 2021oral

This work introduces Bilinear Classes, a new structural framework, which permit generalization in reinforcement learning in a wide variety of settings through the use of function approximation. The framework incorporates nearly all existing models in which a polynomial sample complexity is achievabl…

Cited by 256SourcePDFScholar
2021

Mitigating Covariate Shift in Imitation Learning via Offline Data With Partial Coverage

NeurIPS 2021poster

This paper studies offline Imitation Learning (IL) where an agent learns to imitate an expert demonstrator without additional online environment interactions. Instead, the learner is presented with a static offline dataset of state-action-next state triples from a potentially less proficient behavio…

2021

MobILE: Model-Based Imitation Learning From Observation Alone

NeurIPS 2021poster

This paper studies Imitation Learning from Observations alone (ILFO) where the learner is presented with expert demonstrations that consist only of states visited by an expert (without access to actions taken by the expert). We present a provably efficient model-based framework MobILE to solve the I…

2021

Robust Policy Gradient against Strong Data Corruption

ICML 2021spotlight

We study the problem of robust reinforcement learning under adversarial corruption on both rewards and transitions. Our attack model assumes an \textit{adaptive} adversary who can arbitrarily corrupt the reward and transition at every step within an episode, for at most $\epsilon$-fraction of the le…

2020

Constrained episodic reinforcement learning in concave-convex and knapsack settings

NeurIPS 2020poster

We propose an algorithm for tabular episodic reinforcement learning with constraints. We provide a modular analysis with strong theoretical guarantees for settings with concave rewards and convex constraints, and for settings with hard constraints (knapsacks). Most of the previous work in constraine…

2020

FLAMBE: Structural Complexity and Representation Learning of Low Rank MDPs

NeurIPS 2020oral

In order to deal with the curse of dimensionality in reinforcement learning (RL), it is common practice to make parametric assumptions where values or policies are functions of some low dimensional feature space. This work focuses on the representation learning question: how can we learn such featur…

Cited by 308SourcePDFScholar
2020

Information Theoretic Regret Bounds for Online Nonlinear Control

NeurIPS 2020poster

This work studies the problem of sequential control in an unknown, nonlinear dynamical system, where we model the underlying system dynamics as an unknown function in a known Reproducing Kernel Hilbert Space. This framework yields a general setting that permits discrete and continuous control input…

Cited by 154SourcePDFScholar
2020

Learning the Linear Quadratic Regulator from Nonlinear Observations

NeurIPS 2020poster

We introduce a new problem setting for continuous control called the LQR with Rich Observations, or RichLQR. In our setting, the environment is summarized by a low-dimensional continuous latent state with linear dynamics and quadratic costs, but the agent operates on high-dimensional, nonlinear obse…

Cited by 48SourcePDFScholar
2020

Multi-Robot Collision Avoidance under Uncertainty with Probabilistic Safety Barrier Certificates

NeurIPS 2020spotlight

Safety in terms of collision avoidance for multi-robot systems is a difficult challenge under uncertainty, non-determinism, and lack of complete information. This paper aims to propose a collision avoidance method that accounts for both measurement uncertainty and motion uncertainty. In particular,…

2020

PC-PG: Policy Cover Directed Exploration for Provable Policy Gradient Learning

NeurIPS 2020poster

Direct policy gradient methods for reinforcement learning are a successful approach for a variety of reasons: they are model free, they directly optimize the performance metric of interest, and they allow for richly parameterized policies. Their primary drawback is that, by being local in nature, th…

Cited by 153SourcePDFScholar
2019

Contrasting Exploration in Parameter and Action Space: A Zeroth-Order Optimization Perspective

AISTATS 2019poster

Black-box optimizers that explore in parameter space have often been shown to outperform more sophisticated action space exploration methods developed specifically for the reinforcement learning problem. We examine these black-box methods closely to identify situations in which they are worse than a…

2019

Optimal Sketching for Kronecker Product Regression and Low Rank Approximation

NeurIPS 2019poster

We study the Kronecker product regression problem, in which the design matrix is a Kronecker product of two or more matrices. Formally, given $A_i \in \R^{n_i \times d_i}$ for $i=1,2,\dots,q$ where $n_i \gg d_i$ for each $i$, and $b \in \R^{n_1 n_2 \cdots n_q}$, let $\mathcal{A} = A_i \otimes A_2 \…

Cited by 63SourcePDFScholar
2019

Policy Poisoning in Batch Reinforcement Learning and Control

NeurIPS 2019poster

We study a security threat to batch reinforcement learning and control where the attacker aims to poison the learned policy. The victim is a reinforcement learner / controller which first estimates the dynamics and the rewards from a batch data set, and then solves for the optimal policy with respec…

2019

Provably Efficient Imitation Learning from Observation Alone

ICML 2019oral

We study Imitation Learning (IL) from Observations alone (ILFO) in large-scale MDPs. While most IL algorithms rely on an expert to directly provide actions to the learner, in this setting the expert only supplies sequences of observations. We design a new model-free algorithm for ILFO, Forward Adver…

2018

Full-Reference Quality Assessment of Contrast Changed Images Based on Local Linear Model

ICASSP 2018accepted

This paper presents a new full-reference method to assess the quality of contrast changed images. In this method, we employ a linear model to describe the relationship between local patches of reference images and contrast changed images. With parameters of this model, three quality measures conside…

Cited by 0SourceScholar
2018

Recurrent Predictive State Policy Networks

ICML 2018oral

We introduce Recurrent Predictive State Policy(RPSP) networks, a recurrent architecture that brings insights from predictive state representations to reinforcement learning in partially ob-servable environments. Predictive state policy networks consist of a recursive filter, which keeps track of a b…

2018

TRUNCATED HORIZON POLICY SEARCH: COMBINING REINFORCEMENT LEARNING & IMITATION LEARNING

ICLR 2018poster

In this paper, we propose to combine imitation and reinforcement learning via the idea of reward shaping using an oracle. We study the effectiveness of the near- optimal cost-to-go oracle on the planning horizon and demonstrate that the cost- to-go oracle shortens the learner’s planning horizon as f…

Cited by 112SourcePDFScholar
2017

Deeply AggreVaTeD: Differentiable Imitation Learning for Sequential Prediction

ICML 2017poster

Recently, researchers have demonstrated state-of-the-art performance on sequential prediction problems using deep neural networks and Reinforcement Learning (RL). For some of these problems, oracles that can demonstrate good performance may be available during training, but are not used by plain RL…

Cited by 299SourcePDFScholar
2017

Gradient Boosting on Stochastic Data Streams

AISTATS 2017poster

Boosting is a popular ensemble algorithm that generates more powerful learners by linearly combining base models from a simpler hypothesis class. In this work, we investigate the problem of adapting batch gradient boosting for minimizing convex loss functions to online setting where the loss at ea…

Cited by 22SourcePDFScholar
2017

No-regret replanning under uncertainty

ICRA 2017poster

This paper explores the problem of path planning under uncertainty. Specifically, we consider online receding horizon based planners that need to operate in a latent environment where the latent information can be modelled via Gaussian Processes. Online path planning in latent environments is challe…

Cited by 14SourceScholar
2017

Predictive-State Decoders: Encoding the Future into Recurrent Networks

NeurIPS 2017poster

Recurrent neural networks (RNNs) are a vital modeling technique that rely on internal states learned indirectly by optimization of a supervised, unsupervised, or reinforcement training loss. RNNs are used to model dynamic processes that are characterized by underlying latent states whose form is oft…

Cited by 46SourcePDFScholar
2016

Learning to Filter with Predictive State Inference Machines

ICML 2016poster

Latent state space models are a fundamental and widely used tool for modeling dynamical systems. However, they are difficult to learn from data and learned models often lack performance guarantees on inference tasks such as filtering and prediction. In this work, we present the PREDICTIVE STATE INFE…

Cited by 60SourcePDFScholar