← Search

Jincheng Mei

20 accepted papers

2025

Faster WIND: Accelerating Iterative Best-of-$N$ Distillation for LLM Alignment

AISTATS 2025poster

Recent advances in aligning large language models with human preferences have corroborated the growing importance of best-of-$N$ distillation (BOND). However, the iterative BOND algorithm is prohibitively expensive in practice due to the sample and computation inefficiency. This paper addresses the…

Cited by 0SourceScholar
2025

REINFORCE Converges to Optimal Policies with Any Learning Rate

NeurIPS 2025poster

We prove that the classic REINFORCE stochastic policy gradient (SPG) method converges to globally optimal policies in finite-horizon Markov Decision Processes (MDPs) with $\textit{any}$ constant learning rate. To avoid the need for small or decaying learning rates, we introduce two key innovations i…

Cited by 0SourceScholar
2025

Value-Incentivized Preference Optimization: A Unified Approach to Online and Offline RLHF

ICLR 2025poster

Reinforcement learning from human feedback (RLHF) has demonstrated great promise in aligning large language models (LLMs) with human preference. Depending on the availability of preference data, both online and offline RLHF are active areas of investigation. A key bottleneck is understanding how to…

Cited by 31SourcePDFScholar
2024

Small steps no more: Global convergence of stochastic gradient bandits for arbitrary learning rates

NeurIPS 2024poster

We provide a new understanding of the stochastic gradient bandit algorithm by showing that it converges to a globally optimal policy almost surely using \emph{any} constant learning rate. This result demonstrates that the stochastic gradient algorithm continues to balance exploration and exploitatio…

Cited by 1SourcePDFScholar
2024

Target Networks and Over-parameterization Stabilize Off-policy Bootstrapping with Function Approximation

ICML 2024spotlight

We prove that the combination of a target network and over-parameterized linear function approximation establishes a weaker convergence condition for bootstrapped value estimation in certain cases, even with off-policy data. Our condition is naturally satisfied for expected updates over the entire s…

2023

Ordering-based Conditions for Global Convergence of Policy Gradient Methods

NeurIPS 2023oral

We prove that, for finite-arm bandits with linear function approximation, the global convergence of policy gradient (PG) methods depends on inter-related properties between the policy update and the representation. textcolor{blue}{First}, we establish a few key observations that frame the study: \te…

Cited by 6SourcePDFScholar
2023

Regularization and Variance-Weighted Regression Achieves Minimax Optimality in Linear MDPs: Theory and Practice

ICML 2023poster

Mirror descent value iteration (MDVI), an abstraction of Kullback-Leibler (KL) and entropy-regularized reinforcement learning (RL), has served as the basis for recent high-performing practical RL algorithms. However, despite the use of function approximation in practice, the theoretical understandin…

2023

Stochastic Gradient Succeeds for Bandits

ICML 2023poster

We show that the stochastic gradient bandit algorithm converges to a globally optimal policy at an $O(1/t)$ rate, even with a constant step size. Remarkably, global convergence of the stochastic gradient bandit algorithm has not been previously established, even though it is an old algorithm known t…

Cited by 9SourcePDFScholar
2022

On the Global Convergence Rates of Decentralized Softmax Gradient Play in Markov Potential Games

NeurIPS 2022accept

Softmax policy gradient is a popular algorithm for policy optimization in single-agent reinforcement learning, particularly since projection is not needed for each gradient update. However, in multi-agent systems, the lack of central coordination introduces significant additional difficulties in the…

Cited by 30SourcePDFScholar
2022

The Role of Baselines in Policy Gradient Optimization

NeurIPS 2022accept

We study the effect of baselines in on-policy stochastic policy gradient optimization, and close the gap between the theory and practice of policy optimization methods. Our first contribution is to show that the \emph{state value} baseline allows on-policy stochastic \emph{natural} policy gradient (…

Cited by 21SourcePDFScholar
2022

Understanding and Leveraging Overparameterization in Recursive Value Estimation

ICLR 2022poster

The theory of function approximation in reinforcement learning (RL) typically considers low capacity representations that incur a tradeoff between approximation error, stability and generalization. Current deep architectures, however, operate in an overparameterized regime where approximation error…

Cited by 18SourcePDFScholar
2022

Understanding and mitigating the limitations of prioritized experience replay

UAI 2022poster

Prioritized Experience Replay (ER) has been empirically shown to improve sample efficiency across many domains and attracted great attention; however, there is little theoretical understanding of why such prioritized sampling helps and its limitations. In this work, we take a deep look at the priori…

Cited by 25SourcePDFScholar
2021

Leveraging Non-uniformity in First-order Non-convex Optimization

ICML 2021spotlight

Classical global convergence results for first-order methods rely on uniform smoothness and the Ł{}ojasiewicz inequality. Motivated by properties of objective functions that arise in machine learning, we propose a non-uniform refinement of these notions, leading to \emph{Non-uniform Smoothness} (NS)…

Cited by 77SourcePDFScholar
2021

On the Optimality of Batch Policy Optimization Algorithms

ICML 2021spotlight

Batch policy optimization considers leveraging existing data for policy construction before interacting with an environment. Although interest in this problem has grown significantly in recent years, its theoretical foundations remain under-developed. To advance the understanding of this problem, we…

Cited by 37SourcePDFScholar
2021

Understanding the Effect of Stochasticity in Policy Optimization

NeurIPS 2021poster

We study the effect of stochasticity in on-policy policy optimization, and make the following four contributions. \emph{First}, we show that the preferability of optimization methods depends critically on whether stochastic versus exact gradients are used. In particular, unlike the true gradient set…

Cited by 28SourcePDFScholar
2020

Escaping the Gravitational Pull of Softmax

NeurIPS 2020oral

The softmax is the standard transformation used in machine learning to map real-valued vectors to categorical distributions. Unfortunately, this transform poses serious drawbacks for gradient descent (ascent) optimization. We reveal this difficulty by establishing two negative results: (1) optimizin…

Cited by 66SourcePDFScholar
2020

On the Global Convergence Rates of Softmax Policy Gradient Methods

ICML 2020poster

We make three contributions toward better understanding policy gradient methods in the tabular setting. First, we show that with the true gradient, policy gradient with a softmax parametrization converges at a $O(1/t)$ rate, with constants depending on the problem and initialization. This result sig…

Cited by 349SourcePDFScholar
2019

Maximum Entropy Monte-Carlo Planning

NeurIPS 2019poster

We develop a new algorithm for online planning in large scale sequential decision problems that improves upon the worst case efficiency of UCT. The idea is to augment Monte-Carlo Tree Search (MCTS) with maximum entropy policy optimization, evaluating each search node by softmax values back-propagat…

Cited by 45SourcePDFScholar