LGDec 13, 2022

Coarse-to-Fine Contrastive Learning on Graphs

arXiv:2212.06423v15 citationsh-index: 72
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in graph contrastive learning by integrating ranking-based insights, representing an incremental improvement over existing methods.

The paper tackles the problem of incorporating prior information about graph augmentation perturbations into contrastive learning for node representation learning, resulting in a method that outperforms supervised and unsupervised models on benchmark datasets.

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 of learning to rank (L2R), which inspires us to leverage the ranking order among positive augmented views. Meanwhile, we introduce a self-ranking paradigm to ensure that the discriminative information among different nodes can be maintained and also be less altered to the perturbations of different degrees. Experiment results on various benchmark datasets verify the effectiveness of our algorithm compared with the supervised and unsupervised models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes