← Search

Franck Iutzeler

9 accepted papers

2025

On the Private Estimation of Smooth Transport Maps

ICML 2025poster

Estimating optimal transport maps between two distributions from respective samples is an important element for many machine learning methods. To do so, rather than extending discrete transport maps, it has been shown that estimating the Brenier potential of the transport problem and obtaining a tr…

Cited by 0SourcePDFScholar
2025

The Global Convergence Time of Stochastic Gradient Descent in Non-Convex Landscapes: Sharp Estimates via Large Deviations

ICML 2025poster

In this paper, we examine the time it takes for stochastic gradient descent (SGD) to reach the global minimum of a general, non-convex loss function. We approach this question through the lens of large deviations theory and randomly perturbed dynamical systems, and we provide a tight characterizatio…

Cited by 0SourcePDFScholar
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

What is the Long-Run Distribution of Stochastic Gradient Descent? A Large Deviations Analysis

ICML 2024poster

In this paper, we examine the long-run distribution of stochastic gradient descent (SGD) in general, non-convex problems. Specifically, we seek to understand which regions of the problem's state space are more likely to be visited by SGD, and by how much. Using an approach based on the theory of lar…

Cited by 5SourcePDFScholar
2023

Exact Generalization Guarantees for (Regularized) Wasserstein Distributionally Robust Models

NeurIPS 2023poster

Wasserstein distributionally robust estimators have emerged as powerful models for prediction and decision-making under uncertainty. These estimators provide attractive generalization guarantees: the robust objective obtained from the training distribution is an exact upper bound on the true risk wi…

Cited by 6SourcePDFScholar
2020

Explore Aggressively, Update Conservatively: Stochastic Extragradient Methods with Variable Stepsize Scaling

NeurIPS 2020spotlight

Owing to their stability and convergence speed, extragradient methods have become a staple for solving large-scale saddle-point problems in machine learning. The basic premise of these algorithms is the use of an extrapolation step before performing an update; thanks to this exploration step, extra-…

Cited by 93SourcePDFScholar
2019

On the convergence of single-call stochastic extra-gradient methods

NeurIPS 2019poster

Variational inequalities have recently attracted considerable interest in machine learning as a flexible paradigm for models that go beyond ordinary loss function minimization (such as generative adversarial networks and related deep learning systems). In this setting, the optimal O(1/t) convergence…

Cited by 207SourcePDFScholar
2018

A Delay-tolerant Proximal-Gradient Algorithm for Distributed Learning

ICML 2018oral

Distributed learning aims at computing high-quality models by training over scattered data. This covers a diversity of scenarios, including computer clusters or mobile agents. One of the main challenges is then to deal with heterogeneous machines and unreliable communications. In this setting, we pr…

Cited by 51SourcePDFScholar
2017

Aggressive Sampling for Multi-class to Binary Reduction with Applications to Text Classification

NeurIPS 2017poster

We address the problem of multi-class classification in the case where the number of classes is very large. We propose a double sampling strategy on top of a multi-class to binary reduction strategy, which transforms the original multi-class problem into a binary classification problem over pairs of…