paper-with-me

홈 › Papers

SPGCL: Simple yet Powerful Graph Contrastive Learning via SVD-Guided Structural Perturbation

2026-01-20 · Hao Deng, Zhang Guo, Shuiping Gou, Bo Liu arxiv

Graph Neural Networks (GNNs) are sensitive to structural noise from adversarial attacks or imperfections. Existing graph contrastive learning (GCL) methods typically rely on either random perturbations (e.g., edge dropping) for diversity or spectral augmentations (e.g., SVD) to preserve structural priors. However, random perturbations are structure-agnostic and may remove critical edges, while SVD-based views often lack sufficient diversity. Integrating these paradigms is challenging as they operate on discrete edge removal and continuous matrix factorization, respectively.We propose SPGCL, a framework for robust GCL via SVD-guided structural perturbation. Leveraging a recently developed SVD-based method that generalizes structural perturbation theory to arbitrary graphs, we design a two-stage strategy: (1) lightweight stochastic edge removal to inject diversity, and (2) truncated SVD to derive a structure-aware scoring matrix for sparse top-$P$ edge recovery. This integration offers three advantages: (1) Robustness to accidental deletion, as important edges can be recovered by SVD-guided scoring; (2) Enrichment with missing links, creating more informative contrastive views by introducing semantically meaningful edges; and (3) Controllable structural discrepancy, ensuring contrastive signals stem from semantic differences rather than edge-number gaps.Furthermore, we incorporate a contrastive fusion module with a global similarity constraint to align embeddings. Extensive experiments on ten benchmark datasets demonstrate that SPGCL consistently improves the robustness and accuracy of GNNs, outperforming state-of-the-art GCL and structure learning methods, validating its effectiveness in integrating previously disparate paradigms.

📄 PDF Abstract BibTeX arXiv:2602.00064

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive Learning

Similar Papers 제목 키워드 기반

Revisiting Positive Samples in Graph Contrastive Learning: From the Perspective of Message Passing

2026-06-09 · Lianze Shan, Ningchong Wang, Jitao Zhao, Di Jin 외 arxiv

Graph Contrastive Learning (GCL), which trains graph encoders by maximizing similarity between positive samples and minimizing it between negative ones, has emerged as a mainstream graph pre-training paradigm. It is wide…

Contrastive Learning

Cluster-guided Contrastive Class-imbalanced Graph Classification

2024-12-17 · Wei Ju, Zhengyang Mao, Siyu Yi, Yifang Qin 외

This paper studies the problem of class-imbalanced graph classification, which aims at effectively classifying the graph categories in scenarios with imbalanced class distributions. While graph neural networks (GNNs) hav…

ClassificationContrastive LearningGraph Classification

LightGCL: Simple Yet Effective Graph Contrastive Learning for Recommendation

2023-02-16 · Xuheng Cai, Chao Huang, Lianghao Xia, Xubin Ren

Graph neural network (GNN) is a powerful learning approach for graph-based recommender systems. Recently, GNNs integrated with contrastive learning have shown superior performance in recommendation with their data augmen…

Contrastive LearningData AugmentationGraph Neural NetworkRecommendation Systems

StructComp: Substituting Propagation with Structural Compression in Training Graph Contrastive Learning

2023-12-08 · Shengzhong Zhang, Wenjie Yang, Xinyuan Cao, Hongwei Zhang 외

Graph contrastive learning (GCL) has become a powerful tool for learning graph data, but its scalability remains a significant challenge. In this work, we propose a simple yet effective training framework called Structur…

Contrastive Learning

BatchSampler: Sampling Mini-Batches for Contrastive Learning in Vision, Language, and Graphs

2023-06-06 · Zhen Yang, Tinglin Huang, Ming Ding, Yuxiao Dong 외

In-Batch contrastive learning is a state-of-the-art self-supervised method that brings semantically-similar instances close while pushing dissimilar instances apart within a mini-batch. Its key to success is the negative…

Contrastive LearningSTS