paper-with-me

Papers

MaskLab: Instance Segmentation by Refining Object Detection with Semantic and Direction Features

2017-12-13 · CVPR 2018 6 · Liang-Chieh Chen, Alexander Hermans, George Papandreou, Florian Schroff, Peng Wang, Hartwig Adam

In this work, we tackle the problem of instance segmentation, the task of simultaneously solving object detection and semantic segmentation. Towards this goal, we present a model, called MaskLab, which produces three outputs: box detection, semantic segmentation, and direction prediction. Building on top of the Faster-RCNN object detector, the predicted boxes provide accurate localization of object instances. Within each region of interest, MaskLab performs foreground/background segmentation by combining semantic and direction prediction. Semantic segmentation assists the model in distinguishing between objects of different semantic classes including background, while the direction prediction, estimating each pixel's direction towards its corresponding center, allows separating instances of the same semantic class. Moreover, we explore the effect of incorporating recent successful methods from both segmentation and detection (i.e. atrous convolution and hypercolumn). Our proposed model is evaluated on the COCO instance segmentation benchmark and shows comparable performance with other state-of-art models.

📄 PDF Abstract BibTeX arXiv:1712.04837

Code (0)

등록된 구현이 없습니다.

Tasks

Instance SegmentationObjectobject-detectionObject DetectionPredictionSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Residual Connection 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…

Similar Papers 제목 키워드 기반

Instance Segmentation of Scene Sketches Using Natural Image Priors

2025-02-13 · Mia Tang, Yael Vinker, Chuan Yan, Lvmin Zhang 외

Sketch segmentation involves grouping pixels within a sketch that belong to the same object or instance. It serves as a valuable tool for sketch editing tasks, such as moving, scaling, or removing specific components. Wh…

Image SegmentationInstance Segmentationobject-detectionObject Detection+2

Intelligent Debris Mass Estimation Model for Autonomous Underwater Vehicle

2023-09-19 · Mohana Sri S, Swethaa S, Aouthithiye Barathwaj SR Y, Sai Ganesh CS

Marine debris poses a significant threat to the survival of marine wildlife, often leading to entanglement and starvation, ultimately resulting in death. Therefore, removing debris from the ocean is crucial to restore th…

Contour DetectionImage SegmentationInstance SegmentationNavigate+5

ShapeMask: Learning to Segment Novel Objects by Refining Shape Priors

2019-04-05 · ICCV 2019 10 · Wei-cheng Kuo, Anelia Angelova, Jitendra Malik, Tsung-Yi Lin

Instance segmentation aims to detect and segment individual objects in a scene. Most existing methods rely on precise mask annotations of every category. However, it is difficult and costly to segment objects in novel ca…

Instance SegmentationObjectSemantic Segmentation

Salient Instance Segmentation with Region and Box-level Annotations

2020-08-19 · Jialun Pei, He Tang, Tianyang Cheng, Chuanbo Chen

Salient instance segmentation is a new challenging task that received widespread attention in the saliency detection area. The new generation of saliency detection provides a strong theoretical and technical basis for vi…

Instance Segmentationobject-detectionObject DetectionSaliency Detection+3

UniT: Unified Knowledge Transfer for Any-shot Object Detection and Segmentation

2020-06-12 · CVPR 2021 1 · Siddhesh Khandelwal, Raghav Goyal, Leonid Sigal

Methods for object detection and segmentation rely on large scale instance-level annotations for training, which are difficult and time-consuming to collect. Efforts to alleviate this look at varying degrees and quality …

object-detectionObject DetectionTransfer Learning