TL;DR
YOLACT++ is a fast, fully-convolutional instance segmentation model that achieves near state-of-the-art accuracy at real-time speeds, using a novel prototype-based mask prediction approach and efficient NMS.
Contribution
The paper introduces YOLACT++, a real-time instance segmentation method that combines prototype masks with mask coefficients, improving speed and accuracy over previous approaches.
Findings
Achieves 34.1 mAP on MS COCO at 33.5 fps.
Uses Fast NMS for 12 ms faster non-maximum suppression.
Incorporates deformable convolutions and a fast mask re-scoring branch.
Abstract
We present a simple, fully-convolutional model for real-time (>30 fps) instance segmentation that achieves competitive results on MS COCO evaluated on a single Titan Xp, which is significantly faster than any previous state-of-the-art 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsAverage Pooling · Residual Connection · *Communicated@Fast*How Do I Communicate to Expedia? · 1x1 Convolution · Batch Normalization · Bottleneck Residual Block · Global Average Pooling · Residual Block · Kaiming Initialization · Max Pooling
