OCMLFeb 19, 2012

Beneath the valley of the noncommutative arithmetic-geometric mean inequality: conjectures, case-studies, and consequences

arXiv:1202.4184v154 citations
Originality Incremental advance
AI Analysis

This addresses a theoretical problem in machine learning optimization, providing incremental insights into sampling methods for algorithms such as SGD and Kaczmarz.

The paper tackles the performance difference between with- and without-replacement sampling in randomized algorithms like stochastic gradient descent, showing that without-replacement sampling has a faster expected convergence rate for many classes of random matrices, with a deterministic worst-case bound on the gap.

Randomized algorithms that base iteration-level decisions on samples from some pool are ubiquitous in machine learning and optimization. Examples include stochastic gradient descent and randomized coordinate descent. This paper makes progress at theoretically evaluating the difference in performance between sampling with- and without-replacement in such algorithms. Focusing on least means squares optimization, we formulate a noncommutative arithmetic-geometric mean inequality that would prove that the expected convergence rate of without-replacement sampling is faster than that of with-replacement sampling. We demonstrate that this inequality holds for many classes of random matrices and for some pathological examples as well. We provide a deterministic worst-case bound on the gap between the discrepancy between the two sampling models, and explore some of the impediments to proving this inequality in full generality. We detail the consequences of this inequality for stochastic gradient descent and the randomized Kaczmarz algorithm for solving linear systems.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes