GNN-Transformer Cooperative Architecture for Trustworthy Graph Contrastive Learning
Jianqing Liang, Xinkai Wei, Min Chen, Zhiqiang Wang, Jiye Liang
TL;DR
The paper tackles the sensitivity of graph contrastive learning to random augmentations and the limitations of conventional GNN encoders. It introduces GTCA, a GNN-Transformer cooperative architecture that combines a GCN encoder with NodeFormer and a topology-structure view to produce augmentation-free, trustworthy representations via a multi-positive contrastive loss with temperature $\tau$. Theoretical analysis supports the trustworthiness of GTCA, and experiments on five benchmarks show state-of-the-art node classification performance while reducing reliance on perturbing graph augmentations. This approach offers scalable, high-fidelity graph representations for downstream tasks by integrating topology and cross-view information through dual encoders and a novel sampling-laden loss.
Abstract
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.
