Pith. sign in

REVIEW 2 cited by

Localized Contrastive Learning on Graphs

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2212.04604 v1 pith:VX6STISZ submitted 2022-12-08 cs.LG

Localized Contrastive Learning on Graphs

classification cs.LG
keywords contrastivelearninggraphgraphslocal-gclnodecomplexitydata
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Contrastive learning methods based on InfoNCE loss are popular in node representation learning tasks on graph-structured data. However, its reliance on data augmentation and its quadratic computational complexity might lead to inconsistency and inefficiency problems. To mitigate these limitations, in this paper, we introduce a simple yet effective contrastive model named Localized Graph Contrastive Learning (Local-GCL in short). Local-GCL consists of two key designs: 1) We fabricate the positive examples for each node directly using its first-order neighbors, which frees our method from the reliance on carefully-designed graph augmentations; 2) To improve the efficiency of contrastive learning on graphs, we devise a kernelized contrastive loss, which could be approximately computed in linear time and space complexity with respect to the graph size. We provide theoretical analysis to justify the effectiveness and rationality of the proposed methods. Experiments on various datasets with different scales and properties demonstrate that in spite of its simplicity, Local-GCL achieves quite competitive performance in self-supervised node representation learning tasks on graphs with various scales and properties.

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. Adaptive Multi-view Graph Contrastive Learning via Fractional-order Neural Diffusion Networks

    cs.LG 2025-11 unverdicted novelty 7.0

    A new multi-view graph contrastive learning method generates adaptive views via learnable fractional-order diffusion dynamics instead of manual augmentations and outperforms prior baselines.

  2. Revisiting Positive Samples in Graph Contrastive Learning: From the Perspective of Message Passing

    cs.LG 2026-06 unverdicted novelty 5.0

    Message passing trivializes positive sample maximization in GCL via Dirichlet energy smoothing; SPGCL mitigates this by propagating only high-energy features and using low-energy ones for positive sampling.