← Search

Lester Mackey

38 accepted papers

2026

Coevolutionary Continuous Discrete Diffusion: Make Your Diffusion Language Model a Latent Reasoner

ICML 2026poster

Diffusion language models, especially masked discrete diffusion models, have achieved great success recently. While there are some theoretical and primary empirical results showing the advantages of latent reasoning with looped transformers or continuous CoT, continuous diffusion models typically un…

Cited by 21SourceScholar
2026

Thinned Mean Field Langevin Dynamics

ICML 2026poster

Several important learning tasks can be formulated as minimizing an entropy-regularized objective over an appropriate space of probability distributions. Mean-field Langevin dynamics (MFLD) facilitate computation in this general context, casting the minimizer as the invariant distribution of a McKea…

Cited by 0SourceScholar
2025

Informed Correctors for Discrete Diffusion Models

NeurIPS 2025poster

Discrete diffusion has emerged as a powerful framework for generative modeling in discrete domains, yet efficiently sampling from these models remains challenging. Existing sampling strategies often struggle to balance computation and sample quality when the number of sampling steps is reduced, even…

Cited by 0SourceScholar
2025

It’s Hard to Be Normal: The Impact of Noise on Structure-agnostic Estimation

NeurIPS 2025poster

Structure-agnostic causal inference studies the statistical limits of treatment effect estimation, when given access to black-box ML models that estimate nuisance components of the data generating process, such as estimates of the outcome regression and the treatment propensity. Here, we find that t…

Cited by 0SourceScholar
2025

SatCLIP: Global, General-Purpose Location Embeddings with Satellite Imagery

AAAI 2025technical

Geographic information is essential for modeling tasks in fields ranging from ecology to epidemiology. However, extracting relevant location characteristics for a given task can be challenging, often requiring expensive data fusion or distillation from massive global imagery datasets. To address thi…

2024

SureMap: Simultaneous mean estimation for single-task and multi-task disaggregated evaluation

NeurIPS 2024poster

Disaggregated evaluation—estimation of performance of a machine learning model on different subpopulations—is a core task when assessing performance and group-fairness of AI systems. A key challenge is that evaluation data is scarce, and subpopulations arising from intersections of attri…

2023

Compress Then Test: Powerful Kernel Testing in Near-linear Time

AISTATS 2023poster

Kernel two-sample testing provides a powerful framework for distinguishing any pair of distributions based on n sample points. However, existing kernel tests either run in $n^2$ time or sacrifice undue power to improve runtime. To address these shortcomings, we introduce Compress Then Test (CTT), a…

2023

Should I Stop or Should I Go: Early Stopping with Heterogeneous Populations

NeurIPS 2023spotlight

Randomized experiments often need to be stopped prematurely due to the treatment having an unintended harmful effect. Existing methods that determine when to stop an experiment early are typically applied to the data in aggregate and do not account for treatment effect heterogeneity. In this paper,…

2023

SubseasonalClimateUSA: A Dataset for Subseasonal Forecasting and Benchmarking

NeurIPS 2023poster

Subseasonal forecasting of the weather two to six weeks in advance is critical for resource allocation and advance disaster notice but poses many challenges for the forecasting community. At this forecast horizon, physics-based dynamical models have limited skill, and the targets for prediction depe…

2022

Gradient Estimation with Discrete Stein Operators

NeurIPS 2022accept

Gradient estimation---approximating the gradient of an expectation with respect to the parameters of a distribution---is central to the solution of many machine learning problems. However, when the distribution is discrete, most common gradient estimators suffer from excessive variance. To impro…

2021

Initialization and Regularization of Factorized Neural Layers

ICLR 2021poster

Factorized layers—operations parameterized by products of two or more matrices—occur in a variety of deep learning contexts, including compressed model training, certain types of knowledge distillation, and multi-head self-attention architectures. We study how to initialize and regularize deep nets…

2021

Knowledge Distillation as Semiparametric Inference

ICLR 2021poster

A popular approach to model compression is to train an inexpensive student model to mimic the class probabilities of a highly accurate but cumbersome teacher model. Surprisingly, this two-step knowledge distillation process often leads to higher accuracy than training the student directly on labeled…

2021

Online Learning with Optimism and Delay

ICML 2021spotlight

Inspired by the demands of real-time climate and weather forecasting, we develop optimistic online learning algorithms that require no parameter tuning and have optimal regret guarantees under delayed feedback. Our algorithms—DORM, DORM+, and AdaHedgeD—arise from a novel reduction of delayed online…

2020

Approximate Cross-validation: Guarantees for Model Assessment and Selection

AISTATS 2020poster

Cross-validation (CV) is a popular approach for assessing and selecting predictive models. However, when the number of folds is large, CV suffers from a need to repeatedly refit a learning procedure on a large number of training datasets. Recent work in empirical risk minimization (ERM) approximates…

2019

Accelerating Rescaled Gradient Descent: Fast Optimization of Smooth Functions

NeurIPS 2019poster

We present a family of algorithms, called descent algorithms, for optimizing convex and non-convex functions. We also introduce a new first-order algorithm, called rescaled gradient descent (RGD), and show that RGD achieves a faster convergence rate than gradient descent provided the function is str…

2019

Minimum Stein Discrepancy Estimators

NeurIPS 2019poster

When maximum likelihood estimation is infeasible, one often turns to score matching, contrastive divergence, or minimum probability flow to obtain tractable parameter estimates. We provide a unifying perspective of these techniques as minimum Stein discrepancy estimators, and use this lens to design…

Cited by 116SourcePDFScholar
2019

Stein Point Markov Chain Monte Carlo

ICML 2019oral

An important task in machine learning and statistics is the approximation of a probability measure by an empirical measure supported on a discrete point set. Stein Points are a class of algorithms for this task, which proceed by sequentially minimising a Stein discrepancy between the empirical measu…

2019

Stochastic Runge-Kutta Accelerates Langevin Monte Carlo and Beyond

NeurIPS 2019spotlight

Sampling with Markov chain Monte Carlo methods typically amounts to discretizing some continuous-time dynamics with numerical integration. In this paper, we establish the convergence rate of sampling algorithms obtained by discretizing smooth It\^o diffusions exhibiting fast $2$-Wasserstein contract…