English

FedHGN: A Federated Framework for Heterogeneous Graph Neural Networks

Machine Learning 2023-05-18 v1 Artificial Intelligence Distributed, Parallel, and Cluster Computing Social and Information Networks

Abstract

Heterogeneous graph neural networks (HGNNs) can learn from typed and relational graph data more effectively than conventional GNNs. With larger parameter spaces, HGNNs may require more training data, which is often scarce in real-world applications due to privacy regulations (e.g., GDPR). Federated graph learning (FGL) enables multiple clients to train a GNN collaboratively without sharing their local data. However, existing FGL methods mainly focus on homogeneous GNNs or knowledge graph embeddings; few have considered heterogeneous graphs and HGNNs. In federated heterogeneous graph learning, clients may have private graph schemas. Conventional FL/FGL methods attempting to define a global HGNN model would violate schema privacy. To address these challenges, we propose FedHGN, a novel and general FGL framework for HGNNs. FedHGN adopts schema-weight decoupling to enable schema-agnostic knowledge sharing and employs coefficients alignment to stabilize the training process and improve HGNN performance. With better privacy preservation, FedHGN consistently outperforms local training and conventional FL methods on three widely adopted heterogeneous graph datasets with varying client numbers. The code is available at https://github.com/cynricfu/FedHGN .

Keywords

Cite

@article{arxiv.2305.09729,
  title  = {FedHGN: A Federated Framework for Heterogeneous Graph Neural Networks},
  author = {Xinyu Fu and Irwin King},
  journal= {arXiv preprint arXiv:2305.09729},
  year   = {2023}
}

Comments

Accepted by IJCAI 2023; 11 pages, 4 figures, 9 tables; code available at https://github.com/cynricfu/FedHGN

R2 v1 2026-06-28T10:36:20.595Z