Understanding and Improving Transfer Learning of Deep Models via Neural Collapse
Xiao Li, Sheng Liu, Jinxin Zhou, Xinyu Lu, Carlos Fernandez-Granda, Zhihui Zhu, Qing Qu
TL;DR
This work investigates how Neural Collapse, a geometric regularity in last-layer features and classifiers, correlates with transfer learning performance. By adapting NC metrics to downstream data, the authors reveal that greater feature collapse on downstream tasks often predicts higher transfer accuracy, and they show a contrary, more nuanced relationship for source data. They introduce a principled, parameter-efficient fine-tuning approach, Skip Connection Layer Fine-Tuning, that achieves strong performance with a fraction of tunable parameters and improved robustness in data-scarce regimes. The findings offer practical guidelines for layer selection and fine-tuning in large pretrained models and highlight both the potential and limits of using NC as a proxy for transferability, pointing to future theoretical connections between NC and transfer dynamics.
Abstract
With the ever-increasing complexity of large-scale pre-trained models coupled with a shortage of labeled data for downstream training, transfer learning has become the primary approach in many fields, including natural language processing, computer vision, and multi-modal learning. Despite recent progress, the fine-tuning process for large-scale pre-trained models in vision still mostly relies on trial and error. This work investigates the relationship between neural collapse (NC) and transfer learning for classification problems. NC is an intriguing while prevalent phenomenon that has been recently discovered in terms of the final-layer features and linear classifiers of trained neural networks. Specifically, during the terminal phase of training, NC implies that the variability of the features within each class diminishes to zero, while the means of features between classes are maximally and equally distanced. In this work, we examine the NC attributes of pre-trained models on both downstream and source data for transfer learning, and we find strong correlation between feature collapse and downstream performance. In particular, we discovered a systematic pattern that emerges when linear probing pre-trained models on downstream training data: the more feature collapse of pre-trained models on downstream training data, the higher the transfer accuracy. Additionally, we also studied the relationship between NC and transfer accuracy on the source data. Moreover, these findings allow us to develop a principled, parameter-efficient fine-tuning method that employs skip-connection to induce the last-layer feature collapse on downstream data. Our proposed fine-tuning methods deliver good performances while reducing fine-tuning parameters by at least 90% and mitigating overfitting in situations especially when the downstream data is scarce.
