paper-with-me

홈 › Papers

Scaling Up Graph Neural Networks Via Graph Coarsening

2021-06-09 · Zengfeng Huang, Shengzhong Zhang, Chong Xi, Tang Liu, Min Zhou

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 theoretical analysis shows that coarsening can also be considered as a type of regularization and may improve the generalization. Finally, empirical results on real world datasets show that, simply applying off-the-shelf coarsening methods, we can reduce the number of nodes by up to a factor of ten without causing a noticeable downgrade in classification accuracy.

📄 PDF Abstract BibTeX arXiv:2106.05150

Code (1)

szzhang17/Scaling-Up-Graph-Neural-Networks-Via-Graph-Coarsening 공식 구현 pytorch

Tasks

Stochastic Optimization

Similar Papers 제목 키워드 기반

Topological Spatial Graph Coarsening

2025-12-30 · Anna Calissano, Etienne Lasalle arxiv

Spatial graphs are particular graphs for which the nodes are localized in space (e.g., public transport network, molecules, branching biological structures). In this work, we consider the problem of spatial graph reducti…

Point Clouds

Graph Coarsening with Neural Networks

2021-02-02 · ICLR 2021 1 · Chen Cai, Dingkang Wang, Yusu Wang

As large-scale graphs become increasingly more prevalent, it poses significant computational challenges to process, extract and analyze large graph data. Graph coarsening is one popular technique to reduce the size of a …

AH-UGC: Adaptive and Heterogeneous-Universal Graph Coarsening

2025-05-18 · Mohit Kataria, Shreyash Bhilwade, Sandeep Kumar, Jayadeva

$\textbf{Graph Coarsening (GC)}$ is a prominent graph reduction technique that compresses large graphs to enable efficient learning and inference. However, existing GC methods generate only one coarsened graph per run an…

Graph coarsening: From scientific computing to machine learning

2021-06-22 · Jie Chen, Yousef Saad, Zechen Zhang

The general method of graph coarsening or graph reduction has been a remarkably useful and ubiquitous tool in scientific computing and it is now just starting to have a similar impact in machine learning. The goal of thi…

BIG-bench Machine Learning

Efficient and Scalable Granular-ball Graph Coarsening Method for Large-scale Graph Node Classification

2026-03-31 · Guan Wang, Shuyin Xia, Lei Qian, Tao Wu 외 arxiv

Graph Convolutional Network (GCN) is a model that can effectively handle graph data tasks and has been successfully applied. However, for large-scale graph datasets, GCN still faces the challenge of high computational ov…

Node Classification