LGDCJan 27

Knowledge-Aware Evolution for Streaming Federated Continual Learning with Category Overlap and without Task Identifiers

arXiv:2601.19788v1
Originality Incremental advance
AI Analysis

This addresses the challenge of adapting federated continual learning to streaming data scenarios for applications like IoT or mobile devices, though it is incremental in improving existing methods.

The paper tackles the problem of streaming federated continual learning with overlapping categories and no task identifiers, proposing FedKACE to balance personalization and generalization, achieving effective knowledge retention and learning as demonstrated in experiments.

Federated Continual Learning (FCL) leverages inter-client collaboration to balance new knowledge acquisition and prior knowledge retention in non-stationary data. However, existing batch-based FCL methods lack adaptability to streaming scenarios featuring category overlap between old and new data and absent task identifiers, leading to indistinguishability of old and new knowledge, uncertain task assignments for samples, and knowledge confusion.To address this, we propose streaming federated continual learning setting: per federated learning (FL) round, clients process streaming data with disjoint samples and potentially overlapping categories without task identifiers, necessitating sustained inference capability for all prior categories after each FL round.Next, we introduce FedKACE: 1) an adaptive inference model switching mechanism that enables unidirectional switching from local model to global model to achieve a trade-off between personalization and generalization; 2) a adaptive gradient-balanced replay scheme that reconciles new knowledge learning and old knowledge retention under overlapping-class scenarios; 3) a kernel spectral boundary buffer maintenance that preserves high-information and high-boundary-influence samples to optimize cross-round knowledge retention. Experiments across multiple scenarios and regret analysis demonstrate the effectiveness of FedKACE.

Foundations

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

Your Notes