LGJun 30, 2024

BADM: Batch ADMM for Deep Learning

arXiv:2407.01640v22 citations
AI Analysis

This addresses optimization challenges for deep learning practitioners, but appears incremental as it adapts an existing framework (ADMM) to deep learning.

The paper tackles the slow convergence of stochastic gradient descent in deep neural network training by proposing BADM, a batch-based ADMM algorithm, which achieves faster convergence and superior testing accuracy across various tasks.

Stochastic gradient descent-based algorithms are widely used for training deep neural networks but often suffer from slow convergence. To address the challenge, we leverage the framework of the alternating direction method of multipliers (ADMM) to develop a novel data-driven algorithm, called batch ADMM (BADM). The fundamental idea of the proposed algorithm is to split the training data into batches, which is further divided into sub-batches where primal and dual variables are updated to generate global parameters through aggregation. We evaluate the performance of BADM across various deep learning tasks, including graph modelling, computer vision, image generation, and natural language processing. Extensive numerical experiments demonstrate that BADM achieves faster convergence and superior testing accuracy compared to other state-of-the-art optimizers.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes