Coarse-to-Fine Contrastive Learning on Graphs
Peiyao Zhao, Yuangang Pan, Xin Li, Xu Chen, Ivor W. Tsang, and Lejian, Liao

TL;DR
This paper introduces a novel coarse-to-fine contrastive learning framework for graphs that incorporates prior information through a ranking-based approach, improving node representation learning under various perturbations.
Contribution
It interprets contrastive learning as a learning-to-rank problem and proposes a self-ranking paradigm to preserve discriminative node information amid graph perturbations.
Findings
Outperforms existing methods on benchmark datasets
Effectively maintains node discrimination under perturbations
Demonstrates robustness of the ranking-based approach
Abstract
Inspired by the impressive success of contrastive learning (CL), a variety of graph augmentation strategies have been employed to learn node representations in a self-supervised manner. Existing methods construct the contrastive samples by adding perturbations to the graph structure or node attributes. Although impressive results are achieved, it is rather blind to the wealth of prior information assumed: with the increase of the perturbation degree applied on the original graph, 1) the similarity between the original graph and the generated augmented graph gradually decreases; 2) the discrimination between all nodes within each augmented view gradually increases. In this paper, we argue that both such prior information can be incorporated (differently) into the contrastive learning paradigm following our general ranking framework. In particular, we first interpret CL as a special case…
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
