paper-with-me

홈 › Papers

Rethinking and Accelerating Graph Condensation: A Training-Free Approach with Class Partition

2024-05-22 · Xinyi Gao, Guanhua Ye, Tong Chen, Wentao Zhang, Junliang Yu, Hongzhi Yin

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 iterative gradient computations. To overcome these issues, we propose a training-free GC framework termed Class-partitioned Graph Condensation (CGC), which refines the node distribution matching from the class-to-class paradigm into a novel class-to-node paradigm, transforming the GC optimization into a class partition problem which can be efficiently solved by any clustering methods. Moreover, CGC incorporates a pre-defined graph structure to enable a closed-form solution for condensed node features, eliminating the need for back-and-forth gradient descent in existing GC approaches. Extensive experiments demonstrate that CGC achieves an exceedingly efficient condensation process with advanced accuracy. Compared with the state-of-the-art GC methods, CGC condenses the Ogbn-products graph within 30 seconds, achieving a speedup ranging from $10^2$X to $10^4$X and increasing accuracy by up to 4.2%.

📄 PDF Abstract BibTeX arXiv:2405.13707

Code (1)

xygaog/cgc 공식 구현 pytorch

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Towards Pre-trained Graph Condensation via Optimal Transport

2025-09-18 · Yeyu Yan, Shuai Zheng, Wenjun Hui, Xiangkai Zhu 외 arxiv

Graph condensation (GC) aims to distill the original graph into a small-scale graph, mitigating redundancy and accelerating GNN training. However, conventional GC approaches heavily rely on rigid GNNs and task-specific s…

Training-free Heterogeneous Graph Condensation via Data Selection

2024-12-20 · Yuxuan Liang, Wentao Zhang, Xinyi Gao, Ling Yang 외

Efficient training of large-scale heterogeneous graphs is of paramount importance in real-world applications. However, existing approaches typically explore simplified models to mitigate resource and time overhead, negle…

Graph Generation

Structure-free Graph Condensation: From Large-scale Graphs to Condensed Graph-free Data

2023-06-05 · NeurIPS 2023 11 · Xin Zheng, Miao Zhang, Chunyang Chen, Quoc Viet Hung Nguyen 외

Graph condensation, which reduces the size of a large-scale graph by synthesizing a small-scale condensed graph as its substitution, has immediate benefits for various graph learning tasks. However, existing graph conden…

Graph Learning

Fast Graph Condensation with Structure-based Neural Tangent Kernel

2023-10-17 · Lin Wang, Wenqi Fan, Jiatong Li, Yao Ma 외

The rapid development of Internet technology has given rise to a vast amount of graph-structured data. Graph Neural Networks (GNNs), as an effective method for various graph mining tasks, incurs substantial computational…

Dataset CondensationGraph Mining

Bonsai: Gradient-free Graph Condensation for Node Classification

2024-10-23 · Mridul Gupta, Samyak Jain, Vansh Ramani, Hariprasad Kodamana 외

Graph condensation has emerged as a promising avenue to enable scalable training of GNNs by compressing the training dataset while preserving essential graph characteristics. Our study uncovers significant shortcomings i…

ClassificationNode Classification