paper-with-me

Papers

Federated Orthogonal Training: Mitigating Global Catastrophic Forgetting in Continual Federated Learning

2023-09-03 · Yavuz Faruk Bakman, Duygu Nur Yaldiz, Yahya H. Ezzeldin, Salman Avestimehr

Federated Learning (FL) has gained significant attraction due to its ability to enable privacy-preserving training over decentralized data. Current literature in FL mostly focuses on single-task learning. However, over time, new tasks may appear in the clients and the global model should learn these tasks without forgetting previous tasks. This real-world scenario is known as Continual Federated Learning (CFL). The main challenge of CFL is Global Catastrophic Forgetting, which corresponds to the fact that when the global model is trained on new tasks, its performance on old tasks decreases. There have been a few recent works on CFL to propose methods that aim to address the global catastrophic forgetting problem. However, these works either have unrealistic assumptions on the availability of past data samples or violate the privacy principles of FL. We propose a novel method, Federated Orthogonal Training (FOT), to overcome these drawbacks and address the global catastrophic forgetting in CFL. Our algorithm extracts the global input subspace of each layer for old tasks and modifies the aggregated updates of new tasks such that they are orthogonal to the global principal subspace of old tasks for each layer. This decreases the interference between tasks, which is the main cause for forgetting. We empirically show that FOT outperforms state-of-the-art continual learning methods in the CFL setting, achieving an average accuracy gain of up to 15% with 27% lower forgetting while only incurring a minimal computation and communication cost.

📄 PDF Abstract BibTeX arXiv:2309.01289

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningFederated LearningPrivacy Preserving

Similar Papers 제목 키워드 기반

Towards Personalized Federated Learning via Comprehensive Knowledge Distillation

2024-11-06 · Pengju Wang, Bochao Liu, Weijia Guo, Yong Li 외

Federated learning is a distributed machine learning paradigm designed to protect data privacy. However, data heterogeneity across various clients results in catastrophic forgetting, where the model rapidly forgets previ…

Federated LearningKnowledge DistillationPersonalized Federated Learning

FPPL: An Efficient and Non-IID Robust Federated Continual Learning Framework

2024-11-04 · Yuchen He, Chuyun Shen, Xiangfeng Wang, Bo Jin

Federated continual learning (FCL) aims to learn from sequential data stream in the decentralized federated learning setting, while simultaneously mitigating the catastrophic forgetting issue in classical continual learn…

Continual LearningContrastive LearningFederated LearningPrompt Learning

Rehearsal-free Federated Domain-incremental Learning

2024-05-22 · Rui Sun, Haoran Duan, Jiahua Dong, Varun Ojha 외

We introduce a rehearsal-free federated domain incremental learning framework, RefFiL, based on a global prompt-sharing paradigm to alleviate catastrophic forgetting challenges in federated domain-incremental learning, w…

Contrastive LearningFederated LearningIncremental Learning

SFedKD: Sequential Federated Learning with Discrepancy-Aware Multi-Teacher Knowledge Distillation

2025-07-11 · Haotian Xu, Jinrui Zhou, Xichong Zhang, Mingjun Xiao 외

Federated Learning (FL) is a distributed machine learning paradigm which coordinates multiple clients to collaboratively train a global model via a central server. Sequential Federated Learning (SFL) is a newly-emerging …

Federated LearningKnowledge Distillation

Task-Agnostic Federated Continual Learning via Replay-Free Gradient Projection

2025-09-25 · Seohyeon Cha, Huancheng Chen, Haris Vikalo arxiv

Federated continual learning (FCL) enables collaborative model training across distributed clients on sequentially arriving tasks without revisiting past data. However, existing approaches often suffer from catastrophic …

Continual Learning