LGDCJan 22, 2025

Knowledge-Driven Federated Graph Learning on Model Heterogeneity

arXiv:2501.12624v31 citationsh-index: 10
Originality Incremental advance
AI Analysis

This addresses a practical challenge in federated graph learning for organizations with diverse model architectures, though it is incremental as it builds on existing federated learning methods.

The paper tackles the problem of model-centric heterogeneous federated graph learning (MHtFGL), where clients use different graph neural network architectures, by proposing the FedGKC framework with client-side distillation and server-side aggregation, achieving an average accuracy gain of 3.74% over baselines on eight datasets.

Federated graph learning (FGL) has emerged as a promising paradigm for collaborative graph representation learning, enabling multiple parties to jointly train models while preserving data privacy. However, most existing approaches assume homogeneous client models and largely overlook the challenge of model-centric heterogeneous FGL (MHtFGL), which frequently arises in practice when organizations employ graph neural networks (GNNs) of different scales and architectures.Such architectural diversity not only undermines smooth server-side aggregation, which presupposes a unified representation space shared across clients' updates, but also further complicates the transfer and integration of structural knowledge across clients. To address this issue, we propose the Federated Graph Knowledge Collaboration (FedGKC) framework. FedGKC introduces a lightweight Copilot Model on each client to facilitate knowledge exchange while local architectures are heterogeneous across clients, and employs two complementary mechanisms: Client-side Self-Mutual Knowledge Distillation, which transfers effective knowledge between local and copilot models through bidirectional distillation with multi-view perturbation; and Server-side Knowledge-Aware Model Aggregation, which dynamically assigns aggregation weights based on knowledge provided by clients. Extensive experiments on eight benchmark datasets demonstrate that FedGKC achieves an average accuracy gain of 3.74% over baselines in MHtFGL scenarios, while maintaining excellent performance in homogeneous settings.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes