← Search

Chulhee Yun

42 accepted papers

2026

Implicit Bias of Per-sample Adam on Separable Data: Departure from the Full-batch Regime

ICLR 2026poster

Adam [Kingma & Ba, 2015] is the de facto optimizer in deep learning, yet its theoretical understanding remains limited. Prior analyses show that Adam favors solutions aligned with $\ell_\infty$-geometry, but these results are restricted to the full-batch regime. In this work, we study the implicit b…

Cited by 1SourceScholar
2026

Minor First, Major Last: A Depth-Induced Implicit Bias of Sharpness-Aware Minimization

ICLR 2026poster

We study the implicit bias of sharpness-aware minimization (SAM) when training $L$-layer linear diagonal networks on linearly separable binary classification. For linear models ($L=1$), both $\ell_\infty$- and $\ell_2$-SAM recover the $\ell_2$ max-margin classifier, matching gradient descent (GD). H…

Cited by 0SourceScholar
2025

Arithmetic Transformers Can Length-Generalize in Both Operand Length and Count

ICLR 2025poster

Transformers often struggle with *length generalization*, meaning they fail to generalize to sequences longer than those encountered during training. While arithmetic tasks are commonly used to study length generalization, certain tasks are considered notoriously difficult, e.g., multi-operand addit…

2025

Convergence and Implicit Bias of Gradient Descent on Continual Linear Classification

ICLR 2025poster

We study continual learning on multiple linear classification tasks by sequentially running gradient descent (GD) for a fixed budget of iterations per each given task. When all tasks are jointly linearly separable and are presented in a cyclic/random order, we show the directional convergence of the…

Cited by 2SourcePDFScholar
2025

From Linear to Nonlinear: Provable Weak-to-Strong Generalization through Feature Learning

NeurIPS 2025poster

Weak-to-strong generalization refers to the phenomenon where a stronger model trained under supervision from a weaker one can outperform its teacher. While prior studies aim to explain this effect, most theoretical insights are limited to abstract frameworks or linear/random feature models. In this…

Cited by 0SourceScholar
2025

Incremental Gradient Descent with Small Epoch Counts is Surprisingly Slow on Ill-Conditioned Problems

ICML 2025poster

Recent theoretical results demonstrate that the convergence rates of permutation-based SGD (e.g., random reshuffling SGD) are faster than uniform-sampling SGD; however, these studies focus mainly on the large epoch regime, where the number of epochs $K$ exceeds the condition number $\kappa$. In cont…

Cited by 0SourcePDFScholar
2025

Lightweight Dataset Pruning without Full Training via Example Difficulty and Prediction Uncertainty

ICML 2025poster

Recent advances in deep learning rely heavily on massive datasets, leading to substantial storage and training costs. Dataset pruning aims to alleviate this demand by discarding redundant examples. However, many existing methods require training a model with a full dataset over a large number of epo…

2025

Parameter Expanded Stochastic Gradient Markov Chain Monte Carlo

ICLR 2025poster

Bayesian Neural Networks (BNNs) provide a promising framework for modeling predictive uncertainty and enhancing out-of-distribution robustness (OOD) by estimating the posterior distribution of network parameters. Stochastic Gradient Markov Chain Monte Carlo (SGMCMC) is one of the most powerful metho…

Cited by 1SourcePDFScholar
2025

Provable Benefit of Random Permutations over Uniform Sampling in Stochastic Coordinate Descent

ICML 2025poster

We analyze the convergence rates of two popular variants of coordinate descent (CD): random CD (RCD), in which the coordinates are sampled uniformly at random, and random-permutation CD (RPCD), in which random permutations are used to select the update indices. Despite abundant empirical evidence th…

Cited by 0SourcePDFScholar
2025

The Cost of Robustness: Tighter Bounds on Parameter Complexity for Robust Memorization in ReLU Nets

NeurIPS 2025poster

We study the parameter complexity of robust memorization for ReLU networks: the number of parameters required to interpolate any dataset with $\epsilon$-separation between differently labeled points, while ensuring predictions remain consistent within a $\mu$-ball around each training example. We es…

Cited by 0SourceScholar
2025

Through the River: Understanding the Benefit of Schedule-Free Methods for Language Model Training

NeurIPS 2025poster

As both model and dataset sizes continue to scale rapidly, conventional pretraining strategies with fixed compute budgets—such as cosine learning rate schedules—are increasingly inadequate for large-scale training. Recent alternatives, including warmup-stable-decay (WSD) schedules and weight averagi…

Cited by 0SourceScholar
2025

Understanding Sharpness Dynamics in NN Training with a Minimalist Example: The Effects of Dataset Difficulty, Depth, Stochasticity, and More

ICML 2025poster

When training deep neural networks with gradient descent, sharpness often increases---a phenomenon known as *progressive sharpening*---before saturating at the *edge of stability*. Although commonly observed in practice, the underlying mechanisms behind progressive sharpening remain poorly understoo…

Cited by 0SourcePDFScholar
2024

DASH: Warm-Starting Neural Network Training in Stationary Settings without Loss of Plasticity

NeurIPS 2024poster

Warm-starting neural network training by initializing networks with previously learned weights is appealing, as practical neural networks are often deployed under a continuous influx of new data. However, it often leads to *loss of plasticity*, where the network loses its ability to learn new inform…

Cited by 5SourcePDFScholar
2024

Fundamental Benefit of Alternating Updates in Minimax Optimization

ICML 2024spotlight

The Gradient Descent-Ascent (GDA) algorithm, designed to solve minimax optimization problems, takes the descent and ascent steps either simultaneously (Sim-GDA) or alternately (Alt-GDA). While Alt-GDA is commonly observed to converge faster, the performance gap between the two is not yet well unders…

2024

