π€ AI Summary
In federated learning, data heterogeneity often degrades personalized model performance relative to local training.
Method: This paper proposes an adaptive, sample-level collaboration mechanism that departs from conventional parameter-sharing paradigms. It dynamically models fine-grained inter-client trust relationships based on prediction confidence, enabling data-aware collaboration. We introduce FEDMOSAICβa framework integrating prediction exchange over unlabeled public data, loss reweighting, and dynamic pseudo-label contribution.
Contribution/Results: FEDMOSAIC significantly outperforms state-of-the-art methods across diverse Non-IID settings. Under standard assumptions, it provides theoretical convergence guarantees for personalized federated learning. Notably, it is the first approach to elevate collaboration granularity from client-level to sample-level, simultaneously enhancing both generalization and personalization capabilities.
π Abstract
Data heterogeneity is a central challenge in federated learning, and personalized federated learning (PFL) aims to address it by tailoring models to each client's distribution. Yet many PFL methods fail to outperform local or centralized baselines, suggesting a mismatch between the collaboration they enforce and the structure of the data. We propose an approach based on adaptive collaboration, where clients decide adaptively not only how much to rely on others, but also whom to trust at the level of individual examples. We instantiate this principle in FEDMOSAIC, a federated co-training method in which clients exchange predictions over a shared unlabeled dataset. This enables fine-grained trust decisions that are difficult to achieve with parameter sharing alone. Each client adjusts its loss weighting based on the agreement between private and public data, and contributes to global pseudo-labels in proportion to its estimated per-example confidence. Empirically, FEDMOSAIC improves upon state-of-the-art PFL methods across diverse non-IID settings, and we provide convergence guarantees under standard assumptions. Our results demonstrate the potential of data-aware collaboration for robust and effective personalization.