On the Surprising Effectiveness of Attention Transfer for Vision Transformers
Alexander Cong Li, Yuandong Tian, Beidi Chen, Deepak Pathak, Xinlei Chen
Abstract
Conventional wisdom suggests that pre-training Vision Transformers (ViT) improves downstream performance by learning useful representations. Is this actually true? We investigate this question and find that the features and representations learned during pre-training are not essential. Surprisingly, using only the attention patterns from pre-training (i.e., guiding how information flows between tokens) is sufficient for models to learn high quality features from scratch and achieve comparable downstream performance. We show this by introducing a simple method called attention transfer, where only the attention patterns from a pre-trained teacher ViT are transferred to a student, either by copying or distilling the attention maps. Since attention transfer lets the student learn its own features, ensembling it with a fine-tuned teacher also further improves accuracy on ImageNet. We systematically study various aspects of our findings on the sufficiency of attention maps, including distribution shift settings where they underperform fine-tuning. We hope our exploration provides a better understanding of what pre-training accomplishes and leads to a useful alternative to the standard practice of fine-tuning.
BibTeX
@inproceedings{
li2024on,
title={On the Surprising Effectiveness of Attention Transfer for Vision Transformers},
author={Alexander Cong Li and Yuandong Tian and Beidi Chen and Deepak Pathak and Xinlei Chen},
booktitle={The Thirty-eighth Annual Conference on Neural Information Processing Systems},
year={2024},
url={https://openreview.net/forum?id=5DwqmoCE1N}
}