LGJun 4, 2024

Federated Class-Incremental Learning with Hierarchical Generative Prototypes

arXiv:2406.02447v46 citations
AI Analysis

This addresses performance degradation in federated learning systems with evolving data distributions, offering a solution for privacy-preserving and dynamic real-world applications, though it is incremental as it builds on existing methods.

The paper tackled the problem of incremental and federated biases in Federated Continual Learning, which cause models to prioritize recently introduced or locally predominant classes, by constraining these biases and using generative prototypes to balance predictions, resulting in a 7.8% average accuracy improvement over the state of the art.

Federated Learning (FL) aims at unburdening the training of deep models by distributing computation across multiple devices (clients) while safeguarding data privacy. On top of that, Federated Continual Learning (FCL) also accounts for data distribution evolving over time, mirroring the dynamic nature of real-world environments. While previous studies have identified Catastrophic Forgetting and Client Drift as primary causes of performance degradation in FCL, we shed light on the importance of Incremental Bias and Federated Bias, which cause models to prioritize classes that are recently introduced or locally predominant, respectively. Our proposal constrains both biases in the last layer by efficiently finetuning a pre-trained backbone using learnable prompts, resulting in clients that produce less biased representations and more biased classifiers. Therefore, instead of solely relying on parameter aggregation, we leverage generative prototypes to effectively balance the predictions of the global model. Our method significantly improves the current State Of The Art, providing an average increase of +7.8% in accuracy.

Foundations

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

Your Notes