← Search

Samuel Vaiter

16 accepted papers

2025

From Shortcut to Induction Head: How Data Diversity Shapes Algorithm Selection in Transformers

NeurIPS 2025spotlight

Transformers can implement both generalizable algorithms (e.g., induction heads) and simple positional shortcuts (e.g., memorizing fixed output positions). In this work, we study how the choice of pretraining data distribution steers a shallow transformer toward one behavior or the other. Focusing o…

Cited by 0SourceScholar
2024

A Lower Bound and a Near-Optimal Algorithm for Bilevel Empirical Risk Minimization

AISTATS 2024poster

Bilevel optimization problems, which are problems where two optimization problems are nested, have more and more applications in machine learning. In many practical cases, the upper and the lower objectives correspond to empirical risk minimization problems and therefore have a sum structure. In thi…

Cited by 11SourcePDFScholar
2024

Derivatives of Stochastic Gradient Descent in parametric optimization

NeurIPS 2024poster

We consider stochastic optimization problems where the objective depends on some parameter, as commonly found in hyperparameter optimization for instance. We investigate the behavior of the derivatives of the iterates of Stochastic Gradient Descent (SGD) with respect to that parameter and show that…

Cited by 0SourcePDFScholar
2024

Provable local learning rule by expert aggregation for a Hawkes network

AISTATS 2024poster

We propose a simple network of Hawkes processes as a cognitive model capable of learning to classify objects. Our learning algorithm, named HAN for Hawkes Aggregation of Neurons, is based on a local synaptic learning rule based on spiking probabilities at each output node. We were able to use local…

Cited by 1SourcePDFScholar
2023

What functions can Graph Neural Networks compute on random graphs? The role of Positional Encoding

NeurIPS 2023poster

We aim to deepen the theoretical understanding of Graph Neural Networks (GNNs) on large graphs, with a focus on their expressive power. Existing analyses relate this notion to the graph isomorphism problem, which is mostly relevant for graphs of small sizes, or studied graph classification or regres…

Cited by 17SourcePDFScholar
2022

A framework for bilevel optimization that enables stochastic and global variance reduction algorithms

NeurIPS 2022accept

Bilevel optimization, the problem of minimizing a value function which involves the arg-minimum of another function, appears in many areas of machine learning. In a large scale empirical risk minimization setting where the number of samples is huge, it is crucial to develop stochastic methods, which…

2022

Benchopt: Reproducible, efficient and collaborative optimization benchmarks

NeurIPS 2022accept

Numerical validation is at the core of machine learning research as it allows us to assess the actual impact of new methods, and to confirm the agreement between theory and practice. Yet, the rapid development of the field poses several challenges: researchers are confronted with a profusion of meth…

2021

On the Universality of Graph Neural Networks on Large Random Graphs

NeurIPS 2021poster

We study the approximation power of Graph Neural Networks (GNNs) on latent position random graphs. In the large graph limit, GNNs are known to converge to certain ``continuous'' models known as c-GNNs, which directly enables a study of their approximation power on random graph models. In the absence…

2020

Convergence and Stability of Graph Convolutional Networks on Large Random Graphs

NeurIPS 2020spotlight

We study properties of Graph Convolutional Networks (GCNs) by analyzing their behavior on standard models of random graphs, where nodes are represented by random latent variables and edges are drawn according to a similarity kernel. This allows us to overcome the difficulties of dealing with discre…

2020

Implicit differentiation of Lasso-type models for hyperparameter optimization

ICML 2020poster

Setting regularization parameters for Lasso-type estimators is notoriously difficult, though crucial for obtaining the best accuracy. The most popular hyperparameter optimization approach is grid-search on a held-out dataset. However, grid-search requires to choose a predefined grid of parameters an…