← Search

Runa Eschenhagen

11 accepted papers

2026

Understanding and improving Shampoo and SOAP via Kullback-Leibler Minimization

ICLR 2026poster

Shampoo and its efficient, Adam-stabilized variant SOAP, employ structured second-moment estimation and have received growing attention for their effectiveness. In practice, Shampoo requires step-size grafting with Adam to achieve competitive performance. SOAP mitigates this by applying Adam in Sha…

Cited by 0SourcecodeScholar
2025

Accelerating neural network training: An analysis of the AlgoPerf competition

ICLR 2025poster

The goal of the AlgoPerf: Training Algorithms competition is to evaluate practical speed-ups in neural network training achieved solely by improving the underlying training algorithms. In the external tuning ruleset, submissions must provide workload-agnostic hyperparameter search spaces, while in t…

Cited by 0SourcePDFScholar
2025

Influence Functions for Scalable Data Attribution in Diffusion Models

ICLR 2025oral

Diffusion models have led to significant advancements in generative modelling. Yet their widespread adoption poses challenges regarding data attribution and interpretability. In this paper, we aim to help address such challenges in diffusion models by extending influence functions. Influence functio…

Cited by 2SourcePDFScholar
2025

Purifying Shampoo: Investigating Shampoo's Heuristics by Decomposing its Preconditioner

NeurIPS 2025spotlight

The recent success of Shampoo in the AlgoPerf contest has sparked renewed interest in Kronecker-factorization-based optimization algorithms for training neural networks. Despite its success, Shampoo relies heavily on several heuristics such as learning rate grafting and stale preconditioning to achi…

Cited by 0SourceScholar
2024

Can We Remove the Square-Root in Adaptive Gradient Methods? A Second-Order Perspective

ICML 2024poster

Adaptive gradient optimizers like Adam(W) are the default training algorithms for many deep learning architectures, such as transformers. Their diagonal preconditioner is based on the gradient outer product which is incorporated into the parameter update via a square root. While these methods are of…

Cited by 12SourcePDFScholar
2024

Structured Inverse-Free Natural Gradient Descent: Memory-Efficient & Numerically-Stable KFAC

ICML 2024poster

Second-order methods such as KFAC can be useful for neural net training. However, they are often memory-inefficient since their preconditioning Kronecker factors are dense, and numerically unstable in low precision as they require matrix inversion or decomposition. These limitations render such meth…

Cited by 4SourcePDFScholar
2023

Kronecker-Factored Approximate Curvature for Modern Neural Network Architectures

NeurIPS 2023spotlight

The core components of many modern neural network architectures, such as transformers, convolutional, or graph neural networks, can be expressed as linear layers with *weight-sharing*. Kronecker-Factored Approximate Curvature (K-FAC), a second-order optimisation method, has shown promise to speed up…

Cited by 55SourcePDFScholar
2022

Posterior Refinement Improves Sample Efficiency in Bayesian Neural Networks

NeurIPS 2022accept

Monte Carlo (MC) integration is the _de facto_ method for approximating the predictive distribution of Bayesian neural networks (BNNs). But, even with many MC samples, Gaussian-based BNNs could still yield bad predictive performance due to the posterior approximation's error. Meanwhile, alternatives…

2021

Laplace Redux - Effortless Bayesian Deep Learning

NeurIPS 2021poster

Bayesian formulations of deep learning have been shown to have compelling theoretical properties and offer practical functional benefits, such as improved predictive uncertainty quantification and model selection. The Laplace approximation (LA) is a classic, and arguably the simplest family of appro…

Cited by 392SourcePDFScholar
2020

Continual Deep Learning by Functional Regularisation of Memorable Past

NeurIPS 2020oral

Continually learning new skills is important for intelligent systems, yet standard deep learning methods suffer from catastrophic forgetting of the past. Recent works address this with weight regularisation. Functional regularisation, although computationally expensive, is expected to perform better…

2019

Practical Deep Learning with Bayesian Principles

NeurIPS 2019poster

Bayesian methods promise to fix many shortcomings of deep learning, but they are impractical and rarely match the performance of standard methods, let alone improve them. In this paper, we demonstrate practical training of deep networks with natural-gradient variational inference. By applying techni…