LGNov 12, 2025

Data Heterogeneity and Forgotten Labels in Split Federated Learning

arXiv:2511.09736v12 citationsh-index: 4
Originality Incremental advance
AI Analysis

This addresses a specific problem in federated learning for distributed systems, but it is incremental as it adapts existing multi-head neural network ideas to this setting.

The paper tackles catastrophic forgetting in Split Federated Learning under data heterogeneity, where the model performs better on labels seen later in the sequence, and proposes Hydra, a mitigation method that outperforms baselines in evaluations.

In Split Federated Learning (SFL), the clients collaboratively train a model with the help of a server by splitting the model into two parts. Part-1 is trained locally at each client and aggregated by the aggregator at the end of each round. Part-2 is trained at a server that sequentially processes the intermediate activations received from each client. We study the phenomenon of catastrophic forgetting (CF) in SFL in the presence of data heterogeneity. In detail, due to the nature of SFL, local updates of part-1 may drift away from global optima, while part-2 is sensitive to the processing sequence, similar to forgetting in continual learning (CL). Specifically, we observe that the trained model performs better in classes (labels) seen at the end of the sequence. We investigate this phenomenon with emphasis on key aspects of SFL, such as the processing order at the server and the cut layer. Based on our findings, we propose Hydra, a novel mitigation method inspired by multi-head neural networks and adapted for the SFL's setting. Extensive numerical evaluations show that Hydra outperforms baselines and methods from the literature.

Foundations

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

Your Notes