Adaptive Multi-view Graph Contrastive Learning via Fractional-order Neural Diffusion Networks
Yanan Zhao, Feng Ji, Jingyang Dai, Jiaze Ma, Keyue Jiang, Kai Zhao, Wee Peng Tay
TL;DR
The paper addresses the limitation of fixed handcrafted views in graph contrastive learning by introducing FD-MVGCL, an augmentation-free framework that uses fractional-order diffusion to generate a continuum of views parameterized by the order $α ∈ (0,1]$ with $α$ learned end-to-end. Each view is produced by a dedicated fractional differential equation encoder, and a simple consecutive-view cosine loss aligns neighboring views while regularization and an adaptive view learning algorithm AVLA prevent collapse and reduce redundancy. The authors provide theoretical insights into the distinctness of embeddings across diffusion scales and establish stability bounds under perturbations. Empirically, FD-MVGCL achieves state-of-the-art or competitive results across both homophilic and heterophilic graphs and demonstrates robustness against various adversarial attacks, validating the practicality of multi-scale diffusion based contrastive learning on graphs.
Abstract
Graph contrastive learning (GCL) learns node and graph representations by contrasting multiple views of the same graph. Existing methods typically rely on fixed, handcrafted views-usually a local and a global perspective, which limits their ability to capture multi-scale structural patterns. We present an augmentation-free, multi-view GCL framework grounded in fractional-order continuous dynamics. By varying the fractional derivative order $α\in (0,1]$, our encoders produce a continuous spectrum of views: small $α$ yields localized features, while large $α$ induces broader, global aggregation. We treat $α$ as a learnable parameter so the model can adapt diffusion scales to the data and automatically discover informative views. This principled approach generates diverse, complementary representations without manual augmentations. Extensive experiments on standard benchmarks demonstrate that our method produces more robust and expressive embeddings and outperforms state-of-the-art GCL baselines.
