TL;DR
This paper introduces Prototypical Graph Contrastive Learning (PGCL), a novel method that improves unsupervised graph representation learning by addressing sampling bias through semantic clustering and prototype-based negative sampling.
Contribution
PGCL models semantic structures via clustering and uses prototype-based negative sampling with reweighting, significantly enhancing graph contrastive learning performance.
Findings
PGCL outperforms state-of-the-art methods on various benchmarks.
Semantic clustering reduces sampling bias in contrastive learning.
Prototype reweighting improves negative sample selection effectiveness.
Abstract
Graph-level representations are critical in various real-world applications, such as predicting the properties of molecules. But in practice, precise graph annotations are generally very expensive and time-consuming. To address this issue, graph contrastive learning constructs instance discrimination task which pulls together positive pairs (augmentation pairs of the same graph) and pushes away negative pairs (augmentation pairs of different graphs) for unsupervised representation learning. However, since for a query, its negatives are uniformly sampled from all graphs, existing methods suffer from the critical sampling bias issue, i.e., the negatives likely having the same semantic structure with the query, leading to performance degradation. To mitigate this sampling bias issue, in this paper, we propose a Prototypical Graph Contrastive Learning (PGCL) approach. Specifically, PGCL…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsContrastive Learning
