paper-with-me

Papers

DIVEBATCH: Accelerating Model Training Through Gradient-Diversity Aware Batch Size Adaptation

2025-09-19 · Yuen Chen, Yian Wang, Hari Sundaram arxiv

The goal of this paper is to accelerate the training of machine learning models, a critical challenge since the training of large-scale deep neural models can be computationally expensive. Stochastic gradient descent (SGD) and its variants are widely used to train deep neural networks. In contrast to traditional approaches that focus on tuning the learning rate, we propose a novel adaptive batch size SGD algorithm, DiveBatch, that dynamically adjusts the batch size. Adapting the batch size is challenging: using large batch sizes is more efficient due to parallel computation, but small-batch training often converges in fewer epochs and generalizes better. To address this challenge, we introduce a data-driven adaptation based on gradient diversity, enabling DiveBatch to maintain the generalization performance of small-batch training while improving convergence speed and computational efficiency. Gradient diversity has a strong theoretical justification: it emerges from the convergence analysis of SGD. Evaluations of DiveBatch on synthetic and CiFar-10, CiFar-100, and Tiny-ImageNet demonstrate that DiveBatch converges significantly faster than standard SGD and AdaBatch (1.06 -- 5.0x), with a slight trade-off in performance.

📄 PDF Abstract BibTeX arXiv:2509.16173

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

ProDiff: Progressive Fast Diffusion Model For High-Quality Text-to-Speech

2022-07-13 · Rongjie Huang, Zhou Zhao, Huadai Liu, Jinglin Liu 외

Denoising diffusion probabilistic models (DDPMs) have recently achieved leading performances in many generative tasks. However, the inherited iterative sampling process costs hinder their applications to text-to-speech d…

DenoisingGPUKnowledge DistillationSpeech Synthesis+4

Accelerating Learned Image Compression Through Modeling Neural Training Dynamics

2025-05-23 · Yichi Zhang, Zhihao Duan, Yuning Huang, Fengqing Zhu

As learned image compression (LIC) methods become increasingly computationally demanding, enhancing their training efficiency is crucial. This paper takes a step forward in accelerating the training of LIC methods by mod…

Image Compression

DynaComm: Accelerating Distributed CNN Training between Edges and Clouds through Dynamic Communication Scheduling

2021-01-20 · Shangming Cai, Dongsheng Wang, Haixia Wang, Yongqiang Lyu 외

To reduce uploading bandwidth and address privacy concerns, deep learning at the network edge has been an emerging topic. Typically, edge devices collaboratively train a shared model using real-time generated data throug…

Scheduling

MiCRO: Near-Zero Cost Gradient Sparsification for Scaling and Accelerating Distributed DNN Training

2023-10-02 · Daegun Yoon, Sangyoon Oh

Gradient sparsification is a communication optimisation technique for scaling and accelerating distributed deep neural network (DNN) training. It reduces the increasing communication traffic for gradient aggregation. How…

BitPipe: Bidirectional Interleaved Pipeline Parallelism for Accelerating Large Models Training

2024-10-25 · Houming Wu, Ling Chen, Wenjie Yu

With the increasing scale of models, the need for efficient distributed training has become increasingly urgent. Recently, many synchronous pipeline parallelism approaches have been proposed to improve training throughpu…