English

GraphSculptor: Sculpting Pre-training Coreset for Graph Self-supervised Learning

Machine Learning 2026-05-05 v1 Artificial Intelligence

Abstract

Graph self-supervised learning typically relies on large-scale unlabeled datasets, heavily inflating computational costs. However, empirical evidence suggests that these datasets contain substantial redundancy-our analysis reveals that uniformly subsampling 50% of graphs retains over 96% of downstream performance. To exploit this redundancy, we introduce GraphSculptor for pre-training coreset construction. Unlike methods dependent on additional training-time signals or limited solely to topological statistics, GraphSculptor provides a label-free solution that constructs coresets via two complementary perspectives: intrinsic structure and contextual semantics. Concretely, structural diversity is quantified using intrinsic graph statistics, yielding a structural feature vector for each graph, while semantic diversity is captured by utilizing a pre-trained language model to encode descriptions generated via graph-to-text. GraphSculptor integrates these signals into a unified metric space and performs cluster-aware selection to preserve joint structural-semantic diversity. We further derive a theoretical bound on the loss gap between coreset and full-data pre-training, offering theoretical motivation for our selection formulation. Extensive experiments demonstrate that GraphSculptor effectively sculpts the dataset: a 10% coreset achieves 99.6% of full-data performance while reducing pre-training time by nearly 90%, offering a scalable solution for data-efficient graph pre-training.

Keywords

Cite

@article{arxiv.2605.01310,
  title  = {GraphSculptor: Sculpting Pre-training Coreset for Graph Self-supervised Learning},
  author = {Chuang Liu and Zelin Yao and Xueqi Ma and Luzhi Wang and Mukun Chen and Pinghua Xu and Wenbin Hu},
  journal= {arXiv preprint arXiv:2605.01310},
  year   = {2026}
}

Comments

9 pages, 5 figures, Accepted by IJCAI 2026

R2 v1 2026-07-01T12:46:26.024Z