Pairwise Matching Through Max-Weight Bipartite Belief Propagation

Abstract

Feature matching is a key problem in computer vision and pattern recognition. One way to encode the essential interdependence between potential feature matches is to cast the problem as inference in a graphical model, though recently alternatives such as spectral methods, or approaches based on the convex-concave procedure have achieved the state-of-the-art. Here we revisit the use of graphical models for feature matching, and propose a belief propagation scheme which exhibits the following advantages: (1) we explicitly enforce one-to-one matching constraints; (2) we offer a tighter relaxation of the original cost function than previous graphical-model-based approaches; and (3) our sub-problems decompose into max-weight bipartite matching, which can be solved efficiently, leading to orders-of-magnitude reductions in execution time. Experimental results show that the proposed algorithm produces results superior to those of the current state-of-the-art.

Cite

Text

Zhang et al. "Pairwise Matching Through Max-Weight Bipartite Belief Propagation." Conference on Computer Vision and Pattern Recognition, 2016. doi:10.1109/CVPR.2016.135

Markdown

[Zhang et al. "Pairwise Matching Through Max-Weight Bipartite Belief Propagation." Conference on Computer Vision and Pattern Recognition, 2016.](https://mlanthology.org/cvpr/2016/zhang2016cvpr-pairwise/) doi:10.1109/CVPR.2016.135

BibTeX

@inproceedings{zhang2016cvpr-pairwise,
  title     = {{Pairwise Matching Through Max-Weight Bipartite Belief Propagation}},
  author    = {Zhang, Zhen and Shi, Qinfeng and McAuley, Julian and Wei, Wei and Zhang, Yanning and van den Hengel, Anton},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2016},
  doi       = {10.1109/CVPR.2016.135},
  url       = {https://mlanthology.org/cvpr/2016/zhang2016cvpr-pairwise/}
}