← Search

Gabriel Peyré

43 accepted papers

2026

Balanced LoRA: Removing Parameter Invariance to Accelerate Convergence

ICML 2026poster

Low-Rank Adaptation (LoRA) is the most widely adopted method for fine-tuning large language models. Notably, LoRA is inherently overparameterized: multiple pairs of low-rank factors can yield the same adapted weight matrix. We show—both theoretically and empirically—that these pairs exhibit signific…

Cited by 0SourceScholar
2025

Towards Understanding the Universality of Transformers for Next-Token Prediction

ICLR 2025poster

Causal Transformers are trained to predict the next token for a given context. While it is widely accepted that self-attention is crucial for encoding the causal structure of sequences, the precise underlying mechanism behind this in-context autoregressive learning ability remains unclear. In this p…

Cited by 3SourcePDFScholar
2025

Transformative or Conservative? Conservation laws for ResNets and Transformers

ICML 2025oral

While conservation laws in gradient flow training dynamics are well understood for (mostly shallow) ReLU and linear networks, their study remains largely unexplored for more practical architectures. For this, we first show that basic building blocks such as ReLU (or linear) shallow networks, with or…

Cited by 0SourcePDFScholar
2024

Enhancing Hypergradients Estimation: A Study of Preconditioning and Reparameterization

AISTATS 2024poster

Bilevel optimization aims to optimize an outer objective function that depends on the solution to an inner optimization problem. It is routinely used in Machine Learning, notably for hyperparameter tuning. The conventional method to compute the so-called hypergradient of the outer problem is to use…

2024

How do Transformers Perform In-Context Autoregressive Learning ?

ICML 2024poster

Transformers have achieved state-of-the-art performance in language modeling tasks. However, the reasons behind their tremendous success are still unclear. In this paper, towards a better understanding, we train a Transformer model on a simple next token prediction task, where sequences are generate…

Cited by 16SourcePDFScholar
2024

Keep the Momentum: Conservation Laws beyond Euclidean Gradient Flows

ICML 2024poster

Conservation laws are well-established in the context of Euclidean gradient flow dynamics, notably for linear or ReLU neural network training. Yet, their existence and principles for non-Euclidean geometries and momentum-based dynamics remain largely unknown. In this paper, we characterize "all" con…

2024

Structured Transforms Across Spaces with Cost-Regularized Optimal Transport

AISTATS 2024poster

Matching a source to a target probability measure is often solved by instantiating a linear optimal transport (OT) problem, parameterized by a ground cost function that quantifies discrepancy between points. When these measures live in the same metric space, the ground cost often defaults to its dis…

Cited by 3SourcePDFScholar
2023

Abide by the law and follow the flow: conservation laws for gradient flows

NeurIPS 2023oral

Understanding the geometric properties of gradient descent dynamics is a key ingredient in deciphering the recent success of very large machine learning models. A striking observation is that trained over-parameterized models retain some properties of the optimization initialization. This "implicit…

Cited by 12SourcePDFScholar
2023

Fast, Differentiable and Sparse Top-k: a Convex Analysis Perspective

ICML 2023poster

The top-$k$ operator returns a $k$-sparse vector, where the non-zero values correspond to the $k$ largest values of the input. Unfortunately, because it is a discontinuous function, it is difficult to incorporate in neural networks trained end-to-end with backpropagation. Recent works have considere…

Cited by 27SourcePDFScholar
2022

Do Residual Neural Networks discretize Neural Ordinary Differential Equations?

NeurIPS 2022accept

Neural Ordinary Differential Equations (Neural ODEs) are the continuous analog of Residual Neural Networks (ResNets). We investigate whether the discrete dynamics defined by a ResNet are close to the continuous one of a Neural ODE. We first quantify the distance between the ResNet's hidden state tra…

Cited by 36SourcePDFScholar
2022

Fast and accurate optimization on the orthogonal manifold without retraction

AISTATS 2022poster

We consider the problem of minimizing a function over the manifold of orthogonal matrices. The majority of algorithms for this problem compute a direction in the tangent space, and then use a retraction to move in that direction while staying on the manifold. Unfortunately, the numerical computation…

2022

Faster Unbalanced Optimal Transport: Translation invariant Sinkhorn and 1-D Frank-Wolfe

AISTATS 2022poster

Unbalanced optimal transport (UOT) extends optimal transport (OT) to take into account mass variations when comparing distributions. This is crucial for successful ML applications of OT, as it makes it robust to data normalization and outliers. The baseline algorithm is Sinkhorn, but its convergence…

2022

Linear-Time Gromov Wasserstein Distances using Low Rank Couplings and Costs

ICML 2022spotlight

The ability to align points across two related yet incomparable point clouds (e.g. living in different spaces) plays an important role in machine learning. The Gromov-Wasserstein (GW) framework provides an increasingly popular answer to such problems, by seeking a low-distortion, geometry-preserving…

2022

On global convergence of ResNets: From finite to infinite width using linear parameterization

NeurIPS 2022accept

Overparameterization is a key factor in the absence of convexity to explain global convergence of gradient descent (GD) for neural networks. Beside the well studied lazy regime, infinite width (mean field) analysis has been developed for shallow networks, using on convex optimization technics. To br…

