paper-with-me

홈 › Papers

Buffer-based Gradient Projection for Continual Federated Learning

2024-09-03 · Shenghong Dai, Jy-yong Sohn, Yicong Chen, S M Iftekharul Alam, Ravikumar Balakrishnan, Suman Banerjee, Nageen Himayat, Kangwook Lee

Continual Federated Learning (CFL) is essential for enabling real-world applications where multiple decentralized clients adaptively learn from continuous data streams. A significant challenge in CFL is mitigating catastrophic forgetting, where models lose previously acquired knowledge when learning new information. Existing approaches often face difficulties due to the constraints of device storage capacities and the heterogeneous nature of data distributions among clients. While some CFL algorithms have addressed these challenges, they frequently rely on unrealistic assumptions about the availability of task boundaries (i.e., knowing when new tasks begin). To address these limitations, we introduce Fed-A-GEM, a federated adaptation of the A-GEM method (Chaudhry et al., 2019), which employs a buffer-based gradient projection approach. Fed-A-GEM alleviates catastrophic forgetting by leveraging local buffer samples and aggregated buffer gradients, thus preserving knowledge across multiple clients. Our method is combined with existing CFL techniques, enhancing their performance in the CFL context. Our experiments on standard benchmarks show consistent performance improvements across diverse scenarios. For example, in a task-incremental learning scenario using the CIFAR-100 dataset, our method can increase the accuracy by up to 27%. Our code is available at https://github.com/shenghongdai/Fed-A-GEM.

📄 PDF Abstract BibTeX arXiv:2409.01585

Code (1)

shenghongdai/fed-a-gem 공식 구현 pytorch

Tasks

Federated LearningIncremental Learning

Similar Papers 제목 키워드 기반

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

AFBS:Buffer Gradient Selection in Semi-asynchronous Federated Learning

2025-06-15 · Chaoyi Lu, Yiding Sun, Jinqian Chen, Zhichuan Yang 외

Asynchronous federated learning (AFL) accelerates training by eliminating the need to wait for stragglers, but its asynchronous nature introduces gradient staleness, where outdated gradients degrade performance. Existing…

Federated Learning

Restricted Orthogonal Gradient Projection for Continual Learning

2023-01-28 · Zeyuan Yang, Zonghan Yang, Peng Li, Yang Liu

Continual learning aims to avoid catastrophic forgetting and effectively leverage learned experiences to master new knowledge. Existing gradient projection approaches impose hard constraints on the optimization space for…

Continual LearningTransfer Learning

Hidden Failure Modes of Gradient Modification under Adam in Continual Learning, and Adaptive Decoupled Moment Routing as a Repair

2026-04-24 · Yuelin Hu, Zhenbo Yu, Zhengxue Cheng, Wei Liu 외 arxiv

Many continual-learning methods modify gradients upstream (e.g., projection, penalty rescaling, replay mixing) while treating Adam as a neutral backend. We show this composition has a hidden failure mode. In a high-overl…

Continual Learning

Low-Rank Adapters Initialization via Gradient Surgery for Continual Learning

2026-05-12 · Joana Pasquali, Ramiro N. Barros, Arthur S. Bianchessi, Vinícius Conte Turani 외 arxiv

LoRA is widely adopted for continual fine-tuning of Large Language Models due to its parameter efficiency, modularity across tasks, and compatibility with replay strategies. However, LoRA-based continual learning remains…

Continual Learning