← Search

Daniel Kunin

11 accepted papers

2026

Sequential Group Composition: A Window into the Mechanics of Deep Learning

ICML 2026poster

How do neural networks trained over sequences acquire the ability to perform structured operations, such as arithmetic, geometric, and algorithmic computation? To gain insight into this question, we introduce the sequential group composition task. In this task, networks receive a sequence of element…

Cited by 0SourceScholar
2025

Alternating Gradient Flows: A Theory of Feature Learning in Two-layer Neural Networks

NeurIPS 2025poster

What features neural networks learn, and how, remains an open question. In this paper, we introduce Alternating Gradient Flows (AGF), an algorithmic framework that describes the dynamics of feature learning in two-layer networks trained from small initialization. Prior works have shown that gradient…

Cited by 0SourceScholar
2025

From Lazy to Rich: Exact Learning Dynamics in Deep Linear Networks

ICLR 2025poster

Biological and artificial neural networks develop internal representations that enable them to perform complex tasks. In artificial networks, the effectiveness of these models relies on their ability to build task specific representation, a process influenced by interactions among datasets, architec…

Cited by 5SourcePDFScholar
2024

Get rich quick: exact solutions reveal how unbalanced initializations promote rapid feature learning

NeurIPS 2024spotlight

While the impressive performance of modern neural networks is often attributed to their capacity to efficiently extract task-relevant features from data, the mechanisms underlying this *rich feature learning regime* remain elusive, with much of our theoretical understanding stemming from the opposin…

2023

Stochastic Collapse: How Gradient Noise Attracts SGD Dynamics Towards Simpler Subnetworks

NeurIPS 2023poster

In this work, we reveal a strong implicit bias of stochastic gradient descent (SGD) that drives overly expressive networks to much simpler subnetworks, thereby dramatically reducing the number of independent parameters, and improving generalization. To reveal this bias, we identify _invariant sets_,…

2023

The Asymmetric Maximum Margin Bias of Quasi-Homogeneous Neural Networks

ICLR 2023top-25%

In this work, we explore the maximum-margin bias of quasi-homogeneous neural networks trained with gradient flow on an exponential loss and past a point of separability. We introduce the class of quasi-homogeneous models, which is expressive enough to describe nearly all neural networks with homogen…

Cited by 29SourcePDFScholar
2021

Neural Mechanics: Symmetry and Broken Conservation Laws in Deep Learning Dynamics

ICLR 2021poster

Understanding the dynamics of neural network parameters during training is one of the key challenges in building a theoretical foundation for deep learning. A central obstacle is that the motion of a network in high-dimensional parameter space undergoes discrete finite steps along complex stochastic…

2020

Pruning neural networks without any data by iteratively conserving synaptic flow

NeurIPS 2020poster

Pruning the parameters of deep neural networks has generated intense interest due to potential savings in time, memory and energy both during training and at test time. Recent works have identified, through an expensive sequence of training and pruning cycles, the existence of winning lottery ticket…

2020

Two Routes to Scalable Credit Assignment without Weight Symmetry

ICML 2020poster

The neural plausibility of backpropagation has long been disputed, primarily for its use of non-local weight transport — the biologically dubious requirement that one neuron instantaneously measure the synaptic weights of another. Until recently, attempts to create local learning rules that avoid we…

2019

Loss Landscapes of Regularized Linear Autoencoders

ICML 2019oral

Autoencoders are a deep learning model for representation learning. When trained to minimize the distance between the data and its reconstruction, linear autoencoders (LAEs) learn the subspace spanned by the top principal directions but cannot learn the principal directions themselves. In this paper…