Cited by 17SourcePDFScholar
2022

Sinkformers: Transformers with Doubly Stochastic Attention

AISTATS 2022poster

Attention based models such as Transformers involve pairwise interactions between data points, modeled with a learnable attention matrix. Importantly, this attention matrix is normalized with the SoftMax operator, which makes it row-wise stochastic. In this paper, we propose instead to use Sinkhorn’…

2022

Unsupervised Ground Metric Learning Using Wasserstein Singular Vectors

ICML 2022spotlight

Defining meaningful distances between samples in a dataset is a fundamental problem in machine learning. Optimal Transport (OT) lifts a distance between features (the "ground metric") to a geometrically meaningful distance between samples. However, there is usually no straightforward choice of groun…

2021

The Unbalanced Gromov Wasserstein Distance: Conic Formulation and Relaxation

NeurIPS 2021poster

Comparing metric measure spaces (i.e. a metric space endowed with a probability distribution) is at the heart of many machine learning problems. The most popular distance between such metric measure spaces is the Gromov-Wasserstein (GW) distance, which is the solution of a quadratic assignment probl…

2020

Entropic Optimal Transport between Unbalanced Gaussian Measures has a Closed Form

NeurIPS 2020oral

Although optimal transport (OT) problems admit closed form solutions in a very few notable cases, e.g. in 1D or between Gaussians, these closed forms have proved extremely fecund for practitioners to define tools inspired from the OT geometry. On the other hand, the numerical resolution of OT proble…

Cited by 101SourcePDFScholar
2020

Faster Wasserstein Distance Estimation with the Sinkhorn Divergence

NeurIPS 2020poster

The squared Wasserstein distance is a natural quantity to compare probability distributions in a non-parametric setting. This quantity is usually estimated with the plug-in estimator, defined via a discrete optimal transport problem which can be solved to $\epsilon$-accuracy by adding an entropic re…

Cited by 211SourcePDFScholar
2020

Super-efficiency of automatic differentiation for functions defined as a minimum

ICML 2020poster

In min-min optimization or max-min optimization, one has to compute the gradient of a function defined as a minimum. In most cases, the minimum has no closed-form, and an approximation is obtained via an iterative algorithm. There are two usual ways of estimating the gradient of the function: using…

2019

Interpolating between Optimal Transport and MMD using Sinkhorn Divergences

AISTATS 2019poster

Comparing probability distributions is a fundamental problem in data sciences. Simple norms and divergences such as the total variation and the relative entropy only compare densities in a point-wise manner and fail to capture the geometric nature of the problem. In sharp contrast, Maximum Mean Disc…

2019

Model Consistency for Learning with Mirror-Stratifiable Regularizers

AISTATS 2019poster

Low-complexity non-smooth convex regularizers are routinely used to impose some structure (such as sparsity or low-rank) on the coefficients for linear predictors in supervised learning. Model consistency consists then in selecting the correct structure (for instance support or rank) by regularized…

Cited by 13SourcePDFScholar
2019

Sample Complexity of Sinkhorn Divergences

AISTATS 2019poster

Optimal transport (OT) and maximum mean discrepancies (MMD) are now routinely used in machine learning to compare probability measures. We focus in this paper on Sinkhorn divergences (SDs), a regularized variant of OT distances which can interpolate, depending on the regularization strength $\varep…

Cited by 362SourcePDFScholar
2019

Support Localization and the Fisher Metric for off-the-grid Sparse Regularization

AISTATS 2019poster

Sparse regularization is a central technique for both machine learning (to achieve supervised features selection or unsupervised mixture learning) and imaging sciences (to achieve super-resolution). Existing performance guaranties assume a separation of the spikes based on an ad-hoc (usually Euclide…

Cited by 27SourcePDFScholar
2016

A Multi-step Inertial Forward-Backward Splitting Method for Non-convex Optimization

NeurIPS 2016poster

In this paper, we propose a multi-step inertial Forward--Backward splitting algorithm for minimizing the sum of two non-necessarily convex functions, one of which is proper lower semi-continuous while the other is differentiable with a Lipschitz continuous gradient. We first prove global convergence…

Cited by 48SourcePDFScholar
2016

Sparse Support Recovery with Non-smooth Loss Functions

NeurIPS 2016poster

In this paper, we study the support recovery guarantees of underdetermined sparse regression using the $\ell_1$-norm as a regularizer and a non-smooth loss function for data fidelity. More precisely, we focus in detail on the cases of $\ell_1$ and $\ell_\infty$ losses, and contrast them with the usu…

Cited by 6SourcePDFScholar
2016

Stochastic Optimization for Large-scale Optimal Transport

NeurIPS 2016poster

Optimal transport (OT) defines a powerful framework to compare probability distributions in a geometrically faithful way. However, the practical impact of OT is still limited because of its computational burden. We propose a new class of stochastic optimization algorithms to cope with large-scale pr…

Cited by 586SourcePDFScholar
2015

Biologically Inspired Dynamic Textures for Probing Motion Perception

NeurIPS 2015spotlight

Perception is often described as a predictive process based on an optimal inference with respect to a generative model. We study here the principled construction of a generative model specifically crafted to probe motion perception. In that context, we first provide an axiomatic, biologically-driven…

Cited by 13SourcePDFScholar