← Search

Jason Lee

50 accepted papers

2026

Coverage Improvement and Fast Convergence of On-policy Preference Learning

ICML 2026poster

On-policy preference learning algorithms for language model alignment such as online direct policy optimization (DPO) can significantly outperform their offline counterparts. We provide a theoretical explanation for this phenomenon by analyzing how the sampling policy's coverage evolves throughout o…

Cited by 0SourceScholar
2026

MolmoAct: Action Reasoning Models That Can Reason in Space

ICRA 2026poster

Reasoning is essential for purposeful action, yet most robotic foundation models map perception and instructions directly to control, limiting adaptability, generalization, and semantic grounding. We introduce Action Reasoning Models (ARMs), which integrate perception, planning, and control through …

2025

BranchOut: Capturing Realistic Multimodality in Autonomous Driving Decisions

CoRL 2025poster

Modeling the nuanced, multimodal nature of human driving remains a core challenge for autonomous systems, as existing methods often fail to capture the diversity of plausible behaviors in complex real-world scenarios. In this work, we introduce a novel benchmark and end-to-end planner for modeling r…

Cited by 0SourceScholar
2024

MUVERA: Multi-Vector Retrieval via Fixed Dimensional Encoding

NeurIPS 2024poster

Neural embedding models have become a fundamental component of modern information retrieval (IR) pipelines. These models produce a single embedding $x \in \mathbb{R}^d$ per data-point, allowing for fast retrieval via highly optimized maximum inner product search (MIPS) algorithms. Recently, beginnin…

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

How Important is the Train-Validation Split in Meta-Learning?

ICML 2021spotlight

Meta-learning aims to perform fast adaptation on a new task through learning a “prior” from multiple existing tasks. A common practice in meta-learning is to perform a train-validation split (\emph{train-val method}) where the prior adapts to the task on one split of the data, and the resulting pred…

Cited by 92SourcePDFScholar
2021

Pushing on Text Readability Assessment: A Transformer Meets Handcrafted Linguistic Features

EMNLP 2021main

We report two essential improvements in readability assessment: 1. three novel features in advanced semantics and 2. the timely evidence that traditional ML models (e.g. Random Forest, using handcrafted features) can combine with transformers (e.g. RoBERTa) to augment model performance. First, we ex…

2020

Agnostic $Q$-learning with Function Approximation in Deterministic Systems: Near-Optimal Bounds on Approximation Error and Sample Complexity

NeurIPS 2020poster

The current paper studies the problem of agnostic $Q$-learning with function approximation in deterministic systems where the optimal $Q$-function is approximable by a function in the class $\mathcal{F}$ with approximation error $\delta \ge 0$. We propose a novel recursion-based algorithm and show t…

Cited by 27SourcePDFScholar
2020

Beyond Lazy Training for Over-parameterized Tensor Decomposition

NeurIPS 2020poster

Over-parametrization is an important technique in training neural networks. In both theory and practice, training a larger network allows the optimization algorithm to avoid bad local optimal solutions. In this paper we study a closely related tensor decomposition problem: given an $l$-th order tens…

Cited by 18SourcePDFScholar
2020

Convergence of Meta-Learning with Task-Specific Adaptation over Partial Parameters

NeurIPS 2020poster

Although model-agnostic meta-learning (MAML) is a very successful algorithm in meta-learning practice, it can have high computational cost because it updates all model parameters over both the inner loop of task-specific adaptation and the outer-loop of meta initialization training. A more efficient…

Cited by 91SourcePDFScholar
2020

Generalized Leverage Score Sampling for Neural Networks

NeurIPS 2020poster

Leverage score sampling is a powerful technique that originates from theoretical computer science, which can be used to speed up a large number of fundamental questions, e.g. linear regression, linear programming, semi-definite programming, cutting plane method, graph sparsification, maximum matchin…

Cited by 50SourcePDFScholar
2020

How to Characterize The Landscape of Overparameterized Convolutional Neural Networks

NeurIPS 2020poster

For many initialization schemes, parameters of two randomly initialized deep neural networks (DNNs) can be quite different, but feature distributions of the hidden nodes are similar at each layer. With the help of a new technique called {\it neural network grafting}, we demonstrate that even during…

2020

Implicit Bias in Deep Linear Classification: Initialization Scale vs Training Accuracy

NeurIPS 2020spotlight

We provide a detailed asymptotic study of gradient flow trajectories and their implicit optimization bias when minimizing the exponential loss over "diagonal linear networks". This is the simplest model displaying a transition between "kernel" and non-kernel ("rich" or "active") regimes. We show ho…

Cited by 99SourcePDFScholar
2020

Optimal transport mapping via input convex neural networks

ICML 2020poster

In this paper, we present a novel and principled approach to learn the optimal transport between two distributions, from samples. Guided by the optimal transport theory, we learn the optimal Kantorovich potential which induces the optimal transport map. This involves learning two convex functions, b…

Cited by 240SourcePDFScholar
2020

Sanity-Checking Pruning Methods: Random Tickets can Win the Jackpot

NeurIPS 2020poster

Network pruning is a method for reducing test-time computational resource requirements with minimal performance degradation. Conventional wisdom of pruning algorithms suggests that: (1) Pruning methods exploit information from training data to find good subnetworks; (2) The architecture of the prune…

2020

Towards Understanding Hierarchical Learning: Benefits of Neural Representations

NeurIPS 2020poster

Deep neural networks can empirically perform efficient hierarchical learning, in which the layers learn useful representations of the data. However, how they make use of the intermediate representations are not explained by recent theories that relate them to ``shallow learners'' such as kernels. In…

Cited by 63SourcePDFScholar
2019

