Computation Complexity of Branch-and-Bound Model Selection

Abstract

Segmentation problems are one of the most important areas of research in computer vision. While segmentation problems are generally solved with clustering paradigms, they formulate the problem as recursive. Additionally, most approaches need the number of clusters to be known beforehand. This requirement is unreasonable for majority of the computer vision problems. This paper analyzes the model selection perspective which can overcome these limitations. Under this framework multiple hypotheses for cluster centers are generated using spatially coherent sampling. An optimal subset of these hypotheses is selected according to a model selection criterion. The selection can be carried out with a branch-and-bound procedure. The worst case complexity of any branch-and-bound algorithm is exponential. However, the average complexity of the algorithm is significantly lower. In this paper, we develop a framework for analysis of average complexity of the algorithm from the statistics of model selection costs.

Cite

Text

Thakoor et al. "Computation Complexity of Branch-and-Bound Model Selection." IEEE/CVF International Conference on Computer Vision, 2009. doi:10.1109/ICCV.2009.5459420

Markdown

[Thakoor et al. "Computation Complexity of Branch-and-Bound Model Selection." IEEE/CVF International Conference on Computer Vision, 2009.](https://mlanthology.org/iccv/2009/thakoor2009iccv-computation/) doi:10.1109/ICCV.2009.5459420

BibTeX

@inproceedings{thakoor2009iccv-computation,
  title     = {{Computation Complexity of Branch-and-Bound Model Selection}},
  author    = {Thakoor, Ninad and Devarajan, Venkat and Gao, Jean},
  booktitle = {IEEE/CVF International Conference on Computer Vision},
  year      = {2009},
  pages     = {1895-1900},
  doi       = {10.1109/ICCV.2009.5459420},
  url       = {https://mlanthology.org/iccv/2009/thakoor2009iccv-computation/}
}