paper-with-me

Papers

Proposal-free Network for Instance-level Object Segmentation

2015-09-09 · Xiaodan Liang, Yunchao Wei, Xiaohui Shen, Jianchao Yang, Liang Lin, Shuicheng Yan

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 results. The whole PFN can be easily trained in an end-to-end way without the requirement of a proposal generation stage. Extensive evaluations on the challenging PASCAL VOC 2012 semantic segmentation benchmark demonstrate that the proposed PFN solution well beats the state-of-the-arts for instance-level object segmentation. In particular, the $AP^r$ over 20 classes at 0.5 IoU reaches 58.7% by PFN, significantly higher than 43.8% and 46.3% by the state-of-the-art algorithms, SDS [9] and [16], respectively.

📄 PDF Abstract BibTeX arXiv:1509.02636

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringObjectRegion ProposalSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Proposal-free Lidar Panoptic Segmentation with Pillar-level Affinity

2022-04-19 · Qi Chen, Sourabh Vora

We propose a simple yet effective proposal-free architecture for lidar panoptic segmentation. We jointly optimize both semantic segmentation and class-agnostic instance classification in a single network using a pillar-b…

ClassificationClusteringobject-detectionObject Detection+3

Towards Bounding-Box Free Panoptic Segmentation

2020-02-18 · Ujwal Bonde, Pablo F. Alcantarilla, Stefan Leutenegger

In this work we introduce a new Bounding-Box Free Network (BBFNet) for panoptic segmentation. Panoptic segmentation is an ideal problem for proposal-free methods as it already requires per-pixel semantic class labels. We…

Instance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation+1

Hierarchical Lovász Embeddings for Proposal-free Panoptic Segmentation

2021-06-08 · Tommi Kerola, Jie Li, Atsushi Kanehira, Yasunori Kudo 외

Panoptic segmentation brings together two separate tasks: instance and semantic segmentation. Although they are related, unifying them faces an apparent paradox: how to learn simultaneously instance-specific and category…

Instance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation

Hierarchical Lovasz Embeddings for Proposal-Free Panoptic Segmentation

2021-06-19 · CVPR 2021 1 · Tommi Kerola, Jie Li, Atsushi Kanehira, Yasunori Kudo 외

Panoptic segmentation brings together two separate tasks: instance and semantic segmentation. Although they are related, unifying them faces an apparent paradox: how to learn simultaneously instance-specific and cate…

Instance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation

Panoptic Feature Fusion Net: A Novel Instance Segmentation Paradigm for Biomedical and Biological Images

2020-02-15 · Dongnan Liu, Donghao Zhang, Yang song, Heng Huang 외

Instance segmentation is an important task for biomedical and biological image analysis. Due to the complicated background components, the high variability of object appearances, numerous overlapping objects, and ambiguo…

Instance SegmentationMedical Image SegmentationObjectSemantic Segmentation