LGMar 11, 2024

Semantic Residual Prompts for Continual Learning

arXiv:2403.06870v326 citationsh-index: 29Has CodeECCV
Originality Incremental advance
AI Analysis

This work addresses catastrophic forgetting in continual learning for AI systems, offering a novel approach that improves stability and performance, though it is incremental in building on existing prompt-tuning methods.

The paper tackles catastrophic forgetting in prompt-tuning for continual learning by introducing a two-level adaptation mechanism using CLIP for stable prompt selection and a residual mechanism to transfer semantics to a ViT. The method significantly outperforms state-of-the-art approaches and zero-shot CLIP, even on datasets with large domain gaps like satellite and medical imagery.

Prompt-tuning methods for Continual Learning (CL) freeze a large pre-trained model and train a few parameter vectors termed prompts. Most of these methods organize these vectors in a pool of key-value pairs and use the input image as query to retrieve the prompts (values). However, as keys are learned while tasks progress, the prompting selection strategy is itself subject to catastrophic forgetting, an issue often overlooked by existing approaches. For instance, prompts introduced to accommodate new tasks might end up interfering with previously learned prompts. To make the selection strategy more stable, we leverage a foundation model (CLIP) to select our prompts within a two-level adaptation mechanism. Specifically, the first level leverages a standard textual prompt pool for the CLIP textual encoder, leading to stable class prototypes. The second level, instead, uses these prototypes along with the query image as keys to index a second pool. The retrieved prompts serve to adapt a pre-trained ViT, granting plasticity. In doing so, we also propose a novel residual mechanism to transfer CLIP semantics to the ViT layers. Through extensive analysis on established CL benchmarks, we show that our method significantly outperforms both state-of-the-art CL approaches and the zero-shot CLIP test. Notably, our findings hold true even for datasets with a substantial domain gap w.r.t. the pre-training knowledge of the backbone model, as showcased by experiments on satellite imagery and medical datasets. The codebase is available at https://github.com/aimagelab/mammoth.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes