Personalized Subgraph Federated Learning with Differentiable Auxiliary Projections
Wei Zhuo, Zhaohuan Zhan, Han Yu

TL;DR
FedAux introduces a personalized federated learning framework for graph data that uses differentiable auxiliary projections to align and aggregate local models without sharing raw data, improving accuracy and personalization.
Contribution
The paper proposes FedAux, a novel federated learning approach with auxiliary projections for personalized graph models, including theoretical analysis and superior empirical results.
Findings
Outperforms existing methods in accuracy and personalization.
Effectively captures client-specific information through auxiliary projections.
Provides convergence guarantees for the proposed framework.
Abstract
Federated Learning (FL) on graph-structured data typically faces non-IID challenges, particularly in scenarios where each client holds a distinct subgraph sampled from a global graph. In this paper, we introduce Federated learning with Auxiliary projections (FedAux), a personalized subgraph FL framework that learns to align, compare, and aggregate heterogeneously distributed local models without sharing raw data or node embeddings. In FedAux, each client jointly trains (i) a local GNN and (ii) a learnable auxiliary projection vector (APV) that differentiably projects node embeddings onto a 1D space. A soft-sorting operation followed by a lightweight 1D convolution refines these embeddings in the ordered space, enabling the APV to effectively capture client-specific information. After local training, these APVs serve as compact signatures that the server uses to compute inter-client…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Advanced Graph Neural Networks · Recommender Systems and Techniques
MethodsConvolution
