English

Scalable Graph Condensation with Evolving Capabilities

Machine Learning 2025-08-06 v2 Social and Information Networks

Abstract

The rapid growth of graph data creates significant scalability challenges as most graph algorithms scale quadratically with size. To mitigate these issues, Graph Condensation (GC) methods have been proposed to learn a small graph from a larger one, accelerating downstream tasks. However, existing approaches critically assume a static training set, which conflicts with the inherently dynamic and evolving nature of real-world graph data. This work introduces a novel framework for continual graph condensation, enabling efficient updates to the distilled graph that handle data streams without requiring costly retraining. This limitation leads to inefficiencies when condensing growing training sets. In this paper, we introduce GECC (\underline{G}raph \underline{E}volving \underline{C}lustering \underline{C}ondensation), a scalable graph condensation method designed to handle large-scale and evolving graph data. GECC employs a traceable and efficient approach by performing class-wise clustering on aggregated features. Furthermore, it can inherit previous condensation results as clustering centroids when the condensed graph expands, thereby attaining an evolving capability. This methodology is supported by robust theoretical foundations and demonstrates superior empirical performance. Comprehensive experiments including real world scenario show that GECC achieves better performance than most state-of-the-art graph condensation methods while delivering an around 1000×\times speedup on large datasets.

Keywords

Cite

@article{arxiv.2502.17614,
  title  = {Scalable Graph Condensation with Evolving Capabilities},
  author = {Shengbo Gong and Mohammad Hashemi and Juntong Ni and Carl Yang and Wei Jin},
  journal= {arXiv preprint arXiv:2502.17614},
  year   = {2025}
}

Comments

19 pages, 8 figures

R2 v1 2026-06-28T21:56:14.448Z