paper-with-me

Papers

Signed Directed Graph Contrastive Learning with Laplacian Augmentation

2023-01-12 · Taewook Ko, Yoonhyuk Choi, Chong-Kwon Kim

Graph contrastive learning has become a powerful technique for several graph mining tasks. It learns discriminative representation from different perspectives of augmented graphs. Ubiquitous in our daily life, singed-directed graphs are the most complex and tricky to analyze among various graph types. That is why singed-directed graph contrastive learning has not been studied much yet, while there are many contrastive studies for unsigned and undirected. Thus, this paper proposes a novel signed-directed graph contrastive learning, SDGCL. It makes two different structurally perturbed graph views and gets node representations via magnetic Laplacian perturbation. We use a node-level contrastive loss to maximize the mutual information between the two graph views. The model is jointly learned with contrastive and supervised objectives. The graph encoder of SDGCL does not depend on social theories or predefined assumptions. Therefore it does not require finding triads or selecting neighbors to aggregate. It leverages only the edge signs and directions via magnetic Laplacian. To the best of our knowledge, it is the first to introduce magnetic Laplacian perturbation and signed spectral graph contrastive learning. The superiority of the proposed model is demonstrated through exhaustive experiments on four real-world datasets. SDGCL shows better performance than other state-of-the-art on four evaluation metrics.

📄 PDF Abstract BibTeX arXiv:2301.05163

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningGraph Mining

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Directed Graph Contrastive Learning

2021-12-01 · NeurIPS 2021 12 · Zekun Tong, Yuxuan Liang, Henghui Ding, Yongxing Dai 외

Graph Contrastive Learning (GCL) has emerged to learn generalizable representations from contrastive views. However, it is still in its infancy with two concerns: 1) changing the graph structure through data augmentation…

Contrastive LearningData Augmentation

Nonlinear Laplacians Improve Signed-Directed Graph Learning

2026-08-01 · Ali Parviz, Yuichi Yoshida arxiv

While signed-directed graphs have been studied using linear Laplacians in the design of graph neural networks, relatively little research has focused on developing non-linear Laplacian operators for such networks. We int…

Node ClassificationLink PredictionGraph Learning

MSGNN: A Spectral Graph Neural Network Based on a Novel Magnetic Signed Laplacian

2022-09-01 · Yixuan He, Michael Permultter, Gesine Reinert, Mihai Cucuringu

Signed and directed networks are ubiquitous in real-world applications. However, there has been relatively little work proposing spectral graph neural networks (GNNs) for such networks. Here we introduce a signed directe…

Graph Neural NetworkLink PredictionNode ClusteringStochastic Block Model+2

Consistency of augmentation graph and network approximability in contrastive learning

2025-02-06 · Chenghui Li, A. Martina Neuman

Contrastive learning leverages data augmentation to develop feature representation without relying on large labeled datasets. However, despite its empirical success, the theoretical foundations of contrastive learning re…

Contrastive LearningData Augmentation

Toward General Digraph Contrastive Learning: A Dual Spatial Perspective

2025-10-18 · Zhengyu Wu, Daohan Su, Yang Zhang, Xunkai Li 외 arxiv

Graph Contrastive Learning (GCL) has emerged as a powerful tool for extracting consistent representations from graphs, independent of labeled information. However, existing methods predominantly focus on undirected graph…

Contrastive LearningNode ClassificationLink Prediction