paper-with-me

Papers

Coordinated Replay Sample Selection for Continual Federated Learning

2023-10-23 · Jack Good, Jimit Majmudar, Christophe Dupuy, Jixuan Wang, Charith Peris, Clement Chung, Richard Zemel, Rahul Gupta

Continual Federated Learning (CFL) combines Federated Learning (FL), the decentralized learning of a central model on a number of client devices that may not communicate their data, and Continual Learning (CL), the learning of a model from a continual stream of data without keeping the entire history. In CL, the main challenge is \textit{forgetting} what was learned from past data. While replay-based algorithms that keep a small pool of past training data are effective to reduce forgetting, only simple replay sample selection strategies have been applied to CFL in prior work, and no previous work has explored coordination among clients for better sample selection. To bridge this gap, we adapt a replay sample selection objective based on loss gradient diversity to CFL and propose a new relaxation-based selection of samples to optimize the objective. Next, we propose a practical algorithm to coordinate gradient-based replay sample selection across clients without communicating private data. We benchmark our coordinated and uncoordinated replay sample selection algorithms against random sampling-based baselines with language models trained on a large scale de-identified real-world text dataset. We show that gradient-based sample selection methods both boost performance and reduce forgetting compared to random sampling methods, with our coordination method showing gains early in the low replay size regime (when the budget for storing past data is small).

📄 PDF Abstract BibTeX arXiv:2310.15054

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningFederated Learning

Similar Papers 제목 키워드 기반

From Selection to Scheduling: Federated Geometry-Aware Correction Makes Exemplar Replay Work Better under Continual Dynamic Heterogeneity

2026-04-09 · Zhuang Qi, Ying-Peng Tang, Lei Meng, Guoqing Chao 외 arxiv

Exemplar replay has become an effective strategy for mitigating catastrophic forgetting in federated continual learning (FCL) by retaining representative samples from past tasks. Existing studies focus on designing sampl…

Knowledge DistillationContinual Learning

Leveraging Complementary Embeddings for Replay Selection in Continual Learning with Small Buffers

2026-04-09 · Danit Yanowsky, Daphna Weinshall arxiv

Catastrophic forgetting remains a key challenge in Continual Learning (CL). In replay-based CL with severe memory constraints, performance critically depends on the sample selection strategy for the replay buffer. Most e…

Continual Learning

Improving Meta-Continual Learning Representations with Representation Replay

2021-09-29 · Lawrence Ki-On Chan, James Kwok

Continual learning often suffers from catastrophic forgetting. Recently, meta-continual learning algorithms use meta-learning to learn how to continually learn. A recent state-of-the-art is online aware meta-learning (OM…

Continual LearningMeta-Learning

Selective Replay Enhances Learning in Online Continual Analogical Reasoning

2021-03-06 · Tyler L. Hayes, Christopher Kanan

In continual learning, a system learns from non-stationary data streams or batches without catastrophic forgetting. While this problem has been heavily studied in supervised image classification and reinforcement learnin…

Continual Learningimage-classificationImage Classification

Gradient based sample selection for online continual learning

2019-03-20 · NeurIPS 2019 12 · Rahaf Aljundi, Min Lin, Baptiste Goujaud, Yoshua Bengio

A continual learning agent learns online with a non-stationary and never-ending stream of data. The key to such learning process is to overcome the catastrophic forgetting of previously seen data, which is a well known p…

class-incremental learningClass Incremental LearningContinual LearningDiversity