Alternating Direction Graph Matching

Abstract

In this paper, we introduce a graph matching method that can account for constraints of arbitrary order, with arbitrary potential functions. Unlike previous decomposition approaches that rely on the graph structures, we introduce a decomposition of the matching constraints. Graph matching is then reformulated as a non-convex non-separable optimization problem that can be split into smaller and much-easier-to-solve subproblems, by means of the alternating direction method of multipliers. The proposed framework is modular, scalable, and can be instantiated into different variants. Two instantiations are studied exploring pairwise and higher-order constraints. Experimental results on widely adopted benchmarks involving synthetic and real examples demonstrate that the proposed solutions outperform existing pairwise graph matching methods, and competitive with the state of the art in higher-order settings.

Cite

Text

Le-Huu and Paragios. "Alternating Direction Graph Matching." Conference on Computer Vision and Pattern Recognition, 2017. doi:10.1109/CVPR.2017.522

Markdown

[Le-Huu and Paragios. "Alternating Direction Graph Matching." Conference on Computer Vision and Pattern Recognition, 2017.](https://mlanthology.org/cvpr/2017/lehuu2017cvpr-alternating/) doi:10.1109/CVPR.2017.522

BibTeX

@inproceedings{lehuu2017cvpr-alternating,
  title     = {{Alternating Direction Graph Matching}},
  author    = {Le-Huu, D. Khue and Paragios, Nikos},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2017},
  doi       = {10.1109/CVPR.2017.522},
  url       = {https://mlanthology.org/cvpr/2017/lehuu2017cvpr-alternating/}
}