paper-with-me

Papers

Catastrophic Forgetting Resilient One-Shot Incremental Federated Learning

2026-02-19 · Obaidullah Zaland, Zulfiqar Ahmad Khan, Monowar Bhuyan arxiv

Modern big-data systems generate massive, heterogeneous, and geographically dispersed streams that are large-scale and privacy-sensitive, making centralization challenging. While federated learning (FL) provides a privacy-enhancing training mechanism, it assumes a static data flow and learns a collaborative model over multiple rounds, making learning with \textit{incremental} data challenging in limited-communication scenarios. This paper presents One-Shot Incremental Federated Learning (OSI-FL), the first FL framework that addresses the dual challenges of communication overhead and catastrophic forgetting. OSI-FL communicates category-specific embeddings, devised by a frozen vision-language model (VLM) from each client in a single communication round, which a pre-trained diffusion model at the server uses to synthesize new data similar to the client's data distribution. The synthesized samples are used on the server for training. However, two challenges still persist: i) tasks arriving incrementally need to retrain the global model, and ii) as future tasks arrive, retraining the model introduces catastrophic forgetting. To this end, we augment training with Selective Sample Retention (SSR), which identifies and retains the top-p most informative samples per category and task pair based on sample loss. SSR bounds forgetting by ensuring that representative retained samples are incorporated into training in further iterations. The experimental results indicate that OSI-FL outperforms baselines, including traditional and one-shot FL approaches, in both class-incremental and domain-incremental scenarios across three benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2602.17625

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

A Data-Free Approach to Mitigate Catastrophic Forgetting in Federated Class Incremental Learning for Vision Tasks

2023-11-13 · NeurIPS 2023 11

Deep learning models often suffer from forgetting previously learned information when trained on new data. This problem is exacerbated in federated learning (FL), where the data is distributed and can change independentl…

class-incremental learningClass Incremental LearningContinual LearningFederated Learning+1

On the Convergence of Continual Federated Learning Using Incrementally Aggregated Gradients

2024-11-12 · Satish Kumar Keshri, Nazreen Shah, Ranjitha Prasad

The holy grail of machine learning is to enable Continual Federated Learning (CFL) to enhance the efficiency, privacy, and scalability of AI systems while learning from streaming data. The primary challenge of a CFL syst…

Federated 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

Generalized and Incremental Few-Shot Learning by Explicit Learning and Calibration without Forgetting

2021-08-18 · ICCV 2021 10 · Anna Kukleva, Hilde Kuehne, Bernt Schiele

Both generalized and incremental few-shot learning have to deal with three major challenges: learning novel classes from only few samples per class, preventing catastrophic forgetting of base classes, and classifier cali…

Classifier calibrationFew-Shot Learning

Overcoming Catastrophic Forgetting in Incremental Few-Shot Learning by Finding Flat Minima

2021-10-30 · NeurIPS 2021 12 · Guangyuan Shi, Jiaxin Chen, Wenlong Zhang, Li-Ming Zhan 외

This paper considers incremental few-shot learning, which requires a model to continually recognize new categories with only a few examples provided. Our study shows that existing methods severely suffer from catastrophi…

Few-Shot Class-Incremental LearningFew-Shot LearningIncremental Learning