Effective Frontiers: A Unification of Neural Scaling Laws
Jiaxuan Zou, Zixuan Gong, Ye Su, Huayi Tang, Yong Liu
TL;DR
This paper introduces Effective Frontier theory to unify neural scaling laws across model capacity, data, and compute. By modeling learning as progressively advancing a frontier into a Zipfian tail, it derives explicit power-law scalings: $\Delta L(N) \asymp N^{-\gamma(\alpha-1)}$, $\Delta L(D) \asymp D^{-(\alpha-1)/\alpha}$, and $\Delta L(\tau) \asymp \tau^{-(\alpha-1)/(\alpha\beta)}$, with frontier positions $k_*(N) \propto N^{\gamma}$, $k_*(D) \propto D^{1/\alpha}$, and $k_*(\tau) \propto \tau^{1/(\alpha\beta)}$. A Max-Bottleneck composition principle reconciles Kaplan and Chinchilla as equilibrium solutions under different active bottlenecks, while a self-similar compute kernel extends the results to general optimizers. Empirical synthetic experiments validate sharp frontiers, exponent universality across tail indices, and a robust estimated bias $\beta \approx 2$. The framework provides a principled, geometry-driven bridge between data structure and optimization dynamics, with practical implications for data pruning and curriculum learning to accelerate scaling.
Abstract
Neural scaling laws govern the prediction power-law improvement of test loss with respect to model capacity ($N$), datasize ($D$), and compute ($C$). However, existing theoretical explanations often rely on specific architectures or complex kernel methods, lacking intuitive universality. In this paper, we propose a unified framework that abstracts general learning tasks as the progressive coverage of patterns from a long-tail (Zipfian) distribution. We introduce the Effective Frontier ($k_\star$), a threshold in the pattern rank space that separates learned knowledge from the unlearned tail. We prove that reducible loss is asymptotically determined by the probability mass of the tail a resource-dependent frontier truncation. Based on our framework, we derive the precise scaling laws for $N$, $D$, and $C$, attributing them to capacity, coverage, and optimization bottlenecks, respectively. Furthermore, we unify these mechanisms via a Max-Bottleneck principle, demonstrating that the Kaplan and Chinchilla scaling laws are not contradictory, but equilibrium solutions to the same constrained optimization problem under different active bottlenecks.
