← Search

Jeremy Cohen

6 accepted papers

2026

Non-Euclidean Gradient Descent Operates at the Edge of Stability

ICML 2026oral

The Edge of Stability (EoS) is a phenomenon where the sharpness (largest eigenvalue) of the Hessian converges to $2/\eta$ during training with gradient descent (GD) with a step-size $\eta$. Despite violating classical smoothness assumptions, EoS has been widely observed in deep learning, but its the…

Cited by 0SourceScholar
2025

Understanding Optimization in Deep Learning with Central Flows

ICLR 2025poster

Optimization in deep learning remains poorly understood. A key difficulty is that optimizers exhibit complex oscillatory dynamics, referred to as "edge of stability," which cannot be captured by traditional optimization theory. In this paper, we show that the path taken by an oscillatory optimizer…

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

Pareto GAN: Extending the Representational Power of GANs to Heavy-Tailed Distributions

ICML 2021spotlight

Generative adversarial networks (GANs) are often billed as "universal distribution learners", but precisely what distributions they can represent and learn is still an open question. Heavy-tailed distributions are prevalent in many different domains such as financial risk-assessment, physics, and ep…