paper-with-me

Papers

Improved Scaling Laws in Linear Regression via Data Reuse

2025-06-10 · Licong Lin, Jingfeng Wu, Peter L. Bartlett

Neural scaling laws suggest that the test error of large language models trained online decreases polynomially as the model size and data size increase. However, such scaling can be unsustainable when running out of new data. In this work, we show that data reuse can improve existing scaling laws in linear regression. Specifically, we derive sharp test error bounds on $M$-dimensional linear models trained by multi-pass stochastic gradient descent (multi-pass SGD) on $N$ data with sketched features. Assuming that the data covariance has a power-law spectrum of degree $a$, and that the true parameter follows a prior with an aligned power-law spectrum of degree $b-a$ (with $a > b > 1$), we show that multi-pass SGD achieves a test error of $\Theta(M^{1-b} + L^{(1-b)/a})$, where $L \lesssim N^{a/b}$ is the number of iterations. In the same setting, one-pass SGD only attains a test error of $\Theta(M^{1-b} + N^{(1-b)/a})$ (see e.g., Lin et al., 2024). This suggests an improved scaling law via data reuse (i.e., choosing $L>N$) in data-constrained regimes. Numerical simulations are also provided to verify our theoretical findings.

📄 PDF Abstract BibTeX arXiv:2506.08415

Code (0)

등록된 구현이 없습니다.

Tasks

regression

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

Scaling Laws in Linear Regression: Compute, Parameters, and Data

2024-06-12 · Licong Lin, Jingfeng Wu, Sham M. Kakade, Peter L. Bartlett 외

Empirically, large-scale deep learning models often satisfy a neural scaling law: the test error of the trained model improves polynomially as the model size and data size grow. However, conventional wisdom suggests the …

regression

Sketched Linear Contrastive Learning: Approximation, Optimization, and Statistical Scaling

2026-06-25 · Ziyan Chen, Zhongzhu Zhou, Ding-Xuan Zhou arxiv

Scaling laws describe how learning performance varies with model size, data size, and compute. While recent theoretical work has established scaling laws for sketched linear regression, much less is understood for contra…

Representation LearningContrastive Learning

Scaling Laws are Redundancy Laws

2025-09-25 · Yuda Bi, Vince D Calhoun arxiv

Scaling laws, a defining feature of deep learning, reveal a striking power-law improvement in model performance with increasing dataset and model size. Yet, their mathematical origins, especially the scaling exponent, ha…

Scaling Laws for Precision in High-Dimensional Linear Regression

2026-02-22 · Dechen Zhang, Xuan Tang, Yingyu Liang, Difan Zou arxiv

Low-precision training is critical for optimizing the trade-off between model quality and training costs, necessitating the joint allocation of model size, dataset size, and numerical precision. While empirical scaling l…

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…