HiDe-PET: Continual Learning via Hierarchical Decomposition of Parameter-Efficient Tuning
Liyuan Wang, Jingyi Xie, Xingxing Zhang, Hang Su, Jun Zhu
TL;DR
The paper addresses catastrophic forgetting in continual learning (CL) when using pre-trained models and parameter-efficient tuning (PET) by introducing HiDe-PET, a framework that decomposes the CL objective into three hierarchical components: within-task prediction (WTP), task-identity inference (TII), and task-adaptive prediction (TAP). HiDe-PET optimizes WTP with task-specific PET modules, uses task-shared PET and distribution recovery to improve TII, and leverages representation recovery for TAP, enabling effective knowledge transfer while preserving pre-trained knowledge. The authors provide theoretical results linking the decomposed components to CL performance and to OOD detection, and demonstrate that LoRA/Adapter-based PET generally outperforms prompt-based PET across diverse PTMs and tasks. Empirically, HiDe-PET achieves superior FAA and CAA on four CL benchmarks across multiple checkpoints, with adaptive knowledge accumulation further enhancing performance under distribution shifts. Overall, the approach offers a scalable, generalizable pathway to deploy CL with frozen backbones and lightweight PET across realistic, dynamic task streams.
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.
