Progressive Graph Matching: Making a Move of Graphs via Probabilistic Voting

Abstract

Graph matching is widely used in a variety of scientific fields, including computer vision, due to its powerful performance, robustness, and generality. Its computational complexity, however, limits the permissible size of input graphs in practice. Therefore, in real-world applications, the initial construction of graphs to match becomes a critical factor for the matching performance, and often leads to unsatisfactory results. In this paper, to resolve the issue, we propose a novel progressive framework which combines probabilistic progression of graphs with matching of graphs. The algorithm efficiently re-estimates in a Bayesian manner the most plausible target graphs based on the current matching result, and guarantees to boost the matching objective at the subsequent graph matching. Experimental evaluation demonstrates that our approach effectively handles the limits of conventional graph matching and achieves significant improvement in challenging image matching problems.

Cite

Text

Cho and Lee. "Progressive Graph Matching: Making a Move of Graphs via Probabilistic Voting." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012. doi:10.1109/CVPR.2012.6247701

Markdown

[Cho and Lee. "Progressive Graph Matching: Making a Move of Graphs via Probabilistic Voting." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012.](https://mlanthology.org/cvpr/2012/cho2012cvpr-progressive/) doi:10.1109/CVPR.2012.6247701

BibTeX

@inproceedings{cho2012cvpr-progressive,
  title     = {{Progressive Graph Matching: Making a Move of Graphs via Probabilistic Voting}},
  author    = {Cho, Minsu and Lee, Kyoung Mu},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2012},
  pages     = {398-405},
  doi       = {10.1109/CVPR.2012.6247701},
  url       = {https://mlanthology.org/cvpr/2012/cho2012cvpr-progressive/}
}