Self-Contrastive Graph Diffusion Network
Yixian Ma, Kun Zhan

TL;DR
The paper introduces SCGDN, a novel augmentation-free graph contrastive learning framework that effectively balances structural information and avoids common pitfalls like sampling bias and semantic drift, leading to superior performance.
Contribution
SCGDN is the first augmentation-free graph contrastive learning method that combines attentional and diffusion modules for improved embedding quality.
Findings
SCGDN outperforms existing contrastive and classical methods.
The framework effectively balances structure preservation and overfitting prevention.
Sampling strategies based on structure and features enhance discriminative power.
Abstract
Augmentation techniques and sampling strategies are crucial in contrastive learning, but in most existing works, augmentation techniques require careful design, and their sampling strategies can only capture a small amount of intrinsic supervision information. Additionally, the existing methods require complex designs to obtain two different representations of the data. To overcome these limitations, we propose a novel framework called the Self-Contrastive Graph Diffusion Network (SCGDN). Our framework consists of two main components: the Attentional Module (AttM) and the Diffusion Module (DiFM). AttM aggregates higher-order structure and feature information to get an excellent embedding, while DiFM balances the state of each node in the graph through Laplacian diffusion learning and allows the cooperative evolution of adjacency and feature information in the graph. Unlike existing…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and ELM · Domain Adaptation and Few-Shot Learning · Advanced Graph Neural Networks
MethodsDiffusion
