LGAIJul 23, 2024

Topology Reorganized Graph Contrastive Learning with Mitigating Semantic Drift

arXiv:2407.16726v17 citationsh-index: 2
Originality Incremental advance
AI Analysis

This work addresses issues in graph representation learning for researchers, offering incremental improvements over existing methods.

The paper tackles the problem of limited view diversity and semantic drift in graph contrastive learning by proposing two global topological augmentations and a prototype-based negative pair selection method, achieving state-of-the-art performance in various tasks.

Graph contrastive learning (GCL) is an effective paradigm for node representation learning in graphs. The key components hidden behind GCL are data augmentation and positive-negative pair selection. Typical data augmentations in GCL, such as uniform deletion of edges, are generally blind and resort to local perturbation, which is prone to producing under-diversity views. Additionally, there is a risk of making the augmented data traverse to other classes. Moreover, most methods always treat all other samples as negatives. Such a negative pairing naturally results in sampling bias and likewise may make the learned representation suffer from semantic drift. Therefore, to increase the diversity of the contrastive view, we propose two simple and effective global topological augmentations to compensate current GCL. One is to mine the semantic correlation between nodes in the feature space. The other is to utilize the algebraic properties of the adjacency matrix to characterize the topology by eigen-decomposition. With the help of both, we can retain important edges to build a better view. To reduce the risk of semantic drift, a prototype-based negative pair selection is further designed which can filter false negative samples. Extensive experiments on various tasks demonstrate the advantages of the model compared to the state-of-the-art methods.

Foundations

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

Your Notes