pith. sign in

arxiv: 2403.02719 · v3 · pith:Z54T3ZIHnew · submitted 2024-03-05 · 💻 cs.AI

Multi-Scale Subgraph Contrastive Learning

classification 💻 cs.AI
keywords graphaugmentedcontrastivemulti-scalelearningsemanticstructuresubgraph
0
0 comments X
read the original abstract

Graph-level contrastive learning, aiming to learn the representations for each graph by contrasting two augmented graphs, has attracted considerable attention. Previous studies usually simply assume that a graph and its augmented graph as a positive pair, otherwise as a negative pair. However, it is well known that graph structure is always complex and multi-scale, which gives rise to a fundamental question: after graph augmentation, will the previous assumption still hold in reality? By an experimental analysis, we discover the semantic information of an augmented graph structure may be not consistent as original graph structure, and whether two augmented graphs are positive or negative pairs is highly related with the multi-scale structures. Based on this finding, we propose a multi-scale subgraph contrastive learning architecture which is able to characterize the fine-grained semantic information. Specifically, we generate global and local views at different scales based on subgraph sampling, and construct multiple contrastive relationships according to their semantic associations to provide richer self-supervised signals. Extensive experiments and parametric analyzes on eight graph classification real-world datasets well demonstrate the effectiveness of the proposed method.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Graph self-supervised learning based on frequency corruption

    cs.LG 2026-04 unverdicted novelty 6.0

    FC-GSSL improves graph SSL by generating high-frequency biased corrupted graphs via low-frequency contribution-based corruption, reconstructing low-frequency features in an autoencoder, and aligning multi-view represe...

  2. Graph Data Augmentation with Contrastive Learning on Covariate Distribution Shift

    cs.LG 2025-11 unverdicted novelty 4.0

    MPAIACL applies contrastive learning to generate adversarial invariant augmentations that improve GNN generalization under covariate shifts on graphs.