← Search

meyer scetbon

18 accepted papers

2026

Towards Efficient Optimizer Design for LLM via Structured Fisher Approximation with a Low-Rank Extension

ICLR 2026poster

Designing efficient optimizers for large language models (LLMs) with low-memory requirements and fast convergence is an important and challenging problem. This paper makes a step towards the systematic design of such optimizers through the lens of structured Fisher information matrix (FIM) approxima…

Cited by 0SourceScholar
2025

SWAN: SGD with Normalization and Whitening Enables Stateless LLM Training

ICML 2025poster

Adaptive optimizers such as Adam (Kingma & Ba, 2015) have been central to the success of large language models. However, they often require maintaining optimizer states throughout training, which can result in memory requirements several times greater than the model footprint. This overhead imposes…

Cited by 0SourcePDFScholar
2024

A Fixed-Point Approach for Causal Generative Modeling

ICML 2024poster

We propose a novel formalism for describing Structural Causal Models (SCMs) as fixed-point problems on causally ordered variables, eliminating the need for Directed Acyclic Graphs (DAGs), and establish the weakest known conditions for their unique recovery given the topological ordering (TO). Based…

2022

An Asymptotic Test for Conditional Independence using Analytic Kernel Embeddings

ICML 2022spotlight

We propose a new conditional dependence measure and a statistical test for conditional independence. The measure is based on the difference between analytic kernel embeddings of two well-suited distributions evaluated at a finite set of locations. We obtain its asymptotic distribution under the null…

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

Triangular Flows for Generative Modeling: Statistical Consistency, Smoothness Classes, and Fast Rates

AISTATS 2022poster

Triangular flows, also known as Knöthe-Rosenblatt measure couplings, comprise an important building block of normalizing flow models for generative modeling and density estimation, including popular autoregressive flows such as real-valued non-volume preserving transformation models (Real NVP). We p…

2021

Mixed Nash Equilibria in the Adversarial Examples Game

ICML 2021spotlight

This paper tackles the problem of adversarial examples from a game theoretic point of view. We study the open question of the existence of mixed Nash equilibria in the zero-sum game formed by the attacker and the classifier. While previous works usually allow only one player to use randomized strate…

Cited by 38SourcePDFScholar
2019

Comparing distributions: $\ell_1$ geometry improves kernel two-sample testing

NeurIPS 2019spotlight

Are two sets of observations drawn from the same distribution? This problem is a two-sample test. Kernel methods lead to many appealing properties. Indeed state-of-the-art approaches use the $L^2$ distance between kernel-based distribution representatives to derive their test statistics. Here, we s…