FedGTEA: Federated Class-Incremental Learning with Gaussian Task Embedding and Alignment
Haolin Li, Hoda Bidkhori
TL;DR
This work tackles Federated Class Incremental Learning (FCIL) by introducing FedGTEA, which jointly models task-level knowledge and uncertainty in a privacy-preserving, scalable way. On the client, a Cardinality-Agnostic Task Encoder (CATE) produces Gaussian task embeddings that summarize task context without growing parameters with the number of tasks. On the server, a 2-Wasserstein distance-based regularization enforces inter-task separation and supports robust consolidation via a three-term server loss that includes knowledge distillation and an anchor term. Empirical results on CIFAR-10/100 sequences show that FedGTEA achieves higher accuracy and substantially less forgetting than strong baselines, illustrating the benefit of incorporating task-level context into FCIL. The approach offers a practical, privacy-conscious pathway to scalable continual learning in distributed settings with non-IID data distributions.
Abstract
We introduce a novel framework for Federated Class Incremental Learning, called Federated Gaussian Task Embedding and Alignment (FedGTEA). FedGTEA is designed to capture task-specific knowledge and model uncertainty in a scalable and communication-efficient manner. At the client side, the Cardinality-Agnostic Task Encoder (CATE) produces Gaussian-distributed task embeddings that encode task knowledge, address statistical heterogeneity, and quantify data uncertainty. Importantly, CATE maintains a fixed parameter size regardless of the number of tasks, which ensures scalability across long task sequences. On the server side, FedGTEA utilizes the 2-Wasserstein distance to measure inter-task gaps between Gaussian embeddings. We formulate the Wasserstein loss to enforce inter-task separation. This probabilistic formulation not only enhances representation learning but also preserves task-level privacy by avoiding the direct transmission of latent embeddings, aligning with the privacy constraints in federated learning. Extensive empirical evaluations on popular datasets demonstrate that FedGTEA achieves superior classification performance and significantly mitigates forgetting, consistently outperforming strong existing baselines.
