← Search

Lorenzo Noci

14 accepted papers

2025

Don't be lazy: CompleteP enables compute-efficient deep transformers

NeurIPS 2025poster

We study compute efficiency of LLM training when using different parameterizations, i.e., rules for adjusting model and optimizer hyperparameters (HPs) as model size changes. Some parameterizations fail to transfer optimal base HPs (such as learning rate) across changes in model depth, requiring pra…

Cited by 0SourcecodeScholar
2025

The Importance of Being Lazy: Scaling Limits of Continual Learning

ICML 2025poster

Despite recent efforts, neural networks still struggle to learn in non-stationary environments, and our understanding of catastrophic forgetting (CF) is far from complete. In this work, we perform a systematic study on the impact of model scale and the degree of feature learning in continual learnin…

Cited by 0SourcePDFScholar
2024

Depthwise Hyperparameter Transfer in Residual Networks: Dynamics and Scaling Limit

ICLR 2024poster

The cost of hyperparameter tuning in deep learning has been rising with model sizes, prompting practitioners to find new tuning methods using a proxy of smaller networks. One such proposal uses $\mu$P parameterized networks, where the optimal hyperparameters for small width networks *transfer* to ne…

Cited by 28SourcePDFScholar
2024

Super Consistency of Neural Network Landscapes and Learning Rate Transfer

NeurIPS 2024poster

Recently, there has been growing evidence that if the width and depth of a neural network are scaled toward the so-called rich feature learning limit ($\mu$P and its depth extension), then some hyperparameters --- such as the learning rate --- exhibit transfer from small to very large models. From a…

Cited by 2SourcePDFScholar
2024

Understanding and Minimising Outlier Features in Transformer Training

NeurIPS 2024poster

Outlier Features (OFs) are neurons whose activation magnitudes significantly exceed the average over a neural network's (NN) width. They are well known to emerge during standard transformer training and have the undesirable effect of hindering quantisation in afflicted models. Despite their practica…

Cited by 2SourcePDFScholar
2023

Achieving a Better Stability-Plasticity Trade-Off via Auxiliary Networks in Continual Learning

CVPR 2023poster

In contrast to the natural capabilities of humans to learn new tasks in a sequential fashion, neural networks are known to suffer from catastrophic forgetting, where the model's performances on old tasks drop dramatically after being optimized for a new task. Since then, the continual learning (CL)…

2023

Dynamic Context Pruning for Efficient and Interpretable Autoregressive Transformers

NeurIPS 2023spotlight

Autoregressive Transformers adopted in Large Language Models (LLMs) are hard to scale to long sequences. Despite several works trying to reduce their computational cost, most of LLMs still adopt attention layers between all pairs of tokens in the sequence, thus incurring a quadratic cost. In this st…

Cited by 62SourcePDFScholar
2023

The Shaped Transformer: Attention Models in the Infinite Depth-and-Width Limit

NeurIPS 2023poster

In deep learning theory, the covariance matrix of the representations serves as a proxy to examine the network’s trainability. Motivated by the success of Transform- ers, we study the covariance matrix of a modified Softmax-based attention model with skip connections in the proportional limit of inf…

Cited by 40SourcePDFScholar
2022

How Tempering Fixes Data Augmentation in Bayesian Neural Networks

ICML 2022oral

While Bayesian neural networks (BNNs) provide a sound and principled alternative to standard neural networks, an artificial sharpening of the posterior usually needs to be applied to reach comparable performance. This is in stark contrast to theory, dictating that given an adequate prior and a well-…

2022

Signal Propagation in Transformers: Theoretical Perspectives and the Role of Rank Collapse

NeurIPS 2022accept

Transformers have achieved remarkable success in several domains, ranging from natural language processing to computer vision. Nevertheless, it has been recently shown that stacking self-attention layers — the distinctive architectural component of Transformers — can result in rank collapse of the t…

Cited by 88SourcePDFScholar
2021

Disentangling the Roles of Curation, Data-Augmentation and the Prior in the Cold Posterior Effect

NeurIPS 2021poster

The “cold posterior effect” (CPE) in Bayesian deep learning describes the disturbing observation that the predictive performance of Bayesian neural networks can be significantly improved if the Bayes posterior is artificially sharpened using a temperature parameter T <1. The CPE is problematic in t…

Cited by 27SourcePDFScholar
2021

Precise characterization of the prior predictive distribution of deep ReLU networks

NeurIPS 2021spotlight

Recent works on Bayesian neural networks (BNNs) have highlighted the need to better understand the implications of using Gaussian priors in combination with the compositional structure of the network architecture. Similar in spirit to the kind of analysis that has been developed to devise better in…

Cited by 39SourcePDFScholar