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.
The graph is partitioned across clients due to privacy regulations, preventing clients from accessing information stored on other clients.
Cross-client edges in the graph present a 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.
The Federated Graph Attention Network (FedGAT) algorithm is introduced to approximate the behavior of Graph Attention Networks (GATs) for semi-supervised node classification with reduced communication overhead.