← Search

Eshaan Nichani

11 accepted papers

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

Learning Hierarchical Polynomials of Multiple Nonlinear Features

ICLR 2025poster

In deep learning theory, a critical question is to understand how neural networks learn hierarchical features. In this work, we study the learning of hierarchical polynomials of multiple nonlinear features using three-layer neural networks. We examine a broad class of functions of the form $f^{\star…

Cited by 0SourcePDFScholar
2025

Understanding Factual Recall in Transformers via Associative Memories

ICLR 2025spotlight

Large language models have demonstrated an impressive ability to perform factual recall. Prior work has found that transformers trained on factual recall tasks can store information at a rate proportional to their parameter count. In our work, we show that shallow transformers can use a combination…

Cited by 7SourcePDFScholar
2023

Fine-Tuning Language Models with Just Forward Passes

NeurIPS 2023oral

Fine-tuning language models (LMs) has yielded success on diverse downstream tasks, but as LMs grow in size, backpropagation requires a prohibitively large amount of memory. Zeroth-order (ZO) methods can in principle estimate gradients using only two forward passes but are theorized to be catastrophi…

2023

Provable Guarantees for Nonlinear Feature Learning in Three-Layer Neural Networks

NeurIPS 2023spotlight

One of the central questions in the theory of deep learning is to understand how neural networks learn hierarchical features. The ability of deep networks to extract salient features is crucial to both their outstanding generalization ability and the modern deep learning paradigm of pretraining and…

Cited by 21SourcePDFScholar
2023

Self-Stabilization: The Implicit Bias of Gradient Descent at the Edge of Stability

ICLR 2023poster

Traditional analyses of gradient descent show that when the largest eigenvalue of the Hessian, also known as the sharpness $S(\theta)$, is bounded by $2/\eta$, training is "stable" and the training loss decreases monotonically. Recent works, however, have observed that this assumption does not hold…

2023

Smoothing the Landscape Boosts the Signal for SGD: Optimal Sample Complexity for Learning Single Index Models

NeurIPS 2023oral

We focus on the task of learning a single index model $\sigma(w^\star \cdot x)$ with respect to the isotropic Gaussian distribution in $d$ dimensions. Prior work has shown that the sample complexity of learning $w^\star$ is governed by the information exponent $k^\star$ of the link function $\sigma$…

Cited by 51SourcePDFScholar
2022

Identifying good directions to escape the NTK regime and efficiently learn low-degree plus sparse polynomials

NeurIPS 2022accept

A recent goal in the theory of deep learning is to identify how neural networks can escape the “lazy training,” or Neural Tangent Kernel (NTK) regime, where the network is coupled with its first order Taylor expansion at initialization. While the NTK is minimax optimal for learning dense polynomials…