← Search

Max Simchowitz

43 accepted papers

2026

Action Chunking and Data Augmentation Yield Exponential Improvements in Behavior Cloning for Continuous Spaces

ICLR 2026poster

This paper presents a theoretical analysis of two of the most impactful interventions in modern learning from demonstration in robotics and continuous control: the practice of *action-chunking* (predicting sequences of actions in open-loop) and *exploratory augmentation* of expert demonstrations. Th…

Cited by 0SourceScholar
2026

Diamond Maps: Efficient Reward Alignment via Stochastic Flow Maps

ICML 2026poster

Flow and diffusion models produce high-quality samples, but adapting them to user preferences or constraints post-training remains costly and brittle, a challenge commonly called reward alignment. We argue that efficient reward alignment should be a property of the generative model itself, not an af…

Cited by 0SourceScholar
2026

Joint Distillation for Fast Likelihood Evaluation and Sampling in Flow-based Models

ICLR 2026poster

Log-likelihood evaluation enables important capabilities in generative models, including model comparison, certain fine-tuning objectives, and many downstream applications. Yet paradoxically, some of today's best generative models -- diffusion and flow-based models -- still require hundreds to thous…

Cited by 0SourceScholar
2026

Much Ado About Noising: Dispelling the Myths of Generative Robotic Control

ICLR 2026poster

Generative models, like flows and diffusions, have recently emerged as popular and efficacious policy parameterizations in robotics. There has been much speculation as to the factors underlying their successes, ranging from capturing multimodal action distributions to expressing more complex behavio…

Cited by 0SourcecodeScholar
2026

Sample Efficient Full-Finetuning of Generative Control Policies

ICML 2026poster

Generative control policies (GCPs), such as diffusion- and flow-based control policies, have emerged as effective parameterizations for robot learning. Yet there remains substantial debate over how to sample efficiently fine-tune them via reinforcement learning. A prevailing view holds that fine-tun…

Cited by 0SourceScholar
2026

e3: Learning to Explore Enables Extrapolation of Test-Time Compute for LLMs

ICLR 2026poster

