Overview
Field: Machine Learning Authors: Abdulmoneam Ali, Ahmed Arafa Published: 2026-04-21 arXiv: 2604.19729
Abstract
Personalized Federated Learning (PFL) aims to learn multiple task-specific models rather than a single global model across heterogeneous data distributions. Existing PFL approaches typically rely on iterative optimization—such as model update trajectories—to cluster users that need to accomplish the same tasks together. However, these learning-dynamics-based methods are inherently vulnerable to low-quality data and noisy labels, as corrupted updates distort clustering decisions and degrade personalization performance.
To tackle this, the authors propose FB-NLL, a feature-centric framework that decouples user clustering from iterative training dynamics. Key ideas include:
- Spectral clustering of clients: Each user is characterized by the spectral structure of the covariance of their local feature representations; subspace similarity identifies task-consistent user groups.
- Label-agnostic, one-shot clustering: This geometry-aware clustering is independent of labels and performed once before training, significantly reducing communication overhead and computational cost.
- Feature-consistency-based noise correction: A detection and correction strategy leverages directional alignment in the learned feature space and assigns labels based on class-specific feature subspaces, mitigating corrupted supervision without estimating stochastic noise transition matrices.
- Model-agnostic design: FB-NLL can seamlessly integrate with existing noise-robust training techniques.
Results
Extensive experiments across diverse datasets and noise mechanisms show that the framework consistently outperforms state-of-the-art baselines in both average accuracy and performance stability.
--- *Auto-collected on 2026-04-23*