paper-with-me

홈 › Papers

Graph Coarsening via Supervised Granular-Ball for Scalable Graph Neural Network Training

2024-12-18 · Shuyin Xia, Xinjun Ma, Zhiyuan Liu, Cheng Liu, Sen Zhao, Guoyin Wang

Graph Neural Networks (GNNs) have demonstrated significant achievements in processing graph data, yet scalability remains a substantial challenge. To address this, numerous graph coarsening methods have been developed. However, most existing coarsening methods are training-dependent, leading to lower efficiency, and they all require a predefined coarsening rate, lacking an adaptive approach. In this paper, we employ granular-ball computing to effectively compress graph data. We construct a coarsened graph network by iteratively splitting the graph into granular-balls based on a purity threshold and using these granular-balls as super vertices. This granulation process significantly reduces the size of the original graph, thereby greatly enhancing the training efficiency and scalability of GNNs. Additionally, our algorithm can adaptively perform splitting without requiring a predefined coarsening rate. Experimental results demonstrate that our method achieves accuracy comparable to training on the original graph. Noise injection experiments further indicate that our method exhibits robust performance. Moreover, our approach can reduce the graph size by up to 20 times without compromising test accuracy, substantially enhancing the scalability of GNNs.

📄 PDF Abstract BibTeX arXiv:2412.13842

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

Similar Papers 제목 키워드 기반

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

GBGC: Efficient and Adaptive Graph Coarsening via Granular-ball Computing

2025-06-24 · Shuyin Xia, Guan Wang, Gaojie Xu, Sen Zhao 외

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 so…

Global to Local: Topology-Preserving Adaptive Graph Pooling via Granular-Ball

2026-09-04 · Sen Zhao, Gaojie Xu, Shuyin Xia, Yifan Guan 외 arxiv

Graph pooling aims to compress the graph, including both node embeddings and their underlying topological patterns, into a more compact representation. Previous works focus primarily on the overly fine-grained representa…

Graph Classification

GBFRS: Robust Fuzzy Rough Sets via Granular-ball Computing

2025-01-30 · Shuyin Xia, Xiaoyu Lian, Binbin Sang, Guoyin Wang 외

Fuzzy rough set theory is effective for processing datasets with complex attributes, supported by a solid mathematical foundation and closely linked to kernel methods in machine learning. Attribute reduction algorithms a…

Attributefeature selection

Scalable Topology-Preserving Graph Coarsening: Concepts and Algorithms

2026-01-30 · Xiang Wu, Rong-Hua Li, Xunkai Li, Kangfei Zhao 외 arxiv

Graph coarsening reduces the size of a graph while preserving certain properties. Most existing methods preserve either spectral or spatial characteristics. Recent research shows that topology-preserving coarsening metho…

Node Classification