Preprint
Machine Learning

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

January 1, 2022

0

Citations

0

Influential Citations

Venue

2022

Year

Abstract

… Widely observed neural scaling laws, in which error falls off as a power of the training set … improved neural scaling laws, thereby reducing the resource costs of modern deep learning. …

Analysis

Why This Paper Matters

Neural scaling laws have become a cornerstone of modern deep learning, describing how model performance improves with more data and compute. However, the power law scaling implies diminishing returns, requiring exponentially more resources for marginal gains. This paper challenges that assumption by showing that data pruning can break the power law, achieving better performance with fewer samples. This is crucial for reducing the environmental and financial costs of training large models, especially as the field pushes towards ever-larger datasets.

Technical Contributions

  • Demonstrates that standard neural scaling laws (power law) can be improved by selectively removing low-value data points.
  • Introduces a data pruning strategy that leads to faster error decay compared to training on the full dataset.
  • Provides empirical evidence that pruning can beat the power law scaling, offering a new direction for resource-efficient deep learning.

Results

The paper reports that with data pruning, the error falls off faster than the power law typically observed. While exact numerical metrics are not provided in the abstract, the key result is a qualitative improvement in scaling behavior, meaning that for a given error target, less data is needed.

Significance

This research has broad implications for the AI field. By demonstrating that data quality (via pruning) can overcome the limitations of data quantity, it opens up new avenues for efficient training. Practitioners can potentially achieve state-of-the-art performance with smaller, curated datasets, reducing compute costs and democratizing access to advanced models. It also prompts further investigation into optimal data selection strategies.