← Search

Simon Du

33 accepted papers

2026

Chasing Moving Targets with Online Self-Play Reinforcement Learning for Safer Language Models

ICML 2026poster

Conventional large language model (LLM) safety alignment relies on a reactive, disjoint loop: attackers exploit a static model, then defenders patch exposed vulnerabilities. This sequential setup leads to attackers overfitting obsolete exploits while defenders perpetually lag behind emerging threats…

Cited by 0SourcecodeScholar
2026

Cold-Start Personalization via Training-Free Priors from Structured World Models

ICML 2026poster

Cold-start personalization requires inferring preferences from minimal interaction when no user-specific historical data is available. The space of possible preferences is vast, yet users care about only a sparse subset and rarely articulate them upfront; combined with limited interaction budgets, t…

Cited by 0SourceScholar
2026

RLVE: Scaling Up Reinforcement Learning for Language Models with Adaptive Verifiable Environments

ICML 2026poster

We introduce Reinforcement Learning (RL) with Adaptive Verifiable Environments (RLVE), an approach using verifiable environments that procedurally generate problems and provide algorithmically verifiable rewards, to scale up RL for language models (LMs). RLVE enables each verifiable environment to d…

Cited by 0SourceScholar
2026

Spurious Rewards: Rethinking Training Signals in RLVR

ICML 2026poster

We show that reinforcement learning with verifiable rewards (RLVR) can elicit strong mathematical reasoning in certain language models even with spurious rewards that have little, no, or outright negative correlation with the correct answer. For example, RLVR training with GRPO improves MATH-500 per…

Cited by 0SourcecodeScholar
2026

ThetaEvolve: Test-time Learning on Open Problems

ICML 2026poster

Recent advances in large language models (LLMs) have enabled breakthroughs in mathematical discovery, exemplified by AlphaEvolve, a closed-source system that evolves programs to improve bounds on open problems. However, it relies on ensembles of frontier LLMs to achieve new bounds and is a pure infe…

Cited by 0SourceScholar
2026

Understanding the Performance Gap in Preference Learning: A Dichotomy of RLHF and DPO

ICML 2026poster

We present a fine-grained theoretical analysis of the performance gap between reinforcement learning from human feedback (RLHF) and direct preference optimization (DPO) under a representation gap. Our study decomposes this gap into two sources: an explicit representation gap under exact optimization…

Cited by 0SourcecodeScholar
2024

An Experimental Design Framework for Label-Efficient Supervised Finetuning of Large Language Models

ACL 2024findings

Supervised finetuning (SFT) on instruction datasets has played a crucial role in achieving the remarkable zero-shot generalization capabilities observed in modern large language models (LLMs). However, the annotation efforts required to produce high quality responses for instructions are becoming pr…

Cited by 17SourcePDFScholar
2022

Denoised MDPs: Learning World Models Better Than the World Itself

ICML 2022spotlight

The ability to separate signal from noise, and reason with clean abstractions, is critical to intelligence. With this ability, humans can efficiently perform real world tasks without considering all possible nuisance factors. How can artificial agents do the same? What kind of information can agents…

2022

First-Order Regret in Reinforcement Learning with Linear Function Approximation: A Robust Estimation Approach

ICML 2022oral

Obtaining first-order regret bounds—regret bounds scaling not as the worst-case but with some measure of the performance of the optimal policy on a given instance—is a core question in sequential decision-making. While such bounds exist in many settings, they have proven elusive in reinforcement lea…

Cited by 43SourcePDFScholar
2022

Near-Optimal Algorithms for Autonomous Exploration and Multi-Goal Stochastic Shortest Path

ICML 2022spotlight

We revisit the incremental autonomous exploration problem proposed by Lim and Auer (2012). In this setting, the agent aims to learn a set of near-optimal goal-conditioned policies to reach the $L$-controllable states: states that are incrementally reachable from an initial state $s_0$ within $L$ ste…

Cited by 4SourcePDFScholar
2022

Nearly Optimal Policy Optimization with Stable at Any Time Guarantee

ICML 2022spotlight

Policy optimization methods are one of the most widely used classes of Reinforcement Learning (RL) algorithms. However, theoretical understanding of these methods remains insufficient. Even in the episodic (time-inhomogeneous) tabular setting, the state-of-the-art theoretical result of policy-based…

Cited by 15SourcePDFScholar
2022

Provably Efficient Policy Optimization for Two-Player Zero-Sum Markov Games

AISTATS 2022poster

Policy-based methods with function approximation are widely used for solving two-player zero-sum games with large state and/or action spaces. However, it remains elusive how to obtain optimization and statistical guarantees for such algorithms. We present a new policy optimization algorithm with fun…

Cited by 74SourcePDFScholar
2022

