DSLGNAOCMLJul 6, 2014

Linear Coupling: An Ultimate Unification of Gradient and Mirror Descent

arXiv:1407.1537v5309 citations
Originality Highly original
AI Analysis

This work provides a foundational unification for first-order optimization methods, impacting large-scale machine learning by enabling faster algorithms across diverse settings.

The paper tackles the problem of unifying gradient and mirror descent by proposing linear coupling, which reconstructs Nesterov's accelerated gradient methods with a cleaner interpretation and extends to settings where Nesterov's methods do not apply.

First-order methods play a central role in large-scale machine learning. Even though many variations exist, each suited to a particular problem, almost all such methods fundamentally rely on two types of algorithmic steps: gradient descent, which yields primal progress, and mirror descent, which yields dual progress. We observe that the performances of gradient and mirror descent are complementary, so that faster algorithms can be designed by LINEARLY COUPLING the two. We show how to reconstruct Nesterov's accelerated gradient methods using linear coupling, which gives a cleaner interpretation than Nesterov's original proofs. We also discuss the power of linear coupling by extending it to many other settings that Nesterov's methods cannot apply to.

Foundations

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

Your Notes