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

YOLACT: Real-time Instance Segmentation

About

We present a simple, fully-convolutional model for real-time instance segmentation that achieves 29.8 mAP on MS COCO at 33.5 fps evaluated on a single Titan Xp, which is significantly faster than any previous competitive approach. Moreover, we obtain this result after training on only one GPU. We accomplish this by breaking instance segmentation into two parallel subtasks: (1) generating a set of prototype masks and (2) predicting per-instance mask coefficients. Then we produce instance masks by linearly combining the prototypes with the mask coefficients. We find that because this process doesn't depend on repooling, this approach produces very high-quality masks and exhibits temporal stability for free. Furthermore, we analyze the emergent behavior of our prototypes and show they learn to localize instances on their own in a translation variant manner, despite being fully-convolutional. Finally, we also propose Fast NMS, a drop-in 12 ms faster replacement for standard NMS that only has a marginal performance penalty.

Daniel Bolya, Chong Zhou, Fanyi Xiao, Yong Jae Lee• 2019

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO 2017 (val)--
2454
Instance SegmentationCOCO 2017 (val)
APm0.333
1144
Object DetectionCOCO v2017 (test-dev)
mAP33.7
499
Instance SegmentationCOCO (val)
APmk28.9
472
Instance SegmentationCOCO (test-dev)
APM36.1
380
Instance SegmentationCOCO 2017 (test-dev)
AP (Overall)31.2
253
Object DetectionMS-COCO 2017 (test)
AP53.7
82
Instance SegmentationMS COCO (test-dev)
mAP@[.5:.95]31.2
46
Instance SegmentationOCHuman (test)
Mask AP13.5
38
Object DetectionOpen Images V7
Latency (us)342
30
Showing 10 of 26 rows

Other info

Code

Follow for update