paper-with-me

홈 › Papers

CGMN: A Contrastive Graph Matching Network for Self-Supervised Graph Similarity Learning

2022-05-30 · Di Jin, Luzhi Wang, Yizhen Zheng, Xiang Li, Fei Jiang, Wei Lin, Shirui Pan

Graph similarity learning refers to calculating the similarity score between two graphs, which is required in many realistic applications, such as visual tracking, graph classification, and collaborative filtering. As most of the existing graph neural networks yield effective graph representations of a single graph, little effort has been made for jointly learning two graph representations and calculating their similarity score. In addition, existing unsupervised graph similarity learning methods are mainly clustering-based, which ignores the valuable information embodied in graph pairs. To this end, we propose a contrastive graph matching network (CGMN) for self-supervised graph similarity learning in order to calculate the similarity between any two input graph objects. Specifically, we generate two augmented views for each graph in a pair respectively. Then, we employ two strategies, namely cross-view interaction and cross-graph interaction, for effective node representation learning. The former is resorted to strengthen the consistency of node representations in two views. The latter is utilized to identify node differences between different graphs. Finally, we transform node representations into graph-level representations via pooling operations for graph similarity computation. We have evaluated CGMN on eight real-world datasets, and the experiment results show that the proposed new approach is superior to the state-of-the-art methods in graph similarity learning downstream tasks.

📄 PDF Abstract BibTeX arXiv:2205.15083

Code (1)

jindi-tju/CGMN 공식 구현 pytorch

Tasks

Collaborative FilteringGraph ClassificationGraph MatchingGraph SimilarityRepresentation LearningVisual Tracking

Similar Papers 제목 키워드 기반

Contrastive General Graph Matching with Adaptive Augmentation Sampling

2024-06-25 · Jianyuan Bo, Yuan Fang

Graph matching has important applications in pattern recognition and beyond. Current approaches predominantly adopt supervised learning, demanding extensive labeled data which can be limited or costly. Meanwhile, self-su…

Contrastive LearningGraph MatchingSelf-Supervised Learning

HCGMNET: A Hierarchical Change Guiding Map Network For Change Detection

2023-02-21 · Chengxi Han, Chen Wu, Bo Du

Very-high-resolution (VHR) remote sensing (RS) image change detection (CD) has been a challenging task for its very rich spatial information and sample imbalance problem. In this paper, we have proposed a hierarchical ch…

Change Detection

Self-Supervised Any-Point Tracking by Contrastive Random Walks

2024-09-24 · Ayush Shrivastava, Andrew Owens

We present a simple, self-supervised approach to the Tracking Any Point (TAP) problem. We train a global matching transformer to find cycle consistent tracks through video via contrastive random walks, using the transfor…

Contrastive LearningData AugmentationPoint Tracking

Motifs-based Recommender System via Hypergraph Convolution and Contrastive Learning

2021-09-02 · Yundong Sun, Dongjie Zhu, Haiwen Du, Zhaoshuo Tian

Recently, leveraging different channels to model social semantic information and using self-supervised learning tasks to boost recommendation performance has been proven to be a very promising work. However, how to deepl…

Contrastive LearningRecommendation SystemsSelf-Supervised Learning

Self-Supervised Learning of Object Segmentation from Unlabeled RGB-D Videos

2023-04-09 · Shiyang Lu, Yunfu Deng, Abdeslam Boularias, Kostas Bekris

This work proposes a self-supervised learning system for segmenting rigid objects in RGB images. The proposed pipeline is trained on unlabeled RGB-D videos of static objects, which can be captured with a camera carried b…

Contrastive LearningGraph MatchingObjectPoint Cloud Registration+2