notesum.ai
Published at December 9PolytopeWalk: Sparse MCMC Sampling over Polytopes
stat.CO
cs.LG
stat.ML
Released Date: December 9, 2024
Authors: Benny Sun1, Yuansi Chen2
Aff.: 1Duke University; 2ETH Zurich

| Random Walk | Mixing Rate | Computational Complexity |
|---|---|---|
| Ball Walk f14f | The Ball Walk includes minimal matrix multiplication and gaussian vector calculations. | |
| Hit-and-Run f11f | The Hit-and-Run computes binary search calculate a random chord in the polytope. | |
| Dikin Walk f12f | The Dikin Walk uses sparse linear solvers and sparse Cholesky decomposition for computing determinant and inverse square root of Hessian matrix. | |
| Vaidya Walk f3f | The Vaidya Walk builds upon Dikin Walk and uses sparse Cholesky decomposition and sparse inverse algorithm from f9f to compute leverage scores. | |
| John Walk f3f | The John Walk builds upon the Vaidya Walk to solve an optimization task with fixed-point iteration, computing a weighted leverage score each iteration. | |
| Lee Sidford Walk f10f | The Lee Sidford Walk also solves an optimization task using gradient descent, computing a weighted leverage score each iteration. |