HOME-3: High-Order Momentum Estimator with Third-Power Gradient for Convex and Smooth Nonconvex Optimization
Wei Zhang, Arif Hassan Zidan, Afrar Jahin, Yu Bao, Tianming Liu
TL;DR
HOME-3 introduces a high-order momentum optimization framework that leverages the cube of the first-order gradient, $g_t^3$, to form a third-order momentum term within an Adam-like update. The method combines adaptive learning rates, bias corrections, and coordinate randomization to enhance convergence for convex and smooth nonconvex problems, with empirical extensions to nonsmooth nonconvex tasks. Theoretical results establish $O(1/T^{5/6})$ convergence bounds in both convex and smooth nonconvex settings, while coordinate randomization helps preserve these rates in nonsmooth scenarios. Across convex, smooth nonconvex, and nonsmooth nonconvex experiments, HOME-3 consistently outperforms standard momentum-based optimizers, validating the value of high-order gradient information in momentum updates.
Abstract
Momentum-based gradients are essential for optimizing advanced machine learning models, as they not only accelerate convergence but also advance optimizers to escape stationary points. While most state-of-the-art momentum techniques utilize lower-order gradients, such as the squared first-order gradient, there has been limited exploration of higher-order gradients, particularly those raised to powers greater than two. In this work, we introduce the concept of high-order momentum, where momentum is constructed using higher-power gradients, with a focus on the third-power of the first-order gradient as a representative case. Our research offers both theoretical and empirical support for this approach. Theoretically, we demonstrate that incorporating third-power gradients can improve the convergence bounds of gradient-based optimizers for both convex and smooth nonconvex problems. Empirically, we validate these findings through extensive experiments across convex, smooth nonconvex, and nonsmooth nonconvex optimization tasks. Across all cases, high-order momentum consistently outperforms conventional low-order momentum methods, showcasing superior performance in various optimization problems.