Test-time scaling offers a promising path to improve LLM reasoning by utilizing more compute at inference time; however, the true promise of this paradigm lies in extrapolation (i.e., improvement in performance on hard problems as LLMs keep "thinking" for longer, beyond the maximum token budget they…

Cited by 0SourcecodeScholar
2025

Diffusion Policy Policy Optimization

ICLR 2025poster

We introduce Diffusion Policy Policy Optimization, DPPO, an algorithmic framework including best practices for fine-tuning diffusion-based policies (e.g. Diffusion Policy) in continuous control and robot learning tasks using the policy gradient (PG) method from reinforcement learning (RL). PG method…

Cited by 270SourcePDFScholar
2025

History-Guided Video Diffusion

ICML 2025poster

Classifier-free guidance (CFG) is a key technique for improving conditional generation in diffusion models, enabling more accurate control while enhancing sample quality. It is natural to extend this technique to video diffusion, which generates video conditioned on a variable number of context fram…

Cited by 6SourcePDFScholar
2025

Is Linear Feedback on Smoothed Dynamics Sufficient for Stabilizing Contact-Rich Plans?

ICRA 2025

Designing planners and controllers for contact-rich manipulation is extremely challenging as contact violates the smoothness conditions that many gradient-based controller synthesis tools assume. Contact smoothing approximates a non-smooth system with a smooth one, allowing one to use these synthesi

Cited by 10SourceScholar
2025

Is Your Diffusion Model Actually Denoising?

NeurIPS 2025poster

We study the inductive biases of diffusion models with a conditioning-variable, which have seen widespread application as both text-conditioned generative image models and observation-conditioned continuous control policies. We observe that when these models are queried conditionally, their generati…

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

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

Diffusion Forcing: Next-token Prediction Meets Full-Sequence Diffusion

NeurIPS 2024poster

This paper presents Diffusion Forcing, a new training paradigm where a diffusion model is trained to denoise a set of tokens with independent per-token noise levels. We apply Diffusion Forcing to sequence generative modeling by training a causal next-token prediction model to generate one or several…

2024

Robot Fleet Learning via Policy Merging

ICLR 2024poster

Fleets of robots ingest massive amounts of heterogeneous streaming data silos generated by interacting with their environments, far more than what can be stored or transmitted with ease. At the same time, teams of robots should co-acquire diverse skills through their heterogeneous experiences in var…

2023

Learning to Extrapolate: A Transductive Approach

ICLR 2023poster

Machine learning systems, especially with overparameterized deep neural networks, can generalize to novel test instances drawn from the same distribution as the training data. However, they fare poorly when evaluated on out-of-support test points. In this work, we tackle the problem of developing ma…

2023

Non-Euclidean Motion Planning with Graphs of Geodesically-Convex Sets

RSS 2023poster

Computing optimal, collision-free trajectories for high-dimensional systems is a challenging problem. Sampling-based planners struggle with the dimensionality, whereas trajectory optimizers may get stuck in local minima due to inherent nonconvexities in the optimization landscape. The use of mixed-i…

Cited by 23SourcePDFScholar
2023

Provable Guarantees for Generative Behavior Cloning: Bridging Low-Level Stability and High-Level Behavior

NeurIPS 2023poster

We propose a theoretical framework for studying behavior cloning of complex expert demonstrations using generative modeling. Our framework invokes low-level controllers - either learned or implicit in position-command control - to stabilize imitation around expert demonstrations. We show that with (…

Cited by 26SourcePDFScholar
2023

RePo: Resilient Model-Based Reinforcement Learning by Regularizing Posterior Predictability

NeurIPS 2023spotlight

Visual model-based RL methods typically encode image observations into low-dimensional representations in a manner that does not eliminate redundant information. This leaves them susceptible to spurious variations -- changes in task-irrelevant components such as background distractors or lighting co…

Cited by 13SourcePDFScholar
2023

Smoothed Online Learning for Prediction in Piecewise Affine Systems

NeurIPS 2023spotlight

The problem of piecewise affine (PWA) regression and planning is of foundational importance to the study of online learning, control, and robotics, where it provides a theoretically and empirically tractable setting to study systems undergoing sharp changes in the dynamics. Unfortunately, due to th…

Cited by 13SourcePDFScholar
2023

Statistical Learning under Heterogenous Distribution Shift

ICML 2023poster

This paper studies the prediction of a target $\mathbf{z}$ from a pair of random variables $(\mathbf{x},\mathbf{y})$, where the ground-truth predictor is additive $\mathbb{E}[\mathbf{z} \mid \mathbf{x},\mathbf{y}] = f_\star(\mathbf{x}) +g_{\star}(\mathbf{y})$. We study the performance of empirical r…

Cited by 7SourcePDFScholar
2023

The Power of Learned Locally Linear Models for Nonlinear Policy Optimization

ICML 2023poster

A common pipeline in learning-based control is to iteratively estimate a model of system dynamics, and apply a trajectory optimization algorithm - e.g. $\mathtt{iLQR}$ - on the learned model to minimize a target cost. This paper conducts a rigorous analysis of a simplified variant of this strategy f…

Cited by 4SourcePDFScholar
2022

Do Differentiable Simulators Give Better Policy Gradients?

ICML 2022oral

Differentiable simulators promise faster computation time for reinforcement learning by replacing zeroth-order gradient estimates of a stochastic objective with an estimate based on first-order gradients. However, it is yet unclear what factors decide the performance of the two estimators on complex…

Cited by 127SourcePDFScholar
2022

Efficient and Near-Optimal Smoothed Online Learning for Generalized Linear Functions

NeurIPS 2022accept

Due to the drastic gap in complexity between sequential and batch statistical learning, recent work has studied a smoothed sequential learning setting, where Nature is constrained to select contexts with density bounded by $1/\sigma$ with respect to a known measure $\mu$. Unfortunately, for some fu…

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

Globally Convergent Policy Search for Output Estimation

NeurIPS 2022accept

We introduce the first direct policy search algorithm which provably converges to the globally optimal dynamic filter for the classical problem of predicting the outputs of a linear dynamical system, given noisy, partial observations. Despite the ubiquity of partial observability in practice, theore…

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

Bayesian decision-making under misspecified priors with applications to meta-learning

NeurIPS 2021spotlight

Thompson sampling and other Bayesian sequential decision-making algorithms are among the most popular approaches to tackle explore/exploit trade-offs in (contextual) bandits. The choice of prior in these algorithms offers flexibility to encode domain knowledge but can also lead to poor performance…

Cited by 62SourcePDFScholar
2021

Online Control of Unknown Time-Varying Dynamical Systems

NeurIPS 2021poster

We study online control of time-varying linear systems with unknown dynamics in the nonstochastic control model. At a high level, we demonstrate that this setting is \emph{qualitatively harder} than that of either unknown time-invariant or known time-varying dynamics, and complement our negative res…

Cited by 34SourcePDFScholar
2020

Balancing Competing Objectives with Noisy Data: Score-Based Classifiers for Welfare-Aware Machine Learning

ICML 2020poster

While real-world decisions involve many competing objectives, algorithmic decisions are often evaluated with a single objective function. In this paper, we study algorithmic policies which explicitly trade off between a private objective (such as profit) and a public objective (such as social welfar…

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

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

Reward-Free Exploration for Reinforcement Learning

ICML 2020poster

Exploration is widely regarded as one of the most challenging aspects of reinforcement learning (RL), with many naive approaches succumbing to exponential sample complexity. To isolate the challenges of exploration, we propose the following “reward-free RL” framework. In the exploration phase, the a…

Cited by 281SourcePDFScholar
2018

Approximate Ranking from Pairwise Comparisons

AISTATS 2018poster

A common problem in machine learning is to rank a set of n items based on pairwise comparison. Here, ranking refers to partitioning the items into sets of pre-specified sizes according to theirs scores, which includes identification of the top-k items as the most prominent special case. The score o…

Cited by 0SourcePDFScholar
2018

Delayed Impact of Fair Machine Learning

ICML 2018oral

Fairness in machine learning has predominantly been studied in static classification settings without concern for how decisions change the underlying population over time. Conventional wisdom suggests that fairness criteria promote the long-term well-being of those groups they aim to protect. We stu…

2016

Low-rank Solutions of Linear Matrix Equations via Procrustes Flow

ICML 2016poster

In this paper we study the problem of recovering a low-rank matrix from linear measurements. Our algorithm, which we call Procrustes Flow, starts from an initial estimate obtained by a thresholding scheme followed by gradient descent on a non-convex objective. We show that as long as the measurement…

Cited by 462SourcePDFScholar