← Search

Frederik Kunstner

9 accepted papers

2025

Scaling Laws for Gradient Descent and Sign Descent for Linear Bigram Models under Zipf’s Law

NeurIPS 2025poster

Recent works have highlighted the optimization difficulties encountered by gradient descent in training the first and last layer of transformer-based language models, which are overcome by optimizers such as Adam. The problem appears linked to the heavy-tailed distribution of words in text data, whe…

Cited by 0SourceScholar
2024

Heavy-Tailed Class Imbalance and Why Adam Outperforms Gradient Descent on Language Models

NeurIPS 2024spotlight

Adam has been shown to outperform gradient descent on large language models by a larger margin than on other tasks, but it is unclear why. We show that a key factor in this performance gap is the heavy-tailed class imbalance found in language tasks. When trained with gradient descent, the loss of in…

Cited by 32SourcePDFScholar
2023

Noise Is Not the Main Factor Behind the Gap Between Sgd and Adam on Transformers, But Sign Descent Might Be

ICLR 2023poster

The success of the Adam optimizer on a wide array of architectures has made it the default in settings where stochastic gradient descent (SGD) performs poorly. However, our theoretical understanding of this discrepancy is lagging, preventing the development of significant improvements on either algo…

2023

Searching for Optimal Per-Coordinate Step-sizes with Multidimensional Backtracking

NeurIPS 2023poster

The backtracking line-search is an effective technique to automatically tune the step-size in smooth optimization. It guarantees similar performance to using the theoretically optimal step-size. Many approaches have been developed to instead tune per-coordinate step-sizes, also known as diagonal pre…

2022

Homeomorphic-Invariance of EM: Non-Asymptotic Convergence in KL Divergence for Exponential Families via Mirror Descent (Extended Abstract)

IJCAI 2022poster

Expectation maximization (EM) is the default algorithm for fitting probabilistic models with missing or latent variables, yet we lack a full understanding of its non-asymptotic convergence properties. Previous works show results along the lines of “EM converges at least as fast as gradient descent”…

Cited by 40SourcePDFScholar
2021

Homeomorphic-Invariance of EM: Non-Asymptotic Convergence in KL Divergence for Exponential Families via Mirror Descent

AISTATS 2021poster

Expectation maximization (EM) is the default algorithm for fitting probabilistic models with missing or latent variables, yet we lack a full understanding of its non-asymptotic convergence properties. Previous works show results along the lines of "EM converges at least as fast as gradient descent"…

Cited by 40SourcePDFScholar
2019

Limitations of the empirical Fisher approximation for natural gradient descent

NeurIPS 2019poster

Natural gradient descent, which preconditions a gradient descent update with the Fisher information matrix of the underlying statistical model, is a way to capture partial second-order information. Several highly visible works have advocated an approximation known as the empirical Fisher, drawing c…

2018

SLANG: Fast Structured Covariance Approximations for Bayesian Deep Learning with Natural Gradient

NeurIPS 2018poster

Uncertainty estimation in large deep-learning models is a computationally challenging task, where it is difficult to form even a Gaussian approximation to the posterior distribution. In such situations, existing methods usually resort to a diagonal approximation of the covariance matrix despite the…