Solving Large Scale Binary Quadratic Problems: Spectral Methods vs. Semidefinite Programming
Abstract
In this paper we introduce two new methods for solving binary quadratic problems. While spectral relaxation methods have been the workhorse subroutine for a wide variety of computer vision problems - segmentation, clustering, image restoration to name a few - it has recently been challenged by semidefinite programming (SDP) relaxations. In fact, it can be shown that SDP relaxations produce better lower bounds than spectral relaxations on binary problems with a quadratic objective function. On the other hand, the computational complexity for SDP increases rapidly as the number of decision variables grows making them inapplicable to large scale problems. Our methods combine the merits of both spectral and SDP relaxations -better (lower) bounds than traditional spectral methods and considerably faster execution times than SDP. The first method is based on spectral subgradients and can be applied to large scale SDPs with binary decision variables and the second one is based on the trust region problem. Both algorithms have been applied to several large scale vision problems with good performance.
Cite
Text
Olsson et al. "Solving Large Scale Binary Quadratic Problems: Spectral Methods vs. Semidefinite Programming." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2007. doi:10.1109/CVPR.2007.383202Markdown
[Olsson et al. "Solving Large Scale Binary Quadratic Problems: Spectral Methods vs. Semidefinite Programming." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2007.](https://mlanthology.org/cvpr/2007/olsson2007cvpr-solving/) doi:10.1109/CVPR.2007.383202BibTeX
@inproceedings{olsson2007cvpr-solving,
title = {{Solving Large Scale Binary Quadratic Problems: Spectral Methods vs. Semidefinite Programming}},
author = {Olsson, Carl and Eriksson, Anders P. and Kahl, Fredrik},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2007},
doi = {10.1109/CVPR.2007.383202},
url = {https://mlanthology.org/cvpr/2007/olsson2007cvpr-solving/}
}