LGDCMar 9, 2024

Towards Efficient Replay in Federated Incremental Learning

arXiv:2403.05890v348 citationsh-index: 22CVPR
Originality Incremental advance
AI Analysis

It addresses the problem of efficient replay in federated incremental learning for edge clients with limited storage, but it is incremental as it builds on existing methods.

The paper tackles catastrophic forgetting in Federated Incremental Learning (FIL) with data heterogeneity by proposing Re-Fed, a framework that coordinates clients to cache important samples for replay, achieving competitive performance compared to state-of-the-art methods.

In Federated Learning (FL), the data in each client is typically assumed fixed or static. However, data often comes in an incremental manner in real-world applications, where the data domain may increase dynamically. In this work, we study catastrophic forgetting with data heterogeneity in Federated Incremental Learning (FIL) scenarios where edge clients may lack enough storage space to retain full data. We propose to employ a simple, generic framework for FIL named Re-Fed, which can coordinate each client to cache important samples for replay. More specifically, when a new task arrives, each client first caches selected previous samples based on their global and local importance. Then, the client trains the local model with both the cached samples and the samples from the new task. Theoretically, we analyze the ability of Re-Fed to discover important samples for replay thus alleviating the catastrophic forgetting problem. Moreover, we empirically show that Re-Fed achieves competitive performance compared to state-of-the-art methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes