paper-with-me

홈 › Papers

Pixelwise Instance Segmentation with a Dynamically Instantiated Network

2017-04-07 · CVPR 2017 7 · Anurag Arnab, Philip H. S. Torr

Semantic segmentation and object detection research have recently achieved rapid progress. However, the former task has no notion of different instances of the same object, and the latter operates at a coarse, bounding-box level. We propose an Instance Segmentation system that produces a segmentation map where each pixel is assigned an object class and instance identity label. Most approaches adapt object detectors to produce segments instead of boxes. In contrast, our method is based on an initial semantic segmentation module, which feeds into an instance subnetwork. This subnetwork uses the initial category-level segmentation, along with cues from the output of an object detector, within an end-to-end CRF to predict instances. This part of our model is dynamically instantiated to produce a variable number of instances per image. Our end-to-end approach requires no post-processing and considers the image holistically, instead of processing independent proposals. Therefore, unlike some related work, a pixel cannot belong to multiple instances. Furthermore, far more precise segmentations are achieved, as shown by our state-of-the-art results (particularly at high IoU thresholds) on the Pascal VOC and Cityscapes datasets.

📄 PDF Abstract BibTeX arXiv:1704.02386

Code (1)

hmph/dynamically-instantiated-network 공식 구현

Tasks

Instance SegmentationObjectobject-detectionObject DetectionPanoptic SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar Papers 제목 키워드 기반

ICM-3D: Instantiated Category Modeling for 3D Instance Segmentation

2021-08-26 · Ruihang Chu, Yukang Chen, Tao Kong, Lu Qi 외

Separating 3D point clouds into individual instances is an important task for 3D vision. It is challenging due to the unknown and varying number of instances in a scene. Existing deep learning based works focus on a two-…

3D Instance SegmentationInstance SegmentationSemantic Segmentation

Fully Convolutional Multi-Class Multiple Instance Learning

2014-12-22 · Deepak Pathak, Evan Shelhamer, Jonathan Long, Trevor Darrell

Multiple instance learning (MIL) can reduce the need for costly annotation in tasks such as semantic segmentation by weakening the required degree of supervision. We propose a novel MIL formulation of multi-class semanti…

Multiple Instance LearningSegmentationSemantic SegmentationWeakly-Supervised Semantic Segmentation

Instance-Level Salient Object Segmentation

2017-04-12 · CVPR 2017 7 · Guanbin Li, Yuan Xie, Liang Lin, Yizhou Yu

Image saliency detection has recently witnessed rapid progress due to deep convolutional neural networks. However, none of the existing methods is able to identify object instances in the detected salient regions. In thi…

Instance SegmentationObjectSaliency DetectionSegmentation+1

SD-MVS: Segmentation-Driven Deformation Multi-View Stereo with Spherical Refinement and EM optimization

2024-01-12 · Zhenlong Yuan, Jiakai Cao, Zhaoxin Li, Hao Jiang 외

In this paper, we introduce Segmentation-Driven Deformation Multi-View Stereo (SD-MVS), a method that can effectively tackle challenges in 3D reconstruction of textureless areas. We are the first to adopt the Segment Any…

3D Reconstruction

Learning Multiple Pixelwise Tasks Based on Loss Scale Balancing

2021-01-01 · ICCV 2021 10 · Jae-Han Lee, Chul Lee, Chang-Su Kim

We propose a novel loss weighting algorithm, called loss scale balancing (LSB), for multi-task learning (MTL) of pixelwise vision tasks. An MTL model is trained to estimate multiple pixelwise predictions using an ove…

Multi-Task Learning