Scaling Up Graph Neural Networks Via Graph Coarsening
Zengfeng Huang, Shengzhong Zhang, Chong Xi, Tang Liu, Min Zhou

TL;DR
This paper introduces a graph coarsening approach to improve the scalability of graph neural networks, reducing computational costs while maintaining accuracy, and providing theoretical insights and empirical validation.
Contribution
It proposes a simple, generic coarsening method for scalable GNN training with theoretical analysis and practical effectiveness demonstrated on real datasets.
Findings
Coarsening reduces nodes by up to ten times without accuracy loss.
Theoretical analysis shows coarsening acts as regularization.
Empirical results confirm efficiency and effectiveness.
Abstract
Scalability of graph neural networks remains one of the major challenges in graph machine learning. Since the representation of a node is computed by recursively aggregating and transforming representation vectors of its neighboring nodes from previous layers, the receptive fields grow exponentially, which makes standard stochastic optimization techniques ineffective. Various approaches have been proposed to alleviate this issue, e.g., sampling-based methods and techniques based on pre-computation of graph filters. In this paper, we take a different approach and propose to use graph coarsening for scalable training of GNNs, which is generic, extremely simple and has sublinear memory and time costs during training. We present extensive theoretical analysis on the effect of using coarsening operations and provides useful guidance on the choice of coarsening methods. Interestingly, our…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Ferroelectric and Negative Capacitance Devices · Stochastic Gradient Optimization Techniques
