LGMLAug 26, 2025

Federated Learning with Heterogeneous and Private Label Sets

arXiv:2508.18774v1h-index: 9
Originality Incremental advance
AI Analysis

This addresses privacy and heterogeneity challenges in federated learning for real-world applications, though it is incremental as it adapts existing methods.

The paper tackled the problem of federated learning with heterogeneous and private label sets, where clients have different and non-shared labels, showing that reducing label availability harms performance but proposed adaptations of standard methods achieve similar accuracy in private settings as standard methods in public settings, with little cost to model accuracy.

Although common in real-world applications, heterogeneous client label sets are rarely investigated in federated learning (FL). Furthermore, in the cases they are, clients are assumed to be willing to share their entire label sets with other clients. Federated learning with private label sets, shared only with the central server, adds further constraints on learning algorithms and is, in general, a more difficult problem to solve. In this work, we study the effects of label set heterogeneity on model performance, comparing the public and private label settings -- when the union of label sets in the federation is known to clients and when it is not. We apply classical methods for the classifier combination problem to FL using centralized tuning, adapt common FL methods to the private label set setting, and discuss the justification of both approaches under practical assumptions. Our experiments show that reducing the number of labels available to each client harms the performance of all methods substantially. Centralized tuning of client models for representational alignment can help remedy this, but often at the cost of higher variance. Throughout, our proposed adaptations of standard FL methods perform well, showing similar performance in the private label setting as the standard methods achieve in the public setting. This shows that clients can enjoy increased privacy at little cost to model 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