A Triple-Inertial Accelerated Alternating Optimization Method for Deep Learning Training
Chengcheng Yan, Jiawei Xu, Qingsong Wang, Zheng Peng
TL;DR
TIAM addresses the slow convergence and limited guarantees of SGD and AM methods in training multilayer perceptrons by introducing a Triple-Inertial Accelerated Alternating Minimization framework that uses a specialized backtracking-based approximation to avoid costly matrix inversions while accelerating updates. The method provides global convergence guarantees and a linear convergence rate under mild assumptions, and it demonstrates superior generalization and computational efficiency on four datasets with a network of $L=3$ layers and $n_h=100$ hidden units per layer. The experiments show robust performance across ReLU variants and substantiate the practical impact of layer-wise triple inertia for faster training. The work also suggests TIAM as a flexible framework that can be extended to stochastic mini-batch training in future research.
Abstract
The stochastic gradient descent (SGD) algorithm has achieved remarkable success in training deep learning models. However, it has several limitations, including susceptibility to vanishing gradients, sensitivity to input data, and a lack of robust theoretical guarantees. In recent years, alternating minimization (AM) methods have emerged as a promising alternative for model training by employing gradient-free approaches to iteratively update model parameters. Despite their potential, these methods often exhibit slow convergence rates. To address this challenge, we propose a novel Triple-Inertial Accelerated Alternating Minimization (TIAM) framework for neural network training. The TIAM approach incorporates a triple-inertial acceleration strategy with a specialized approximation method, facilitating targeted acceleration of different terms in each sub-problem optimization. This integration improves the efficiency of convergence, achieving superior performance with fewer iterations. Additionally, we provide a convergence analysis of the TIAM algorithm, including its global convergence properties and convergence rate. Extensive experiments validate the effectiveness of the TIAM method, showing significant improvements in generalization capability and computational efficiency compared to existing approaches, particularly when applied to the rectified linear unit (ReLU) and its variants.
