LGJan 29

Heterogeneity-Aware Knowledge Sharing for Graph Federated Learning

arXiv:2601.21589v11 citationsh-index: 3
Originality Incremental advance
AI Analysis

This addresses data heterogeneity in federated learning for graph data, improving performance for distributed graph representation learning while protecting privacy, though it is incremental as it builds on existing GFL methods.

The paper tackles heterogeneity in Graph Federated Learning (GFL) caused by diverse node features and structural topologies across clients, proposing FedSSA to share knowledge via semantic and structural alignment, which outperforms eleven state-of-the-art methods on multiple datasets.

Graph Federated Learning (GFL) enables distributed graph representation learning while protecting the privacy of graph data. However, GFL suffers from heterogeneity arising from diverse node features and structural topologies across multiple clients. To address both types of heterogeneity, we propose a novel graph Federated learning method via Semantic and Structural Alignment (FedSSA), which shares the knowledge of both node features and structural topologies. For node feature heterogeneity, we propose a novel variational model to infer class-wise node distributions, so that we can cluster clients based on inferred distributions and construct cluster-level representative distributions. We then minimize the divergence between local and cluster-level distributions to facilitate semantic knowledge sharing. For structural heterogeneity, we employ spectral Graph Neural Networks (GNNs) and propose a spectral energy measure to characterize structural information, so that we can cluster clients based on spectral energy and build cluster-level spectral GNNs. We then align the spectral characteristics of local spectral GNNs with those of cluster-level spectral GNNs to enable structural knowledge sharing. Experiments on six homophilic and five heterophilic graph datasets under both non-overlapping and overlapping partitioning settings demonstrate that FedSSA consistently outperforms eleven state-of-the-art methods.

Foundations

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

Your Notes