Tilting the Odds at the Lottery: the Interplay of Overparameterisation and Curricula in Neural Networks
Stefano Sarao Mannelli, Yaraslau Ivashynka, Andrew Saxe, Luca Saglietti
TL;DR
The work asks why curriculum learning often yields limited benefits in deep networks and shows that excessive overparameterisation can erase curriculum gains. By analyzing online learning on a XOR-like Gaussian Mixture (XGM) with a $2$-layer network in the mean-field limit ($d\to\infty$), it derives ODEs for order parameters that govern learning dynamics. The authors disentangle curriculum effects into two sub-tasks—discovering the relevant manifold and identifying the labeling rule—and demonstrate that increasing $K$ raises the likelihood of favorable initial lottery tickets, while diminishing curriculum advantages in the highly overparameterised regime. They validate predictions with experiments on real data (e.g., corrupted MNIST/CIFAR-10), showing the phenomenon generalises beyond the analytical model. Overall, the paper clarifies when curricula can help and when they are unlikely to, offering guidance on curriculum design in systems with varying degrees of overparameterisation.
Abstract
A wide range of empirical and theoretical works have shown that overparameterisation can amplify the performance of neural networks. According to the lottery ticket hypothesis, overparameterised networks have an increased chance of containing a sub-network that is well-initialised to solve the task at hand. A more parsimonious approach, inspired by animal learning, consists in guiding the learner towards solving the task by curating the order of the examples, i.e. providing a curriculum. However, this learning strategy seems to be hardly beneficial in deep learning applications. In this work, we undertake an analytical study that connects curriculum learning and overparameterisation. In particular, we investigate their interplay in the online learning setting for a 2-layer network in the XOR-like Gaussian Mixture problem. Our results show that a high degree of overparameterisation -- while simplifying the problem -- can limit the benefit from curricula, providing a theoretical account of the ineffectiveness of curricula in deep learning.
