← Search

Simon Lacoste-Julien

64 accepted papers

2026

Accelerated and Stable Convergence with Anchored Generalized Optimistic Method

ICML 2026poster

We study first-order methods for solving monotone variational inequalities arising in min-max optimization. Classical approaches such as the extragradient method rely on two gradient queries per iteration, which limits their analysis and applicability in the online and stochastic settings. We propos…

Cited by 0SourceScholar
2026

From Lyapunov Analysis to Algorithm Design in two-sided PL Minimax Optimization

ICML 2026poster

We derive algorithms for smooth nonconvex nonconcave minimax optimization and establish linear convergence rates for problems that satisfy the two-sided Polyak-Lojasiewicz (PL) inequality. At the core of our approach is the observation that Lyapunov functions can be used not only to certify converge…

Cited by 0SourceScholar
2025

Accelerating Training with Neuron Interaction and Nowcasting Networks

ICLR 2025poster

Neural network training can be accelerated when a learnable update rule is used in lieu of classic adaptive optimizers (e.g. Adam). However, learnable update rules can be costly and unstable to train and use. Recently, Jang et al. (2023) proposed a simpler approach to accelerate training based on we…

2025

Feasible Learning

AISTATS 2025poster

We introduce Feasible Learning (FL), a sample-centric learning paradigm where models are trained by solving a feasibility problem that bounds the loss for each training sample. In contrast to the ubiquitous Empirical Risk Minimization (ERM) framework, which optimizes for average performance, FL dema…

Cited by 0SourcecodeScholar
2025

Performative Prediction on Games and Mechanism Design

AISTATS 2025poster

Agents often have individual goals which depend on a group's actions. If agents trust a forecast of collective action and adapt strategically, such prediction can influence outcomes non-trivially, resulting in a form of performative prediction. This effect is ubiquitous in scenarios ranging from pan…

Cited by 0SourcecodeScholar
2025

Tight Lower Bounds and Improved Convergence in Performative Prediction

NeurIPS 2025poster

Performative prediction is a framework accounting for the shift in the data distribution induced by the prediction of a model deployed in the real world. Ensuring convergence to a stable solution—one at which the post‑deployment data distribution no longer changes—is crucial in settings where model…

Cited by 0SourcecodeScholar
2025

Understanding Adam Requires Better Rotation Dependent Assumptions

NeurIPS 2025poster

Despite its widespread adoption, Adam's advantage over Stochastic Gradient Descent (SGD) lacks a comprehensive theoretical explanation. This paper investigates Adam's sensitivity to rotations of the parameter space. We observe that Adam's performance in training transformers degrades under random ro…

Cited by 0SourceScholar
2024

Balancing Act: Constraining Disparate Impact in Sparse Models

ICLR 2024poster

Model pruning is a popular approach to enable the deployment of large deep learning models on edge devices with restricted computational or storage capacities. Although sparse models achieve performance comparable to that of their dense counterparts at the level of the entire dataset, they exhibit h…

Cited by 4SourcePDFScholar
2024

On PI Controllers for Updating Lagrange Multipliers in Constrained Optimization

ICML 2024poster

Constrained optimization offers a powerful framework to prescribe desired behaviors in neural network models. Typically, constrained problems are solved via their min-max Lagrangian formulations, which exhibit unstable oscillatory dynamics when optimized using gradient descent-ascent. The adoption o…

2024

Weight-Sharing Regularization

AISTATS 2024poster

Weight-sharing is ubiquitous in deep learning. Motivated by this, we propose a “weight-sharing regularization” penalty on the weights $w \in \mathbb{R}^d$ of a neural network, defined as $\mathcal{R}(w) = \frac{1}{d - 1}\sum_{i > j}^d |w_i - w_j|$. We study the proximal mapping of $\mathcal{R}$ and…

2023

Additive Decoders for Latent Variables Identification and Cartesian-Product Extrapolation

NeurIPS 2023oral

We tackle the problems of latent variables identification and "out-of-support'' image generation in representation learning. We show that both are possible for a class of decoders that we call additive, which are reminiscent of decoders used for object-centric representation learning (OCRL) and well…

2023

Can We Scale Transformers to Predict Parameters of Diverse ImageNet Models?

