Cross-View Topology-Aware Graph Representation Learning
Ahmet Sami Korkmaz, Selim Coskunuzer, Md Joshem Uddin
TL;DR
<3-5 sentence high-level summary> GraphTCL addresses the limitation of GNNs in capturing global graph topology by introducing a dual-view framework that learns both structural embeddings from a GNN and topological embeddings from persistent homology. These two modalities are explicitly aligned in a shared latent space via a cross-view contrastive loss, while a simple linear classifier yields the final predictions. Empirical results on TU and OGB molecular benchmarks show consistent improvements over strong baselines, with ablations highlighting the key role of cross-view alignment and robustness to filtration choices. The work suggests topology-aware contrastive learning as a principled and practical approach to enhance graph representations without adding architectural complexity.
Abstract
Graph classification has gained significant attention due to its applications in chemistry, social networks, and bioinformatics. While Graph Neural Networks (GNNs) effectively capture local structural patterns, they often overlook global topological features that are critical for robust representation learning. In this work, we propose GraphTCL, a dual-view contrastive learning framework that integrates structural embeddings from GNNs with topological embeddings derived from persistent homology. By aligning these complementary views through a cross-view contrastive loss, our method enhances representation quality and improves classification performance. Extensive experiments on benchmark datasets, including TU and OGB molecular graphs, demonstrate that GraphTCL consistently outperforms state-of-the-art baselines. This study highlights the importance of topology-aware contrastive learning for advancing graph representation methods.
