← Search

Pierre Ablin

36 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
2026

Completed Hyperparameter Transfer across Modules, Width, Depth, Batch and Duration

ICLR 2026poster

Hyperparameter tuning can dramatically impact training stability of large-scale models. Recent works on neural network parameterisations, such as μP, have shown that layer types and sizes should dictate how global hyperparameters should be rescaled in order to achieve efficient transfer across mode…

Cited by 0SourceScholar
2026

Learning Unmasking Policies for Diffusion Language Models

ICML 2026oral

Diffusion (Large) Language Models (dLLMs) now match the downstream performance of their autoregressive counterparts on many tasks, while holding the promise of being more efficient during inference. One critical design aspect of dLLMs is the \textit{sampling procedure} that selects which tokens to u…

Cited by 0SourceScholar
2026

Multi-View Causal Discovery without Non-Gaussianity: Identifiability and Algorithms

ICML 2026poster

Causal discovery is a difficult problem that typically relies on strong assumptions on the data-generating model, such as non-Gaussianity. In practice, many modern applications provide multiple related views of the same system, which has rarely been considered for causal discovery. Here, we leverage…

Cited by 0SourceScholar
2026

Optimal Splitting of Language Models from Mixtures to Specialized Domains

ICML 2026poster

Language models achieve impressive performance on a variety of knowledge, language, and reasoning tasks due to the scale and diversity of pretraining data available. The standard training recipe is a two-stage paradigm: pretraining first on the full corpus of data followed by specialization on a muc…

Cited by 0SourceScholar
2026

Removing Noise, not Finding Gold: Quality Filtering for Large-Scale Pretraining

ICML 2026poster

Large-scale models are pretrained on massive web-crawled datasets containing documents of mixed quality, making data filtering essential. A popular method is Classifier-based Quality Filtering (CQF), which trains a binary classifier to distinguish between pretraining data and a small, high-quality s…

Cited by 0SourceScholar
2025

Scaling Laws for Forgetting during Finetuning with Pretraining Data Injection

ICML 2025poster

A widespread strategy to obtain a language model that performs well on a target domain is to finetune a pretrained model to perform unsupervised next-token prediction on data from that target domain. Finetuning presents two challenges: \textit{(i)} if the amount of target data is limited, as in most…

Cited by 1SourcePDFScholar
2025

Scaling Laws for Optimal Data Mixtures

NeurIPS 2025poster

Large foundation models are typically trained on data from multiple domains, with the data mixture--the proportion of each domain used--playing a critical role in model performance. The standard approach to selecting this mixture relies on trial and error, which becomes impractical for large-scale p…

Cited by 0SourceScholar
2025

Shielded Diffusion: Generating Novel and Diverse Images using Sparse Repellency

ICML 2025poster

The adoption of text-to-image diffusion models raises concerns over reliability, drawing scrutiny under the lens of various metrics like calibration, fairness, or compute efficiency. We focus in this work on two issues that arise when deploying these models: a lack of diversity when prompting images…

Cited by 0SourcePDFScholar
2025

Soup-of-Experts: Pretraining Specialist Models via Parameters Averaging

ICML 2025poster

Machine learning models are routinely trained on a mixture of different data domains. Different domain weights yield very different downstream performances. We propose the Soup-of-Experts, a novel architecture that can instantiate a model at test time for any domain weights with minimal computation…

Cited by 0SourcePDFScholar
2025

Task-Adaptive Pretrained Language Models via Clustered-Importance Sampling

ICLR 2025poster

Specialist language models (LMs) focus on a specific task or domain on which they often outperform generalist LMs of the same size. However, the specialist data needed to pretrain these models is only available in limited amount for most tasks. In this work, we build specialist models from large gen…

Cited by 3SourcePDFScholar
2025

Theory, Analysis, and Best Practices for Sigmoid Self-Attention

ICLR 2025poster

Attention is a key part of the transformer architecture. It is a sequence-to-sequence mapping that transforms each sequence element into a weighted sum of values. The weights are typically obtained as the softmax of dot products between keys and queries. Recent work has explored alternatives to soft…

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

