Graph Similarity

39 papers with code • 1 benchmarks • 3 datasets

This task has no description! Would you like to contribute one?

Most implemented papers

Multilevel Graph Matching Networks for Deep Graph Similarity Learning

kleincup/MGMN 8 Jul 2020

In particular, the proposed MGMN consists of a node-graph matching network for effectively learning cross-level interactions between each node of one graph and the other whole graph, and a siamese graph neural network to learn global-level interactions between two input graphs.

funcGNN: A Graph Neural Network Approach to Program Similarity

aravi11/funcGNN 26 Jul 2020

This study intends to examine the effectiveness of graph neural networks to estimate program similarity, by analysing the associated control flow graphs.

Semantic Graph Based Place Recognition for 3D Point Clouds

kxhit/SG_PR 26 Aug 2020

First, we propose a novel semantic graph representation for the point cloud scenes by reserving the semantic and topological information of the raw point cloud.

Image-to-Image Retrieval by Learning Similarity between Scene Graphs

swyoon/aaai2021-scene-graph-img-retr 29 Dec 2020

Based on this idea, we propose a novel approach for image-to-image retrieval using scene graph similarity measured by graph neural networks.

Towards Clustering-friendly Representations: Subspace Clustering via Graph Filtering

sckangz/STRR 18 Jun 2021

The success of subspace clustering depends on the assumption that the data can be separated into different subspaces.

clDice - A Novel Topology-Preserving Loss Function for Tubular Structure Segmentation

jocpae/clDice CVPR 2021

Accurate segmentation of tubular, network-like structures, such as vessels, neurons, or roads, is relevant to many fields of research.

Slow Learning and Fast Inference: Efficient Graph Similarity Computation via Knowledge Distillation

canqin001/efficient_graph_similarity_computation NeurIPS 2021

For slow learning of graph similarity, this paper proposes a novel early-fusion approach by designing a co-attention-based feature fusion network on multilevel GNN features.

Graph-wise Common Latent Factor Extraction for Unsupervised Graph Representation Learning

thilinicooray/deepgcfx 16 Dec 2021

Hence, this work proposes a new principle for unsupervised graph representation learning: Graph-wise Common latent Factor EXtraction (GCFX).

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

jindi-tju/CGMN 30 May 2022

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.

Beyond Supervised vs. Unsupervised: Representative Benchmarking and Analysis of Image Representation Learning

mgwillia/unsupervised-analysis CVPR 2022

In this paper, we compare methods using performance-based benchmarks such as linear evaluation, nearest neighbor classification, and clustering for several different datasets, demonstrating the lack of a clear front-runner within the current state-of-the-art.