Learning to Detect Partially Overlapping Instances

Abstract

The objective of this work is to detect all instances of a class (such as cells or people) in an image. The instances may be partially overlapping and clustered, and hence quite challenging for traditional detectors, which aim at localizing individual instances. Our approach is to propose a set of candidate regions, and then select regions based on optimizing a global classification score, subject to the constraint that the selected regions are non-overlapping. Our novel contribution is to extend standard object detection by introducing separate classes for tuples of objects into the detection process. For example, our detector can pick a region containing two or three object instances, while assigning such region an appropriate label. We show that this formulation can be learned within the structured output SVM framework, and that the inference in such model can be accomplished using dynamic programming on a tree structured region graph. Furthermore, the learning only requires weak annotations a dot on each instance. The improvement resulting from the addition of the capability to detect tuples of objects is demonstrated on quite disparate data sets: fluorescence microscopy images and UCSD pedestrians.

Cite

Text

Arteta et al. "Learning to Detect Partially Overlapping Instances." Conference on Computer Vision and Pattern Recognition, 2013. doi:10.1109/CVPR.2013.415

Markdown

[Arteta et al. "Learning to Detect Partially Overlapping Instances." Conference on Computer Vision and Pattern Recognition, 2013.](https://mlanthology.org/cvpr/2013/arteta2013cvpr-learning/) doi:10.1109/CVPR.2013.415

BibTeX

@inproceedings{arteta2013cvpr-learning,
  title     = {{Learning to Detect Partially Overlapping Instances}},
  author    = {Arteta, Carlos and Lempitsky, Victor and Noble, J. A. and Zisserman, Andrew},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2013},
  doi       = {10.1109/CVPR.2013.415},
  url       = {https://mlanthology.org/cvpr/2013/arteta2013cvpr-learning/}
}