Exploring Landscapes for Better Minima along Valleys
Tong Zhao, Jiacheng Li, Yuanchang Zhou, Guangming Tan, Weile Jia
TL;DR
The paper introduces a gradient-adaptor framework 'E' to overcome stagnation in local minima by encouraging valley-following via an EMA-based acceleration term, enabling exploration of flat loss valleys. The ALTO instantiation applies a negative exploration parameter $\alpha$ to the EMA of gradient differences, improving generalization in large-batch training across CV and NLP tasks, with convergence guarantees in both non-convex and convex settings. Empirical results show ALTO consistently outperforms strong baselines (SGD, Adam, Lamb, AdaBelief) in large-batch regimes, achieving higher test accuracy and substantial reductions in training time on CV tasks and lower perplexity on GPT-2 pre-training. The method provides a general, memory-aware augmentation that can extend to zero-, first-, and second-order optimizers, offering a new direction for optimization research and practice in large-scale learning scenarios.
Abstract
Finding lower and better-generalizing minima is crucial for deep learning. However, most existing optimizers stop searching the parameter space once they reach a local minimum. Given the complex geometric properties of the loss landscape, it is difficult to guarantee that such a point is the lowest or provides the best generalization. To address this, we propose an adaptor "E" for gradient-based optimizers. The adapted optimizer tends to continue exploring along landscape valleys (areas with low and nearly identical losses) in order to search for potentially better local minima even after reaching a local minimum. This approach increases the likelihood of finding a lower and flatter local minimum, which is often associated with better generalization. We also provide a proof of convergence for the adapted optimizers in both convex and non-convex scenarios for completeness. Finally, we demonstrate their effectiveness in an important but notoriously difficult training scenario, large-batch training, where Lamb is the benchmark optimizer. Our testing results show that the adapted Lamb, ALTO, increases the test accuracy (generalization) of the current state-of-the-art optimizer by an average of 2.5% across a variety of large-batch training tasks. This work potentially opens a new research direction in the design of optimization algorithms.
