← Search

Sebastian Goldt

18 accepted papers

2026

A Fourier perspective on the learning dynamics of neural networks: from sample complexities to mechanistic insights

ICML 2026poster

Neural networks trained with gradient-based methods exhibit a strong simplicity bias, learning simpler statistical features of their data before moving to more complex features. In this work, we study this bias from a Fourier perspective, motivated by the approximate translation-invariance and the c…

Cited by 0SourceScholar
2026

A theory of learning data statistics in diffusion models, from easy to hard

ICML 2026poster

While diffusion models have emerged as a powerful class of generative models, their learning dynamics remain poorly understood. We address this issue first by empirically showing that standard diffusion models trained on natural images exhibit a simplicity bias, learning simple, pair-wise input stat…

Cited by 0SourceScholar
2026

Two failure modes of deep transformers and how to avoid them: a unified theory of signal propagation at initialisation

ICLR 2026poster

Finding the right initialisation for neural networks is crucial to ensure smooth training and good performance. In transformers, the wrong initialisation can lead to one of two failure modes of self-attention layers: rank collapse, where all tokens collapse into similar representations, and entropy…

Cited by 0SourceScholar
2025

Feature learning from non-Gaussian inputs: the case of Independent Component Analysis in high dimensions

ICML 2025spotlight

Deep neural networks learn structured features from complex, non-Gaussian inputs, but the mechanisms behind this process remain poorly understood. Our work is motivated by the observation that the first-layer filters learnt by deep convolutional neural networks from natural images resemble those…

Cited by 0SourcePDFScholar
2024

A distributional simplicity bias in the learning dynamics of transformers

NeurIPS 2024poster

The remarkable capability of over-parameterised neural networks to generalise effectively has been explained by invoking a ``simplicity bias'': neural networks prevent overfitting by initially learning simple classifiers before progressing to more complex, non-linear functions. While simplicity bias…

Cited by 7SourcePDFScholar
2024

Learning from higher-order correlations, efficiently: hypothesis tests, random features, and neural networks

NeurIPS 2024poster

Neural networks excel at discovering statistical patterns in high-dimensional data sets. In practice, higher-order cumulants, which quantify the non-Gaussian correlations between three or more variables, are particularly important for the performance of neural networks. But how efficient are neural…

Cited by 0SourcePDFScholar
2024

Sliding Down the Stairs: How Correlated Latent Variables Accelerate Learning with Neural Networks

ICML 2024poster

Neural networks extract features from data using stochastic gradient descent (SGD). In particular, higher-order input cumulants (HOCs) are crucial for their performance. However, extracting information from the $p$th cumulant of $d$-dimensional inputs is computationally hard: the number of samples r…

Cited by 4SourcePDFScholar
2023

Attacks on Online Learners: a Teacher-Student Analysis

NeurIPS 2023poster

Machine learning models are famously vulnerable to adversarial attacks: small ad-hoc perturbations of the data that can catastrophically alter the model predictions. While a large literature has studied the case of test-time attacks on pre-trained models, the important case of attacks in an online l…

2023

Neural networks trained with SGD learn distributions of increasing complexity

ICML 2023poster

The uncanny ability of over-parameterised neural networks to generalise well has been explained using various "simplicity biases". These theories postulate that neural networks avoid overfitting by first fitting simple, linear classifiers before learning more complex, non-linear functions. Meanwhile…

2023

Quantifying lottery tickets under label noise: accuracy, calibration, and complexity

UAI 2023poster

Pruning deep neural networks is a widely used strategy to alleviate the computational burden in machine learning. Overwhelming empirical evidence suggests that pruned models retain very high accuracy even with a tiny fraction of parameters. However, relatively little work has gone into characterisin…

2022

Maslow’s Hammer in Catastrophic Forgetting: Node Re-Use vs. Node Activation

ICML 2022spotlight

Continual learning—learning new tasks in sequence while maintaining performance on old tasks—remains particularly challenging for artificial neural networks. Surprisingly, the amount of forgetting does not increase with the dissimilarity between the learned tasks, but appears to be worst in an inter…

2022

Redundant representations help generalization in wide neural networks

NeurIPS 2022accept

Deep neural networks (DNNs) defy the classical bias-variance trade-off: adding parameters to a DNN that interpolates its training data will typically improve its generalization performance. Explaining the mechanism behind this ``benign overfitting'' in deep networks remains an outstanding challenge.…

2022

The dynamics of representation learning in shallow, non-linear autoencoders

ICML 2022spotlight

Autoencoders are the simplest neural network for unsupervised learning, and thus an ideal framework for studying feature learning. While a detailed understanding of the dynamics of linear autoencoders has recently been obtained, the study of non-linear autoencoders has been hindered by the technical…

2021

Align, then memorise: the dynamics of learning with feedback alignment

ICML 2021spotlight

Direct Feedback Alignment (DFA) is emerging as an efficient and biologically plausible alternative to backpropagation for training deep neural networks. Despite relying on random feedback weights for the backward pass, DFA successfully trains state-of-the-art models such as Transformers. On the othe…

2021

Classifying high-dimensional Gaussian mixtures: Where kernel methods fail and neural networks succeed

ICML 2021spotlight

A recent series of theoretical works showed that the dynamics of neural networks with a certain initialisation are well-captured by kernel methods. Concurrent empirical work demonstrated that kernel methods can come close to the performance of neural networks on some image classification tasks. Thes…

2021

Continual Learning in the Teacher-Student Setup: Impact of Task Similarity

ICML 2021spotlight

Continual learning{—}the ability to learn many tasks in sequence{—}is critical for artificial learning systems. Yet standard training methods for deep networks often suffer from catastrophic forgetting, where learning new tasks erases knowledge of the earlier tasks. While catastrophic forgetting lab…

2021

Learning curves of generic features maps for realistic datasets with a teacher-student model

NeurIPS 2021poster

Teacher-student models provide a framework in which the typical-case performance of high-dimensional supervised learning can be described in closed form. The assumptions of Gaussian i.i.d. input data underlying the canonical teacher-student model may, however, be perceived as too restrictive to capt…

2019

Dynamics of stochastic gradient descent for two-layer neural networks in the teacher-student setup

NeurIPS 2019oral

Deep neural networks achieve stellar generalisation even when they have enough parameters to easily fit all their training data. We study this phenomenon by analysing the dynamics and the performance of over-parameterised two-layer neural networks in the teacher-student setup, where one network, the…