LGApr 23, 2024

Dynamically Anchored Prompting for Task-Imbalanced Continual Learning

arXiv:2404.14721v28 citationsh-index: 14Has CodeIJCAI
Originality Incremental advance
AI Analysis

This addresses a more realistic scenario in continual learning for AI systems, though it is incremental as it builds on prompt-based methods.

The paper tackles the problem of task-imbalanced continual learning, where tasks arrive with non-uniform data distributions, by proposing Dynamically Anchored Prompting (DAP), which achieves 4.5% to 15% absolute improvements over state-of-the-art methods on benchmarks.

Existing continual learning literature relies heavily on a strong assumption that tasks arrive with a balanced data stream, which is often unrealistic in real-world applications. In this work, we explore task-imbalanced continual learning (TICL) scenarios where the distribution of task data is non-uniform across the whole learning process. We find that imbalanced tasks significantly challenge the capability of models to control the trade-off between stability and plasticity from the perspective of recent prompt-based continual learning methods. On top of the above finding, we propose Dynamically Anchored Prompting (DAP), a prompt-based method that only maintains a single general prompt to adapt to the shifts within a task stream dynamically. This general prompt is regularized in the prompt space with two specifically designed prompt anchors, called boosting anchor and stabilizing anchor, to balance stability and plasticity in TICL. Remarkably, DAP achieves this balance by only storing a prompt across the data stream, therefore offering a substantial advantage in rehearsal-free CL. Extensive experiments demonstrate that the proposed DAP results in 4.5% to 15% absolute improvements over state-of-the-art methods on benchmarks under task-imbalanced settings. Our code is available at https://github.com/chenxing6666/DAP

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