paper-with-me

Papers

Revisiting Graph Contrastive Learning from the Perspective of Graph Spectrum

2022-10-05 · Nian Liu, Xiao Wang, Deyu Bo, Chuan Shi, Jian Pei

Graph Contrastive Learning (GCL), learning the node representations by augmenting graphs, has attracted considerable attentions. Despite the proliferation of various graph augmentation strategies, some fundamental questions still remain unclear: what information is essentially encoded into the learned representations by GCL? Are there some general graph augmentation rules behind different augmentations? If so, what are they and what insights can they bring? In this paper, we answer these questions by establishing the connection between GCL and graph spectrum. By an experimental investigation in spectral domain, we firstly find the General grAph augMEntation (GAME) rule for GCL, i.e., the difference of the high-frequency parts between two augmented graphs should be larger than that of low-frequency parts. This rule reveals the fundamental principle to revisit the current graph augmentations and design new effective graph augmentations. Then we theoretically prove that GCL is able to learn the invariance information by contrastive invariance theorem, together with our GAME rule, for the first time, we uncover that the learned representations by GCL essentially encode the low-frequency information, which explains why GCL works. Guided by this rule, we propose a spectral graph contrastive learning module (SpCo), which is a general and GCL-friendly plug-in. We combine it with different existing GCL models, and extensive experiments well demonstrate that it can further improve the performances of a wide variety of different GCL methods.

📄 PDF Abstract BibTeX arXiv:2210.02330

Code (1)

liun-online/spco 공식 구현 pytorch

Tasks

Contrastive Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Revisiting Multimodal Emotion Recognition in Conversation from the Perspective of Graph Spectrum

2024-04-27 · Tao Meng, FuChen Zhang, Yuntao Shou, Wei Ai 외

Efficiently capturing consistent and complementary semantic features in a multimodal conversation context is crucial for Multimodal Emotion Recognition in Conversation (MERC). Existing methods mainly use graph structures…

Contrastive LearningEmotion RecognitionEmotion Recognition in ConversationMultimodal Emotion Recognition+1

Revisiting Graph Contrastive Learning for Anomaly Detection

2023-05-04 · Zhiyuan Liu, Chunjie Cao, Fangjian Tao, Jingzhang Sun

Combining Graph neural networks (GNNs) with contrastive learning for anomaly detection has drawn rising attention recently. Existing graph contrastive anomaly detection (GCAD) methods have primarily focused on improving …

Anomaly DetectionAttributeContrastive Learning

Revisiting Modularity Maximization for Graph Clustering: A Contrastive Learning Perspective

2024-06-20 · Yunfei Liu, Jintang Li, Yuehe Chen, Ruofan Wu 외

Graph clustering, a fundamental and challenging task in graph mining, aims to classify nodes in a graph into several disjoint clusters. In recent years, graph contrastive learning (GCL) has emerged as a dominant line of …

ClusteringCommunity DetectionContrastive LearningGraph Clustering+1

Revisiting and Benchmarking Graph Autoencoders: A Contrastive Learning Perspective

2024-10-14 · Jintang Li, Ruofan Wu, Yuchang Zhu, Huizhe Zhang 외

Graph autoencoders (GAEs) are self-supervised learning models that can learn meaningful representations of graph-structured data by reconstructing the input graph from a low-dimensional latent space. Over the past few ye…

BenchmarkingContrastive LearningSelf-Supervised Learning

Revisiting Graph-Based Fraud Detection in Sight of Heterophily and Spectrum

2023-12-11 · Fan Xu, Nan Wang, Hao Wu, Xuezhi Wen 외

Graph-based fraud detection (GFD) can be regarded as a challenging semi-supervised node binary classification task. In recent years, Graph Neural Networks (GNN) have been widely applied to GFD, characterizing the anomalo…

Binary ClassificationFraud Detection