Proposal-free Network for Instance-level Object Segmentation
Xiaodan Liang, Yunchao Wei, Xiaohui Shen, Jianchao Yang and, Liang Lin, Shuicheng Yan

TL;DR
This paper introduces a proposal-free deep learning approach for instance-level object segmentation that directly predicts object instance information at the pixel level, eliminating the need for region proposals.
Contribution
The proposed PFN is a novel end-to-end trainable network that outputs instance-specific pixel information, simplifying the segmentation pipeline and improving accuracy over proposal-based methods.
Findings
PFN achieves 58.7% AP^r at 0.5 IoU on PASCAL VOC 2012.
PFN outperforms state-of-the-art proposal-based methods.
End-to-end training simplifies the segmentation process.
Abstract
Instance-level object segmentation is an important yet under-explored task. The few existing studies are almost all based on region proposal methods to extract candidate segments and then utilize object classification to produce final results. Nonetheless, generating accurate region proposals itself is quite challenging. In this work, we propose a Proposal-Free Network (PFN ) to address the instance-level object segmentation problem, which outputs the instance numbers of different categories and the pixel-level information on 1) the coordinates of the instance bounding box each pixel belongs to, and 2) the confidences of different categories for each pixel, based on pixel-to-pixel deep convolutional neural network. All the outputs together, by using any off-the-shelf clustering method for simple post-processing, can naturally generate the ultimate instance-level object segmentation…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Advanced Image and Video Retrieval Techniques
