FedGAT: A Privacy-Preserving Federated Approximation Algorithm for Graph Attention Networks
Siddharth Ambekar, Yuhang Yao, Ryan Li, Carlee Joe-Wong

TL;DR
FedGAT is a novel federated learning algorithm that approximates Graph Attention Networks with minimal communication, enabling privacy-preserving semi-supervised node classification with performance close to centralized models.
Contribution
Introduces FedGAT, a federated approximation method for GATs that requires only one communication round, reducing overhead while maintaining high accuracy.
Findings
FedGAT achieves nearly the same accuracy as centralized GATs.
The algorithm is robust to the number of clients and data distribution.
It significantly reduces communication overhead in federated GAT training.
Abstract
Federated training methods have gained popularity for graph learning with applications including friendship graphs of social media sites and customer-merchant interaction graphs of huge online marketplaces. However, privacy regulations often require locally generated data to be stored on local clients. The graph is then naturally partitioned across clients, with no client permitted access to information stored on another. Cross-client edges arise naturally in such cases and present an interesting challenge to federated training methods, as training a graph model at one client requires feature information of nodes on the other end of cross-client edges. Attempting to retain such edges often incurs significant communication overhead, and dropping them altogether reduces model performance. In simpler models such as Graph Convolutional Networks, this can be fixed by communicating a limited…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Stochastic Gradient Optimization Techniques · Advanced Graph Neural Networks
MethodsSoftmax · Attention Is All You Need · Graph Attention Network
