English

Explanation-Preserving Augmentation for Semi-Supervised Graph Representation Learning

Machine Learning 2025-11-18 v2

Abstract

Self-supervised graph representation learning (GRL) typically generates paired graph augmentations from each graph to infer similar representations for augmentations of the same graph, but distinguishable representations for different graphs. While effective augmentation requires both semantics-preservation and data-perturbation, most existing GRL methods focus solely on data-perturbation, leading to suboptimal solutions. To fill the gap, in this paper, we propose a novel method, Explanation-Preserving Augmentation (EPA), which leverages graph explanation for semantics-preservation. EPA first uses a small number of labels to train a graph explainer, which infers the subgraphs that explain the graph's label. Then these explanations are used for generating semantics-preserving augmentations for boosting self-supervised GRL. Thus, the entire process, namely EPA-GRL, is semi-supervised. We demonstrate theoretically, using an analytical example, and through extensive experiments on a variety of benchmark datasets, that EPA-GRL outperforms the state-of-the-art (SOTA) GRL methods that use semantics-agnostic augmentations. The code is available at https://github.com/realMoana/EPA-GRL.

Keywords

Cite

@article{arxiv.2410.12657,
  title  = {Explanation-Preserving Augmentation for Semi-Supervised Graph Representation Learning},
  author = {Zhuomin Chen and Jingchao Ni and Hojat Allah Salehi and Xu Zheng and Esteban Schafir and Farhad Shirani and Dongsheng Luo},
  journal= {arXiv preprint arXiv:2410.12657},
  year   = {2025}
}

Comments

Accepted to AAAI 2026. 23 pages, 10 figures, 10 tables

R2 v1 2026-06-28T19:24:22.665Z