Decoupling the Depth and Scope of Graph Neural Networks
Hanqing Zeng, Muhan Zhang, Yinglong Xia, Ajitesh Srivastava, Andrey, Malevich, Rajgopal Kannan, Viktor Prasanna, Long Jin, Ren Chen

TL;DR
This paper introduces a novel GNN design that decouples depth and scope by using localized subgraphs, enhancing scalability, expressivity, and efficiency on large graphs.
Contribution
It proposes a new principle to extract critical local subgraphs for deep GNNs, improving expressivity and reducing computational costs.
Findings
Achieves significant accuracy improvements on large graphs.
Reduces computation and hardware costs by orders of magnitude.
Enhances GNN expressivity through theoretical analysis.
Abstract
State-of-the-art Graph Neural Networks (GNNs) have limited scalability with respect to the graph and model sizes. On large graphs, increasing the model depth often means exponential expansion of the scope (i.e., receptive field). Beyond just a few layers, two fundamental challenges emerge: 1. degraded expressivity due to oversmoothing, and 2. expensive computation due to neighborhood explosion. We propose a design principle to decouple the depth and scope of GNNs -- to generate representation of a target entity (i.e., a node or an edge), we first extract a localized subgraph as the bounded-size scope, and then apply a GNN of arbitrary depth on top of the subgraph. A properly extracted subgraph consists of a small number of critical neighbors, while excluding irrelevant ones. The GNN, no matter how deep it is, smooths the local neighborhood into informative representation rather than…
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.
Code & Models
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Ferroelectric and Negative Capacitance Devices · Advanced Memory and Neural Computing
MethodsGraph sampling based inductive learning method · Graph Isomorphism Network · Graph Attention Network · Graph Convolutional Network · GraphSAGE
