GCondenser: Benchmarking Graph Condensation
Yilun Liu, Ruihong Qiu, Zi Huang
TL;DR
GCondenser introduces the first large-scale benchmark for graph condensation, standardising the condensation-validation-evaluation workflow to enable fair, extensible comparisons across GC methods. It surveys gradient, distribution, trajectory, and eigenbasis matching paradigms, and provides a unified framework for initialization, learning, and validation using diverse validators. Through seven datasets and multiple backbones, the study demonstrates that proper hyperparameter tuning and validation can significantly boost condensed-graph quality, with trajectory and distribution approaches performing strongly on larger graphs, while structure-free methods remain competitive in many settings. The benchmark's open-source release and comprehensive evaluation enable practical assessment of GC methods for node classification and related tasks, supporting cross-architecture transferability and continual graph learning, and guiding future developments in GC research.
Abstract
Large-scale graphs are valuable for graph representation learning, yet the abundant data in these graphs hinders the efficiency of the training process. Graph condensation (GC) alleviates this issue by compressing the large graph into a significantly smaller one that still supports effective model training. Although recent research has introduced various approaches to improve the effectiveness of the condensed graph, comprehensive and practical evaluations across different GC methods are neglected. This paper proposes the first large-scale graph condensation benchmark, GCondenser, to holistically evaluate and compare mainstream GC methods. GCondenser includes a standardised GC paradigm, consisting of condensation, validation, and evaluation procedures, as well as enabling extensions to new GC methods and datasets. With GCondenser, a comprehensive performance study is conducted, presenting the effectiveness of existing methods. GCondenser is open-sourced and available at https://github.com/superallen13/GCondenser.
