← Search

Yuanzhi Li

64 accepted papers

2025

Adversarial Training Can Provably Improve Robustness: Theoretical Analysis of Feature Learning Process Under Structured Data

ICLR 2025poster

Adversarial training is a widely-applied approach to training deep neural networks to be robust against adversarial perturbation. However, although adversarial training has achieved empirical success in practice, it still remains unclear why adversarial examples exist and how adversarial training me…

Cited by 1SourcePDFScholar
2025

LoRA Soups: Merging LoRAs for Practical Skill Composition Tasks

COLING 2025industry

Low-Rank Adaptation (LoRA) is a popular technique for parameter-efficient fine-tuning of Large Language Models (LLMs). We study how different LoRA modules can be merged to achieve skill composition—testing the performance of the merged model on a target task that involves combining multiple skills,…

2025

Mixture of Parrots: Experts improve memorization more than reasoning

ICLR 2025poster

The Mixture-of-Experts (MoE) architecture enables a significant increase in the total number of model parameters with minimal computational overhead. However, it is not clear what performance tradeoffs, if any, exist between MoEs and standard dense transformers. In this paper, we show that as we i…

Cited by 3SourcePDFScholar
2025

On the Clean Generalization and Robust Overfitting in Adversarial Training from Two Theoretical Views: Representation Complexity and Training Dynamics

ICML 2025poster

Similar to surprising performance in the standard deep learning, deep nets trained by adversarial training also generalize well for unseen clean data (natural data). However, despite adversarial training can achieve low robust training error, there exists a significant robust generalization gap. We…

Cited by 0SourcePDFScholar
2025

Physics of Language Models: Part 2.1, Grade-School Math and the Hidden Reasoning Process

ICLR 2025poster

Recent advances in language models have demonstrated their capability to solve mathematical reasoning problems, achieving near-perfect accuracy on grade-school level math benchmarks like GSM8K. In this paper, we formally study how language models solve these problems. We design a series of controlle…

Cited by 35SourcePDFScholar
2025

Physics of Language Models: Part 2.2, How to Learn From Mistakes on Grade-School Math Problems

ICLR 2025poster

Language models have demonstrated remarkable performance in solving reasoning tasks; however, even the strongest models still occasionally make reasoning mistakes. Recently, there has been active research aimed at improving reasoning accuracy, particularly by using pretrained language models to "sel…

Cited by 11SourcePDFScholar
2025

Understanding the Evolution of the Neural Tangent Kernel at the Edge of Stability

NeurIPS 2025poster

The study of Neural Tangent Kernels (NTKs) in deep learning has drawn increasing attention in recent years. NTKs typically actively change during training and are related to feature learning. In parallel, recent work on Gradient Descent (GD) has found a phenomenon called Edge of Stability (EoS), in…

Cited by 0SourceScholar
2024

Revisiting Disentanglement in Downstream Tasks: A Study on Its Necessity for Abstract Visual Reasoning

AAAI 2024technical

In representation learning, a disentangled representation is highly desirable as it encodes generative factors of data in a separable and compact pattern. Researchers have advocated leveraging disentangled representations to complete downstream tasks with encouraging empirical evidence. This paper f…

2024

Role of Locality and Weight Sharing in Image-Based Tasks: A Sample Complexity Separation between CNNs, LCNs, and FCNs

ICLR 2024spotlight

Vision tasks are characterized by the properties of locality and translation invariance. The superior performance of convolutional neural networks (CNNs) on these tasks is widely attributed to the inductive bias of locality and weight sharing baked into their architecture. Existing attempts…

Cited by 1SourcePDFScholar
2024

Understanding Transferable Representation Learning and Zero-shot Transfer in CLIP

ICLR 2024poster

Multi-modal learning has become increasingly popular due to its ability to leverage information from different data sources (e.g., text and images) to improve the model performance. Recently, CLIP has emerged as an effective approach that employs vision-language contrastive pretraining to learn join…

Cited by 15SourcePDFScholar
2023

Forward Super-Resolution: How Can GANs Learn Hierarchical Generative Models for Real-World Distributions

ICLR 2023poster

Generative adversarial networks (GANs) are among the most successful models for learning high-complexity, real-world distributions. However, in theory, due to the highly non-convex, non-concave landscape of the minmax training objective, GAN remains one of the least understood deep learning models.…

Cited by 17SourcePDFScholar
2023

How Do Transformers Learn Topic Structure: Towards a Mechanistic Understanding

ICML 2023poster

While the successes of transformers across many domains are indisputable, accurate understanding of the learning mechanics is still largely lacking. Their capabilities have been probed on benchmarks which include a variety of structured and reasoning tasks---but mathematical understanding is lagging…

2023

Read and Reap the Rewards: Learning to Play Atari with the Help of Instruction Manuals

NeurIPS 2023poster

High sample complexity has long been a challenge for RL. On the other hand, humans learn to perform tasks not only from interaction or demonstrations, but also by reading unstructured text documents, e.g., instruction manuals. Instruction manuals and wiki pages are among the most abundant data that…

