PIP: Prototypes-Injected Prompt for Federated Class Incremental Learning
Muhammad Anwar Ma'sum, Mahardhika Pratama, Savitha Ramasamy, Lin Liu, Habibullah Habibullah, Ryszard Kowalczyk
TL;DR
The paper tackles FCIL by removing the need to share large backbones or raw data, proposing a memory-efficient approach that combines prototype-injected prompts with cross-client prototypes and server-side weighted Gaussian aggregation. The method, PIP, comprises local prompt learning to combat forgetting, a shared Gaussian prototype injection to harmonize non-IID client data, prototype augmentation to address class imbalance, and a principled Gaussian-weighted aggregation to improve generalization. Theoretical convergence and generalization guarantees accompany extensive experiments on CIFAR100, MiniImageNet, and TinyImageNet, where PIP-DualP achieves state-of-the-art accuracy and lower forgetting compared to baselines, with strong robustness to task size, client participation, and rounds. These results suggest that memory-efficient prompt-based FCIL with prototype-based cross-client knowledge transfer offers practical applicability for privacy-preserving, scalable continual learning in distributed settings.
Abstract
Federated Class Incremental Learning (FCIL) is a new direction in continual learning (CL) for addressing catastrophic forgetting and non-IID data distribution simultaneously. Existing FCIL methods call for high communication costs and exemplars from previous classes. We propose a novel rehearsal-free method for FCIL named prototypes-injected prompt (PIP) that involves 3 main ideas: a) prototype injection on prompt learning, b) prototype augmentation, and c) weighted Gaussian aggregation on the server side. Our experiment result shows that the proposed method outperforms the current state of the arts (SOTAs) with a significant improvement (up to 33%) in CIFAR100, MiniImageNet and TinyImageNet datasets. Our extensive analysis demonstrates the robustness of PIP in different task sizes, and the advantage of requiring smaller participating local clients, and smaller global rounds. For further study, source codes of PIP, baseline, and experimental logs are shared publicly in https://github.com/anwarmaxsum/PIP.
