English

A Convergent ADMM Framework for Efficient Neural Network Training

Machine Learning 2021-12-23 v1

Abstract

As a well-known optimization framework, the Alternating Direction Method of Multipliers (ADMM) has achieved tremendous success in many classification and regression applications. Recently, it has attracted the attention of deep learning researchers and is considered to be a potential substitute to Gradient Descent (GD). However, as an emerging domain, several challenges remain unsolved, including 1) The lack of global convergence guarantees, 2) Slow convergence towards solutions, and 3) Cubic time complexity with regard to feature dimensions. In this paper, we propose a novel optimization framework to solve a general neural network training problem via ADMM (dlADMM) to address these challenges simultaneously. Specifically, the parameters in each layer are updated backward and then forward so that parameter information in each layer is exchanged efficiently. When the dlADMM is applied to specific architectures, the time complexity of subproblems is reduced from cubic to quadratic via a dedicated algorithm design utilizing quadratic approximations and backtracking techniques. Last but not least, we provide the first proof of convergence to a critical point sublinearly for an ADMM-type method (dlADMM) under mild conditions. Experiments on seven benchmark datasets demonstrate the convergence, efficiency, and effectiveness of our proposed dlADMM algorithm.

Keywords

Cite

@article{arxiv.2112.11619,
  title  = {A Convergent ADMM Framework for Efficient Neural Network Training},
  author = {Junxiang Wang and Hongyi Li and Liang Zhao},
  journal= {arXiv preprint arXiv:2112.11619},
  year   = {2021}
}

Comments

This work is in progress, a journal extension of the conference paper: arXiv:1905.13611

R2 v1 2026-06-24T08:27:13.406Z