Variance reduction for Random Coordinate Descent-Langevin Monte Carlo
Zhiyan Ding, Qin Li

TL;DR
This paper introduces a variance reduction technique called RCAD for Random Coordinate Descent-Langevin Monte Carlo, significantly improving efficiency in sampling from log-concave distributions by reducing variance without increasing iteration count.
Contribution
The paper proposes the RCAD method that reduces variance in RCD-LMC, enabling faster convergence and computational savings in high-dimensional sampling tasks.
Findings
RCAD reduces variance in RCD-LMC methods.
RCAD-O-LMC and RCAD-U-LMC achieve convergence with fewer total computations.
The methods outperform traditional RCD-LMC in efficiency.
Abstract
Sampling from a log-concave distribution function is one core problem that has wide applications in Bayesian statistics and machine learning. While most gradient free methods have slow convergence rate, the Langevin Monte Carlo (LMC) that provides fast convergence requires the computation of gradients. In practice one uses finite-differencing approximations as surrogates, and the method is expensive in high-dimensions. A natural strategy to reduce computational cost in each iteration is to utilize random gradient approximations, such as random coordinate descent (RCD) or simultaneous perturbation stochastic approximation (SPSA). We show by a counter-example that blindly applying RCD does not achieve the goal in the most general setting. The high variance induced by the randomness means a larger number of iterations are needed, and this balances out the saving in each iteration. We…
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 · Gaussian Processes and Bayesian Inference · Statistical Methods and Inference
