2019
DOI: 10.48550/arxiv.1904.02689
|View full text |Cite
Preprint
|
Sign up to set email alerts
|

YOLACT: Real-time Instance Segmentation

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

1
24
0

Year Published

2019
2019
2024
2024

Publication Types

Select...
6
4

Relationship

0
10

Authors

Journals

citations
Cited by 21 publications
(25 citation statements)
references
References 0 publications
1
24
0
Order By: Relevance
“…The MaskRCNN also extends the Faster-RCNN by adding an additional module that performs segmentation. 13 This is a simple, fully-convolutional model that was designed for fast instance segmentation. The real-time performance is achieved by breaking the instance segmentation into two parallel tasks: a Prototype Generation Branch and a Mask Coefficient Branch that is combined using a linear combination of the former with the latter as coefficients to assemble the final mask.…”
Section: Mask R-cnn 89mentioning
confidence: 99%
“…The MaskRCNN also extends the Faster-RCNN by adding an additional module that performs segmentation. 13 This is a simple, fully-convolutional model that was designed for fast instance segmentation. The real-time performance is achieved by breaking the instance segmentation into two parallel tasks: a Prototype Generation Branch and a Mask Coefficient Branch that is combined using a linear combination of the former with the latter as coefficients to assemble the final mask.…”
Section: Mask R-cnn 89mentioning
confidence: 99%
“…FCIS [21] assembles the positionsensitive score maps within the ROI to directly predict segmentation results. YOLACT [4] tries to combine the prototype masks and predicted coefficients and then crops with a segmented bounding box. PolarMask [36] introduces the polar representation to formulate pixel-wise segmentation as a distance regression problem.…”
Section: Related Workmentioning
confidence: 99%
“…These are used as supervision to train a Mask R-CNN (shown as green components in Figure 2). Depending on the application, other choices of fully supervised methods can be used instead of Mask R-CNN: if the goal is to perform instance segmentation at real-time, one can consider training a YOLACT [5], and for semantic segmentation, one can consider training a DeepLab [7] segmentation network.…”
Section: Fully Supervised Segmentation Branchmentioning
confidence: 99%