SOTAVerified

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

2017-12-13CVPR 2018Unverified0· sign in to hype

Liang-Chieh Chen, Alexander Hermans, George Papandreou, Florian Schroff, Peng Wang, Hartwig Adam

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
COCO test-devMaskLab+ (ResNet-101, JFT)mask AP38.1Unverified

Reproductions