Attention Retention for Continual Learning with Vision Transformers
Yue Lu, Xiangyu Zhou, Shizhou Zhang, Yinghui Xing, Guoqiang Liang, Wencong Zhang
TL;DR
This paper tackles catastrophic forgetting in continual learning by pinpointing attention drift in Vision Transformers as a key bottleneck. It introduces ARCL-ViT, an attention-retaining framework that constrains drift via gradient masking informed by layer-wise attention rollout and adaptive thresholding, making updates compatible with standard optimizers. The method demonstrates state-of-the-art performance and strong generalization across diverse pre-training regimes and long-sequence tasks, while providing ablations and analyses that validate the importance of attention-centered masking. Overall, the approach offers a principled, data-free mechanism to preserve previously learned concepts in ViTs during continual learning, with practical implications for scalable, robust continual vision systems.
Abstract
Continual learning (CL) empowers AI systems to progressively acquire knowledge from non-stationary data streams. However, catastrophic forgetting remains a critical challenge. In this work, we identify attention drift in Vision Transformers as a primary source of catastrophic forgetting, where the attention to previously learned visual concepts shifts significantly after learning new tasks. Inspired by neuroscientific insights into the selective attention in the human visual system, we propose a novel attention-retaining framework to mitigate forgetting in CL. Our method constrains attention drift by explicitly modifying gradients during backpropagation through a two-step process: 1) extracting attention maps of the previous task using a layer-wise rollout mechanism and generating instance-adaptive binary masks, and 2) when learning a new task, applying these masks to zero out gradients associated with previous attention regions, thereby preventing disruption of learned visual concepts. For compatibility with modern optimizers, the gradient masking process is further enhanced by scaling parameter updates proportionally to maintain their relative magnitudes. Experiments and visualizations demonstrate the effectiveness of our method in mitigating catastrophic forgetting and preserving visual concepts. It achieves state-of-the-art performance and exhibits robust generalizability across diverse CL scenarios.
