Semantic Segmentation Without Annotating Segments

Abstract

Numerous existing object segmentation frameworks commonly utilize the object bounding box as a prior. In this paper, we address semantic segmentation assuming that object bounding boxes are provided by object detectors, but no training data with annotated segments are available. Based on a set of segment hypotheses, we introduce a simple voting scheme to estimate shape guidance for each bounding box. The derived shape guidance is used in the subsequent graph-cut-based figure-ground segmentation. The final segmentation result is obtained by merging the segmentation results in the bounding boxes. We conduct an extensive analysis of the effect of object bounding box accuracy. Comprehensive experiments on both the challenging PASCAL VOC object segmentation dataset and GrabCut50 image segmentation dataset show that the proposed approach achieves competitive results compared to previous detection or bounding box prior based methods, as well as other state-of-the-art semantic segmentation methods.

Cite

Text

Xia et al. "Semantic Segmentation Without Annotating Segments." International Conference on Computer Vision, 2013. doi:10.1109/ICCV.2013.271

Markdown

[Xia et al. "Semantic Segmentation Without Annotating Segments." International Conference on Computer Vision, 2013.](https://mlanthology.org/iccv/2013/xia2013iccv-semantic/) doi:10.1109/ICCV.2013.271

BibTeX

@inproceedings{xia2013iccv-semantic,
  title     = {{Semantic Segmentation Without Annotating Segments}},
  author    = {Xia, Wei and Domokos, Csaba and Dong, Jian and Cheong, Loong-Fah and Yan, Shuicheng},
  booktitle = {International Conference on Computer Vision},
  year      = {2013},
  doi       = {10.1109/ICCV.2013.271},
  url       = {https://mlanthology.org/iccv/2013/xia2013iccv-semantic/}
}