English

Reversible Recursive Instance-level Object Segmentation

Computer Vision and Pattern Recognition 2015-11-19 v2

Abstract

In this work, we propose a novel Reversible Recursive Instance-level Object Segmentation (R2-IOS) framework to address the challenging instance-level object segmentation task. R2-IOS consists of a reversible proposal refinement sub-network that predicts bounding box offsets for refining the object proposal locations, and an instance-level segmentation sub-network that generates the foreground mask of the dominant object instance in each proposal. By being recursive, R2-IOS iteratively optimizes the two sub-networks during joint training, in which the refined object proposals and improved segmentation predictions are alternately fed into each other to progressively increase the network capabilities. By being reversible, the proposal refinement sub-network adaptively determines an optimal number of refinement iterations required for each proposal during both training and testing. Furthermore, to handle multiple overlapped instances within a proposal, an instance-aware denoising autoencoder is introduced into the segmentation sub-network to distinguish the dominant object from other distracting instances. Extensive experiments on the challenging PASCAL VOC 2012 benchmark well demonstrate the superiority of R2-IOS over other state-of-the-art methods. In particular, the APr\text{AP}^r over 2020 classes at 0.50.5 IoU achieves 66.7%66.7\%, which significantly outperforms the results of 58.7%58.7\% by PFN~\cite{PFN} and 46.3%46.3\% by~\cite{liu2015multi}.

Keywords

Cite

@article{arxiv.1511.04517,
  title  = {Reversible Recursive Instance-level Object Segmentation},
  author = {Xiaodan Liang and Yunchao Wei and Xiaohui Shen and Zequn Jie and Jiashi Feng and Liang Lin and Shuicheng Yan},
  journal= {arXiv preprint arXiv:1511.04517},
  year   = {2015}
}

Comments

9 pages

R2 v1 2026-06-22T11:45:07.233Z