TOAST: Transfer Learning via Attention Steering
Baifeng Shi, Siyu Gai, Trevor Darrell, Xin Wang

TL;DR
TOAST introduces a novel transfer learning method that refocuses model attention on task-relevant features, achieving state-of-the-art results with minimal parameter tuning across visual and language tasks.
Contribution
The paper proposes Top-Down Attention Steering (TOAST), a new transfer learning algorithm that refocuses attention without full model fine-tuning, improving performance on multiple benchmarks.
Findings
Achieves state-of-the-art results on transfer learning benchmarks.
Significantly improves fine-grained visual classification accuracy.
Outperforms fully fine-tuned models in instruction-following tasks.
Abstract
Transfer learning involves adapting a pre-trained model to novel downstream tasks. However, we observe that current transfer learning methods often fail to focus on task-relevant features. In this work, we explore refocusing model attention for transfer learning. We introduce Top-Down Attention Steering (TOAST), a novel transfer learning algorithm that keeps the pre-trained backbone frozen, selects task-relevant features in the output, and feeds those features back to the model to steer the attention to the task-specific features. By refocusing the attention only, TOAST achieves state-of-the-art results on a number of transfer learning benchmarks, while having a small number of tunable parameters. Compared to fully fine-tuning, LoRA, and prompt tuning, TOAST substantially improves performance across a range of fine-grained visual classification datasets (e.g., 81.1% -> 86.2% on FGVC).…
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
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · COVID-19 diagnosis using AI
Methodsfail · Focus