Careful with that Scalpel: Improving Gradient Surgery with an EMA

ICML 2024poster

Beyond minimizing a single training loss, many deep learning estimation pipelines rely on an auxiliary objective to quantify and encourage desirable properties of the model (e.g. performance on another dataset, robustness, agreement with a prior). Although the simplest approach to incorporating an a…

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

Learning Elastic Costs to Shape Monge Displacements

NeurIPS 2024poster

Given a source and a target probability measure, the Monge problem studies efficient ways to map the former onto the latter. This efficiency is quantified by defining a *cost* function between source and target data. Such a cost is often set by default in the machine learning literature to the squa…

Cited by 3SourcePDFScholar
2024

Optimization without Retraction on the Random Generalized Stiefel Manifold

ICML 2024poster

Optimization over the set of matrices $X$ that satisfy $X^\top B X = I_p$, referred to as the generalized Stiefel manifold, appears in many applications involving sampled covariance matrices such as the canonical correlation analysis (CCA), independent component analysis (ICA), and the generalized e…

2023

How to Scale Your EMA

NeurIPS 2023spotlight

Preserving training dynamics across batch sizes is an important tool for practical machine learning as it enables the trade-off between batch size and wall-clock time. This trade-off is typically enabled by a scaling rule, for example, in stochastic gradient descent, one should scale the learning ra…

Cited by 30SourcePDFScholar
2023

Monge, Bregman and Occam: Interpretable Optimal Transport in High-Dimensions with Feature-Sparse Maps

ICML 2023poster

Optimal transport (OT) theory focuses, among all maps $T:\mathbb{R}^d\rightarrow \mathbb{R}^d$ that can morph a probability measure $\mu$ onto another $\nu$, on those that are the ``thriftiest'', i.e. such that the average cost $c(x, T(x))$ between $x$ and its image $T(x)$ is as small as possible. M…

Cited by 19SourcePDFScholar
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…

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

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’…

2021

Shared Independent Component Analysis for Multi-Subject Neuroimaging

NeurIPS 2021poster

We consider shared response modeling, a multi-view learning problem where one wants to identify common components from multiple datasets or views. We introduce Shared Independent Component Analysis (ShICA) that models each view as a linear transform of shared independent components contaminated by a…

2020

Modeling Shared responses in Neuroimaging Studies through MultiView ICA

NeurIPS 2020spotlight

Group studies involving large cohorts of subjects are important to draw general conclusions about brain functional organization. However, the aggregation of data coming from multiple subjects is challenging, since it requires accounting for large variability in anatomy, functional topography and st…

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

A Quasi-Newton Algorithm on the Orthogonal Manifold for NMF with Transform Learning

ICASSP 2019accepted

Nonnegative matrix factorization (NMF) is a popular method for audio spectral unmixing. While NMF is traditionally applied to off-the-shelf time-frequency representations based on the short-time Fourier or Cosine transforms, the ability to learn transforms from raw data attracts increasing attention…

Cited by 0SourceScholar
2019

Learning step sizes for unfolded sparse coding

NeurIPS 2019poster

Sparse coding is typically solved by iterative optimization techniques, such as the Iterative Shrinkage-Thresholding Algorithm (ISTA). Unfolding and learning weights of ISTA using neural networks is a practical way to accelerate estimation. In this paper, we study the selection of adapted step sizes…

2019

Manifold-regression to predict from MEG/EEG brain signals without source modeling

NeurIPS 2019poster

Magnetoencephalography and electroencephalography (M/EEG) can reveal neuronal dynamics non-invasively in real-time and are therefore appreciated methods in medicine and neuroscience. Recent advances in modeling brain-behavior relationships have highlighted the effectiveness of Riemannian geometry fo…

2019

Stochastic algorithms with descent guarantees for ICA

AISTATS 2019poster

Independent component analysis (ICA) is a widespread data exploration technique, where observed signals are modeled as linear mixtures of independent components. From a machine learning point of view, it amounts to a matrix factorization problem with a statistical independence criterion. Infomax is…