Sampling from Log-Concave Distributions with Infinity-Distance Guarantees
Oren Mangoubi, Nisheeth K. Vishnoi

TL;DR
This paper introduces a new algorithm for sampling from log-concave distributions within an infinity-distance bound, improving runtime dependence on the error parameter compared to previous methods, with applications in private optimization.
Contribution
The authors develop a direct method to convert total-variation samples into infinity-distance samples, reducing the dependency on polynomial factors of 1/ε in runtime.
Findings
Algorithm achieves poly(log(1/ε), d) complexity for infinity-distance sampling.
Improves dimension dependence in sampling from polytopes.
Provides a novel approach to convert TV bounds to infinity bounds.
Abstract
For a -dimensional log-concave distribution constrained to a convex body , the problem of outputting samples from a distribution which is -close in infinity-distance to arises in differentially private optimization. While sampling within total-variation distance of can be done by algorithms whose runtime depends polylogarithmically on , prior algorithms for sampling in infinity distance have runtime bounds that depend polynomially on . We bridge this gap by presenting an algorithm that outputs a point -close to in infinity distance that requires at most calls to a membership oracle for and evaluation oracle for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsMarkov Chains and Monte Carlo Methods · Machine Learning and Algorithms · Bayesian Methods and Mixture Models