ICML 2023poster

Pretraining a neural network on a large dataset is becoming a cornerstone in machine learning that is within the reach of only a few communities with large-resources. We aim at an ambitious goal of democratizing pretraining. Towards that goal, we train and release a single neural network that can pr…

2023

CrossSplit: Mitigating Label Noise Memorization through Data Splitting

ICML 2023poster

We approach the problem of improving robustness of deep learning algorithms in the presence of label noise. Building upon existing label correction and co-teaching methods, we propose a novel training procedure to mitigate the memorization of noisy labels, called CrossSplit, which uses a pair of neu…

2023

Synergies between Disentanglement and Sparsity: Generalization and Identifiability in Multi-Task Learning

ICML 2023poster

Although disentangled representations are often said to be beneficial for downstream tasks, current empirical and theoretical understanding is limited. In this work, we provide evidence that disentangled representations coupled with sparse task-specific predictors improve generalization. In the cont…

2023

Unlocking Slot Attention by Changing Optimal Transport Costs

ICML 2023poster

Slot attention is a powerful method for object-centric modeling in images and videos. However, its set-equivariance limits its ability to handle videos with a dynamic number of objects because it cannot break ties. To overcome this limitation, we first establish a connection between slot attention a…

2022

Bayesian structure learning with generative flow networks

UAI 2022poster

In Bayesian structure learning, we are interested in inferring a distribution over the directed acyclic graph (DAG) structure of Bayesian networks, from data. Defining such a distribution is very challenging, due to the combinatorially large sample space, and approximations based on MCMC are often r…

2022

Controlled Sparsity via Constrained Optimization or: How I Learned to Stop Tuning Penalties and Love Constraints

NeurIPS 2022accept

The performance of trained neural networks is robust to harsh levels of pruning. Coupled with the ever-growing size of deep learning models, this observation has motivated extensive research on learning sparse models. In this work, we focus on the task of controlling the level of sparsity when perfo…

Cited by 22SourcePDFScholar
2022

Data-Efficient Structured Pruning via Submodular Optimization

NeurIPS 2022accept

Structured pruning is an effective approach for compressing large pre-trained neural networks without significantly affecting their performance. However, most current structured pruning methods do not provide any performance guarantees, and often require fine-tuning, which makes them inapplicable in…

2022

Dynamics of SGD with Stochastic Polyak Stepsizes: Truly Adaptive Variants and Convergence to Exact Solution

NeurIPS 2022accept

