← Search

Denny Wu

32 accepted papers

2026

Full-Batch Gradient Descent Outperforms One-Pass SGD: Sample Complexity Separation in Single-Index Learning

ICML 2026poster

It is folklore that reusing training data more than once can improve the statistical efficiency of gradient-based learning. However, beyond linear regression, the theoretical advantage of full-batch gradient descent (GD, which always reuses all the data) over one-pass stochastic gradient descent (on…

Cited by 0SourceScholar
2026

Learning to Recall with Transformers Beyond Orthogonal Embeddings

ICLR 2026poster

Modern large language models (LLMs) excel at tasks that require storing and retrieving knowledge, such as factual recall and question answering. Transformers are central to this capability, thanks to their ability to encode information during training and retrieve it at inference. Existing theoretic…

Cited by 0SourceScholar
2025

Emergence and scaling laws in SGD learning of shallow neural networks

NeurIPS 2025poster

We study the complexity of online stochastic gradient descent (SGD) for learning a two-layer neural network with $P$ neurons on isotropic Gaussian data: $f_*(\boldsymbol{x}) = \sum_{p=1}^P a_p\cdot \sigma(\langle\boldsymbol{x},\boldsymbol{v_p}^{\star}\rangle)$, $\boldsymbol{x} \sim \mathcal{N}(0,\bo…

Cited by 0SourceScholar
2025

From Shortcut to Induction Head: How Data Diversity Shapes Algorithm Selection in Transformers

NeurIPS 2025spotlight

Transformers can implement both generalizable algorithms (e.g., induction heads) and simple positional shortcuts (e.g., memorizing fixed output positions). In this work, we study how the choice of pretraining data distribution steers a shallow transformer toward one behavior or the other. Focusing o…

Cited by 0SourceScholar
2025

How Does Label Noise Gradient Descent Improve Generalization in the Low SNR Regime?

NeurIPS 2025poster

The capacity of deep learning models is often large enough to both learn the underlying statistical signal and overfit to noise in the training set. This noise memorization can be harmful especially for data with a low signal-to-noise ratio (SNR), leading to poor generalization. Inspired by prior ob…

Cited by 0SourceScholar
2025

Learning Multi-Index Models with Neural Networks via Mean-Field Langevin Dynamics

ICLR 2025poster

We study the problem of learning multi-index models in high-dimensions using a two-layer neural network trained with the mean-field Langevin algorithm. Under mild distributional assumptions on the data, we characterize the effective dimension $d_{\mathrm{eff}}$ that controls both sample and computat…

Cited by 3SourcePDFScholar
2025

Learning quadratic neural networks in high dimensions: SGD dynamics and scaling laws

NeurIPS 2025poster

We study the optimization and sample complexity of gradient-based training of a two-layer neural network with quadratic activation function in the high-dimensional regime, where the data is generated as $y \propto \sum_{j=1}^{r}\lambda_j \sigma\left(\langle \boldsymbol{\theta_j}, \boldsymbol{x}\rang…

Cited by 0SourceScholar
2025

Metastable Dynamics of Chain-of-Thought Reasoning: Provable Benefits of Search, RL and Distillation

ICML 2025poster

A key paradigm to improve the reasoning capabilities of large language models (LLMs) is to allocate more inference-time compute to search against a verifier or reward model. This process can then be utilized to refine the pretrained model or distill its reasoning patterns into more efficient models.…

Cited by 3SourcePDFScholar
2025

Nonlinear transformers can perform inference-time feature learning

ICML 2025poster

Pretrained transformers have demonstrated the ability to implement various algorithms at inference time without parameter updates. While theoretical works have established this capability through constructions and approximation guarantees, the optimization and statistical efficiency aspects remain u…

Cited by 0SourcePDFScholar
2025

When Do Transformers Outperform Feedforward and Recurrent Networks? A Statistical Perspective

NeurIPS 2025poster

Theoretical efforts to prove advantages of Transformers in comparison with classical architectures such as feedforward and recurrent neural networks have mostly focused on representational power. In this work, we take an alternative perspective and prove that even with infinite compute, feedforward…

Cited by 0SourcecodeScholar
2024

Improved statistical and computational complexity of the mean-field Langevin dynamics under structured data

ICLR 2024poster

Recent works have shown that neural networks optimized by gradient-based methods can adapt to sparse or low-dimensional target functions through feature learning; an often studied target is the sparse parity function on the unit hypercube. However, such isotropic data setting does not capture the an…

Cited by 6SourcePDFScholar
2024

Neural network learns low-dimensional polynomials with SGD near the information-theoretic limit

NeurIPS 2024poster

We study the problem of gradient descent learning of a single-index target function $f_*(\boldsymbol{x}) = \textstyle\sigma_*\left(\langle\boldsymbol{x},\boldsymbol{\theta}\rangle\right)$ under isotropic Gaussian data in $\mathbb{R}^d$, where the unknown link function $\sigma_*:\mathbb{R}\to\mathbb…

Cited by 25SourcePDFScholar
2024

Pretrained Transformer Efficiently Learns Low-Dimensional Target Functions In-Context

NeurIPS 2024poster

Transformers can efficiently learn in-context from example demonstrations. Most existing theoretical analyses studied the in-context learning (ICL) ability of transformers for linear function classes, where it is typically shown that the minimizer of the pretraining loss implements one gradient desc…

Cited by 4SourcePDFScholar
2024

SILVER: Single-loop variance reduction and application to federated learning

ICML 2024poster

Most variance reduction methods require multiple times of full gradient computation, which is time-consuming and hence a bottleneck in application to distributed optimization. We present a single-loop variance-reduced gradient estimator named SILVER (SIngle-Loop VariancE-Reduction) for the finite-su…

Cited by 0SourcePDFScholar
2024

Why is parameter averaging beneficial in SGD? An objective smoothing perspective

AISTATS 2024poster

It is often observed that stochastic gradient descent (SGD) and its variants implicitly select a solution with good generalization performance; such implicit bias is often characterized in terms of the sharpness of the minima. Kleinberg et al. (2018) connected this bias with the smoothing effect of…

Cited by 0SourcePDFScholar
2023

Convergence of mean-field Langevin dynamics: time-space discretization, stochastic gradient, and variance reduction

NeurIPS 2023spotlight

The mean-field Langevin dynamics (MFLD) is a nonlinear generalization of the Langevin dynamics that incorporates a distribution-dependent drift, and it naturally arises from the optimization of two-layer neural networks via (noisy) gradient descent. Recent works have shown that MFLD globally minimiz…

Cited by 16SourcePDFScholar
2023

Feature learning via mean-field Langevin dynamics: classifying sparse parities and beyond

NeurIPS 2023poster

Neural network in the mean-field regime is known to be capable of \textit{feature learning}, unlike the kernel (NTK) counterpart. Recent works have shown that mean-field neural networks can be globally optimized by a noisy gradient descent update termed the \textit{mean-field Langevin dynamics} (MFL…

Cited by 17SourcePDFScholar
2023

Gradient-Based Feature Learning under Structured Data

NeurIPS 2023poster

Recent works have demonstrated that the sample complexity of gradient-based learning of single index models, i.e. functions that depend on a 1-dimensional projection of the input data, is governed by their information exponent. However, these results are only concerned with isotropic data, while in…

Cited by 29SourcePDFScholar
2023

Learning in the Presence of Low-dimensional Structure: A Spiked Random Matrix Perspective

NeurIPS 2023poster

We consider the learning of a single-index target function $f_*: \mathbb{R}^d\to\mathbb{R}$ under spiked covariance data: $$f_*(\boldsymbol{x}) = \textstyle\sigma_*(\frac{1}{\sqrt{1+\theta}}\langle\boldsymbol{x},\boldsymbol{\mu}\rangle), ~~ \boldsymbol{x}\overset{\small\mathrm{i.i.d.}}{\sim}\mathca…

Cited by 39SourcePDFScholar
2023

Primal and Dual Analysis of Entropic Fictitious Play for Finite-sum Problems

ICML 2023poster

The entropic fictitious play (EFP) is a recently proposed algorithm that minimizes the sum of a convex functional and entropy in the space of measures --- such an objective naturally arises in the optimization of a two-layer neural network in the mean-field regime. In this work, we provide a concise…

Cited by 5SourcePDFScholar
2023

Uniform-in-time propagation of chaos for the mean-field gradient Langevin dynamics

ICLR 2023poster

The mean-field Langevin dynamics is characterized by a stochastic differential equation that arises from (noisy) gradient descent on an infinite-width two-layer neural network, which can be viewed as an interacting particle system. In this work, we establish a quantitative weak propagation of chaos…

Cited by 21SourcePDFScholar
2022

High-dimensional Asymptotics of Feature Learning: How One Gradient Step Improves the Representation

NeurIPS 2022accept

We study the first gradient descent step on the first-layer parameters $\boldsymbol{W}$ in a two-layer neural network: $f(\boldsymbol{x}) = \frac{1}{\sqrt{N}}\boldsymbol{a}^\top\sigma(\boldsymbol{W}^\top\boldsymbol{x})$, where $\boldsymbol{W}\in\mathbb{R}^{d\times N}, \boldsymbol{a}\in\mathbb{R}^{N}…

Cited by 179SourcePDFScholar
2022

Particle Stochastic Dual Coordinate Ascent: Exponential convergent algorithm for mean field neural network optimization

ICLR 2022poster

We introduce Particle-SDCA, a gradient-based optimization algorithm for two-layer neural networks in the mean field regime that achieves exponential convergence rate in regularized empirical risk minimization. The proposed algorithm can be regarded as an infinite dimensional extension of Stochastic…

Cited by 15SourcePDFScholar
2022

Two-layer neural network on infinite dimensional data: global optimization guarantee in the mean-field regime

NeurIPS 2022accept

Analysis of neural network optimization in the mean-field regime is important as the setting allows for feature learning. Existing theory has been developed mainly for neural networks in finite dimensions, i.e., each neuron has a finite-dimensional parameter. However, the setting of infinite-dimensi…

Cited by 6SourcePDFScholar
2022

Understanding the Variance Collapse of SVGD in High Dimensions

ICLR 2022poster

Stein variational gradient descent (SVGD) is a deterministic inference algorithm that evolves a set of particles to fit a target distribution. Despite its computational efficiency, SVGD often underestimates the variance of the target distribution in high dimensions. In this work we attempt to explai…

Cited by 31SourcePDFScholar
2021

Particle Dual Averaging: Optimization of Mean Field Neural Network with Global Convergence Rate Analysis

NeurIPS 2021poster

We propose the particle dual averaging (PDA) method, which generalizes the dual averaging method in convex optimization to the optimization over probability distributions with quantitative runtime guarantee. The algorithm consists of an inner loop and outer loop: the inner loop utilizes the Langevin…

Cited by 22SourcePDFScholar
2021

When does preconditioning help or hurt generalization?

ICLR 2021poster

While second order optimizers such as natural gradient descent (NGD) often speed up optimization, their effect on generalization has been called into question. This work presents a more nuanced view on how the \textit{implicit bias} of optimizers affects the comparison of generalization properties.…

Cited by 50SourcePDFScholar
2020

Generalization of Two-layer Neural Networks: An Asymptotic Viewpoint

ICLR 2020spotlight

This paper investigates the generalization properties of two-layer neural networks in high-dimensions, i.e. when the number of samples $n$, features $d$, and neurons $h$ tend to infinity at the same rate. Specifically, we derive the exact population risk of the unregularized least squares regression…

Cited by 97SourceScholar
2019

Post Selection Inference with Incomplete Maximum Mean Discrepancy Estimator

ICLR 2019poster

Measuring divergence between two distributions is essential in machine learning and statistics and has various applications including binary classification, change point detection, and two-sample test. Furthermore, in the era of big data, designing divergence measure that is interpretable and can ha…

Cited by 28SourcePDFScholar