How Does Overparameterization Affect Features?
Ahmet Cagri Duzgun, Samy Jelassi, Yuanzhi Li
TL;DR
This work investigates why overparameterized networks learn superior representations by directly comparing an overparameterized base model $M_1$ with scaled underparameterized variants $M_$ under matched feature counts. It introduces two metrics, feature span error and feature performance, to quantify expressivity and downstream accuracy of the learned features, and employs ridge regression and linear probing on features from both architectures. Across vision and NLP tasks, the authors show that the feature spaces of $M_1$ are not spanned by concatenations of underparameterized networks and that feature residuals play a key role in achieving higher performance. The findings challenge the view that merely increasing width is sufficient for richer representations and provide a mechanistic explanation for the advantage of overparameterization, with implications for model design and theory. The work also introduces a toy mechanism illustrating how overparameterization can learn features that shallow concatenations struggle to capture, guiding future theoretical and empirical research on representation learning with wide networks.
Abstract
Overparameterization, the condition where models have more parameters than necessary to fit their training loss, is a crucial factor for the success of deep learning. However, the characteristics of the features learned by overparameterized networks are not well understood. In this work, we explore this question by comparing models with the same architecture but different widths. We first examine the expressivity of the features of these models, and show that the feature space of overparameterized networks cannot be spanned by concatenating many underparameterized features, and vice versa. This reveals that both overparameterized and underparameterized networks acquire some distinctive features. We then evaluate the performance of these models, and find that overparameterized networks outperform underparameterized networks, even when many of the latter are concatenated. We corroborate these findings using a VGG-16 and ResNet18 on CIFAR-10 and a Transformer on the MNLI classification dataset. Finally, we propose a toy setting to explain how overparameterized networks can learn some important features that the underparamaterized networks cannot learn.
