Region-Based Segmentation and Object Detection

Abstract

Object detection and multi-class image segmentation are two closely related tasks that can be greatly improved when solved jointly by feeding information from one task to the other. However, current state-of-the-art models use a separate representation for each task making joint inference clumsy and leaving classification of many parts of the scene ambiguous. In this work, we propose a hierarchical region-based approach to joint object detection and image segmentation. Our approach reasons about pixels, regions and objects in a coherent probabilistic model. Importantly, our model gives a single unified description of the scene. We explain every pixel in the image and enforce global consistency between all variables in our model. We run experiments on challenging vision datasets and show significant improvement over state-of-the-art object detection accuracy.

Cite

Text

Gould et al. "Region-Based Segmentation and Object Detection." Neural Information Processing Systems, 2009.

Markdown

[Gould et al. "Region-Based Segmentation and Object Detection." Neural Information Processing Systems, 2009.](https://mlanthology.org/neurips/2009/gould2009neurips-regionbased/)

BibTeX

@inproceedings{gould2009neurips-regionbased,
  title     = {{Region-Based Segmentation and Object Detection}},
  author    = {Gould, Stephen and Gao, Tianshi and Koller, Daphne},
  booktitle = {Neural Information Processing Systems},
  year      = {2009},
  pages     = {655-663},
  url       = {https://mlanthology.org/neurips/2009/gould2009neurips-regionbased/}
}