Reweighted Random Walks for Graph Matching
Abstract
Graph matching is an essential problem in computer vision and machine learning. In this paper, we introduce a random walk view on the problem and propose a robust graph matching algorithm against outliers and deformation. Matching between two graphs is formulated as node selection on an association graph whose nodes represent candidate correspondences between the two graphs. The solution is obtained by simulating random walks with reweighting jumps enforcing the matching constraints on the association graph. Our algorithm achieves noise-robust graph matching by iteratively updating and exploiting the confidences of candidate correspondences. In a practical sense, our work is of particular importance since the real-world matching problem is made difficult by the presence of noise and outliers. Extensive and comparative experiments demonstrate that it outperforms the state-of-the-art graph matching algorithms especially in the presence of outliers and deformation.
Cite
Text
Cho et al. "Reweighted Random Walks for Graph Matching." European Conference on Computer Vision, 2010. doi:10.1007/978-3-642-15555-0_36Markdown
[Cho et al. "Reweighted Random Walks for Graph Matching." European Conference on Computer Vision, 2010.](https://mlanthology.org/eccv/2010/cho2010eccv-reweighted/) doi:10.1007/978-3-642-15555-0_36BibTeX
@inproceedings{cho2010eccv-reweighted,
title = {{Reweighted Random Walks for Graph Matching}},
author = {Cho, Minsu and Lee, Jungmin and Lee, Kyoung Mu},
booktitle = {European Conference on Computer Vision},
year = {2010},
pages = {492-505},
doi = {10.1007/978-3-642-15555-0_36},
url = {https://mlanthology.org/eccv/2010/cho2010eccv-reweighted/}
}