cs.DSMay 15, 2026

Complexity of Non-Log-Concave Sampling in Fisher Information

Authors: Sinho ChewiAndre Wibisono

Organizations: Yale University, Department of Statistics and Data Science. · Yale University, Department of Computer Science.

Abstract

We study the query complexity of obtaining a relative Fisher information guarantee for sampling from a log-smooth non-log-concave distribution; this is a sampling analog of finding an approximate stationary point in optimization. Our algorithm is based on the proximal sampler, which is an implicit discretization of the Langevin diffusion, and requires an implementation of the backward step known as the restricted Gaussian oracle (RGO). We show that by leveraging the recent results for log-concave sampling with high-accuracy guarantees in Rényi divergence, we can obtain an approximate RGO implementation that -- when used with the proximal sampler -- yields a complexity guarantee in relative Fisher information that inherits the same dimension dependence as log-concave sampling, and improves upon prior work for non-log-concave sampling. We also show a converse reduction that any improvement in the dimension dependence in relative Fisher information for non-log-concave sampling will yield an improved dimension dependence for high-accuracy log-concave sampling.

Explore similar work

May 12, 2026math.ST

A proximal gradient algorithm for composite log-concave sampling

We propose an algorithm to sample from composite log-concave distributions over Rd\mathbb{R}^d, i.e., densities of the form πefgπ\propto e^{-f-g}, assuming access to gradient evaluations of ff and a restricted Gaussian oracle (RGO) for gg. The latter requirement means that we can easily sample from the density RGOg,h,y(x)exp(g(x)12hyx2)\text{RGO}_{g,h,y}(x) \propto \exp(-g(x) -\frac{1}{2h}||y-x||^2), which is the sampling analogue of the proximal operator for gg. If f+gf + g is αα-strongly convex and ff is ββ-smooth, our sampler achieves ε\varepsilon error in total variation distance in O~(κdlog4(1/ε))\widetilde{\mathcal O}(κ\sqrt d \log^4(1/\varepsilon)) iterations where κ:=β/ακ:= β/α, which matches prior state-of-the-art results for the case g=0g=0. We further extend our results to cases where (1) ππ is non-log-concave but satisfies a Poincaré or log-Sobolev inequality, and (2) ff is non-smooth but Lipschitz.
Linghai Liu, Sinho Chewi
Jun 15, 2026cs.LG

Variance Reduction for Non-Log-Concave Sampling with Applications to Inverse Problems

Sampling from high-dimensional, non-log-concave distributions with unnormalized densities is a fundamental challenge in machine learning, particularly when the exact gradient of the potential is unavailable and must be approximated via stochastic gradients that exhibit high variance under a fixed budget of gradient computations per iteration. Although variance reduction techniques such as SGD with momentum, STORM, and PAGE have demonstrated improved convergence properties in non-convex optimization, their implications for sampling from non-log-concave distributions remain largely unexplored. In this work, we develop the first unified analysis of these estimators for sampling from non-log-concave distributions. We establish improved non-asymptotic convergence rates in ε\varepsilon-relative Fisher information and, under a Poincaré inequality assumption, in squared total variation distance, and further prove weak convergence to the target distribution. We extend our analysis to solving inverse problems with score-based generative priors. We empirically validate our theory and demonstrate that, under a fixed gradient computations per iteration, variance-reduction techniques consistently improve sample quality in two standard imaging applications.
M. Berk Sahin, Ahmet Ege Tanriverdi, Behzad Sharif +1
Jun 10, 2026cs.DS

A unified complexity bound for logconcave sampling

We give a simple, unified, and nearly tight bound for sampling arbitrary logconcave distributions from a warm start using the In-and-Out algorithm along with exponential lifting. The main new ingredient in the analysis is an improved bound on the Poincaré constant of a lifted distribution. As a consequence, the resulting convergence rate is nearly tight for both constrained settings (e.g., Gaussian restricted to a convex body) and well-conditioned settings (e.g., strongly logconcave and smooth densities).
Yunbum Kook, Santosh S. Vempala