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

RetinaMask: Learning to predict masks improves state-of-the-art single-shot detection for free

About

Recently two-stage detectors have surged ahead of single-shot detectors in the accuracy-vs-speed trade-off. Nevertheless single-shot detectors are immensely popular in embedded vision applications. This paper brings single-shot detectors up to the same level as current two-stage techniques. We do this by improving training for the state-of-the-art single-shot detector, RetinaNet, in three ways: integrating instance mask prediction for the first time, making the loss function adaptive and more stable, and including additional hard examples in training. We call the resulting augmented network RetinaMask. The detection component of RetinaMask has the same computational cost as the original RetinaNet, but is more accurate. COCO test-dev results are up to 41.4 mAP for RetinaMask-101 vs 39.1mAP for RetinaNet-101, while the runtime is the same during evaluation. Adding Group Normalization increases the performance of RetinaMask-101 to 41.7 mAP. Code is at:https://github.com/chengyangfu/retinamask

Cheng-Yang Fu, Mykhailo Shvets, Alexander C. Berg• 2019

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO (test-dev)
mAP42.6
1195
Object DetectionCOCO v2017 (test-dev)
mAP42.6
499
Instance SegmentationCOCO (test-dev)
APM36.7
380
Instance SegmentationCOCO 2017 (test-dev)
AP (Overall)34.7
253
Instance SegmentationMS COCO (test-dev)
mAP@[.5:.95]34.7
46
Showing 5 of 5 rows

Other info

Code

Follow for update