← Search

Sungyoon Lee

12 accepted papers

2026

Gradient Descent with Large Step Size Restores Symmetry in Deep Linear Networks with Multi-Pathway

ICML 2026poster

Recent theoretical analyses of multi-pathway Deep Linear Networks, typically grounded in Gradient Flow, predict a "winner-takes-all" specialization in which path symmetry breaks and each feature concentrates in a single pathway. In this work, we show that discrete Gradient Descent with a large step …

Cited by 0SourceScholar
2026

Inconsistency-Aware Minimization: Improving Generalization with Unlabeled Data

ICML 2026poster

Estimating the generalization gap and developing optimization methods that improve generalization are crucial for deep learning models, for both theoretical understanding and practical applications. Leveraging unlabeled data for these purposes offers significant advantages in real-world scenarios. T…

Cited by 0SourceScholar
2025

How Classifier Features Transfer to Downstream: An Asymptotic Analysis in a Two-Layer Model

NeurIPS 2025poster

Neural networks learn effective feature representations, which can be transferred to new tasks without additional training. While larger datasets are known to improve feature transfer, the theoretical conditions for the success of such transfer remain unclear. This work investigates feature transfer…

Cited by 0SourceScholar
2025

Prediction Risk and Estimation Risk of the Ridgeless Least Squares Estimator under General Assumptions on Regression Errors

ICLR 2025poster

In recent years, there has been a significant growth in research focusing on minimum $\ell_2$ norm (ridgeless) interpolation least squares estimators. However, the majority of these analyses have been limited to an unrealistic regression error structure, assuming independent and identically distribu…

Cited by 0SourcePDFScholar
2025

Prior Forgetting and In-Context Overfitting

NeurIPS 2025poster

In-context learning (ICL) is one of the key capabilities contributing to the great success of LLMs. At test time, ICL is known to operate in the two modes: task recognition and task learning. In this paper, we investigate the emergence and dynamics of the two modes of ICL during pretraining. To prov…

Cited by 0SourceScholar
2023

A new characterization of the edge of stability based on a sharpness measure aware of batch gradient distribution

ICLR 2023poster

For full-batch gradient descent (GD), it has been empirically shown that the sharpness, the top eigenvalue of the Hessian, increases and then hovers above $2/\text{(learning rate)}$, and this is called ``the edge of stability'' phenomenon. However, it is unclear why the sharpness is somewhat larger…

Cited by 10SourcePDFScholar
2023

Implicit Jacobian regularization weighted with impurity of probability output

ICML 2023poster

The success of deep learning is greatly attributed to stochastic gradient descent (SGD), yet it remains unclear how SGD finds well-generalized models. We demonstrate that SGD has an implicit regularization effect on the logit-weight Jacobian norm of neural networks. This regularization effect is wei…

Cited by 7SourcePDFScholar
2022

A Reparametrization-Invariant Sharpness Measure Based on Information Geometry

NeurIPS 2022accept

It has been observed that the generalization performance of neural networks correlates with the sharpness of their loss landscape. Dinh et al. (2017) have observed that existing formulations of sharpness measures fail to be invariant with respect to scaling and reparametrization. While some scale-in…

Cited by 9SourcePDFScholar
2021

Towards Better Understanding of Training Certifiably Robust Models against Adversarial Examples

NeurIPS 2021poster

We study the problem of training certifiably robust models against adversarial examples. Certifiable training minimizes an upper bound on the worst-case loss over the allowed perturbation, and thus the tightness of the upper bound is an important factor in building certifiably robust models. However…