LGAIJan 12, 2023

Signed Directed Graph Contrastive Learning with Laplacian Augmentation

arXiv:2301.05163v13 citationsh-index: 5
Originality Incremental advance
AI Analysis

It addresses a gap in graph mining for signed-directed graphs, which are common in real-world applications like social networks, by providing a method that does not rely on social theories or predefined assumptions, though it is incremental as it adapts contrastive learning to a specific graph type.

The paper tackles the problem of learning representations for signed-directed graphs, which are complex and understudied, by proposing SDGCL, a novel contrastive learning method using magnetic Laplacian perturbation, and demonstrates its superiority with better performance than state-of-the-art methods on four real-world datasets across four evaluation metrics.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes