GBGC: Efficient and Adaptive Graph Coarsening via Granular-ball Computing
Shuyin Xia, Guan Wang, Gaojie Xu, Sen Zhao, Guoyin Wang

TL;DR
This paper introduces GBGC, a novel graph coarsening method that adaptively creates multi-granularity supernodes using granular-ball computing, significantly improving efficiency and accuracy in graph reduction tasks.
Contribution
The paper proposes a new adaptive multi-granularity graph coarsening method via granular-ball computing, enhancing efficiency and robustness over existing techniques.
Findings
Processing speed increased by tens to hundreds of times.
Coarsened graphs maintain key information with higher accuracy.
Method demonstrates superior robustness and generalization.
Abstract
The objective of graph coarsening is to generate smaller, more manageable graphs while preserving key information of the original graph. Previous work were mainly based on the perspective of spectrum-preserving, using some predefined coarsening rules to make the eigenvalues of the Laplacian matrix of the original graph and the coarsened graph match as much as possible. However, they largely overlooked the fact that the original graph is composed of subregions at different levels of granularity, where highly connected and similar nodes should be more inclined to be aggregated together as nodes in the coarsened graph. By combining the multi-granularity characteristics of the graph structure, we can generate coarsened graph at the optimal granularity. To this end, inspired by the application of granular-ball computing in multi-granularity, we propose a new multi-granularity, efficient, and…
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
TopicsGraph Theory and Algorithms · Advanced Graph Neural Networks · DNA and Biological Computing
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
