🤖 AI Summary
Pre-trained models (PTMs) suffer from catastrophic forgetting and unstable performance in continual learning (CL) when freezing the backbone and applying prompt-based prompt-tuning (PET).
Method: We propose HiDe-PET, the first framework to theoretically decompose the CL objective into three hierarchical, cooperative sub-goals: intra-task prediction, task identity inference, and task-adaptive prediction. It integrates parameter-efficient techniques—including prompt learning, adapters, and LoRA—with task ID embeddings, hierarchical attention gating, and progressive knowledge distillation to jointly model shared representations and task-specific knowledge while efficiently recovering pre-trained representations.
Results: Evaluated across multiple CL benchmarks, HiDe-PET achieves a 5.2% average accuracy gain and reduces forgetting by 38% over prompt-based PET and state-of-the-art baselines, demonstrating the effectiveness and generalizability of hierarchical decomposition for continual prompt tuning.
📝 Abstract
The deployment of pre-trained models (PTMs) has greatly advanced the field of continual learning (CL), enabling positive knowledge transfer and resilience to catastrophic forgetting. To sustain these advantages for sequentially arriving tasks, a promising direction involves keeping the pre-trained backbone frozen while employing parameter-efficient tuning (PET) techniques to instruct representation learning. Despite the popularity of Prompt-based PET for CL, its empirical design often leads to sub-optimal performance in our evaluation of different PTMs and target tasks. To this end, we propose a unified framework for CL with PTMs and PET that provides both theoretical and empirical advancements. We first perform an in-depth theoretical analysis of the CL objective in a pre-training context, decomposing it into hierarchical components namely within-task prediction, task-identity inference and task-adaptive prediction. We then present Hierarchical Decomposition PET (HiDe-PET), an innovative approach that explicitly optimizes the decomposed objective through incorporating task-specific and task-shared knowledge via mainstream PET techniques along with efficient recovery of pre-trained representations. Leveraging this framework, we delve into the distinct impacts of implementation strategy, PET technique and PET architecture, as well as adaptive knowledge accumulation amidst pronounced distribution changes. Finally, across various CL scenarios, our approach demonstrates remarkably superior performance over a broad spectrum of recent strong baselines.