DCCRLGSep 23, 2024

Federated Graph Learning with Adaptive Importance-based Sampling

arXiv:2409.14655v11 citationsh-index: 8
Originality Incremental advance
AI Analysis

This addresses efficiency and privacy issues in distributed graph learning for applications like social networks, though it is incremental over existing federated graph methods.

The paper tackles the challenge of scaling federated graph learning to large graphs by proposing FedAIS, which uses adaptive importance-based sampling to reduce costs, achieving up to 3.23% higher accuracy while saving 91.77% in communication and 85.59% in computation costs.

For privacy-preserving graph learning tasks involving distributed graph datasets, federated learning (FL)-based GCN (FedGCN) training is required. A key challenge for FedGCN is scaling to large-scale graphs, which typically incurs high computation and communication costs when dealing with the explosively increasing number of neighbors. Existing graph sampling-enhanced FedGCN training approaches ignore graph structural information or dynamics of optimization, resulting in high variance and inaccurate node embeddings. To address this limitation, we propose the Federated Adaptive Importance-based Sampling (FedAIS) approach. It achieves substantial computational cost saving by focusing the limited resources on training important nodes, while reducing communication overhead via adaptive historical embedding synchronization. The proposed adaptive importance-based sampling method jointly considers the graph structural heterogeneity and the optimization dynamics to achieve optimal trade-off between efficiency and accuracy. Extensive evaluations against five state-of-the-art baselines on five real-world graph datasets show that FedAIS achieves comparable or up to 3.23% higher test accuracy, while saving communication and computation costs by 91.77% and 85.59%.

Foundations

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

Your Notes