Single-View Graph Contrastive Learning with Soft Neighborhood Awareness
Qingqiang Sun, Chaoqi Chen, Ziyue Qiao, Xubin Zheng, Kai Wang

TL;DR
SIGNA introduces a single-view graph contrastive learning framework that uses soft neighborhood awareness and a novel divergence estimator to outperform existing methods, reduce complexity, and speed up inference.
Contribution
The paper presents a novel single-view GCL framework with soft neighborhood awareness and a divergence estimator, reducing reliance on complex augmentations and enabling faster inference.
Findings
Outperforms existing methods by up to 21.74% on node-level tasks.
Enables use of MLPs instead of GCNs, speeding inference by up to 331 times.
Demonstrates effectiveness across diverse node-level tasks.
Abstract
Most graph contrastive learning (GCL) methods heavily rely on cross-view contrast, thus facing several concomitant challenges, such as the complexity of designing effective augmentations, the potential for information loss between views, and increased computational costs. To mitigate reliance on cross-view contrasts, we propose \ttt{SIGNA}, a novel single-view graph contrastive learning framework. Regarding the inconsistency between structural connection and semantic similarity of neighborhoods, we resort to soft neighborhood awareness for GCL. Specifically, we leverage dropout to obtain structurally-related yet randomly-noised embedding pairs for neighbors, which serve as potential positive samples. At each epoch, the role of partial neighbors is switched from positive to negative, leading to probabilistic neighborhood contrastive learning effect. Furthermore, we propose a normalized…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Domain Adaptation and Few-Shot Learning · Face and Expression Recognition
MethodsADaptive gradient method with the OPTimal convergence rate · Contrastive Learning · Dropout
