LGDCDec 11, 2022

ABC: Aggregation before Communication, a Communication Reduction Framework for Distributed Graph Neural Network Training and Effective Partition

arXiv:2212.05410v1h-index: 5
Originality Incremental advance
AI Analysis

This addresses a key efficiency problem for researchers and practitioners scaling GNN training to large or dynamic graphs, though it is an incremental improvement over existing distributed methods.

The paper tackles the communication bottleneck in distributed Graph Neural Network (GNN) training by proposing the Aggregation before Communication (ABC) method, which reduces communication complexity and demonstrates that vertex-cut partitioning outperforms edge-cut, especially for dynamic graphs.

Graph Neural Networks(GNNs) are a family of neural models tailored for graph-structure data and have shown superior performance in learning representations for graph-structured data. However, training GNNs on large graphs remains challenging and a promising direction is distributed GNN training, which is to partition the input graph and distribute the workload across multiple machines. The key bottleneck of the existing distributed GNNs training framework is the across-machine communication induced by the dependency on the graph data and aggregation operator of GNNs. In this paper, we study the communication complexity during distributed GNNs training and propose a simple lossless communication reduction method, termed the Aggregation before Communication (ABC) method. ABC method exploits the permutation-invariant property of the GNNs layer and leads to a paradigm where vertex-cut is proved to admit a superior communication performance than the currently popular paradigm (edge-cut). In addition, we show that the new partition paradigm is particularly ideal in the case of dynamic graphs where it is infeasible to control the edge placement due to the unknown stochastic of the graph-changing process.

Foundations

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

Your Notes