LGAIOCMLAug 2, 2019

Path Length Bounds for Gradient Descent and Flow

arXiv:1908.01089v417 citations
AI Analysis

It provides theoretical insights into optimization algorithm behavior, advancing understanding beyond convergence rates, but is incremental as it builds on existing analysis of gradient methods.

The paper derives bounds on the path length of gradient descent and flow curves for smooth convex and nonconvex functions, proving results such as an O(1/c) bound under linear convergence and O(sqrt(κ)) under the PKL condition, with specific cases like quadratics showing Θ(min{sqrt(d), sqrt(log κ)}).

We derive bounds on the path length $ζ$ of gradient descent (GD) and gradient flow (GF) curves for various classes of smooth convex and nonconvex functions. Among other results, we prove that: (a) if the iterates are linearly convergent with factor $(1-c)$, then $ζ$ is at most $\mathcal{O}(1/c)$; (b) under the Polyak-Kurdyka-Lojasiewicz (PKL) condition, $ζ$ is at most $\mathcal{O}(\sqrtκ)$, where $κ$ is the condition number, and at least $\widetildeΩ(\sqrt{d} \wedge κ^{1/4})$; (c) for quadratics, $ζ$ is $Θ(\min\{\sqrt{d},\sqrt{\log κ}\})$ and in some cases can be independent of $κ$; (d) assuming just convexity, $ζ$ can be at most $2^{4d\log d}$; (e) for separable quasiconvex functions, $ζ$ is $Θ(\sqrt{d})$. Thus, we advance current understanding of the properties of GD and GF curves beyond rates of convergence. We expect our techniques to facilitate future studies for other algorithms.

Foundations

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

Your Notes