paper-with-me

홈 › Papers

Online Learning and Information Exponents: On The Importance of Batch size, and Time/Complexity Tradeoffs

2024-06-04 · Luca Arnaboldi, Yatin Dandi, Florent Krzakala, Bruno Loureiro, Luca Pesce, Ludovic Stephan

We study the impact of the batch size $n_b$ on the iteration time $T$ of training two-layer neural networks with one-pass stochastic gradient descent (SGD) on multi-index target functions of isotropic covariates. We characterize the optimal batch size minimizing the iteration time as a function of the hardness of the target, as characterized by the information exponents. We show that performing gradient updates with large batches $n_b \lesssim d^{\frac{\ell}{2}}$ minimizes the training time without changing the total sample complexity, where $\ell$ is the information exponent of the target to be learned \citep{arous2021online} and $d$ is the input dimension. However, larger batch sizes than $n_b \gg d^{\frac{\ell}{2}}$ are detrimental for improving the time complexity of SGD. We provably overcome this fundamental limitation via a different training protocol, \textit{Correlation loss SGD}, which suppresses the auto-correlation terms in the loss function. We show that one can track the training progress by a system of low-dimensional ordinary differential equations (ODEs). Finally, we validate our theoretical results with numerical experiments.

📄 PDF Abstract BibTeX arXiv:2406.02157

Code (1)

IdePHICS/batch-size-time-complexity-tradeoffs 공식 구현

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 제목 키워드 기반

Dimension-adapted Momentum Outscales SGD

2025-05-22 · Damien Ferbach, Katie Everett, Gauthier Gidel, Elliot Paquette 외

We investigate scaling laws for stochastic momentum algorithms with small batch on the power law random features model, parameterized by data complexity, target complexity, and model size. When trained with a stochastic …

The Benefits of Reusing Batches for Gradient Descent in Two-Layer Networks: Breaking the Curse of Information and Leap Exponents

2024-02-05 · Yatin Dandi, Emanuele Troiani, Luca Arnaboldi, Luca Pesce 외

We investigate the training dynamics of two-layer neural networks when learning multi-index target functions. We focus on multi-pass gradient descent (GD) that reuses the batches multiple times and show that it significa…

Neural Scaling Laws for Deep Regression

2025-09-12 · Tilen Cadez, Kyoung-Min Kim arxiv

Neural scaling laws--power-law relationships between generalization errors and characteristics of deep learning models--are vital tools for developing reliable models while managing limited resources. Although the succes…

Neural Scaling Universality: If Exponents Are Fixed, Time to Understand Coefficients

2026-06-23 · Yizhou Liu, Jeff Gore arxiv

Neural scaling laws describe how pre-training loss decays as power laws with training time, model size, and compute. This position paper argues that the exponents of these power laws are fixed by generic mechanisms: a on…

From One-Pass SGD to Data Reuse: Mini-Batch Scaling Laws in Sketched Linear Regression

2026-05-23 · Ziyan Chen, Zhongzhu Zhou, Ding-Xuan Zhou arxiv

Scaling laws provide compact descriptions of how prediction error varies with compute, model size, and data, but existing theory mainly treats single-sample SGD or full data reuse, leaving the role of mini-batching uncle…