Recently Loizou et al. (2021), proposed and analyzed stochastic gradient descent (SGD) with stochastic Polyak stepsize (SPS). The proposed SPS comes with strong convergence guarantees and competitive performance; however, it has two main drawbacks when it is used in non-over-parameterized regimes: (…

2022

Multiset-Equivariant Set Prediction with Approximate Implicit Differentiation

ICLR 2022poster

Most set prediction models in deep learning use set-equivariant operations, but they actually operate on multisets. We show that set-equivariant functions cannot represent certain functions on multisets, so we introduce the more appropriate notion of multiset-equivariance. We identify that the exist…

2022

On the Convergence of Continuous Constrained Optimization for Structure Learning

AISTATS 2022poster

Recently, structure learning of directed acyclic graphs (DAGs) has been formulated as a continuous optimization problem by leveraging an algebraic characterization of acyclicity. The constrained problem is solved using the augmented Lagrangian method (ALM) which is often preferred to the quadratic p…

2022

Online Adversarial Attacks

ICLR 2022poster

Adversarial attacks expose important vulnerabilities of deep learning models, yet little attention has been paid to settings where data arrives as a stream. In this paper, we formalize the online adversarial attack problem, emphasizing two key elements found in real-world use-cases: attackers must o…

2021

Affine Invariant Analysis of Frank-Wolfe on Strongly Convex Sets

ICML 2021spotlight

It is known that the Frank-Wolfe (FW) algorithm, which is affine covariant, enjoys faster convergence rates than $\mathcal{O}\left(1/K\right)$ when the constraint set is strongly convex. However, these results rely on norm-dependent assumptions, usually incurring non-affine invariant bounds, in cont…

Cited by 15SourcePDFScholar
2021

An Analysis of the Adaptation Speed of Causal Models

AISTATS 2021poster

Consider a collection of datasets generated by unknown interventions on an unknown structural causal model $G$. Recently, Bengio et al. (2020) conjectured that among all candidate models, $G$ is the fastest to adapt from one dataset to another, along with promising experiments. Indeed, intuitively $…

2021

Implicit Regularization via Neural Feature Alignment

AISTATS 2021poster

We approach the problem of implicit regularization in deep learning from a geometrical viewpoint. We highlight a regularization effect induced by a dynamical alignment ofthe neural tangent features introduced by Jacot et al. (2018), along a small number of task-relevant directions. This can be inter…

2021

Repurposing Pretrained Models for Robust Out-of-domain Few-Shot Learning

ICLR 2021poster

Model-agnostic meta-learning (MAML) is a popular method for few-shot learning but assumes that we have access to the meta-training set. In practice, training on the meta-training set may not always be an option due to data privacy concerns, intellectual property issues, or merely lack of computing r…

2021

Stochastic Gradient Descent-Ascent and Consensus Optimization for Smooth Games: Convergence Analysis under Expected Co-coercivity

NeurIPS 2021poster

Two of the most prominent algorithms for solving unconstrained smooth games are the classical stochastic gradient descent-ascent (SGDA) and the recently introduced stochastic consensus optimization (SCO) [Mescheder et al., 2017]. SGDA is known to converge to a stationary point for specific classes o…

2021

Stochastic Polyak Step-size for SGD: An Adaptive Learning Rate for Fast Convergence

AISTATS 2021poster

We propose a stochastic variant of the classical Polyak step-size (Polyak, 1987) commonly used in the subgradient method. Although computing the Polyak step-size requires knowledge of the optimal function values, this information is readily available for typical modern machine learning applications.…

2021

Structured Convolutional Kernel Networks for Airline Crew Scheduling

ICML 2021spotlight

Motivated by the needs from an airline crew scheduling application, we introduce structured convolutional kernel networks (Struct-CKN), which combine CKNs from Mairal et al. (2014) in a structured prediction framework that supports constraints on the outputs. CKNs are a particular kind of convolutio…

2020

A Closer Look at the Optimization Landscapes of Generative Adversarial Networks

ICLR 2020poster

Generative adversarial networks have been very successful in generative modeling, however they remain relatively challenging to train compared to standard deep neural networks. In this paper, we propose new visualization techniques for the optimization landscapes of GANs that enable us to study the…

Cited by 83SourcecodeScholar
2020

A Tight and Unified Analysis of Gradient-Based Methods for a Whole Spectrum of Differentiable Games

AISTATS 2020poster

We consider differentiable games where the goal is to find a Nash equilibrium. The machine learning community has recently started using variants of the gradient method (GD). Prime examples are extragradient (EG), the optimistic gradient method (OG) and consensus optimization (CO) which enjoy linear…

Cited by 117SourcePDFScholar
2020

Accelerating Smooth Games by Manipulating Spectral Shapes

AISTATS 2020poster

We use matrix iteration theory to characterize acceleration in smooth games. We define the spectral shape of a family of games as the set containing all eigenvalues of the Jacobians of standard gradient dynamics in the family. Shapes restricted to the real line represent well-understood classes of p…

Cited by 61SourcePDFScholar
2020

Adversarial Example Games

NeurIPS 2020poster

The existence of adversarial examples capable of fooling trained neural network classifiers calls for a much better understanding of possible attacks to guide the development of safeguards against them. This includes attack methods in the challenging {\em non-interactive blackbox} setting, where adv…

2020

Differentiable Causal Discovery from Interventional Data

NeurIPS 2020spotlight

Learning a causal directed acyclic graph from data is a challenging task that involves solving a combinatorial problem for which the solution is not always identifiable. A new line of work reformulates this problem as a continuous constrained optimization one, which is solved via the augmented Lagra…

2020

Fast and Furious Convergence: Stochastic Second Order Methods under Interpolation

AISTATS 2020poster

We consider stochastic second-order methods for minimizing smooth and strongly-convex functions under an interpolation condition satisfied by over-parameterized models. Under this condition, we show that the regularized subsampled Newton method (R-SSN) achieves global linear convergence with an adap…

2020

GAIT: A Geometric Approach to Information Theory

AISTATS 2020poster

We advocate the use of a notion of entropy that reflects the relative abundances of the symbols in an alphabet, as well as the similarities between them. This concept was originally introduced in theoretical ecology to study the diversity of ecosystems. Based on this notion of entropy, we introduce…

2020

Gradient-Based Neural DAG Learning

ICLR 2020poster

We propose a novel score-based approach to learning a directed acyclic graph (DAG) from observational data. We adapt a recently proposed continuous constrained optimization formulation to allow for nonlinear relationships between variables using neural networks. This extension allows to model comple…

Cited by 306SourcecodeScholar
2020

Stochastic Hamiltonian Gradient Methods for Smooth Games

ICML 2020poster

The success of adversarial formulations in machine learning has brought renewed motivation for smooth games. In this work, we focus on the class of stochastic Hamiltonian methods and provide the first convergence guarantees for certain classes of stochastic smooth games. We propose a novel unbiased…

Cited by 59SourcePDFScholar
2019

A Variational Inequality Perspective on Generative Adversarial Networks

ICLR 2019poster

Generative adversarial networks (GANs) form a generative modeling approach known for producing appealing samples, but they are notably difficult to train. One common way to tackle this issue has been to propose new formulations of the GAN objective. Yet, surprisingly few studies have looked at optim…

2019

Implicit Regularization of Discrete Gradient Dynamics in Linear Neural Networks

NeurIPS 2019poster

When optimizing over-parameterized models, such as deep neural networks, a large set of parameters can achieve zero training error. In such cases, the choice of the optimization algorithm and its respective hyper-parameters introduces biases that will lead to convergence to specific minimizers of th…

2019

Negative Momentum for Improved Game Dynamics

AISTATS 2019poster

Games generalize the single-objective optimization paradigm by introducing different objective functions for different players. Differentiable games often proceed by simultaneous or alternating gradient updates. In machine learning, games are gaining new importance through formulations like generati…

2019

Painless Stochastic Gradient: Interpolation, Line-Search, and Convergence Rates

NeurIPS 2019poster

Recent works have shown that stochastic gradient descent (SGD) achieves the fast convergence rates of full-batch gradient descent for over-parameterized models satisfying certain interpolation conditions. However, the step-size used in these works depends on unknown quantities and SGD's practical pe…

2019

Reducing Noise in GAN Training with Variance Reduced Extragradient

NeurIPS 2019poster

We study the effect of the stochastic gradient noise on the training of generative adversarial networks (GANs) and show that it can prevent the convergence of standard game optimization methods, while the batch version converges. We address this issue with a novel stochastic variance-reduced extragr…

Cited by 178SourcePDFScholar
2018

Parametric Adversarial Divergences are Good Task Losses for Generative Modeling

ICLR 2018workshop

Generative modeling of high dimensional data like images is a notoriously difficult and ill-defined problem. In particular, how to evaluate a learned generative model is unclear. In this paper, we argue that *adversarial learning*, pioneered with generative adversarial networks (GANs), provides an i…

Cited by 4SourceScholar
2018

Quantifying Learning Guarantees for Convex but Inconsistent Surrogates

NeurIPS 2018poster

We study consistency properties of machine learning methods based on minimizing convex surrogates. We extend the recent framework of Osokin et al. (2017) for the quantitative analysis of consistency properties to the case of inconsistent surrogates. Our key technical contribution consists in a new l…

Cited by 5SourcePDFScholar
2018

SEARNN: Training RNNs with global-local losses

ICLR 2018poster

We propose SEARNN, a novel training algorithm for recurrent neural networks (RNNs) inspired by the "learning to search" (L2S) approach to structured prediction. RNNs have been widely successful in structured prediction applications such as machine translation or parsing, and are commonly trained usi…

2017

A Closer Look at Memorization in Deep Networks

ICML 2017poster

We examine the role of memorization in deep learning, drawing connections to capacity, generalization, and adversarial robustness. While deep networks are capable of memorizing noise data, our results suggest that they tend to prioritize learning simple patterns first. In our experiments, we expose…

Cited by 2324SourcePDFScholar
2017

Breaking the Nonsmooth Barrier: A Scalable Parallel Method for Composite Optimization

NeurIPS 2017spotlight

Due to their simplicity and excellent performance, parallel asynchronous variants of stochastic gradient descent have become popular methods to solve a wide range of large-scale optimization problems on multi-core architectures. Yet, despite their practical success, support for nonsmooth objectives…

2017

Joint Discovery of Object States and Manipulation Actions

ICCV 2017poster

Many human activities involve object manipulations aiming to modify the object state. Examples of common state changes include full/empty bottle, open/closed door, and attached/detached car wheel. In this work, we seek to automatically discover the states of objects and the associated manipulation a…

Cited by 106PDFcodeScholar
2017

On Structured Prediction Theory with Calibrated Convex Surrogate Losses

NeurIPS 2017oral

We provide novel theoretical insights on structured prediction in the context of efficient convex surrogate loss minimization with consistency guarantees. For any task loss, we construct a convex surrogate that can be optimized via stochastic gradient descent and we prove tight bounds on the so-call…

2016

Beyond CCA: Moment Matching for Multi-View Models

ICML 2016poster

We introduce three novel semi-parametric extensions of probabilistic canonical correlation analysis with identifiability guarantees. We consider moment matching techniques for estimation in these models. For that, by drawing explicit links between the new models and a discrete version of independent…

2016

Minding the Gaps for Block Frank-Wolfe Optimization of Structured SVMs

ICML 2016poster

In this paper, we propose several improvements on the block-coordinate Frank-Wolfe (BCFW) algorithm from Lacoste-Julien et al. (2013) recently used to optimize the structured support vector machine (SSVM) objective in the context of structured prediction, though it has wider applications. The key in…

Cited by 90SourcePDFScholar
2016

PAC-Bayesian Theory Meets Bayesian Inference

NeurIPS 2016poster

We exhibit a strong link between frequentist PAC-Bayesian bounds and the Bayesian marginal likelihood. That is, for the negative log-likelihood loss function, we show that the minimization of PAC-Bayesian generalization bounds maximizes the Bayesian marginal likelihood. This provides an alternative…

Cited by 228SourcePDFScholar
2016

Unsupervised Learning From Narrated Instruction Videos

CVPR 2016oral

We address the problem of automatically learning the main steps to complete a certain task, such as changing a car tire, from a set of narrated instruction videos. The contributions of this paper are three-fold. First, we develop a new unsupervised learning approach that takes advantage of the compl…

Cited by 378PDFScholar
2015

On Pairwise Costs for Network Flow Multi-Object Tracking

CVPR 2015poster

Multi-object tracking has been recently approached with the min-cost network flow optimization techniques. Such methods simultaneously resolve multiple object tracks in a video and enable modeling of dependencies among tracks. Min-cost network flow methods also fit well within the "tracking-by-detec…

Cited by 164SourcePDFScholar
2015

Rethinking LDA: Moment Matching for Discrete ICA

NeurIPS 2015poster

We consider moment matching techniques for estimation in Latent Dirichlet Allocation (LDA). By drawing explicit links between LDA and discrete versions of independent component analysis (ICA), we first derive a new set of cumulant-based tensors, with an improved sample complexity. Moreover, we reuse…

2015

Sequential Kernel Herding: Frank-Wolfe Optimization for Particle Filtering

AISTATS 2015poster

Recently, the Frank-Wolfe optimization algorithm was suggested as a procedure to obtain adaptive quadrature rules for integrals of functions in a reproducing kernel Hilbert space (RKHS) with a potentially faster rate of convergence than Monte Carlo integration (and “kernel herding” was shown to be a…

Cited by 94SourcePDFScholar
2015

Variance Reduced Stochastic Gradient Descent with Neighbors

NeurIPS 2015poster

Stochastic Gradient Descent (SGD) is a workhorse in machine learning, yet it is also known to be slow relative to steepest descent. Recently, variance reduction techniques such as SVRG and SAGA have been proposed to overcome this weakness. With asymptotically vanishing variance, a constant step siz…

Cited by 183SourcePDFScholar