Attention Retention for Continual Learning with Vision Transformers
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Class-incremental learning | Split ImageNet-R | Average Forgetting Measure4.84 | 57 | |
| Class-incremental learning | CIFAR-100 (10-split) | Accuracy90.87 | 22 | |
| Class-incremental learning | ImageNet-R 20-split | Accuracy79.4 | 21 | |
| Class-incremental learning | DomainNet 10-split | Accuracy83.94 | 19 | |
| Continual Learning | ImageNet-R 50 tasks | Accuracy76.45 | 9 | |
| Continual Learning | DomainNet 50 tasks | Accuracy74.32 | 9 | |
| Continual Learning | ImageNet-R 100 tasks | Accuracy70.72 | 9 | |
| Continual Learning | DomainNet 100 tasks | Accuracy62.35 | 9 |