Rethinking and Accelerating Graph Condensation: A Training-Free Approach with Class Partition
Xinyi Gao, Guanhua Ye, Tong Chen, Wentao Zhang, Junliang Yu, Hongzhi, Yin

TL;DR
This paper introduces a training-free graph condensation method called CGC that uses class partitioning and clustering to efficiently create small, informative graphs for GNN training, significantly reducing computation time and improving accuracy.
Contribution
The paper proposes a novel training-free graph condensation framework that transforms the optimization into a class partition problem, eliminating iterative training and achieving faster, more accurate graph condensation.
Findings
CGC condenses large graphs within 30 seconds.
CGC achieves 100-10,000x speedup over state-of-the-art methods.
CGC improves condensation accuracy by up to 4.2%.
Abstract
The increasing prevalence of large-scale graphs poses a significant challenge for graph neural network training, attributed to their substantial computational requirements. In response, graph condensation (GC) emerges as a promising data-centric solution aiming to substitute the large graph with a small yet informative condensed graph to facilitate data-efficient GNN training. However, existing GC methods suffer from intricate optimization processes, necessitating excessive computing resources and training time. In this paper, we revisit existing GC optimization strategies and identify two pervasive issues therein: (1) various GC optimization strategies converge to coarse-grained class-level node feature matching between the original and condensed graphs; (2) existing GC methods rely on a Siamese graph network architecture that requires time-consuming bi-level optimization with…
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
TopicsMachine Learning and Data Classification · Text and Document Classification Technologies · Advanced Graph Neural Networks
MethodsGraph Neural Network
