← Search

Aymeric Dieuleveut

25 accepted papers

2026

A Tight Theory of Error Feedback Algorithms in Distributed Optimization

ICML 2026poster

Communication costs are a major bottleneck in distributed learning and first-order optimization. A common approach to alleviate this issue is to compress the gradient information exchanged between agents. However, such compression typically degrades the convergence guarantees of gradient-based metho…

Cited by 0SourceScholar
2025

Refined Analysis of Constant Step Size Federated Averaging and Federated Richardson-Romberg Extrapolation

AISTATS 2025poster

In this paper, we present a novel analysis of $\texttt{FedAvg}$ with constant step size, relying on the Markov property of the underlying process. We demonstrate that the global iterates of the algorithm converge to a stationary distribution and analyze its resulting bias and variance relative to th…

Cited by 1SourceScholar
2025

Scaffold with Stochastic Gradients: New Analysis with Linear Speed-Up

ICML 2025poster

This paper proposes a novel analysis for the Scaffold algorithm, a popular method for dealing with data heterogeneity in federated learning. While its convergence in deterministic settings—where local control variates mitigate client drift—is well established, the impact of stochastic gradient updat…

2025

Tight analyses of first-order methods with error feedback

NeurIPS 2025poster

Communication between agents often constitutes a major computational bottleneck in distributed learning. One of the most common mitigation strategies is to compress the information exchanged, thereby reducing communication overhead. To counteract the degradation in convergence associated with compre…

Cited by 0SourcecodeScholar
2024

Compression with Exact Error Distribution for Federated Learning

AISTATS 2024poster

Compression schemes have been extensively used in Federated Learning (FL) to reduce the communication cost of distributed learning. While most approaches rely on a bounded variance assumption of the noise produced by the compressor, this paper investigates the use of compression and aggregation sche…

2024

Proving Linear Mode Connectivity of Neural Networks via Optimal Transport

AISTATS 2024poster

The energy landscape of high-dimensional non-convex optimization problems is crucial to understanding the effectiveness of modern deep neural network architectures. Recent works have experimentally shown that two different solutions found after two runs of a stochastic training are often connected b…

2024

Random features models: a way to study the success of naive imputation

ICML 2024poster

Constant (naive) imputation is still widely used in practice as this is a first easy-to-use technique to deal with missing data. Yet, this simple method could be expected to induce a large bias for prediction purposes, as the imputed input may strongly differ from the true underlying data. However,…

Cited by 6SourcePDFScholar
2024

Sliced-Wasserstein Estimation with Spherical Harmonics as Control Variates

ICML 2024poster

The Sliced-Wasserstein (SW) distance between probability measures is defined as the average of the Wasserstein distances resulting for the associated one-dimensional projections. As a consequence, the SW distance can be written as an integral with respect to the uniform measure on the sphere and the…

2023

Naive imputation implicitly regularizes high-dimensional linear models

ICML 2023poster

Two different approaches exist to handle missing values for prediction: either imputation, prior to fitting any predictive algorithms, or dedicated methods able to natively incorporate missing values. While imputation is widely (and easily) use, it is unfortunately biased when low-capacity predictor…

Cited by 9SourcePDFScholar
2022

Adaptive Conformal Predictions for Time Series

ICML 2022spotlight

Uncertainty quantification of predictive models is crucial in decision-making problems. Conformal prediction is a general and theoretically sound answer. However, it requires exchangeable data, excluding time series. While recent works tackled this issue, we argue that Adaptive Conformal Inference (…

2022

Differentially Private Federated Learning on Heterogeneous Data

AISTATS 2022poster

Federated Learning (FL) is a paradigm for large-scale distributed learning which faces two key challenges: (i) training efficiently from highly heterogeneous user data, and (ii) protecting the privacy of participating users. In this work, we propose a novel FL approach (DP-SCAFFOLD) to tackle these…

2022

FLamby: Datasets and Benchmarks for Cross-Silo Federated Learning in Realistic Healthcare Settings

NeurIPS 2022accept

Federated Learning (FL) is a novel approach enabling several clients holding sensitive data to collaboratively train machine learning models, without centralizing data. The cross-silo FL setting corresponds to the case of few ($2$--$50$) reliable clients, each holding medium to large datasets, and i…

2022

Near-optimal rate of consistency for linear models with missing values

ICML 2022spotlight

Missing values arise in most real-world data sets due to the aggregation of multiple sources and intrinsically missing information (sensor failure, unanswered questions in surveys...). In fact, the very nature of missing values usually prevents us from running standard learning algorithms. In this p…

Cited by 12SourcePDFScholar
2022

QLSD: Quantised Langevin Stochastic Dynamics for Bayesian Federated Learning

AISTATS 2022poster

The objective of Federated Learning (FL) is to perform statistical inference for data which are decentralised and stored locally on networked clients. FL raises many constraints which include privacy and data ownership, communication overhead, statistical heterogeneity, and partial client participat…

Cited by 44SourcePDFScholar
2022

Super-Acceleration with Cyclical Step-sizes

AISTATS 2022poster

We develop a convergence-rate analysis of momentum with cyclical step-sizes. We show that under some assumption on the spectral gap of Hessians in machine learning, cyclical step-sizes are provably faster than constant step-sizes. More precisely, we develop a convergence rate analysis for quadratic…

2021

Federated-EM with heterogeneity mitigation and variance reduction

NeurIPS 2021poster

The Expectation Maximization (EM) algorithm is the default algorithm for inference in latent variable models. As in any other field of machine learning, applications of latent variable models to very large datasets make the use of advanced parallel and distributed architecture mandatory. This paper…

Cited by 25SourcePDFScholar
2021

Preserved central model for faster bidirectional compression in distributed settings

NeurIPS 2021poster

We develop a new approach to tackle communication constraints in a distributed learning problem with a central server. We propose and analyze a new algorithm that performs bidirectional compression and achieves the same convergence rate as algorithms using only uplink (from the local workers to the…

2020

Context Mover’s Distance & Barycenters: Optimal Transport of Contexts for Building Representations

AISTATS 2020poster

We present a framework for building unsupervised representations of entities and their compositions, where each entity is viewed as a probability distribution rather than a vector embedding. In particular, this distribution is supported over the contexts which co-occur with the entity and are embedd…

2020

Debiasing Averaged Stochastic Gradient Descent to handle missing values

NeurIPS 2020poster

Stochastic gradient algorithm is a key ingredient of many machine learning methods, particularly appropriate for large-scale learning. However, a major caveat of large data is their incompleteness. We propose an averaged stochastic gradient algorithm handling missing values in linear models. This ap…

Cited by 18SourcePDFScholar
2020

On Convergence-Diagnostic based Step Sizes for Stochastic Gradient Descent

ICML 2020poster

Constant step-size Stochastic Gradient Descent exhibits two phases: a transient phase during which iterates make fast progress towards the optimum, followed by a stationary phase during which iterates oscillate around the optimal point. In this paper, we show that efficiently detecting this transiti…

Cited by 27SourcePDFScholar
2019

Unsupervised Scalable Representation Learning for Multivariate Time Series

NeurIPS 2019poster

Time series constitute a challenging data type for machine learning algorithms, due to their highly variable lengths and sparse labeling in practice. In this paper, we tackle this challenge by proposing an unsupervised method to learn universal embeddings of time series. Unlike previous works, it is…