Object Co-Detection via Efficient Inference in a Fully-Connected CRF

Abstract

Object detection has seen a surge of interest in recent years, which has lead to increasingly effective techniques. These techniques, however, still mostly perform detection based on local evidence in the input image. While some progress has been made towards exploiting scene context, the resulting methods typically only consider a single image at a time. Intuitively, however, the information contained jointly in multiple images should help overcoming phenomena such as occlusion and poor resolution. In this paper, we address the co-detection problem that aims to leverage this collective power to achieve object detection simultaneously in all the images of a set. To this end, we formulate object co-detection as inference in a fully-connected CRF whose edges model the similarity between object candidates. We then learn a similarity function that allows us to efficiently perform inference in this fully-connected graph, even in the presence of many object candidates. This is in contrast with existing co-detection techniques that rely on exhaustive or greedy search, and thus do not scale well. Our experiments demonstrate the benefits of our approach on several co-detection datasets.

Cite

Text

Hayder et al. "Object Co-Detection via Efficient Inference in a Fully-Connected CRF." European Conference on Computer Vision, 2014. doi:10.1007/978-3-319-10578-9_22

Markdown

[Hayder et al. "Object Co-Detection via Efficient Inference in a Fully-Connected CRF." European Conference on Computer Vision, 2014.](https://mlanthology.org/eccv/2014/hayder2014eccv-object/) doi:10.1007/978-3-319-10578-9_22

BibTeX

@inproceedings{hayder2014eccv-object,
  title     = {{Object Co-Detection via Efficient Inference in a Fully-Connected CRF}},
  author    = {Hayder, Zeeshan and Salzmann, Mathieu and He, Xuming},
  booktitle = {European Conference on Computer Vision},
  year      = {2014},
  pages     = {330-345},
  doi       = {10.1007/978-3-319-10578-9_22},
  url       = {https://mlanthology.org/eccv/2014/hayder2014eccv-object/}
}