paper-with-me

홈 › Papers

Federated Class-Incremental Learning with New-Class Augmented Self-Distillation

2024-01-01 · Zhiyuan Wu, Tianliu He, Sheng Sun, Yuwei Wang, Min Liu, Bo Gao, Xuefeng Jiang

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.

📄 PDF Abstract BibTeX arXiv:2401.00622

Code (2)

skylorh/FedCLASS 공식 구현 pytorch
wuzhiyuan2000/FedAgg pytorch

Tasks

class-incremental learningClass Incremental LearningFederated LearningIncremental LearningTransfer Learning

Similar Papers 제목 키워드 기반

Prototype Reminiscence and Augmented Asymmetric Knowledge Aggregation for Non-Exemplar Class-Incremental Learning

2023-01-01 · ICCV 2023 1 · Wuxuan Shi, Mang Ye

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 Learning

Class-Incremental Lifelong Learning in Multi-Label Classification

2022-07-16 · Kaile Du, Linyan Li, Fan Lyu, Fuyuan Hu 외

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-ClASSIFICATION

Federated Class-Incremental Learning with Prompting

2023-10-13 · Jiale Liu, Yu-Wei Zhan, Chong-Yu Zhang, Xin Luo 외

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 Learning

Data-Free Federated Class Incremental Learning with Diffusion-Based Generative Memory

2024-05-22 · Naibo Wang, Yuchen Deng, Wenjie Feng, Jianwei Yin 외

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+2

PILoRA: Prototype Guided Incremental LoRA for Federated Class-Incremental Learning

2024-01-04 · Haiyang Guo, Fei Zhu, Wenzhuo LIU, Xu-Yao Zhang 외

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