Federated Class-Incremental Learning with New-Class Augmented Self-Distillation
Federated Learning (FL) enables collaborative model training among participants while guaranteeing the privacy of raw data. Mainstream FL methodologies overlook the dynamic nature of real-world data, particularly its tendency to grow in volume and diversify in classes over time. This oversight results in FL methods suffering from catastrophic forgetting, where the trained models inadvertently discard previously learned information upon assimilating new data. In response to this challenge, we propose a novel Federated Class-Incremental Learning (FCIL) method, named \underline{Fed}erated \underline{C}lass-Incremental \underline{L}earning with New-Class \underline{A}ugmented \underline{S}elf-Di\underline{S}tillation (FedCLASS). The core of FedCLASS is to enrich the class scores of historical models with new class scores predicted by current models and utilize the combined knowledge for self-distillation, enabling a more sufficient and precise knowledge transfer from historical models to current models. Theoretical analyses demonstrate that FedCLASS stands on reliable foundations, considering scores of old classes predicted by historical models as conditional probabilities in the absence of new classes, and the scores of new classes predicted by current models as the conditional probabilities of class scores derived from historical models. Empirical experiments demonstrate the superiority of FedCLASS over four baseline algorithms in reducing average forgetting rate and boosting global accuracy.
Code (2)
Tasks
class-incremental learningClass Incremental LearningFederated LearningIncremental LearningTransfer LearningSimilar Papers 제목 키워드 기반
Prototype Reminiscence and Augmented Asymmetric Knowledge Aggregation for Non-Exemplar Class-Incremental Learning
Non-exemplar class-incremental learning (NECIL) requires deep models to maintain existing knowledge while continuously learning new classes without saving old class samples. In NECIL methods, prototypical representat…
class-incremental learningClass Incremental LearningIncremental LearningClass-Incremental Lifelong Learning in Multi-Label Classification
Existing class-incremental lifelong learning studies only the data is with single-label, which limits its adaptation to multi-label data. This paper studies Lifelong Multi-Label (LML) classification, which builds an onli…
ClassificationLifelong learningMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONFederated Class-Incremental Learning with Prompting
As Web technology continues to develop, it has become increasingly common to use data stored on different clients. At the same time, federated learning has received widespread attention due to its ability to protect data…
class-incremental learningClass Incremental LearningFederated LearningIncremental LearningData-Free Federated Class Incremental Learning with Diffusion-Based Generative Memory
Federated Class Incremental Learning (FCIL) is a critical yet largely underexplored issue that deals with the dynamic incorporation of new classes within federated learning (FL). Existing methods often employ generative …
class-incremental learningClass Incremental LearningFederated LearningIncremental Learning+2PILoRA: Prototype Guided Incremental LoRA for Federated Class-Incremental Learning
Existing federated learning methods have effectively dealt with decentralized learning in scenarios involving data privacy and non-IID data. However, in real-world situations, each client dynamically learns new classes, …
class-incremental learningClass Incremental LearningFederated LearningIncremental Learning