These Are Not All the Features You Are Looking For: A Fundamental Bottleneck in Supervised Pretraining
Xingyu Alice Yang, Jianyu Zhang, L\'eon Bottou

TL;DR
This paper identifies a fundamental bottleneck in supervised pretraining related to transfer bias caused by sparse, inconsistent features, and proposes an ensembling method to improve transfer accuracy without additional pretraining.
Contribution
It introduces a theoretical framework explaining transfer bias in pretrained models and proposes an inexpensive ensembling strategy to generate richer features for better transfer learning.
Findings
Ensembling improves transfer accuracy by 9% on ResNet.
Transfer bias is caused by inconsistent features learned during pretraining.
The phenomenon is widespread across modern deep learning architectures.
Abstract
Transfer learning is widely used to adapt large pretrained models to new tasks with only a small amount of new data. However, a challenge persists -- the features from the original task often do not fully cover what is needed for unseen data, especially when the relatedness of tasks is not clear. Since deep learning models tend to learn very sparse representations, they retain only the minimal features required for the initial training while discarding potentially ones for downstream transfer. A theoretical framework developed in this work demonstrates that such pretraining captures inconsistent aspects of the data distribution, therefore, inducing transfer bias. To address this limitation, we propose an inexpensive ensembling strategy that aggregates multiple models to generate richer feature representations. On ResNet, this approach yields a improvement in transfer accuracy…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExperimental Learning in Engineering