Reward-Free RL is No Harder Than Reward-Aware RL in Linear Markov Decision Processes

ICML 2022spotlight

Reward-free reinforcement learning (RL) considers the setting where the agent does not have access to a reward function during exploration, but must propose a near-optimal policy for an arbitrary reward function revealed only after exploring. In the the tabular setting, it is well known that this is…

Cited by 70SourcePDFScholar
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

Improved Corruption Robust Algorithms for Episodic Reinforcement Learning

ICML 2021spotlight

We study episodic reinforcement learning under unknown adversarial corruptions in both the rewards and the transition probabilities of the underlying system. We propose new algorithms which, compared to the existing results in \cite{lykouris2020corruption}, achieve strictly better regret bounds in t…

Cited by 33SourcePDFScholar
2021

On Reinforcement Learning with Adversarial Corruption and Its Application to Block MDP

ICML 2021spotlight

We study reinforcement learning (RL) in episodic tabular MDPs with adversarial corruptions, where some episodes can be adversarially corrupted. When the total number of corrupted episodes is known, we propose an algorithm, Corruption Robust Monotonic Value Propagation (\textsf{CR-MVP}), which achiev…

Cited by 20SourcePDFScholar
2020

Provable Representation Learning for Imitation Learning via Bi-level Optimization

ICML 2020poster

A common strategy in modern learning systems is to learn a representation that is useful for many tasks, a.k.a. representation learning. We study this strategy in the imitation learning setting for Markov decision processes (MDPs) where multiple experts’ trajectories are available. We formulate repr…

Cited by 78SourcePDFScholar
2019

Fine-Grained Analysis of Optimization and Generalization for Overparameterized Two-Layer Neural Networks

ICML 2019oral

Recent works have cast some light on the mystery of why deep nets fit any data and generalize despite being very overparametrized. This paper analyzes training and generalization for a simple 2-layer ReLU net with random initialization, and provides the following improvements over recent works: (i)…

Cited by 1183SourcePDFScholar
2019

Gradient Descent Finds Global Minima of Deep Neural Networks

ICML 2019oral

Gradient descent finds a global minimum in training deep neural networks despite the objective function being non-convex. The current paper proves gradient descent achieves zero training loss in polynomial time for a deep over-parameterized neural network with residual connections (ResNet). Our anal…

Cited by 1501SourcePDFScholar
2019

Provably efficient RL with Rich Observations via Latent State Decoding

ICML 2019oral

We study the exploration problem in episodic MDPs with rich observations generated from a small number of latent states. Under certain identifiability assumptions, we demonstrate how to estimate a mapping from the observations to latent states inductively through a sequence of regression and cluster…

2018

Discrete-Continuous Mixtures in Probabilistic Programming: Generalized Semantics and Inference Algorithms

ICML 2018oral

Despite the recent successes of probabilistic programming languages (PPLs) in AI applications, PPLs offer only limited support for random variables whose distributions combine discrete and continuous elements. We develop the notion of measure-theoretic Bayesian networks (MTBNs) and use it to provide…

2018

Fast and Sample Efficient Inductive Matrix Completion via Multi-Phase Procrustes Flow

ICML 2018oral

We revisit the inductive matrix completion problem that aims to recover a rank-$r$ matrix with ambient dimension $d$ given $n$ features as the side prior information. The goal is to make use of the known $n$ features to reduce sample and computational complexities. We present and analyze a new gradi…

Cited by 30SourcePDFScholar
2018

Gradient Descent Learns One-hidden-layer CNN: Don’t be Afraid of Spurious Local Minima

ICML 2018oral

We consider the problem of learning an one-hidden-layer neural network with non-overlapping convolutional layer and ReLU activation function, i.e., $f(Z; w, a) = \sum_j a_j\sigma(w^\top Z_j)$, in which both the convolutional weights $w$ and the output weights $a$ are parameters to be learned. We pro…

Cited by 258SourcePDFScholar
2018

Stochastic Zeroth-order Optimization in High Dimensions

AISTATS 2018poster

We consider the problem of optimizing a high-dimensional convex function using stochastic zeroth-order queries. Under sparsity assumptions on the gradients or function values, we present two algorithms: a successive component/feature selection algorithm and a noisy mirror descent algorithm using Las…

Cited by 0SourcePDFScholar
2015

Spectral Gap Error Bounds for Improving CUR Matrix Decomposition and the Nyström Method

AISTATS 2015poster

The CUR matrix decomposition and the related Nyström method build low-rank approximations of data matrices by selecting a small number of representative rows and columns of the data. Here, we introduce novel \emphspectral gap error bounds that judiciously exploit the potentially rapid spectrum dec…

Cited by 36SourcePDFScholar