← Search

Minhak Song

8 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

Understanding the Performance Gap in Preference Learning: A Dichotomy of RLHF and DPO

ICML 2026poster

We present a fine-grained theoretical analysis of the performance gap between reinforcement learning from human feedback (RLHF) and direct preference optimization (DPO) under a representation gap. Our study decomposes this gap into two sources: an explicit representation gap under exact optimization…

Cited by 0SourcecodeScholar
2026

Zeroth-Order Optimization at the Edge of Stability

ICML 2026poster

Zeroth-order (ZO) methods are widely used when gradients are unavailable or prohibitively expensive, including black-box learning and memory-efficient fine-tuning of large models, yet their optimization dynamics in deep learning remain underexplored. In this work, we provide an explicit step size co…

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

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
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