LGMay 25, 2023

A Guide Through the Zoo of Biased SGD

arXiv:2305.16296v151 citations
Originality Incremental advance
AI Analysis

This work organizes and advances theoretical understanding of BiasedSGD for machine learning researchers, though it is incremental in nature.

The paper addresses the lack of coherence in literature on SGD with biased estimators (BiasedSGD) by establishing connections among existing assumptions and introducing a new, provably weaker set of assumptions, enabling a thorough analysis in convex and non-convex settings with experimental validation.

Stochastic Gradient Descent (SGD) is arguably the most important single algorithm in modern machine learning. Although SGD with unbiased gradient estimators has been studied extensively over at least half a century, SGD variants relying on biased estimators are rare. Nevertheless, there has been an increased interest in this topic in recent years. However, existing literature on SGD with biased estimators (BiasedSGD) lacks coherence since each new paper relies on a different set of assumptions, without any clear understanding of how they are connected, which may lead to confusion. We address this gap by establishing connections among the existing assumptions, and presenting a comprehensive map of the underlying relationships. Additionally, we introduce a new set of assumptions that is provably weaker than all previous assumptions, and use it to present a thorough analysis of BiasedSGD in both convex and non-convex settings, offering advantages over previous results. We also provide examples where biased estimators outperform their unbiased counterparts or where unbiased versions are simply not available. Finally, we demonstrate the effectiveness of our framework through experimental results that validate our theoretical findings.

Foundations

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

Your Notes