Towards Stability of Parameter-free Optimization
Yijiang Pang, Shuyang Yu, Bao Hoang, Jiayu Zhou
TL;DR
The paper tackles learning-rate tuning challenges in adaptive gradient optimization by introducing a parameter-free optimizer, AdamG, built on a golden step size for AdaGrad-Norm. It develops a general framework (golden step size) and two concrete instantiations, GOG and AdamG, leveraging a scale-free property to avoid problem-specific tuning. A new reliability criterion is proposed to measure cross-task stability, and extensive experiments across 42 tasks (images and NLP) show that AdamG achieves reliability and solution quality close to manually tuned Adam, with competitive convergence. The work offers a practical pathway to deploy adaptive optimizers without tuning while identifying theoretical guarantees and tail-task limitations as directions for future research.
Abstract
Hyperparameter tuning, particularly the selection of an appropriate learning rate in adaptive gradient training methods, remains a challenge. To tackle this challenge, in this paper, we propose a novel parameter-free optimizer, \textsc{AdamG} (Adam with the golden step size), designed to automatically adapt to diverse optimization problems without manual tuning. The core technique underlying \textsc{AdamG} is our golden step size derived for the AdaGrad-Norm algorithm, which is expected to help AdaGrad-Norm preserve the tuning-free convergence and approximate the optimal step size in expectation w.r.t. various optimization scenarios. To better evaluate tuning-free performance, we propose a novel evaluation criterion, \textit{reliability}, to comprehensively assess the efficacy of parameter-free optimizers in addition to classical performance criteria. Empirical results demonstrate that compared with other parameter-free baselines, \textsc{AdamG} achieves superior performance, which is consistently on par with Adam using a manually tuned learning rate across various optimization tasks.
