Paper: 2604.19729 Authors: Abdulmoneam Ali, Ahmed Arafa Categories: cs.LG, cs.AI

Problem

Personalized Federated Learning (PFL) aims to learn multiple task-specific models across heterogeneous data distributions. Existing approaches rely on iterative optimization (model update trajectories) to cluster users, but these are:

  • Inherently vulnerable to low-quality data and noisy labels
  • Corrupted updates distort clustering decisions
  • Degrade personalization performance

Key Insight

Learning-dynamics-based methods fail with noisy data because corrupted updates misrepresent true user relationships.

FB-NLL Framework

A feature-centric framework that decouples user clustering from iterative training dynamics:

  1. Geometry-aware clustering: Uses spectral structure of feature representation covariances
  2. Subspace similarity: Leverages intrinsic heterogeneity of local feature spaces
  3. One-shot clustering: Performed prior to training, reducing communication overhead

Key Innovation: Feature-Consistency-Based Correction

Within clusters, detects and corrects noisy labels by:

  • Leveraging directional alignment in learned feature space
  • Assigning labels based on class-specific feature subspaces
  • Label-agnostic and robust to noise

Results

Across diverse datasets and noise regimes:

  • Consistently outperforms state-of-the-art baselines
  • Better average accuracy and performance stability
  • Model-independent and integrates with existing noise-robust techniques

Takeaways

  • Feature-based clustering is more robust to noise than dynamics-based approaches
  • One-shot clustering reduces communication and computation costs
  • Geometry-aware methods enable effective PFL in noisy environments

论文: 2604.19729 作者: Abdulmoneam Ali, Ahmed Arafa 分类: cs.LG, cs.AI

问题

个性化联邦学习(PFL)旨在跨异构数据分布学习多个任务特定模型。现有方法依赖于迭代优化(模型更新轨迹)来聚类用户,但这些方法:

  • 本质上面向低质量数据和噪声标签时很脆弱
  • 损坏的更新扭曲聚类决策
  • 降低个性化性能

关键洞察

基于学习动态的方法在噪声数据下失效,因为损坏的更新错误表示了真实用户关系。

FB-NLL框架

一个以特征为中心的框架,将用户聚类与迭代训练动态解耦:

  1. 几何感知聚类:使用特征表示协方差的谱结构
  2. 子空间相似度:利用局部特征空间的内在异质性
  3. 一次性聚类:在训练前执行,减少通信开销

关键创新:基于特征一致性的校正

在聚类内部,通过以下方式检测和校正噪声标签:

  • 利用学习特征空间中的方向对齐
  • 基于类特定特征子空间分配标签
  • 标签无关且对噪声鲁棒

实验结果

跨多样数据集和噪声水平:

  • 始终优于SOTA基线
  • 更好的平均准确率和性能稳定性
  • 模型无关,可与现有噪声鲁棒技术集成

要点总结

  • 基于特征的聚类比基于动态的方法对噪声更鲁棒
  • 一次性聚类减少通信和计算成本
  • 几何感知方法在噪声环境中实现有效PFL