Multi-Instance Object Segmentation with Occlusion Handling

Abstract

We present a multi-instance object segmentation algorithm to tackle occlusions. As an object is split into two parts by an occluder, it is nearly impossible to group the two separate regions into an instance by purely bottom-up schemes. To address this problem, we propose to incorporate top-down category specific reasoning and shape prediction through exemplars into an intuitive energy minimization framework. We perform extensive evaluations of our method on the challenging PASCAL VOC 2012 segmentation set. The proposed algorithm achieves favorable results on the joint detection and segmentation task against the state-of-the-art method both quantitatively and qualitatively.

Cite

Text

Chen et al. "Multi-Instance Object Segmentation with Occlusion Handling." Conference on Computer Vision and Pattern Recognition, 2015. doi:10.1109/CVPR.2015.7298969

Markdown

[Chen et al. "Multi-Instance Object Segmentation with Occlusion Handling." Conference on Computer Vision and Pattern Recognition, 2015.](https://mlanthology.org/cvpr/2015/chen2015cvpr-multiinstance/) doi:10.1109/CVPR.2015.7298969

BibTeX

@inproceedings{chen2015cvpr-multiinstance,
  title     = {{Multi-Instance Object Segmentation with Occlusion Handling}},
  author    = {Chen, Yi-Ting and Liu, Xiaokai and Yang, Ming-Hsuan},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2015},
  doi       = {10.1109/CVPR.2015.7298969},
  url       = {https://mlanthology.org/cvpr/2015/chen2015cvpr-multiinstance/}
}