Image Co-Localization by Mimicking a Good Detector's Confidence Score Distribution

Abstract

Given a set of images containing objects from the same category, the task of image co-localization is to identify and localize each instance. This paper shows that this problem can be solved by a simple but intriguing idea, that is, a common object detector can be learnt by making its detection confidence scores distributed like those of a strongly supervised detector. More specifically, we observe that given a set of object proposals extracted from an image that contains the object of interest, an accurate strongly supervised object detector should give high scores to only a small minority of proposals, and low scores to most of them. Thus, we devise an entropy-based objective function to enforce the above property when learning the common object detector. Once the detector is learnt, we resort to a segmentation approach to refine the localization. We show that despite its simplicity, our approach outperforms state-of-the-arts.

Cite

Text

Li et al. "Image Co-Localization by Mimicking a Good Detector's Confidence Score Distribution." European Conference on Computer Vision, 2016. doi:10.1007/978-3-319-46475-6_2

Markdown

[Li et al. "Image Co-Localization by Mimicking a Good Detector's Confidence Score Distribution." European Conference on Computer Vision, 2016.](https://mlanthology.org/eccv/2016/li2016eccv-image/) doi:10.1007/978-3-319-46475-6_2

BibTeX

@inproceedings{li2016eccv-image,
  title     = {{Image Co-Localization by Mimicking a Good Detector's Confidence Score Distribution}},
  author    = {Li, Yao and Liu, Lingqiao and Shen, Chunhua and van den Hengel, Anton},
  booktitle = {European Conference on Computer Vision},
  year      = {2016},
  pages     = {19-34},
  doi       = {10.1007/978-3-319-46475-6_2},
  url       = {https://mlanthology.org/eccv/2016/li2016eccv-image/}
}