Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

BlendMask: Top-Down Meets Bottom-Up for Instance Segmentation

About

Instance segmentation is one of the fundamental vision tasks. Recently, fully convolutional instance segmentation methods have drawn much attention as they are often simpler and more efficient than two-stage approaches like Mask R-CNN. To date, almost all such approaches fall behind the two-stage Mask R-CNN method in mask precision when models have similar computation complexity, leaving great room for improvement. In this work, we achieve improved mask prediction by effectively combining instance-level information with semantic information with lower-level fine-granularity. Our main contribution is a blender module which draws inspiration from both top-down and bottom-up instance segmentation approaches. The proposed BlendMask can effectively predict dense per-pixel position-sensitive instance features with very few channels, and learn attention maps for each instance with merely one convolution layer, thus being fast in inference. BlendMask can be easily incorporated with the state-of-the-art one-stage detection frameworks and outperforms Mask R-CNN under the same training schedule while being 20% faster. A light-weight version of BlendMask achieves $ 34.2% $ mAP at 25 FPS evaluated on a single 1080Ti GPU card. Because of its simplicity and efficacy, we hope that our BlendMask could serve as a simple yet strong baseline for a wide range of instance-wise prediction tasks. Code is available at https://git.io/AdelaiDet

Hao Chen, Kunyang Sun, Zhi Tian, Chunhua Shen, Yongming Huang, Youliang Yan• 2020

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO 2017 (val)--
2454
Object DetectionCOCO (test-dev)
mAP43.3
1195
Instance SegmentationCOCO 2017 (val)--
1144
Object DetectionCOCO v2017 (test-dev)
mAP44.7
499
Instance SegmentationCOCO (val)
APmk41.1
472
Instance SegmentationCOCO (test-dev)
APM44.1
380
Instance SegmentationCOCO 2017 (test-dev)
AP (Overall)39.6
253
Panoptic SegmentationCOCO 2017 (val)
PQ44.3
172
Instance SegmentationLVIS 0.5 (val)--
58
Semantic segmentationCOCO 2017 (val)
mIoU44.9
55
Showing 10 of 17 rows

Other info

Code

Follow for update