Factorized Graph Matching
Feng Zhou,Fernando De la Torre +1 more
251
TL;DR: Factorized graph matching (FGM) is proposed, which factorizes the large pairwise affinity matrix into smaller matrices that encode the local structure of each graph and the Pairwise affinity between edges and four are the benefits that follow.
read more
Abstract: Graph matching (GM) is a fundamental problem in computer science, and it plays a central role to solve correspondence problems in computer vision. GM problems that incorporate pairwise constraints can be formulated as a quadratic assignment problem (QAP). Although widely used, solving the correspondence problem through GM has two main limitations: (1) the QAP is NP-hard and difficult to approximate; (2) GM algorithms do not incorporate geometric constraints between nodes that are natural in computer vision problems. To address aforementioned problems, this paper proposes factorized graph matching (FGM). FGM factorizes the large pairwise affinity matrix into smaller matrices that encode the local structure of each graph and the pairwise affinity between edges. Four are the benefits that follow from this factorization: (1) There is no need to compute the costly (in space and time) pairwise affinity matrix; (2) The factorization allows the use of a path-following optimization algorithm, that leads to improved optimization strategies and matching performance; (3) Given the factorization, it becomes straight-forward to incorporate geometric transformations (rigid and non-rigid) to the GM problem. (4) Using a matrix formulation for the GM problem and the factorization, it is easy to reveal commonalities and differences between different GM methods. The factorization also provides a clean connection with other matching algorithms such as iterative closest point; Experimental results on synthetic and real databases illustrate how FGM outperforms state-of-the-art algorithms for GM. The code is available at http://humansensing.cs.cmu.edu/fgm .
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Image Matching from Handcrafted to Deep Features: A Survey
TL;DR: This survey introduces feature detection, description, and matching techniques from handcrafted methods to trainable ones and provides an analysis of the development of these methods in theory and practice, and briefly introduces several typical image matching-based applications.
Deep Learning of Graph Matching
Andrei Zanfir,Cristian Sminchisescu +1 more
- 17 Dec 2018
TL;DR: This work presents an end-to-end model that makes it possible to learn all parameters of the graph matching process, including the unary and pairwise node neighborhoods, represented as deep feature extraction hierarchies.
Factorized Graph Matching
Feng Zhou,Fernando De la Torre +1 more
TL;DR: Factorized graph matching (FGM) is proposed, which factorizes the large pairwise affinity matrix into smaller matrices that encode the local structure of each graph and the Pairwise affinity between edges and four are the benefits that follow.
252
•Posted Content
SOSNet: Second Order Similarity Regularization for Local Descriptor Learning
TL;DR: In this article, a Second Order Similarity Regularization (SOSR) was proposed for learning local descriptors, based on the intuition that a positive pair of matching points should exhibit similar distances with respect to other points in the embedding space.
A Short Survey of Recent Advances in Graph Matching
Junchi Yan,Xu-Cheng Yin,Weiyao Lin,Cheng Deng,Hongyuan Zha,Xiaokang Yang +5 more
- 06 Jun 2016
TL;DR: The aim is to provide a systematic and compact framework regarding the recent development and the current state-of-the-arts in graph matching.
225
References
Random sample consensus: a paradigm for model fitting with applications to image analysis and automated cartography
TL;DR: New results are derived on the minimum number of landmarks needed to obtain a solution, and algorithms are presented for computing these minimum-landmark solutions in closed form that provide the basis for an automatic system that can solve the Location Determination Problem under difficult viewing.
A method for registration of 3-D shapes
Paul J. Besl,H.D. McKay +1 more
TL;DR: In this paper, the authors describe a general-purpose representation-independent method for the accurate and computationally efficient registration of 3D shapes including free-form curves and surfaces, based on the iterative closest point (ICP) algorithm, which requires only a procedure to find the closest point on a geometric entity to a given point.
20.6K
Shape matching and object recognition using shape contexts
TL;DR: This paper presents work on computing shape models that are computationally fast and invariant basic transformations like translation, scaling and rotation, and proposes shape detection using a feature called shape context, which is descriptive of the shape of the object.
7.3K
•Book
Computer Vision: Algorithms and Applications
Richard Szeliski
- 30 Sep 2010
TL;DR: Computer Vision: Algorithms and Applications explores the variety of techniques commonly used to analyze and interpret images and takes a scientific approach to basic vision problems, formulating physical models of the imaging process before inverting them to produce descriptions of a scene.
Efficient variants of the ICP algorithm
Szymon Rusinkiewicz,Marc Levoy +1 more
- 01 May 2001
TL;DR: An implementation is demonstrated that is able to align two range images in a few tens of milliseconds, assuming a good initial guess, and has potential application to real-time 3D model acquisition and model-based tracking.
Related Papers (5)
Minsu Cho,Jungmin Lee,Kyoung Mu Lee +2 more
- 05 Sep 2010
Timothee Cour,Praveen Srinivasan,Jianbo Shi +2 more
- 04 Dec 2006