Langevin Monte Carlo: random coordinate descent and variance reduction
Zhiyan Ding, Qin Li

TL;DR
This paper improves the computational efficiency of Langevin Monte Carlo for high-dimensional problems by integrating random coordinate descent and variance reduction techniques, reducing per-iteration cost while maintaining convergence rates.
Contribution
It introduces variance reduction methods into RCD-LMC, achieving lower computational cost without sacrificing convergence speed in high-dimensional Bayesian sampling.
Findings
Variance reduction techniques like SAGA and SVRG improve RCD-LMC efficiency.
In the underdamped case, convergence is maintained with significantly reduced per-iteration cost.
The proposed methods achieve optimal computational cost in high-dimensional settings.
Abstract
Langevin Monte Carlo (LMC) is a popular Bayesian sampling method. For the log-concave distribution function, the method converges exponentially fast, up to a controllable discretization error. However, the method requires the evaluation of a full gradient in each iteration, and for a problem on , this amounts to times partial derivative evaluations per iteration. The cost is high when . In this paper, we investigate how to enhance computational efficiency through the application of RCD (random coordinate descent) on LMC. There are two sides of the theory: 1 By blindly applying RCD to LMC, one surrogates the full gradient by a randomly selected directional derivative per iteration. Although the cost is reduced per iteration, the total number of iteration is increased to achieve a preset error tolerance. Ultimately there is no computational gain; 2 We then…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMarkov Chains and Monte Carlo Methods · Statistical Methods and Inference · Bayesian Methods and Mixture Models
MethodsSAGA
