paper-with-me

Papers

Federated Class-Incremental Learning: A Hybrid Approach Using Latent Exemplars and Data-Free Techniques to Address Local and Global Forgetting

2025-01-26 · Milad Khademi Nori, Il-Min Kim, Guanghui Wang

Federated Class-Incremental Learning (FCIL) refers to a scenario where a dynamically changing number of clients collaboratively learn an ever-increasing number of incoming tasks. FCIL is known to suffer from local forgetting due to class imbalance at each client and global forgetting due to class imbalance across clients. We develop a mathematical framework for FCIL that formulates local and global forgetting. Then, we propose an approach called Hybrid Rehearsal (HR), which utilizes latent exemplars and data-free techniques to address local and global forgetting, respectively. HR employs a customized autoencoder designed for both data classification and the generation of synthetic data. To determine the embeddings of new tasks for all clients in the latent space of the encoder, the server uses the Lennard-Jones Potential formulations. Meanwhile, at the clients, the decoder decodes the stored low-dimensional latent space exemplars back to the high-dimensional input space, used to address local forgetting. To overcome global forgetting, the decoder generates synthetic data. Furthermore, our mathematical framework proves that our proposed approach HR can, in principle, tackle the two local and global forgetting challenges. In practice, extensive experiments demonstrate that while preserving privacy, our proposed approach outperforms the state-of-the-art baselines on multiple FCIL benchmarks with low compute and memory footprints.

📄 PDF Abstract BibTeX arXiv:2501.15356

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningDecoderIncremental Learning

Similar Papers 제목 키워드 기반

Exemplar-condensed Federated Class-incremental Learning

2024-12-25 · Rui Sun, Yumin Zhang, Varun Ojha, Tejal Shah 외

We propose Exemplar-Condensed federated class-incremental learning (ECoral) to distil the training characteristics of real images from streaming data into informative rehearsal exemplars. The proposed method eliminates t…

class-incremental learningClass Incremental LearningContinual LearningDisentanglement+1

Hybrid Memory Replay: Blending Real and Distilled Data for Class Incremental Learning

2024-10-20 · Jiangtao Kong, Jiacheng Shi, Ashley Gao, Shaohan Hu 외

Incremental learning (IL) aims to acquire new knowledge from current tasks while retaining knowledge learned from previous tasks. Replay-based IL methods store a set of exemplars from previous tasks in a buffer and repla…

class-incremental learningClass Incremental LearningIncremental Learning

IB-DRR: Incremental Learning with Information-Back Discrete Representation Replay

2021-04-21 · Jian Jiang, Edoardo Cetin, Oya Celiktutan

Incremental learning aims to enable machine learning models to continuously acquire new knowledge given new classes, while maintaining the knowledge already learned for old classes. Saving a subset of training samples of…

Contrastive LearningIncremental Learning

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

Federated Class-Incremental Learning with Prompting

2023-10-13 · Jiale Liu, Yu-Wei Zhan, Chong-Yu Zhang, Xin Luo 외

As Web technology continues to develop, it has become increasingly common to use data stored on different clients. At the same time, federated learning has received widespread attention due to its ability to protect data…

class-incremental learningClass Incremental LearningFederated LearningIncremental Learning