paper-with-me

홈 › Papers

Deformable Graph Matching

2013-06-01 · CVPR 2013 6 · Feng Zhou, Fernando de la Torre

Graph matching (GM) is a fundamental problem in computer science, and it has been successfully applied to many problems in computer vision. Although widely used, existing GM algorithms cannot incorporate global consistence among nodes, which is a natural constraint in computer vision problems. This paper proposes deformable graph matching (DGM), an extension of GM for matching graphs subject to global rigid and non-rigid geometric constraints. The key idea of this work is a new factorization of the pair-wise affinity matrix. This factorization decouples the affinity matrix into the local structure of each graph and the pair-wise affinity edges. Besides the ability to incorporate global geometric transformations, this factorization offers three more benefits. First, there is no need to compute the costly (in space and time) pair-wise affinity matrix. Second, it provides a unified view of many GM methods and extends the standard iterative closest point algorithm. Third, it allows to use the path-following optimization algorithm that leads to improved optimization strategies and matching performance. Experimental results on synthetic and real databases illustrate how DGM outperforms state-of-the-art algorithms for GM. The code is available at http://humansensing.cs.cmu.edu/fgm .

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Matching

Similar Papers 제목 키워드 기반

Deformable Spatial Pyramid Matching for Fast Dense Correspondences

2013-06-01 · CVPR 2013 6 · Jaechul Kim, Ce Liu, Fei Sha, Kristen Grauman

We introduce a fast deformable spatial pyramid (DSP) matching algorithm for computing dense pixel correspondences. Dense matching methods typically enforce both appearance agreement between matched pixels as well as geom…

DTM: Deformable Template Matching

2016-04-12 · Hyungtae Lee, Heesung Kwon, Ryan M. Robinson, William D. Nothwang

A novel template matching algorithm that can incorporate the concept of deformable parts, is presented in this paper. Unlike the deformable part model (DPM) employed in object recognition, the proposed template-matching …

Object RecognitionTemplate Matching

Deformable Surface Tracking by Graph Matching

2019-10-01 · ICCV 2019 10 · Tao Wang, Haibin Ling, Congyan Lang, Songhe Feng 외

This paper addresses the problem of deformable surface tracking from monocular images. Specifically, we propose a graph-based approach that effectively explores the structure information of the surface to enhance trackin…

Graph Matching

Joint Deep Multi-Graph Matching and 3D Geometry Learning from Inhomogeneous 2D Image Collections

2021-03-31 · Zhenzhang Ye, Tarun Yenamandra, Florian Bernard, Daniel Cremers

Graph matching aims to establish correspondences between vertices of graphs such that both the node and edge attributes agree. Various learning-based methods were recently proposed for finding correspondences between ima…

3D geometryGraph Matching

Deformable Object Matching via Deformation Decomposition based 2D Label MRF

2014-06-01 · CVPR 2014 6 · Kangwei Liu, Junge Zhang, Kaiqi Huang, Tieniu Tan

Deformable object matching, which is also called elastic matching or deformation matching, is an important and challenging problem in computer vision. Although numerous deformation models have been proposed in different …