paper-with-me

Papers

Increasing Both Batch Size and Learning Rate Accelerates Stochastic Gradient Descent

2024-09-13 · Hikaru Umeda, Hideaki Iiduka

The performance of mini-batch stochastic gradient descent (SGD) strongly depends on setting the batch size and learning rate to minimize the empirical loss in training the deep neural network. In this paper, we present theoretical analyses of mini-batch SGD with four schedulers: (i) constant batch size and decaying learning rate scheduler, (ii) increasing batch size and decaying learning rate scheduler, (iii) increasing batch size and increasing learning rate scheduler, and (iv) increasing batch size and warm-up decaying learning rate scheduler. We show that mini-batch SGD using scheduler (i) does not always minimize the expectation of the full gradient norm of the empirical loss, whereas it does using any of schedulers (ii), (iii), and (iv). Furthermore, schedulers (iii) and (iv) accelerate mini-batch SGD. The paper also provides numerical results of supporting analyses showing that using scheduler (iii) or (iv) minimizes the full gradient norm of the empirical loss faster than using scheduler (i) or (ii).

📄 PDF Abstract BibTeX arXiv:2409.08770

Code (1)

iiduka-researches/incr_both_bs_lr 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Accelerating Training of Deep Neural Networks with a Standardization Loss

2019-03-03 · Jasmine Collins, Johannes Balle, Jonathon Shlens

A significant advance in accelerating neural network training has been the development of normalization methods, permitting the training of deep models both faster and with better accuracy. These advances come with pract…

image-classificationImage Classification

Accelerating SGDM via Learning Rate and Batch Size Schedules: A Lyapunov-Based Analysis

2025-08-05 · Yuichi Kondo, Hideaki Iiduka arxiv

We analyze the convergence behavior of stochastic gradient descent with momentum (SGDM) under dynamic learning-rate and batch-size schedules by introducing a novel and simpler Lyapunov function. We extend the existing th…

Increasing Batch Size Improves Convergence of Stochastic Gradient Descent with Momentum

2025-01-15 · Keisuke Kamo, Hideaki Iiduka

Stochastic gradient descent with momentum (SGDM), which is defined by adding a momentum term to SGD, has been well studied in both theory and practice. Theoretically investigated results showed that the settings of the l…

When and Why Momentum Accelerates SGD:An Empirical Study

2023-06-15 · Jingwen Fu, Bohan Wang, Huishuai Zhang, Zhizheng Zhang 외

Momentum has become a crucial component in deep learning optimizers, necessitating a comprehensive understanding of when and why it accelerates stochastic gradient descent (SGD). To address the question of ''when'', we e…

Effective Batching for Recurrent Neural Network Grammars

2021-05-31 · Findings (ACL) 2021 8 · Hiroshi Noji, Yohei Oseki

As a language model that integrates traditional symbolic operations and flexible neural representations, recurrent neural network grammars (RNNGs) have attracted great attention from both scientific and engineering persp…

GPULanguage ModelingLanguage Modelling