What, Where and How Many? Combining Object Detectors and CRFs
Abstract
Computer vision algorithms for individual tasks such as object recognition, detection and segmentation have shown impressive results in the recent past. The next challenge is to integrate all these algorithms and address the problem of scene understanding. This paper is a step towards this goal. We present a probabilistic framework for reasoning about regions, objects, and their attributes such as object class, location, and spatial extent. Our model is a Conditional Random Field defined on pixels, segments and objects. We define a global energy function for the model, which combines results from sliding window detectors, and low-level pixel-based unary and pairwise relations. One of our primary contributions is to show that this energy function can be solved efficiently. Experimental results show that our model achieves significant improvement over the baseline methods on CamVid and pascal voc datasets.
Cite
Text
Ladicky et al. "What, Where and How Many? Combining Object Detectors and CRFs." European Conference on Computer Vision, 2010. doi:10.1007/978-3-642-15561-1_31Markdown
[Ladicky et al. "What, Where and How Many? Combining Object Detectors and CRFs." European Conference on Computer Vision, 2010.](https://mlanthology.org/eccv/2010/ladicky2010eccv-many/) doi:10.1007/978-3-642-15561-1_31BibTeX
@inproceedings{ladicky2010eccv-many,
title = {{What, Where and How Many? Combining Object Detectors and CRFs}},
author = {Ladicky, Lubor and Sturgess, Paul and Alahari, Karteek and Russell, Chris and Torr, Philip H. S.},
booktitle = {European Conference on Computer Vision},
year = {2010},
pages = {424-437},
doi = {10.1007/978-3-642-15561-1_31},
url = {https://mlanthology.org/eccv/2010/ladicky2010eccv-many/}
}