paper-with-me

홈 › Papers

Beyond neural scaling laws: beating power law scaling via data pruning

2022-06-29 · Ben Sorscher, Robert Geirhos, Shashank Shekhar, Surya Ganguli, Ari S. Morcos

Widely observed neural scaling laws, in which error falls off as a power of the training set size, model size, or both, have driven substantial performance improvements in deep learning. However, these improvements through scaling alone require considerable costs in compute and energy. Here we focus on the scaling of error with dataset size and show how in theory we can break beyond power law scaling and potentially even reduce it to exponential scaling instead if we have access to a high-quality data pruning metric that ranks the order in which training examples should be discarded to achieve any pruned dataset size. We then test this improved scaling prediction with pruned dataset size empirically, and indeed observe better than power law scaling in practice on ResNets trained on CIFAR-10, SVHN, and ImageNet. Next, given the importance of finding high-quality pruning metrics, we perform the first large-scale benchmarking study of ten different data pruning metrics on ImageNet. We find most existing high performing metrics scale poorly to ImageNet, while the best are computationally intensive and require labels for every image. We therefore developed a new simple, cheap and scalable self-supervised pruning metric that demonstrates comparable performance to the best supervised metrics. Overall, our work suggests that the discovery of good data-pruning metrics may provide a viable path forward to substantially improved neural scaling laws, thereby reducing the resource costs of modern deep learning.

📄 PDF Abstract BibTeX arXiv:2206.14486

Code (3)

rgeirhos/dataset-pruning-metrics 공식 구현
showlab/data-centric.vlp pytorch
showlab/datacentric.vlp pytorch

Tasks

Benchmarking

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Test 설명 없음

Similar Papers 제목 키워드 기반

Semantic Tube Prediction: Beating LLM Data Efficiency with JEPA

2026-02-26 · Hai Huang, Yann LeCun, Randall Balestriero arxiv

Large Language Models (LLMs) obey consistent scaling laws -- empirical power-law fits that predict how loss decreases with compute, data, and parameters. While predictive, these laws are descriptive rather than prescript…

Neural Scaling Laws From Large-N Field Theory: Solvable Model Beyond the Ridgeless Limit

2024-05-29 · Zhengkang Zhang

Many machine learning models based on neural networks exhibit scaling laws: their performance scales as power laws with respect to the sizes of the model and training data set. We use large-N field theory methods to solv…

Scaling Laws for Autoregressive Generative Modeling

2020-10-28 · Tom Henighan, Jared Kaplan, Mor Katz, Mark Chen 외

We identify empirical scaling laws for the cross-entropy loss in four domains: generative image modeling, video modeling, multimodal image$\leftrightarrow$text models, and mathematical problem solving. In all cases autor…

Mathematical Problem-Solving

A Solvable Model of Neural Scaling Laws

2022-10-30 · Alexander Maloney, Daniel A. Roberts, James Sully

Large language models with a huge number of parameters, when trained on near internet-sized number of tokens, have been empirically shown to obey neural scaling laws: specifically, their performance behaves predictably a…

model

Power Lines: Scaling Laws for Weight Decay and Batch Size in LLM Pre-training

2025-05-19 · Shane Bergsma, Nolan Dey, Gurpreet Gosal, Gavia Gray 외

Efficient LLM pre-training requires well-tuned hyperparameters (HPs), including learning rate {\eta} and weight decay {\lambda}. We study scaling laws for HPs: formulas for how to scale HPs as we scale model size N, data…