2023

SPRING: Studying Papers and Reasoning to play Games

NeurIPS 2023poster

Open-world survival games pose significant challenges for AI algorithms due to their multi-tasking, deep exploration, and goal prioritization requirements. Despite reinforcement learning (RL) being popular for solving games, its high sample complexity limits its effectiveness in complex open-world g…

2023

Sampling is as easy as learning the score: theory for diffusion models with minimal data assumptions

ICLR 2023top-5%

We provide theoretical convergence guarantees for score-based generative models (SGMs) such as denoising diffusion probabilistic models (DDPMs), which constitute the backbone of large-scale real-world generative models such as DALL$\cdot$E 2. Our main result is that, assuming accurate score estimate…

Cited by 335SourcePDFScholar
2023

The probability flow ODE is provably fast

NeurIPS 2023poster

We provide the first polynomial-time convergence guarantees for the probabilistic flow ODE implementation (together with a corrector step) of score-based generative modeling. Our analysis is carried out in the wake of recent results obtaining such guarantees for the SDE-based implementation (i.e., d…

Cited by 166SourcePDFScholar
2023

Towards Understanding Ensemble, Knowledge Distillation and Self-Distillation in Deep Learning

ICLR 2023top-5%

We formally study how \emph{ensemble} of deep learning models can improve test accuracy, and how the superior performance of ensemble can be distilled into a single model using \emph{knowledge distillation}. We consider the challenging case where the ensemble is simply an average of the outputs of a…

Cited by 496SourcePDFScholar
2023

Understanding the Generalization of Adam in Learning Neural Networks with Proper Regularization

ICLR 2023poster

Adaptive gradient methods such as Adam have gained increasing popularity in deep learning optimization. However, it has been observed in many deep learning applications such as image classification, Adam can converge to a different solution with a worse test error compared to (stochastic) gradient d…

Cited by 63SourcePDFScholar
2023

Weighted Tallying Bandits: Overcoming Intractability via Repeated Exposure Optimality

ICML 2023poster

In human-interactive applications of online learning, a human's preferences or abilities are often a function of the algorithm's recent actions. Motivated by this, a significant line of work has formalized settings where an action's loss is a function of the number of times it was played in the prio…

Cited by 2SourcePDFScholar
2022

LoRA: Low-Rank Adaptation of Large Language Models

ICLR 2022poster

An important paradigm of natural language processing consists of large-scale pre-training on general domain data and adaptation to particular tasks or domains. As we pre-train larger models, full fine-tuning, which retrains all model parameters, becomes less feasible. Using GPT-3 175B as an example…

2022

Minimax Optimality (Probably) Doesn't Imply Distribution Learning for GANs

ICLR 2022poster

Arguably the most fundamental question in the theory of generative adversarial networks (GANs) is to understand when GANs can actually learn the underlying distribution. Theoretical and empirical evidence (see e.g. Arora-Risteski-Zhang '18) suggest local optimality of the empirical training objectiv…

Cited by 8SourcePDFScholar
2022

Towards Understanding the Mixture-of-Experts Layer in Deep Learning

NeurIPS 2022accept

The Mixture-of-Experts (MoE) layer, a sparsely-activated model controlled by a router, has achieved great success in deep learning. However, the understanding of such architecture remains elusive. In this paper, we formally study how the MoE layer improves the performance of neural network learning…

Cited by 87SourcePDFScholar
2021

Gradient Descent on Neural Networks Typically Occurs at the Edge of Stability

ICLR 2021poster

We empirically demonstrate that full-batch gradient descent on neural network training objectives typically operates in a regime we call the Edge of Stability. In this regime, the maximum eigenvalue of the training loss Hessian hovers just above the value $2 / \text{(step size)}$, and the training l…

2021

Local Signal Adaptivity: Provable Feature Learning in Neural Networks Beyond Kernels

NeurIPS 2021poster

Neural networks have been shown to outperform kernel methods in practice (including neural tangent kernels). Most theoretical explanations of this performance gap focus on learning a complex hypothesis class; in some cases, it is unclear whether this hypothesis class captures realistic data. In this…

2021

Sample Efficient Reinforcement Learning In Continuous State Spaces: A Perspective Beyond Linearity

ICML 2021spotlight

Reinforcement learning (RL) is empirically successful in complex nonlinear Markov decision processes (MDPs) with continuous state spaces. By contrast, the majority of theoretical RL literature requires the MDP to satisfy some form of linear structure, in order to guarantee sample efficient RL. Such…

Cited by 11SourcePDFScholar
2021

Toward Understanding the Feature Learning Process of Self-supervised Contrastive Learning

ICML 2021spotlight

We formally study how contrastive learning learns the feature representations for neural networks by investigating its feature learning process. We consider the case where our data are comprised of two types of features: the sparse features which we want to learn from, and the dense features we want…

Cited by 170SourcePDFScholar
2019

Algorithmic Framework for Model-based Deep Reinforcement Learning with Theoretical Guarantees

ICLR 2019poster

Model-based reinforcement learning (RL) is considered to be a promising approach to reduce the sample complexity that hinders model-free RL. However, the theoretical understanding of such methods has been rather limited. This paper introduces a novel algorithmic framework for designing and analyzing…

2019

Complexity of Highly Parallel Non-Smooth Convex Optimization

NeurIPS 2019spotlight

A landmark result of non-smooth convex optimization is that gradient descent is an optimal algorithm whenever the number of computed gradients is smaller than the dimension $d$. In this paper we study the extension of this result to the parallel optimization setting. Namely we consider optimization…

Cited by 76SourcePDFScholar
2019

Towards Explaining the Regularization Effect of Initial Large Learning Rate in Training Neural Networks

NeurIPS 2019spotlight

Stochastic gradient descent with a large initial learning rate is widely used for training modern neural net architectures. Although a small initial learning rate allows for faster training and better test performance initially, the large learning rate achieves better generalization soon after the l…

2018

Learning Overparameterized Neural Networks via Stochastic Gradient Descent on Structured Data

NeurIPS 2018spotlight

Neural networks have many successful applications, while much less theoretical understanding has been gained. Towards bridging this gap, we study the problem of learning a two-layer overparameterized ReLU neural network for multi-class classification via stochastic gradient descent (SGD) from random…

Cited by 787SourcePDFScholar
2018

Make the Minority Great Again: First-Order Regret Bound for Contextual Bandits

ICML 2018oral

Regret bounds in online learning compare the player’s performance to $L*$, the optimal performance in hindsight with a fixed strategy. Typically such bounds scale with the square root of the time horizon $T$. The more refined concept of first-order regret bound replaces this with a scaling $\sqrt{L*…

Cited by 33SourcePDFScholar
2018

The Well-Tempered Lasso

ICML 2018oral

We study the complexity of the entire regularization path for least squares regression with 1-norm penalty, known as the Lasso. Every regression parameter in the Lasso changes linearly as a function of the regularization value. The number of changes is regarded as the Lasso’s complexity. Experimenta…

Cited by 10SourcePDFScholar
2017

Follow the Compressed Leader: Faster Online Learning of Eigenvectors and Faster MMWU

ICML 2017poster

The online problem of computing the top eigenvector is fundamental to machine learning. The famous matrix-multiplicative-weight-update (MMWU) framework solves this online problem and gives optimal regret. However, since MMWU runs very slow due to the computation of matrix exponentials, researchers p…

Cited by 48SourcePDFScholar
2017

Linear Convergence of a Frank-Wolfe Type Algorithm over Trace-Norm Balls

NeurIPS 2017spotlight

We propose a rank-k variant of the classical Frank-Wolfe algorithm to solve convex optimization over a trace-norm ball. Our algorithm replaces the top singular-vector computation (1-SVD) in Frank-Wolfe with a top-k singular-vector computation (k-SVD), which can be done by repeatedly applying 1-SVD k…

Cited by 69SourcePDFScholar
2017

Near-Optimal Design of Experiments via Regret Minimization

ICML 2017poster

We consider computationally tractable methods for the experimental design problem, where k out of n design points of dimension p are selected so that certain optimality criteria are approximately satisfied. Our algorithm finds a $(1+\epsilon)$-approximate optimal design when k is a linear function o…

Cited by 77SourcePDFScholar
2017

Provable Alternating Gradient Descent for Non-negative Matrix Factorization with Strong Correlations

ICML 2017poster

Non-negative matrix factorization is a basic tool for decomposing data into the feature and weight matrices under non-negativity constraints, and in practice is often solved in the alternating minimization framework. However, it is unclear whether such algorithms can recover the ground-truth feature…

2016

Approximate maximum entropy principles via Goemans-Williamson with applications to provable variational methods

NeurIPS 2016poster

The well known maximum-entropy principle due to Jaynes, which states that given mean parameters, the maximum entropy distribution matching them is in an exponential family has been very popular in machine learning due to its “Occam’s razor” interpretation. Unfortunately, calculating the potentials i…

Cited by 5SourcePDFScholar
2016

Recovery Guarantee of Non-negative Matrix Factorization via Alternating Updates

NeurIPS 2016poster

Non-negative matrix factorization is a popular tool for decomposing data into feature and weight matrices under non-negativity constraints. It enjoys practical success but is poorly understood theoretically. This paper proposes an algorithm that alternates between decoding the weights and updating…

2016

Recovery guarantee of weighted low-rank approximation via alternating minimization

ICML 2016poster

Many applications require recovering a ground truth low-rank matrix from noisy observations of the entries, which in practice is typically formulated as a weighted low-rank approximation problem and solved by non-convex optimization heuristics such as alternating minimization. In this paper, we prov…

Cited by 55SourcePDFScholar