Submodularization for Binary Pairwise Energies
Abstract
Many computer vision problems require optimization of binary non-submodular energies. We propose a general optimization framework based on local submodular approximations (LSA). Unlike standard LP relaxation methods that linearize the whole energy globally, our approach iteratively approximates the energies locally. On the other hand, unlike standard local optimization methods (e.g. gradient descent or projection techniques) we use non-linear submodular approximations and optimize them without leaving the domain of integer solutions. We discuss two specific LSA algorithms based on trust region and auxiliary function principles, LSA-TR and LSA-AUX. These methods obtain state-of-the-art results on a wide range of applications outperforming many standard techniques such as LBP, QPBO, and TRWS. While our paper is focused on pairwise energies, our ideas extend to higher-order problems. The code is available online
Cite
Text
Gorelick et al. "Submodularization for Binary Pairwise Energies." Conference on Computer Vision and Pattern Recognition, 2014. doi:10.1109/CVPR.2014.151Markdown
[Gorelick et al. "Submodularization for Binary Pairwise Energies." Conference on Computer Vision and Pattern Recognition, 2014.](https://mlanthology.org/cvpr/2014/gorelick2014cvpr-submodularization/) doi:10.1109/CVPR.2014.151BibTeX
@inproceedings{gorelick2014cvpr-submodularization,
title = {{Submodularization for Binary Pairwise Energies}},
author = {Gorelick, Lena and Boykov, Yuri and Veksler, Olga and Ayed, Ismail Ben and Delong, Andrew},
booktitle = {Conference on Computer Vision and Pattern Recognition},
year = {2014},
doi = {10.1109/CVPR.2014.151},
url = {https://mlanthology.org/cvpr/2014/gorelick2014cvpr-submodularization/}
}