paper-with-me

홈 › Papers

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, Lenka Zdeborová, Florent Krzakala

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 significantly changes the conclusion about which functions are learnable compared to single-pass gradient descent. In particular, multi-pass GD with finite stepsize is found to overcome the limitations of gradient flow and single-pass GD given by the information exponent (Ben Arous et al., 2021) and leap exponent (Abbe et al., 2023) of the target function. We show that upon re-using batches, the network achieves in just two time steps an overlap with the target subspace even for functions not satisfying the staircase property (Abbe et al., 2021). We characterize the (broad) class of functions efficiently learned in finite time. The proof of our results is based on the analysis of the Dynamical Mean-Field Theory (DMFT). We further provide a closed-form description of the dynamical process of the low-dimensional projections of the weights, and numerical experiments illustrating the theory.

📄 PDF Abstract BibTeX arXiv:2402.03220

Code (1)

idephics/benefit-reusing-batch 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

A block-random algorithm for learning on distributed, heterogeneous data

2019-02-28 · Prakash Mohan, Marc T. Henry de Frahan, Ryan King, Ray W. Grout

Most deep learning models are based on deep neural networks with multiple layers between input and output. The parameters defining these layers are initialized using random values and are "learned" from data, typically u…

Feature Learning in Linear-Width Two-Layer Networks: Two vs. One Step of Gradient Descent

2026-05-18 · Behrad Moniri, Hamed Hassani arxiv

We study feature learning in two-layer neural networks within the linear-width regime, where the number of hidden neurons, sample size, and input dimension scale proportionally. While recent work has analyzed feature lea…

Faster SGD training by minibatch persistency

2018-06-19 · Matteo Fischetti, Iacopo Mandatelli, Domenico Salvagnin

It is well known that, for most datasets, the use of large-size minibatches for Stochastic Gradient Descent (SGD) typically leads to slow convergence and poor generalization. On the other hand, large minibatches are of g…

GPU

Closed-Form Last Layer Optimization

2025-10-06 · Alexandre Galashov, Nathaël Da Costa, Liyuan Xu, Philipp Hennig 외 arxiv

Neural networks are typically optimized with variants of stochastic gradient descent. Under a squared loss, however, the optimal solution to the linear last layer weights is known in closed-form. We propose to leverage t…

Causal Inference

Learning Compact Features via In-Training Representation Alignment

2022-11-23 · Xin Li, Xiangrui Li, Deng Pan, Yao Qiang 외

Deep neural networks (DNNs) for supervised learning can be viewed as a pipeline of the feature extractor (i.e., last hidden layer) and a linear classifier (i.e., output layer) that are trained jointly with stochastic gra…

Representation Learning