Fast Multi-Labelling for Stereo Matching

Abstract

We describe a new fast algorithm for multi-labelling problems. In general, a multi-labelling problem is NP-hard. Widely used algorithms like α -expansion can reach a suboptimal result in a time linear in the number of the labels. In this paper, we propose an algorithm which can obtain results of comparable quality polynomially faster. We use the Divide and Conquer paradigm to separate the complexities induced by the label set and the variable set, and deal with each of them respectively. Such a mechanism improves the solution speed without depleting the memory resource, hence it is particularly valuable for applications where the variable set and the label set are both huge. Another merit of the proposed method is that the trade-off between quality and time efficiency can be varied through using different parameters. The advantage of our method is validated by experiments.

Cite

Text

Zhang et al. "Fast Multi-Labelling for Stereo Matching." European Conference on Computer Vision, 2010. doi:10.1007/978-3-642-15558-1_38

Markdown

[Zhang et al. "Fast Multi-Labelling for Stereo Matching." European Conference on Computer Vision, 2010.](https://mlanthology.org/eccv/2010/zhang2010eccv-fast/) doi:10.1007/978-3-642-15558-1_38

BibTeX

@inproceedings{zhang2010eccv-fast,
  title     = {{Fast Multi-Labelling for Stereo Matching}},
  author    = {Zhang, Yuhang and Hartley, Richard I. and Wang, Lei},
  booktitle = {European Conference on Computer Vision},
  year      = {2010},
  pages     = {524-537},
  doi       = {10.1007/978-3-642-15558-1_38},
  url       = {https://mlanthology.org/eccv/2010/zhang2010eccv-fast/}
}