Linear attention is (maybe) all you need (to understand Transformer optimization)

ICLR 2024poster

Transformer training is notoriously difficult, requiring a careful design of optimizers and use of various heuristics. We make progress towards understanding the subtleties of training Transformers by carefully studying a simple yet canonical linearized *shallow* Transformer model. Specifically, we…

Cited by 54SourcePDFScholar
2024

Position Coupling: Improving Length Generalization of Arithmetic Transformers Using Task Structure

NeurIPS 2024poster

Even for simple arithmetic tasks like integer addition, it is challenging for Transformers to generalize to longer sequences than those encountered during training. To tackle this problem, we propose *position coupling*, a simple yet effective method that directly embeds the structure of the tasks i…

2024

Stochastic Extragradient with Flip-Flop Shuffling & Anchoring: Provable Improvements

NeurIPS 2024poster

In minimax optimization, the extragradient (EG) method has been extensively studied because it outperforms the gradient descent-ascent method in convex-concave (C-C) problems. Yet, stochastic EG (SEG) has seen limited success in C-C problems, especially for unconstrained cases. Motivated by the rece…

Cited by 0SourcePDFScholar
2023

Fair Streaming Principal Component Analysis: Statistical and Algorithmic Viewpoint

NeurIPS 2023poster

Fair Principal Component Analysis (PCA) is a problem setting where we aim to perform PCA while making the resulting representation fair in that the projected distributions, conditional on the sensitive attributes, match one another. However, existing approaches to fair PCA have two main problems: th…

2023

PLASTIC: Improving Input and Label Plasticity for Sample Efficient Reinforcement Learning

NeurIPS 2023poster

In Reinforcement Learning (RL), enhancing sample efficiency is crucial, particularly in scenarios when data acquisition is costly and risky. In principle, off-policy RL algorithms can improve sample efficiency by allowing multiple updates per environment interaction. However, these multiple updates…

2023

Trajectory Alignment: Understanding the Edge of Stability Phenomenon via Bifurcation Theory

NeurIPS 2023poster

Cohen et al. (2021) empirically study the evolution of the largest eigenvalue of the loss Hessian, also known as sharpness, along the gradient descent (GD) trajectory and observe the Edge of Stability (EoS) phenomenon. The sharpness increases at the early phase of training (referred to as progressiv…

Cited by 9SourcePDFScholar
2022

Minibatch vs Local SGD with Shuffling: Tight Convergence Bounds and Beyond

ICLR 2022oral

In distributed learning, local SGD (also known as federated averaging) and its simple baseline minibatch SGD are widely studied optimization methods. Most existing analyses of these methods assume independent and unbiased gradient estimates obtained via with-replacement sampling. In contrast, we stu…

Cited by 46SourcePDFScholar
2021

A unifying view on implicit bias in training linear neural networks

ICLR 2021poster

We study the implicit bias of gradient flow (i.e., gradient descent with infinitesimal step size) on linear neural network training. We propose a tensor formulation of neural networks that includes fully-connected, diagonal, and convolutional networks as special cases, and investigate the linear ver…

Cited by 97SourcePDFScholar
2020

Are Transformers universal approximators of sequence-to-sequence functions?

ICLR 2020poster

Despite the widespread adoption of Transformer models for NLP tasks, the expressive power of these models is not well-understood. In this paper, we establish that Transformer models are universal approximators of continuous permutation equivariant sequence-to-sequence functions with compact support,…

Cited by 432SourceScholar
2020

Low-Rank Bottleneck in Multi-head Attention Models

ICML 2020poster

Attention based Transformer architecture has enabled significant advances in the field of natural language processing. In addition to new pre-training techniques, recent improvements crucially rely on working with a relatively larger embedding dimension for tokens. Unfortunately, this leads to model…

2020

O(n) Connections are Expressive Enough: Universal Approximability of Sparse Transformers

NeurIPS 2020poster

Recently, Transformer networks have redefined the state of the art in many NLP tasks. However, these models suffer from quadratic computational cost in the input sequence length $n$ to compute pairwise attention in each layer. This has prompted recent research into sparse Transformers that sparsify…

Cited by 94SourcePDFScholar
2020

SGD with shuffling: optimal rates without component convexity and large epoch requirements

NeurIPS 2020spotlight

We study without-replacement SGD for solving finite-sum optimization problems. Specifically, depending on how the indices of the finite-sum are shuffled, we consider the RandomShuffle (shuffle at the beginning of each epoch) and SingleShuffle (shuffle only once) algorithms. First, we establish minim…

Cited by 89SourcePDFScholar
2019

Efficiently testing local optimality and escaping saddles for ReLU networks

ICLR 2019poster

We provide a theoretical algorithm for checking local optimality and escaping saddles at nondifferentiable points of empirical risks of two-layer ReLU networks. Our algorithm receives any parameter value and returns: local minimum, second-order stationary point, or a strict descent direction. The pr…

Cited by 11SourcePDFScholar
2019

Small ReLU networks are powerful memorizers: a tight analysis of memorization capacity

NeurIPS 2019spotlight

We study finite sample expressivity, i.e., memorization power of ReLU networks. Recent results require $N$ hidden nodes to memorize/interpolate arbitrary $N$ data points. In contrast, by exploiting depth, we show that 3-layer ReLU networks with $\Omega(\sqrt{N})$ hidden nodes can perfectly memorize…

Cited by 132SourcePDFScholar
2019

Small nonlinearities in activation functions create bad local minima in neural networks

ICLR 2019poster

We investigate the loss surface of neural networks. We prove that even for one-hidden-layer networks with "slightest" nonlinearity, the empirical risks have spurious local minima in most cases. Our results thus indicate that in general "no spurious local minim" is a property limited to deep linear n…

Cited by 105SourcePDFScholar