← Search

Dylan J Foster

39 accepted papers

2026

Representation-Based Exploration for Language Models: From Test-Time to Post-Training

ICLR 2026poster

Reinforcement learning (RL) promises to expand the capabilities of language models, but it is unclear if current RL techniques promote the discovery of novel behaviors, or simply sharpen those already present in the base model. In this paper, we investigate the value of deliberate exploration---expl…

Cited by 0SourcecodeScholar
2026

Taming Imperfect Process Verifiers: A Sampling Perspective on Backtracking

ICLR 2026poster

Test-time algorithms that combine the *generative* power of language models with *process verifiers* that assess the quality of partial generations offer a promising lever for eliciting new reasoning capabilities, but the algorithmic design space and computational scaling properties of such approach…

Cited by 0SourceScholar
2026

The Coverage Principle: How Pre-Training Enables Post-Training

ICLR 2026oral

Language models demonstrate remarkable abilities when pre-trained on large text corpora and fine-tuned for specific tasks, but how and why pre-training shapes the success of the final model remains poorly understood. Notably, although pre-training success is often quantified by cross entropy loss, c…

Cited by 0SourceScholar
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

Exploratory Preference Optimization: Harnessing Implicit Q*-Approximation for Sample-Efficient RLHF

ICLR 2025poster

This paper investigates a basic question in reinforcement learning from human feedback (RLHF) from a theoretical perspective: how to efficiently explore in an online manner under preference feedback and general function approximation. We take the initial step towards a theoretical understanding of t…

Cited by 37SourcePDFScholar
2025

Is Best-of-N the Best of Them? Coverage, Scaling, and Optimality in Inference-Time Alignment

ICML 2025poster

Recent work on inference-time alignment has established benefits of increasing inference-time computation in language models, but naively scaling compute through techniques like Best-of-N sampling can cause performance to degrade due to reward hacking. Toward a theoretical understanding of how to be…

Cited by 2SourcePDFScholar
2025

Self-Improvement in Language Models: The Sharpening Mechanism

ICLR 2025oral

Recent work in language modeling has raised the possibility of “self-improvement,” where an LLM evaluates and refines its own generations to achieve higher performance without external feedback. It is impossible for this self-improvement to create information that is not already in the model, so why…

Cited by 5SourcePDFScholar
2024

Assouad, Fano, and Le Cam with Interaction: A Unifying Lower Bound Framework and Characterization for Bandit Learnability

NeurIPS 2024spotlight

We develop a unifying framework for information-theoretic lower bound in statistical estimation and interactive decision making. Classical lower bound techniques---such as Fano's method, Le Cam's method, and Assouad's lemma---are central to the study of minimax risk in statistical estimation, yet ar…

Cited by 0SourcePDFScholar
2024

Butterfly Effects of SGD Noise: Error Amplification in Behavior Cloning and Autoregression

ICLR 2024poster

This work studies training instabilities of behavior cloning with deep neural networks. We observe that minibatch SGD updates to the policy network during training result in sharp oscillations in long-horizon rewards, despite negligibly affecting the behavior cloning loss. We empirically disentangle…

Cited by 11SourcePDFScholar
2024

Can large language models explore in-context?

NeurIPS 2024poster

We investigate the extent to which contemporary Large Language Models (LLMs) can engage in exploration, a core capability in reinforcement learning and decision making. We focus on native performance of existing LLMs, without training interventions. We deploy LLMs as agents in simple multi-armed ban…

Cited by 30SourcePDFScholar
2024

Harnessing Density Ratios for Online Reinforcement Learning

ICLR 2024spotlight

The theories of offline and online reinforcement learning, despite having evolved in parallel, have begun to show signs of the possibility for a unification, with algorithms and analysis techniques for one setting often having natural counterparts in the other. However, the notion of *density ratio…

Cited by 16SourcePDFScholar
2024

Is Behavior Cloning All You Need? Understanding Horizon in Imitation Learning

NeurIPS 2024spotlight

Imitation learning (IL) aims to mimic the behavior of an expert in a sequential decision making task by learning from demonstrations, and has been widely applied to robotics, autonomous driving, and autoregressive text generation. The simplest approach to IL, behavior cloning (BC) is thought to incu…

Cited by 14SourcePDFScholar
2024

Online Estimation via Offline Estimation: An Information-Theoretic Framework

NeurIPS 2024poster

The classical theory of statistical estimation aims to estimate a parameter of interest under data generated from a fixed design (''offline estimation''), while the contemporary theory of online learning provides algorithms for estimation under adaptively chosen covariates (''online estimation''). M…

Cited by 8SourcePDFScholar
2024

Reinforcement Learning Under Latent Dynamics: Toward Statistical and Algorithmic Modularity

NeurIPS 2024oral

Real-world applications of reinforcement learning often involve environments where agents operate on complex, high-dimensional observations, but the underlying (``latent'') dynamics are comparatively simple. However, beyond restrictive settings such as tabular latent dynamics, the fundamental s…

Cited by 2SourcePDFScholar
2024

Rich-Observation Reinforcement Learning with Continuous Latent Dynamics

ICML 2024poster

