← Search

Peter E. Latham

12 accepted papers

2026

A Biologically Plausible Dense Associative Memory with Exponential Capacity

ICLR 2026poster

Krotov and Hopfield (2021) proposed a biologically plausible two-layer associative memory network with memory storage capacity exponential in the number of visible neurons. However, the capacity was only linear in the number of hidden neurons. This limitation arose from the choice of nonlinearity be…

Cited by 0SourceScholar
2026

Saddle-to-Saddle Dynamics Explains A Simplicity Bias Across Neural Network Architectures

ICLR 2026poster

Neural networks trained with gradient descent often learn solutions of increasing complexity over time, a phenomenon known as simplicity bias. Despite being widely observed across architectures, existing theoretical treatments lack a unifying framework. We present a theoretical framework that explai…

Cited by 0SourceScholar
2025

Range, not Independence, Drives Modularity in Biologically Inspired Representations

ICLR 2025poster

Why do biological and artificial neurons sometimes modularise, each encoding a single meaningful variable, and sometimes entangle their representation of many variables? In this work, we develop a theory of when biologically inspired networks---those that are nonnegative and energy efficient---modul…

Cited by 0SourcePDFScholar
2025

Training Dynamics of In-Context Learning in Linear Attention

ICML 2025spotlight

While attention-based models have demonstrated the remarkable ability of in-context learning (ICL), the theoretical understanding of how these models acquired this ability through gradient descent training is still preliminary. Towards answering this question, we study the gradient descent dynamics…

Cited by 1SourcePDFScholar
2024

Understanding Unimodal Bias in Multimodal Deep Linear Networks

ICML 2024poster

Using multiple input streams simultaneously to train multimodal neural networks is intuitively advantageous but practically challenging. A key challenge is unimodal bias, where a network overly relies on one modality and ignores others during joint training. We develop a theory of unimodal bias with…

2023

Actionable Neural Representations: Grid Cells from Minimal Constraints

ICLR 2023poster

To afford flexible behaviour, the brain must build internal representations that mirror the structure of variables in the external world. For example, 2D space obeys rules: the same set of actions combine in the same way everywhere (step north, then south, and you won't have moved, wherever you star…

2022

On the Stability and Scalability of Node Perturbation Learning

NeurIPS 2022accept

To survive, animals must adapt synaptic weights based on external stimuli and rewards. And they must do so using local, biologically plausible, learning rules -- a highly nontrivial constraint. One possible approach is to perturb neural activity (or use intrinsic, ongoing noise to perturb it), deter…

Cited by 22SourcePDFScholar
2021

Powerpropagation: A sparsity inducing weight reparameterisation

NeurIPS 2021poster

The training of sparse neural networks is becoming an increasingly important tool for reducing the computational footprint of models at training and evaluation, as well enabling the effective scaling up of models. Whereas much work over the years has been dedicated to specialised pruning techniques,…

2021

Towards Biologically Plausible Convolutional Networks

NeurIPS 2021poster

Convolutional networks are ubiquitous in deep learning. They are particularly useful for images, as they reduce the number of parameters, reduce training time, and increase accuracy. However, as a model of the brain they are seriously problematic, since they require weight sharing - something real n…

2020

Kernelized information bottleneck leads to biologically plausible 3-factor Hebbian learning in deep networks

NeurIPS 2020poster

The state-of-the art machine learning approach to training deep neural networks, backpropagation, is implausible for real neural networks: neurons need to know their outgoing weights; training alternates between a bottom-up forward pass (computation) and a top-down backward pass (learning); and the…