Graph Self-Contrast Representation Learning
Minjie Chen, Yao Cheng, Ye Wang, Xiang Li, Ming Gao

TL;DR
GraphSC introduces a self-contrastive graph representation learning framework using only one positive and one negative sample, employing triplet loss and HSIC to improve efficiency and generalizability.
Contribution
It proposes a novel self-contrast framework with triplet loss and HSIC, eliminating the need for multiple negative samples and enhancing graph representation learning.
Findings
Outperforms 19 state-of-the-art methods in experiments.
Effective in both unsupervised and transfer learning settings.
Accelerates convergence by reducing absolute distance between anchor and positive.
Abstract
Graph contrastive learning (GCL) has recently emerged as a promising approach for graph representation learning. Some existing methods adopt the 1-vs-K scheme to construct one positive and K negative samples for each graph, but it is difficult to set K. For those methods that do not use negative samples, it is often necessary to add additional strategies to avoid model collapse, which could only alleviate the problem to some extent. All these drawbacks will undoubtedly have an adverse impact on the generalizability and efficiency of the model. In this paper, to address these issues, we propose a novel graph self-contrast framework GraphSC, which only uses one positive and one negative sample, and chooses triplet loss as the objective. Specifically, self-contrast has two implications. First, GraphSC generates both positive and negative views of a graph sample from the graph itself via…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks
MethodsContrastive Learning · Triplet Loss
