Quasi-Newton Quasi-Monte Carlo for variational Bayes
Sifan Liu, Art B. Owen

TL;DR
This paper explores the use of randomized quasi-Monte Carlo sampling in stochastic optimization, demonstrating that it can significantly improve convergence speed and accuracy in variational Bayes problems.
Contribution
It introduces the application of RQMC sampling to stochastic L-BFGS, showing theoretical and empirical benefits over traditional Monte Carlo methods.
Findings
RQMC achieves lower RMSE than MC in sampling.
Using RQMC with L-BFGS accelerates variational Bayes optimization.
RQMC can sometimes find better solutions than MC.
Abstract
Many machine learning problems optimize an objective that must be measured with noise. The primary method is a first order stochastic gradient descent using one or more Monte Carlo (MC) samples at each step. There are settings where ill-conditioning makes second order methods such as L-BFGS more effective. We study the use of randomized quasi-Monte Carlo (RQMC) sampling for such problems. When MC sampling has a root mean squared error (RMSE) of then RQMC has an RMSE of that can be close to in favorable settings. We prove that improved sampling accuracy translates directly to improved optimization. In our empirical investigations for variational Bayes, using RQMC with stochastic L-BFGS greatly speeds up the optimization, and sometimes finds a better parameter value than MC does.
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
TopicsMathematical Approximation and Integration · Stochastic Gradient Optimization Techniques · Markov Chains and Monte Carlo Methods
