HEART-PFL: Stable Personalized Federated Learning under Heterogeneity with Hierarchical Directional Alignment and Adversarial Knowledge Transfer

arXiv cs.CV / 3/26/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces HEART-PFL, a dual-sided Personalized Federated Learning framework designed to handle non-IID heterogeneity while improving client-specific model quality and server-side update stability.
  • It proposes Hierarchical Directional Alignment (HDA) that uses cosine-similarity-based alignment in early layers and MSE matching in deeper layers to preserve personalization without shallow, fragile prototype alignment.
  • It adds Adversarial Knowledge Transfer (AKT), using symmetric KL distillation on both clean and adversarial proxy data to make global updates more robust and less brittle under adversarial or distribution shifts.
  • HEART-PFL uses lightweight adapters with only 1.46M trainable parameters and reports state-of-the-art personalized accuracy on CIFAR-100, Flowers-102, and Caltech-101 under Dirichlet non-IID partitions, alongside robustness to out-of-domain proxy data.
  • Ablation results indicate HDA and AKT provide complementary benefits to alignment, robustness, and optimization stability, and the authors release code for replication and further experimentation.

Abstract

Personalized Federated Learning (PFL) aims to deliver effective client-specific models under heterogeneous distributions, yet existing methods suffer from shallow prototype alignment and brittle server-side distillation. We propose HEART-PFL, a dual-sided framework that (i) performs depth-aware Hierarchical Directional Alignment (HDA) using cosine similarity in the early stage and MSE matching in the deep stage to preserve client specificity, and (ii) stabilizes global updates through Adversarial Knowledge Transfer (AKT) with symmetric KL distillation on clean and adversarial proxy data. Using lightweight adapters with only 1.46M trainable parameters, HEART-PFL achieves state-of-the-art personalized accuracy on CIFAR-100, Flowers-102, and Caltech-101 (63.42%, 84.23%, and 95.67%, respectively) under Dirichlet non-IID partitions, and remains robust to out-of-domain proxy data. Ablation studies further confirm that HDA and AKT provide complementary gains in alignment, robustness, and optimization stability, offering insights into how the two components mutually reinforce effective personalization. Overall, these results demonstrate that HEART-PFL simultaneously enhances personalization and global stability, highlighting its potential as a strong and scalable solution for PFL(code available at https://github.com/danny0628/HEART-PFL).