← Search

Luca Biggio

9 accepted papers

2026

Biased Generalization in Diffusion Models

ICML 2026spotlight

Generalization in generative modelling is defined as the ability to learn an underlying distribution from a finite dataset and produce novel samples, with evaluation largely driven by held-out performance and perceived sample quality. In practice, training is often stopped at the minimum of the test…

Cited by 0SourceScholar
2025

Counting in Small Transformers: The Delicate Interplay between Attention and Feed-Forward Layers

ICML 2025poster

Next to scaling considerations, architectural design choices profoundly shape the solution space of transformers. In this work, we analyze the solutions simple transformer blocks implement when tackling the histogram task: counting items in sequences. Despite its simplicity, this task reveals a comp…

2025

On the Bias of Next-Token Predictors Toward Systematically Inefficient Reasoning: A Shortest-Path Case Study

NeurIPS 2025poster

Recent advances in natural language processing highlight two key factors for improving reasoning in large language models (LLMs): (i) allocating more test-time compute tends to help on harder problems but often introduces redundancy in the reasoning trace, and (ii) compute is most effective when rea…

Cited by 0SourceScholar
2023

An SDE for Modeling SAM: Theory and Insights

ICML 2023poster

We study the SAM (Sharpness-Aware Minimization) optimizer which has recently attracted a lot of interest due to its increased performance over more classical variants of stochastic gradient descent. Our main contribution is the derivation of continuous-time models (in the form of SDEs) for SAM and t…

Cited by 26SourcePDFScholar
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

FIGARO: Controllable Music Generation using Learned and Expert Features

ICLR 2023poster

Recent symbolic music generative models have achieved significant improvements in the quality of the generated samples. Nevertheless, it remains hard for users to control the output in such a way that it matches their expectation. To address this limitation, high-level, human-interpretable condition…

Cited by 32SourcePDFScholar
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

Neural Symbolic Regression that scales

ICML 2021spotlight

Symbolic equations are at the core of scientific discovery. The task of discovering the underlying equation from a set of input-output pairs is called symbolic regression. Traditionally, symbolic regression methods use hand-designed strategies that do not improve with experience. In this paper, we i…