Sample-efficiency and reliability remain major bottlenecks toward wide adoption of reinforcement learning algorithms in continuous settings with high-dimensional perceptual inputs. Toward addressing these challenges, we introduce a new theoretical framework, **RichCLD** (“Rich-Observation RL with Co…

Cited by 2SourcePDFScholar
2023

Efficient Model-Free Exploration in Low-Rank MDPs

NeurIPS 2023poster

A major challenge in reinforcement learning is to develop practical, sample-efficient algorithms for exploration in high-dimensional domains where generalization and function approximation is required. Low-Rank Markov Decision Processes---where transition probabilities admit a low-rank factorization…

Cited by 23SourcePDFScholar
2023

Hardness of Independent Learning and Sparse Equilibrium Computation in Markov Games

ICML 2023poster

We consider the problem of decentralized multi-agent reinforcement learning in Markov games. A fundamental question is whether there exist algorithms that, when run independently by all agents, lead to no-regret for each player, analogous to celebrated convergence results for no-regret learning in n…

Cited by 14SourcePDFScholar
2023

Model-Free Reinforcement Learning with the Decision-Estimation Coefficient

NeurIPS 2023poster

We consider the problem of interactive decision making, encompassing structured bandits and reinforcement learning with general function approximation. Recently, Foster et al. (2021) introduced the Decision-Estimation Coefficient, a measure of statistical complexity that lower bounds the optimal reg…

Cited by 15SourcePDFScholar
2023

Representation Learning with Multi-Step Inverse Kinematics: An Efficient and Optimal Approach to Rich-Observation RL

ICML 2023oral

We study the design of sample-efficient algorithms for reinforcement learning in the presence of rich, high-dimensional observations, formalized via the Block MDP problem. Existing algorithms suffer from either 1) computational intractability, 2) strong statistical assumptions that are not necessari…

2023

The Role of Coverage in Online Reinforcement Learning

ICLR 2023top-5%

Coverage conditions---which assert that the data logging distribution adequately covers the state space---play a fundamental role in determining the sample complexity of offline reinforcement learning. While such conditions might seem irrelevant to online reinforcement learning at first glance, we e…

Cited by 89SourcePDFScholar
2022

Contextual Bandits with Large Action Spaces: Made Practical

ICML 2022spotlight

A central problem in sequential decision making is to develop algorithms that are practical and computationally efficient, yet support the use of flexible, general-purpose models. Focusing on the contextual bandit problem, recent progress provides provably efficient algorithms with strong empirical…

2022

Interaction-Grounded Learning with Action-Inclusive Feedback

NeurIPS 2022accept

Consider the problem setting of Interaction-Grounded Learning (IGL), in which a learner's goal is to optimally interact with the environment with no explicit reward to ground its policies. The agent observes a context vector, takes an action, and receives a feedback vector, using this information to…

Cited by 7SourcePDFScholar
2022

On the Complexity of Adversarial Decision Making

NeurIPS 2022accept

A central problem in online learning and decision making---from bandits to reinforcement learning---is to understand what modeling assumptions lead to sample-efficient learning guarantees. We consider a general adversarial decision making framework that encompasses (structured) bandit problems with…

Cited by 39SourcePDFScholar
2021

Efficient First-Order Contextual Bandits: Prediction, Allocation, and Triangular Discrimination

NeurIPS 2021oral

A recurring theme in statistical learning, online learning, and beyond is that faster convergence rates are possible for problems with low noise, often quantified by the performance of the best hypothesis; such results are known as first-order or small-loss guarantees. While first-order guarantees a…

Cited by 55SourcePDFScholar
2020

Adapting to Misspecification in Contextual Bandits

NeurIPS 2020poster

A major research direction in contextual bandits is to develop algorithms that are computationally efficient, yet support flexible, general-purpose function approximation. Algorithms based on modeling rewards have shown strong empirical performance, yet typically require a well-specified model, and…

Cited by 124SourcePDFScholar
2020

Independent Policy Gradient Methods for Competitive Reinforcement Learning

NeurIPS 2020poster

We obtain global, non-asymptotic convergence guarantees for independent learning algorithms in competitive reinforcement learning settings with two agents (i.e., zero-sum stochastic games). We consider an episodic setting where in each episode, each player independently selects a policy and observes…

Cited by 219SourcePDFScholar
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
2019

Hypothesis Set Stability and Generalization

NeurIPS 2019poster

We present a study of generalization for data-dependent hypothesis sets. We give a general learning guarantee for data-dependent hypothesis sets based on a notion of transductive Rademacher complexity. Our main result is a generalization bound for data-dependent hypothesis sets expressed in…

Cited by 37SourcePDFScholar
2018

Contextual bandits with surrogate losses: Margin bounds and efficient algorithms

NeurIPS 2018poster

We use surrogate losses to obtain several new regret bounds and new algorithms for contextual bandit learning. Using the ramp loss, we derive a new margin-based regret bound in terms of standard sequential complexity measures of a benchmark class of real-valued regression functions. Using the hinge…

Cited by 19SourcePDFScholar
2018

Uniform Convergence of Gradients for Non-Convex Learning and Optimization

NeurIPS 2018poster

We investigate 1) the rate at which refined properties of the empirical risk---in particular, gradients---converge to their population counterparts in standard non-convex learning tasks, and 2) the consequences of this convergence for optimization. Our analysis follows the tradition of norm-based ca…

Cited by 90SourcePDFScholar
2017

Parameter-Free Online Learning via Model Selection

NeurIPS 2017spotlight

We introduce an efficient algorithmic framework for model selection in online learning, also known as parameter-free online learning. Departing from previous work, which has focused on highly structured function classes such as nested balls in Hilbert space, we propose a generic meta-algorithm frame…

Cited by 78SourcePDFScholar
2017

Spectrally-normalized margin bounds for neural networks

NeurIPS 2017spotlight

This paper presents a margin-based multiclass generalization bound for neural networks that scales with their margin-normalized "spectral complexity": their Lipschitz constant, meaning the product of the spectral norms of the weight matrices, times a certain correction factor. This bound is empirica…

2016

Learning in Games: Robustness of Fast Convergence

NeurIPS 2016poster

We show that learning algorithms satisfying a low approximate regret property experience fast convergence to approximate optimality in a large class of repeated games. Our property, which simply requires that each learner has small regret compared to a (1+eps)-multiplicative approximation to the bes…

Cited by 133SourcePDFScholar