paper-with-me

홈 › Papers

FedHGN: A Federated Framework for Heterogeneous Graph Neural Networks

2023-05-16 · Xinyu Fu, Irwin King

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 .

📄 PDF Abstract BibTeX arXiv:2305.09729

Code (1)

cynricfu/fedhgn 공식 구현 pytorch

Tasks

Graph LearningKnowledge Graph Embeddings

Similar Papers 제목 키워드 기반

Federated Heterogeneous Graph Neural Network for Privacy-preserving Recommendation

2023-10-18 · Bo Yan, Yang Cao, Haoyu Wang, Wenchuan Yang 외

The heterogeneous information network (HIN), which contains rich semantics depicted by meta-paths, has emerged as a potent tool for mitigating data sparsity in recommender systems. Existing HIN-based recommender systems …

Graph Neural NetworkPrivacy PreservingRecommendation Systems

Heterogeneous Tasks Offloading in Vehicular Edge Computing: A Federated Meta Deep Reinforcement Learning Approach

2026-05-18 · Yaorong Huang, Jingtao Luo, Xuechao Wang arxiv

Vehicular edge computing (VEC) enables latency-sensitive vehicular applications by offloading computation-intensive tasks to nearby edge servers. However, real-world vehicular workloads are typically modeled as heterogen…

Reinforcement Learning

Against Multifaceted Graph Heterogeneity via Asymmetric Federated Prompt Learning

2024-11-04 · Zhuoning Guo, Ruiqian Han, Hao liu

Federated Graph Learning (FGL) aims to collaboratively and privately optimize graph models on divergent data for different tasks. A critical challenge in FGL is to enable effective yet efficient federated optimization ag…

Graph LearningPrompt LearningTransfer Learning

Federated Learning with Heterogeneous Architectures using Graph HyperNetworks

2022-01-20 · Or Litany, Haggai Maron, David Acuna, Jan Kautz 외

Standard Federated Learning (FL) techniques are limited to clients with identical network architectures. This restricts potential use-cases like cross-platform training or inter-organizational collaboration when both dat…

Federated Learning

FlatLand: Personalized Graph Federated Learning via Tailored Lorentz Space

2026-08-21 · Jiahong Liu, Ram Samarth B B, Xinyu Fu, Menglin Yang 외 arxiv

Federated learning enables privacy-preserving collaborative training, but highly heterogeneous client data remain challenging, especially in graph federated learning where clients possess structurally diverse graphs. Exi…

Personalized Federated LearningGraph Learning