Adaptive Backtracking Line Search
This incremental improvement addresses optimization speed for researchers and practitioners in numerical optimization, with proven guarantees for convex and nonconvex problems.
The paper tackles the problem of slow step-size adjustment in backtracking line search by proposing an adaptive method that adjusts the factor based on criterion violation, leading to significantly faster optimization as confirmed by experiments on over fifteen real-world datasets.
Backtracking line search is foundational in numerical optimization. The basic idea is to adjust the step-size of an algorithm by a constant factor until some chosen criterion (e.g. Armijo, Descent Lemma) is satisfied. We propose a novel way to adjust step-sizes, replacing the constant factor used in regular backtracking with one that takes into account the degree to which the chosen criterion is violated, with no additional computational burden. This light-weight adjustment leads to significantly faster optimization, which we confirm by performing a variety of experiments on over fifteen real world datasets. For convex problems, we prove adaptive backtracking requires no more adjustments to produce a feasible step-size than regular backtracking does. For nonconvex smooth problems, we prove adaptive backtracking enjoys the same guarantees of regular backtracking. Furthermore, we prove adaptive backtracking preserves the convergence rates of gradient descent and its accelerated variant.