Convergence of Adversarial Training in Overparametrized Neural Networks

NeurIPS 2019spotlight

Neural networks are vulnerable to adversarial examples, i.e. inputs that are imperceptibly perturbed from natural data and yet incorrectly classified by the network. Adversarial training \cite{madry2017towards}, a heuristic form of robust optimization that alternates between minimization and maximiz…

Cited by 159SourcePDFScholar
2019

Convergence of Gradient Descent on Separable Data

AISTATS 2019poster

We provide a detailed study on the implicit bias of gradient descent when optimizing loss functions with strictly monotone tails, such as the logistic loss, over separable datasets. We look at two basic questions: (a) what are the conditions on the tail of the loss function under which gradient desc…

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

Lexicographic and Depth-Sensitive Margins in Homogeneous and Non-Homogeneous Deep Models

ICML 2019oral

With an eye toward understanding complexity control in deep learning, we study how infinitesimal regularization or gradient descent optimization lead to margin maximizing solutions in both homogeneous and non homogeneous models, extending previous work that focused on infinitesimal regularization on…

Cited by 86SourcePDFScholar
2019

Neural Temporal-Difference Learning Converges to Global Optima

NeurIPS 2019poster

Temporal-difference learning (TD), coupled with neural networks, is among the most fundamental building blocks of deep reinforcement learning. However, due to the nonlinearity in value function approximation, such a coupling leads to nonconvexity and even divergence in optimization. As a result, the…

Cited by 169SourcePDFScholar
2019

Regularization Matters: Generalization and Optimization of Neural Nets v.s. their Induced Kernel

NeurIPS 2019spotlight

Recent works have shown that on sufficiently over-parametrized neural nets, gradient descent with relatively large initialization optimizes a prediction function in the RKHS of the Neural Tangent Kernel (NTK). This analysis leads to global convergence results but does not work when there is a standa…

Cited by 251SourcePDFScholar
2019

Solving a Class of Non-Convex Min-Max Games Using Iterative First Order Methods

NeurIPS 2019poster

Recent applications that arise in machine learning have surged significant interest in solving min-max saddle point games. This problem has been extensively studied in the convex-concave regime for which a global equilibrium solution can be computed efficiently. In this paper, we study the problem i…

2018

Algorithmic Regularization in Learning Deep Homogeneous Models: Layers are Automatically Balanced

NeurIPS 2018poster

We study the implicit regularization imposed by gradient descent for learning multi-layer homogeneous functions including feed-forward fully connected and convolutional deep neural networks with linear, ReLU or Leaky ReLU activation. We rigorously prove that gradient flow (i.e. gradient descent with…

Cited by 269SourcePDFScholar
2018

Characterizing Implicit Bias in Terms of Optimization Geometry

ICML 2018oral

We study the bias of generic optimization methods, including Mirror Descent, Natural Gradient Descent and Steepest Descent with respect to different potentials and norms, when optimizing underdetermined linear models or separable linear classification problems. We ask the question of whether the glo…

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

Gradient Primal-Dual Algorithm Converges to Second-Order Stationary Solution for Nonconvex Distributed Optimization Over Networks

ICML 2018oral

In this work, we study two first-order primal-dual based algorithms, the Gradient Primal-Dual Algorithm (GPDA) and the Gradient Alternating Direction Method of Multipliers (GADMM), for solving a class of linearly constrained non-convex optimization problems. We show that with random initialization o…

Cited by 64SourcePDFScholar
2018

Implicit Bias of Gradient Descent on Linear Convolutional Networks

NeurIPS 2018poster

We show that gradient descent on full-width linear convolutional networks of depth $L$ converges to a linear predictor related to the $\ell_{2/L}$ bridge penalty in the frequency domain. This is in contrast to linearly fully connected networks, where gradient descent converges to the hard margin lin…

Cited by 493SourcePDFScholar
2018

On the Convergence and Robustness of Training GANs with Regularized Optimal Transport

NeurIPS 2018poster

Generative Adversarial Networks (GANs) are one of the most practical methods for learning data distributions. A popular GAN formulation is based on the use of Wasserstein distance as a metric between probability distributions. Unfortunately, minimizing the Wasserstein distance between the data distr…

Cited by 173SourcePDFScholar
2017

Black-box Importance Sampling

AISTATS 2017poster

Importance sampling is widely used in machine learning and statistics, but its power is limited by the restriction of using simple proposals for which the importance weights can be tractably calculated. We address this problem by studying black-box importance sampling methods that calculate importan…

Cited by 82SourcePDFScholar
2017

Gradient Descent Can Take Exponential Time to Escape Saddle Points

NeurIPS 2017spotlight

Although gradient descent (GD) almost always escapes saddle points asymptotically [Lee et al., 2016], this paper shows that even with fairly natural random initialization schemes and non-pathological functions, GD can be significantly slowed down by saddle points, taking exponential time to escape.…

Cited by 324SourcePDFScholar
2017

On the Learnability of Fully-Connected Neural Networks

AISTATS 2017poster

Despite the empirical success of deep neural networks, there is limited theoretical understanding on the learnability of these models using a polynomial-time algorithm. In this paper, we characterize the learnability of fully-connected neural networks via both positive and negative results. We focus…

Cited by 67SourcePDFScholar
2017

Sketching Meets Random Projection in the Dual: A Provable Recovery Algorithm for Big and High-dimensional Data

AISTATS 2017poster

Sketching techniques scale up machine learning algorithms by reducing the sample size or dimensionality of massive data sets, without sacrificing their statistical properties. In this paper, we study sketching from an optimization point of view. We first show that the iterative Hessian sketch is an…

Cited by 57SourcePDFScholar