When Generator Replay Degrades: Projected Rehearsal Orchestration for Heterogeneous Federated Class-Incremental Learning
Summary
PRO and PRO-MAX are novel frameworks addressing the challenges of Federated Class-Incremental Learning (FCIL), particularly when clients exhibit heterogeneous label subsets, varying task stages, and uneven supervision. Existing FCIL methods, often relying on input-space synthesis, prove fragile under diverse task streams and struggle with modality transfer. PRO mitigates these issues by replacing synthetic input replay with projected rehearsal orchestration, maintaining compact class-level projected memories on the server. Clients then conduct balanced pseudo multi-task training using current examples and these old projected memories. For stronger representation drift, PRO-MAX enhances PRO with neighborhood-weighted memory alignment, adhering to a server-light principle where the server only aggregates model updates and memory statistics. Evaluated under a consistent warmup across image, text, and graph benchmarks, PRO and PRO-MAX demonstrate improved retention and final utility in heterogeneous FCIL, while remaining competitive in homogeneous settings. Baselines, even with expanded replay budgets, degrade under supervision imbalance and stage misalignment, highlighting that replay quantity alone does not resolve quality failures.
Key takeaway
For Machine Learning Engineers designing Federated Class-Incremental Learning (FCIL) systems, particularly with heterogeneous client data, you should re-evaluate reliance on traditional input-space replay. This research indicates that replay quantity alone does not resolve quality failures under supervision imbalance. Instead, consider implementing projected rehearsal orchestration, like PRO or PRO-MAX, to maintain better-aligned, server-light projected memories. This approach demonstrably improves retention and final utility across diverse modalities, offering a more robust solution for complex FCIL environments.
Key insights
Projected rehearsal orchestration (PRO) and PRO-MAX improve federated class-incremental learning by replacing input-space synthesis with server-light projected memories.
Principles
- Replay quality trumps quantity in FCIL.
- Server-light memory management is crucial.
- Align projected memories with evolving representations.
Method
PRO maintains compact class-level projected memories on the server. Clients perform balanced pseudo multi-task training using current examples and old projected memories. PRO-MAX adds neighborhood-weighted memory alignment.
In practice
- Implement projected memories for FCIL.
- Prioritize memory alignment over replay size.
- Evaluate FCIL solutions across diverse modalities.
Topics
- Federated Class-Incremental Learning
- Projected Rehearsal Orchestration
- Heterogeneous Federated Learning
- Continual Learning
- Memory Alignment
- Representation Drift
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, AI Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.