LGDec 18, 2024

GNN-Transformer Cooperative Architecture for Trustworthy Graph Contrastive Learning

arXiv:2412.16218v41 citationsh-index: 8AAAI
Originality Incremental advance
AI Analysis

This work addresses performance bottlenecks in graph contrastive learning for researchers and practitioners, though it appears incremental as it combines existing methods.

The paper tackles the issues of random augmentations disturbing graph semantics and GNNs suffering from over-smoothing and over-squashing in graph contrastive learning by proposing a GNN-Transformer cooperative architecture, achieving state-of-the-art performance on benchmark datasets.

Graph contrastive learning (GCL) has become a hot topic in the field of graph representation learning. In contrast to traditional supervised learning relying on a large number of labels, GCL exploits augmentation strategies to generate multiple views and positive/negative pairs, both of which greatly influence the performance. Unfortunately, commonly used random augmentations may disturb the underlying semantics of graphs. Moreover, traditional GNNs, a type of widely employed encoders in GCL, are inevitably confronted with over-smoothing and over-squashing problems. To address these issues, we propose GNN-Transformer Cooperative Architecture for Trustworthy Graph Contrastive Learning (GTCA), which inherits the advantages of both GNN and Transformer, incorporating graph topology to obtain comprehensive graph representations. Theoretical analysis verifies the trustworthiness of the proposed method. Extensive experiments on benchmark datasets demonstrate state-of-the-art empirical performance.

Code Implementations1 repo
Foundations

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

Your Notes