← Search

Marco Mondelli

34 accepted papers

2026

A Law of Data Reconstruction for Random Features (And Beyond)

ICLR 2026poster

Large-scale deep learning models are known to *memorize* parts of the training set. In machine learning theory, memorization is often framed as interpolation or label fitting, and classical results show that this can be achieved when the number of parameters $p$ in the model is larger than the numbe…

Cited by 0SourcecodeScholar
2026

A Theory of How Pretraining Shapes Inductive Bias in Fine-Tuning

ICML 2026poster

Pretraining and fine-tuning are central stages in modern machine learning systems. In practice, feature learning plays an important role across both stages: deep neural networks learn a broad range of useful features during pretraining and further refine those features during fine-tuning. However, a…

Cited by 0SourceScholar
2026

Full-Batch Gradient Descent Outperforms One-Pass SGD: Sample Complexity Separation in Single-Index Learning

ICML 2026poster

It is folklore that reusing training data more than once can improve the statistical efficiency of gradient-based learning. However, beyond linear regression, the theoretical advantage of full-batch gradient descent (GD, which always reuses all the data) over one-pass stochastic gradient descent (on…

Cited by 0SourceScholar
2026

High-dimensional Analysis of Synthetic Data Selection

ICLR 2026oral

Despite the progress in the development of generative models, their usefulness in creating synthetic data that improve prediction performance of classifiers has been put into question. Besides heuristic principles such as ''synthetic data should be close to the real data distribution'', it is actual…

Cited by 0SourcecodeScholar
2026

Improved Convergence of Score-Based Diffusion Models via Prediction-Correction

ICML 2026poster

Score-based generative models (SGMs) are powerful tools to sample from complex data distributions. Their underlying idea is to \emph{(i)} run a forward process for time $T_1$ by adding noise to the data, \emph{(ii)} estimate its score function, and \emph{(iii)} use such estimate to run a reverse pro…

Cited by 0SourceScholar
2026

Improved Scaling Laws via Weak-to-Strong Generalization in Random Features Ridge Regression

ICML 2026poster

It is increasingly common in machine learning to use learned models to label data and then employ such data to train more capable models. The phenomenon of weak-to-strong generalization exemplifies the advantage of this two-stage procedure: a strong student is trained on imperfect labels obtained fr…

Cited by 0SourceScholar
2025

Attention with Trained Embeddings Provably Selects Important Tokens

NeurIPS 2025poster

Token embeddings play a crucial role in language modeling but, despite this practical relevance, their theoretical understanding is limited. Our paper addresses the gap by characterizing the structure of embeddings obtained via gradient descent. Specifically, we consider a one-layer softmax attentio…

Cited by 0SourceScholar
2025

High-dimensional Analysis of Knowledge Distillation: Weak-to-Strong Generalization and Scaling Laws

ICLR 2025spotlight

A growing number of machine learning scenarios rely on knowledge distillation where one uses the output of a surrogate model as labels to supervise the training of a target model. In this work, we provide a sharp characterization of this process for ridgeless, high-dimensional regression, under two…

Cited by 3SourcePDFScholar
2025

Neural Collapse Beyond the Unconstrained Features Model: Landscape, Dynamics, and Generalization in the Mean-Field Regime

ICML 2025spotlight

Neural Collapse is a phenomenon where the last-layer representations of a well-trained neural network converge to a highly structured geometry. In this paper, we focus on its first (and most basic) property, known as NC1: the within-class variability vanishes. While prior theoretical studies establ…

Cited by 0SourcePDFScholar
2025

Neural Collapse is Globally Optimal in Deep Regularized ResNets and Transformers

NeurIPS 2025poster

The empirical emergence of neural collapse---a surprising symmetry in the feature representations of the training data in the penultimate layer of deep neural networks---has spurred a line of theoretical research aimed at its understanding. However, existing work focuses on data-agnostic models or,…

Cited by 0SourceScholar
2025

Spurious Correlations in High Dimensional Regression: The Roles of Regularization, Simplicity Bias and Over-Parameterization

ICML 2025poster

Learning models have been shown to rely on spurious correlations between non-predictive features and the associated labels in the training data, with negative implications on robustness, bias and fairness. In this work, we provide a statistical characterization of this phenomenon for high-dimensiona…

Cited by 0SourcePDFScholar
2025

Test-Time Training Provably Improves Transformers as In-context Learners

ICML 2025poster

Test-time training (TTT) methods explicitly update the weights of a model to adapt to the specific test instance, and they have found success in a variety of settings, including most recently language modeling and reasoning. To demystify this success, we investigate a gradient-based TTT algorithm fo…

Cited by 1SourcePDFScholar
2025

Wide Neural Networks Trained with Weight Decay Provably Exhibit Neural Collapse

ICLR 2025oral

Deep neural networks (DNNs) at convergence consistently represent the training data in the last layer via a geometric structure referred to as neural collapse. This empirical evidence has spurred a line of theoretical research aimed at proving the emergence of neural collapse, mostly focusing on the…

Cited by 2SourcePDFScholar
2024

Average gradient outer product as a mechanism for deep neural collapse

NeurIPS 2024poster

Deep Neural Collapse (DNC) refers to the surprisingly rigid structure of the data representations in the final layers of Deep Neural Networks (DNNs). Though the phenomenon has been measured in a variety of settings, its emergence is typically explained via data-agnostic approaches, such as the uncon…

Cited by 10SourcePDFScholar
2024

Compression of Structured Data with Autoencoders: Provable Benefit of Nonlinearities and Depth

ICML 2024poster

Autoencoders are a prominent model in many empirical branches of machine learning and lossy data compression. However, basic theoretical questions remain unanswered even in a shallow two-layer setting. In particular, to what degree does a shallow autoencoder capture the structure of the underlying d…

Cited by 4SourcePDFScholar
2024

How Spurious Features are Memorized: Precise Analysis for Random and NTK Features

ICML 2024poster

Deep learning models are known to overfit and memorize spurious features in the training dataset. While numerous empirical studies have aimed at understanding this phenomenon, a rigorous theoretical framework to quantify it is still missing. In this paper, we consider spurious features that are unco…

2024

Matrix Denoising with Doubly Heteroscedastic Noise: Fundamental Limits and Optimal Spectral Methods

NeurIPS 2024poster

We study the matrix denoising problem of estimating the singular vectors of a rank-$1$ signal corrupted by noise with both column and row correlations. Existing works are either unable to pinpoint the exact asymptotic estimation error or, when they do so, the resulting approaches (e.g., based on whi…

Cited by 3SourcePDFScholar
2024

Neural collapse vs. low-rank bias: Is deep neural collapse really optimal?

NeurIPS 2024poster

Deep neural networks (DNNs) exhibit a surprising structure in their final layer known as neural collapse (NC), and a growing body of works is currently investigated the propagation of neural collapse to earlier layers of DNNs -- a phenomenon called deep neural collapse (DNC). However, existing theor…

Cited by 1SourcePDFScholar
2024

Towards Understanding the Word Sensitivity of Attention Layers: A Study via Random Features

ICML 2024poster

Understanding the reasons behind the exceptional success of transformers requires a better analysis of why attention layers are suitable for NLP tasks. In particular, such tasks require predictive models to capture contextual meaning which often depends on one or few words, even if the sentence is l…

2023

Beyond the Universal Law of Robustness: Sharper Laws for Random Features and Neural Tangent Kernels

ICML 2023oral

Machine learning models are vulnerable to adversarial perturbations, and a thought-provoking paper by Bubeck and Sellke has analyzed this phenomenon through the lens of over-parameterization: interpolating smoothly the data requires significantly more parameters than simply memorizing it. However, t…

2023

Deep Neural Collapse Is Provably Optimal for the Deep Unconstrained Features Model

NeurIPS 2023spotlight

Neural collapse (NC) refers to the surprising structure of the last layer of deep neural networks in the terminal phase of gradient descent training. Recently, an increasing amount of experimental evidence has pointed to the propagation of NC to earlier layers of neural networks. However, while the…

Cited by 22SourcePDFScholar
2023

Fundamental Limits of Two-layer Autoencoders, and Achieving Them with Gradient Methods

ICML 2023oral

Autoencoders are a popular model in many branches of machine learning and lossy data compression. However, their fundamental limits, the performance of gradient methods and the features learnt during optimization remain poorly understood, even in the two-layer setting. In fact, earlier work has cons…

Cited by 8SourcePDFScholar
2022

Estimation in Rotationally Invariant Generalized Linear Models via Approximate Message Passing

ICML 2022spotlight

We consider the problem of signal estimation in generalized linear models defined via rotationally invariant design matrices. Since these matrices can have an arbitrary spectral distribution, this model is well suited for capturing complex correlation structures which often arise in applications. We…

Cited by 46SourcePDFScholar
2022

Memorization and Optimization in Deep Neural Networks with Minimum Over-parameterization

NeurIPS 2022accept

The Neural Tangent Kernel (NTK) has emerged as a powerful tool to provide memorization, optimization and generalization guarantees in deep neural networks. A line of work has studied the NTK spectrum for two-layer and deep networks with at least a layer with $\Omega(N)$ neurons, $N$ being the number…

Cited by 35SourcePDFScholar
2022

The price of ignorance: how much does it cost to forget noise structure in low-rank matrix estimation?

NeurIPS 2022accept

We consider the problem of estimating a rank-$1$ signal corrupted by structured rotationally invariant noise, and address the following question: \emph{how well do inference algorithms perform when the noise statistics is unknown and hence Gaussian noise is assumed?} While the matched Bayes-optimal…

Cited by 18SourcePDFScholar
2021

Approximate Message Passing with Spectral Initialization for Generalized Linear Models

AISTATS 2021poster

We consider the problem of estimating a signal from measurements obtained via a generalized linear model. We focus on estimators based on approximate message passing (AMP), a family of iterative algorithms with many appealing features: the performance of AMP in the high-dimensional limit can be succ…

Cited by 60SourcePDFScholar
2021

PCA Initialization for Approximate Message Passing in Rotationally Invariant Models

NeurIPS 2021poster

We study the problem of estimating a rank-1 signal in the presence of rotationally invariant noise--a class of perturbations more general than Gaussian noise. Principal Component Analysis (PCA) provides a natural estimator, and sharp results on its performance have been obtained in the high-dimensi…

Cited by 31SourcePDFScholar
2021

Tight Bounds on the Smallest Eigenvalue of the Neural Tangent Kernel for Deep ReLU Networks

ICML 2021spotlight

A recent line of work has analyzed the theoretical properties of deep neural networks via the Neural Tangent Kernel (NTK). In particular, the smallest eigenvalue of the NTK has been related to the memorization capacity, the global convergence of gradient descent algorithms and the generalization of…

Cited by 96SourcePDFScholar
2020

Global Convergence of Deep Networks with One Wide Layer Followed by Pyramidal Topology

NeurIPS 2020poster

Recent works have shown that gradient descent can find a global minimum for over-parameterized neural networks where the widths of all the hidden layers scale polynomially with N (N being the number of training samples). In this paper, we prove that, for deep networks, a single layer of width N foll…

Cited by 89SourcePDFScholar
2020

Landscape Connectivity and Dropout Stability of SGD Solutions for Over-parameterized Neural Networks

ICML 2020poster

The optimization of multilayer neural networks typically leads to a solution with zero training error, yet the landscape can exhibit spurious local minima and the minima can be disconnected. In this paper, we shed light on this phenomenon: we show that the combination of stochastic gradient descent…

Cited by 46SourcePDFScholar
2019

On the Connection Between Learning Two-Layer Neural Networks and Tensor Decomposition

AISTATS 2019poster

We establish connections between the problem of learning a two-layer neural network and tensor decomposition. We consider a model with feature vectors $x$, $r$ hidden units with weights $w_i$ and output $y$, i.e., $y=\sum_{i=1}^r \sigma(w_i^{T} x)$, with activation functions given by low-degree poly…

Cited by 60SourcePDFScholar