paper-with-me

홈 › Papers

Avoid Forgetting by Preserving Global Knowledge Gradients in Federated Learning with Non-IID Data

2025-05-26 · Abhijit Chunduru, Majid Morafah, Mahdi Morafah, Vishnu Pandi Chellapandi, Ang Li

The inevitable presence of data heterogeneity has made federated learning very challenging. There are numerous methods to deal with this issue, such as local regularization, better model fusion techniques, and data sharing. Though effective, they lack a deep understanding of how data heterogeneity can affect the global decision boundary. In this paper, we bridge this gap by performing an experimental analysis of the learned decision boundary using a toy example. Our observations are surprising: (1) we find that the existing methods suffer from forgetting and clients forget the global decision boundary and only learn the perfect local one, and (2) this happens regardless of the initial weights, and clients forget the global decision boundary even starting from pre-trained optimal weights. In this paper, we present FedProj, a federated learning framework that robustly learns the global decision boundary and avoids its forgetting during local training. To achieve better ensemble knowledge fusion, we design a novel server-side ensemble knowledge transfer loss to further calibrate the learned global decision boundary. To alleviate the issue of learned global decision boundary forgetting, we further propose leveraging an episodic memory of average ensemble logits on a public unlabeled dataset to regulate the gradient updates at each step of local training. Experimental results demonstrate that FedProj outperforms state-of-the-art methods by a large margin.

📄 PDF Abstract BibTeX arXiv:2505.20485

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningTransfer Learning

Similar Papers 제목 키워드 기반

EXACFS -- A CIL Method to mitigate Catastrophic Forgetting

2024-10-31 · S Balasubramanian, M Sai Subramaniam, Sai Sriram Talasu, P Yedu Krishna 외

Deep neural networks (DNNS) excel at learning from static datasets but struggle with continual learning, where data arrives sequentially. Catastrophic forgetting, the phenomenon of forgetting previously learned knowledge…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning

Retrievable Gradients: Continual Post-Training Without Cumulative Weight Drift

2026-06-14 · Weihang Su, Jiacheng Kang, Jingyan Xu, Qingyao Ai 외 arxiv

Continual post-training enables models to absorb emerging knowledge after deployment, but repeatedly updating shared parameters can accumulate weight drift, potentially causing catastrophic forgetting and degrading gener…

GopGAN: Gradients Orthogonal Projection Generative Adversarial Network With Continual Learning

2021-07-16 · IEEE Transactions on Neural Networks and Learning Systems 2021 7 · Xiaobin Li; Weiqiang Wang

The generative adversarial networks (GANs) in continual learning suffer from catastrophic forgetting. In continual learning, GANs tend to forget about previous generation tasks and only remember the tasks they just learn…

Continual LearningGenerative Adversarial Network

Forget by Uncertainty: Orthogonal Entropy Unlearning for Quantized Neural Networks

2026-01-31 · Tian Zhang, Yujia Tong, Junhao Dong, Ke Xu 외 arxiv

The deployment of quantized neural networks on edge devices, combined with privacy regulations like GDPR, creates an urgent need for machine unlearning in quantized models. However, existing methods face critical challen…

Hierarchical Semantic Tree Anchoring for CLIP-Based Class-Incremental Learning

2025-11-19 · Tao Hu, Lan Li, Zhen-Hao Xie, Da-Wei Zhou arxiv

Class-Incremental Learning (CIL) enables models to learn new classes continually while preserving past knowledge. Recently, vision-language models like CLIP offer transferable features via multi-modal pre-training, makin…

class-incremental learning