All Projects → wangfudong → FRGM

wangfudong / FRGM

Licence: GPL-3.0 License
a functional representation for graph matching

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to FRGM

vf3lib
VF3 Algorithm - The fastest algorithm to solve subgraph isomorphism on large and dense graphs
Stars: ✭ 58 (+163.64%)
Mutual labels:  graph-matching
hypergraph-matching
Code of the paper "Game theoretic hypergraph matching for multi-source image correspondences". [论文代码] 超图匹配和多源图像特征点匹配。
Stars: ✭ 45 (+104.55%)
Mutual labels:  graph-matching
kaliningraph
🕸️ Graphs, finite fields and discrete dynamical systems in Kotlin
Stars: ✭ 62 (+181.82%)
Mutual labels:  graph-matching
ThinkMatch
Code & pretrained models of novel deep graph matching methods.
Stars: ✭ 639 (+2804.55%)
Mutual labels:  graph-matching
REGAL
Representation learning-based graph alignment based on implicit matrix factorization and structural embeddings
Stars: ✭ 78 (+254.55%)
Mutual labels:  graph-matching
LayoutGMN-pytorch
Pytorch implementation of LayoutGMN.
Stars: ✭ 30 (+36.36%)
Mutual labels:  graph-matching

A Functional Representation for Graph Matching

The implementation of our work FRGM ([project page] [TPAMI]).

Introduction

This work presents a functional representation for graph matching (FRGM). From the functional representation perspective, the matching between graphs can be reformulated as a linear functional between the function spaces of graphs for general graph matching. Moreover, the linear functional representation map can be viewed as a new parameterization for Euclidean graph matching, which allows us to estimate the geometric parameters and correspondence matrix simultaneously.

Usage

The structure is organized as follows:

your_dir/
  -3rd_party
  -data
  -FRGM-D
  -FRGM-E
  -FRGM-G
  -GM_methods
  -PR_methods

The 3rd_party consists of some dependent codes (Shape Context, geodesic, linear assignment, etc) and can be downlowed here. The data can be downloaded here.

The GM_methods and PR_methods consists of the implementations of the compared methods on general graph matching and Euclidean graph matching with geometric deformations, respectively.

Sometimes the server storing the resources above may be unaccessible, you can also download them from Google Drive or our new work ZAC.

Citation

If you find our work useful in your research, please consider citing:

@ARTICLE{FRGM, 
author={Fudong Wang and Nan Xue and Yipeng Zhang and Gui-Song Xia and Marcello Pelillo}, 
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence}, 
title={A Functional Representation for Graph Matching}, 
year={2019}, 
volume={}, 
number={}, 
pages={1-1}, 
doi={10.1109/TPAMI.2019.2919308}, 
ISSN={0162-8828}, 
month={},}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].