← Search

Claire Boyer

18 accepted papers

2026

Fast kernel methods: Sobolev, physics-informed, and additive models

ICML 2026poster

Kernel methods are powerful tools in statistical learning, but their cubic complexity in the sample size $n$ limits their use on large-scale datasets. In this work, we introduce a scalable framework for kernel regression with complexity $O(n \log n)$, fully leveraging GPU acceleration. The approach …

Cited by 0SourceScholar
2026

Optimal Stopping in Latent Diffusion Models

ICML 2026poster

We identify and analyze a surprising phenomenon of $\textit{Latent}$ Diffusion Models (LDMs) where the final steps of the diffusion can $\textit{degrade}$ sample quality. In contrast to conventional arguments that justify early stopping for numerical stability, this phenomenon is intrinsic to the di…

Cited by 0SourceScholar
2026

Statistical Advantage of Softmax Attention: Insights from Single-Location Regression

ICLR 2026poster

Large language models rely on attention mechanisms with a softmax activation. Yet the dominance of softmax over alternatives (e.g., component-wise or linear) remains poorly understood, and many theoretical works have focused on the easier-to-analyze linearized attention. In this work, we address thi…

Cited by 0SourcecodeScholar
2025

Attention layers provably solve single-location regression

ICLR 2025poster

Attention-based models, such as Transformer, excel across various tasks but lack a comprehensive theoretical understanding, especially regarding token-wise sparsity and internal linear representations. To address this gap, we introduce the single-location regression task, where only one token in a s…

2025

Wasserstein Convergence of Critically Damped Langevin Diffusions

NeurIPS 2025poster

Score-based Generative Models (SGMs) have achieved impressive performance in data generation across a wide range of applications and benefit from strong theoretical guarantees. Recently, methods inspired by statistical mechanics, in particular, Hamiltonian dynamics, have introduced Critically-damped…

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

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

Estimation and Imputation in Probabilistic Principal Component Analysis with Missing Not At Random Data

NeurIPS 2020poster

Missing Not At Random (MNAR) values where the probability of having missing data may depend on the missing value itself, are notoriously difficult to account for in analyses, although very frequent in the data. One solution to handle MNAR data is to specify a model for the missing data mechanism, w…

2020

Missing Data Imputation using Optimal Transport

ICML 2020poster

Missing data is a crucial issue when applying machine learning algorithms to real-world datasets. Starting from the simple assumption that two batches extracted randomly from the same dataset should share the same distribution, we leverage optimal transport distances to quantify that criterion and t…