Componential Prompt-Knowledge Alignment for Domain Incremental Learning
Kunlun Xu, Xu Zou, Gang Hua, Jiahuan Zhou
TL;DR
This work tackles Domain Incremental Learning by identifying component-wise misalignment in domain-specific prompts as a key bottleneck for cross-domain knowledge fusion. It introduces KA-Prompt, a two-phase framework with Reusable Knowledge Mining to initialize new prompts from a memory of relevant old prompts and Aligning-Guided New Prompt Learning to preserve component alignment during training. The method demonstrates clear advantages over prior prompt-based DIL approaches across multiple benchmarks, with ablations showing the additive value of memory mining, online alignment, and adaptive fusion. The results suggest KA-Prompt improves both learning efficiency and inference robustness in multi-domain continual vision settings, offering practical benefits for cross-domain continual learning pipelines.
Abstract
Domain Incremental Learning (DIL) aims to learn from non-stationary data streams across domains while retaining and utilizing past knowledge. Although prompt-based methods effectively store multi-domain knowledge in prompt parameters and obtain advanced performance through cross-domain prompt fusion, we reveal an intrinsic limitation: component-wise misalignment between domain-specific prompts leads to conflicting knowledge integration and degraded predictions. This arises from the random positioning of knowledge components within prompts, where irrelevant component fusion introduces interference.To address this, we propose Componential Prompt-Knowledge Alignment (KA-Prompt), a novel prompt-based DIL method that introduces component-aware prompt-knowledge alignment during training, significantly improving both the learning and inference capacity of the model. KA-Prompt operates in two phases: (1) Initial Componential Structure Configuring, where a set of old prompts containing knowledge relevant to the new domain are mined via greedy search, which is then exploited to initialize new prompts to achieve reusable knowledge transfer and establish intrinsic alignment between new and old prompts. (2) Online Alignment Preservation, which dynamically identifies the target old prompts and applies adaptive componential consistency constraints as new prompts evolve. Extensive experiments on DIL benchmarks demonstrate the effectiveness of our KA-Prompt. Our source code is available at https://github.com/zhoujiahuan1991/ICML2025-KA-Prompt
