paper-with-me

Papers

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

2024-01-04 · Haiyang Guo, Fei Zhu, Wenzhuo LIU, Xu-Yao Zhang, Cheng-Lin Liu

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, requiring the global model to classify all seen classes. To effectively mitigate catastrophic forgetting and data heterogeneity under low communication costs, we propose a simple and effective method named PILoRA. On the one hand, we adopt prototype learning to learn better feature representations and leverage the heuristic information between prototypes and class features to design a prototype re-weight module to solve the classifier bias caused by data heterogeneity without retraining the classifier. On the other hand, we view incremental learning as the process of learning distinct task vectors and encoding them within different LoRA parameters. Accordingly, we propose Incremental LoRA to mitigate catastrophic forgetting. Experimental results on standard datasets indicate that our method outperforms the state-of-the-art approaches significantly. More importantly, our method exhibits strong robustness and superiority in different settings and degrees of data heterogeneity. The code is available at \url{https://github.com/Ghy0501/PILoRA}.

📄 PDF Abstract BibTeX arXiv:2401.02094

Code (1)

ghy0501/pilora 공식 구현 pytorch

Tasks

class-incremental learningClass Incremental LearningFederated LearningIncremental Learning

Similar Papers 제목 키워드 기반

PIP: Prototypes-Injected Prompt for Federated Class Incremental Learning

2024-07-30 · Muhammad Anwar Ma'sum, Mahardhika Pratama, Savitha Ramasamy, Lin Liu 외

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 communica…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning+1

Cs2K: Class-specific and Class-shared Knowledge Guidance for Incremental Semantic Segmentation

2024-07-12 · Wei Cong, Yang Cong, Yuyang Liu, Gan Sun

Incremental semantic segmentation endeavors to segment newly encountered classes while maintaining knowledge of old classes. However, existing methods either 1) lack guidance from class-specific knowledge (i.e., old clas…

SegmentationSemantic Segmentation

Federated Class-Incremental Learning with Hierarchical Generative Prototypes

2024-06-04 · Riccardo Salami, Pietro Buzzega, Matteo Mosconi, Mattia Verasani 외

Federated Learning (FL) aims at unburdening the training of deep models by distributing computation across multiple devices (clients) while safeguarding data privacy. On top of that, Federated Continual Learning (FCL) al…

class-incremental learningClass Incremental LearningContinual LearningFederated Learning+1

Prototype-Guided Continual Adaptation for Class-Incremental Unsupervised Domain Adaptation

2022-07-22 · Hongbin Lin, Yifan Zhang, Zhen Qiu, Shuaicheng Niu 외

This paper studies a new, practical but challenging problem, called Class-Incremental Unsupervised Domain Adaptation (CI-UDA), where the labeled source domain contains all classes, but the classes in the unlabeled target…

Domain AdaptationUnsupervised Domain Adaptation

MLFCIL: A Multi-Level Forgetting Mitigation Framework for Federated Class-Incremental Learning in LEO Satellites

2026-03-14 · Heng Zhang, Xiaohong Deng, Sijing Duan, Wu Ouyang 외 arxiv

Low-Earth-orbit (LEO) satellite constellations are increasingly performing on-board computing. However, the continuous emergence of new classes under strict memory and communication constraints poses major challenges for…

class-incremental learningKnowledge Distillation