Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Sparse Instance Activation for Real-Time Instance Segmentation

About

In this paper, we propose a conceptually novel, efficient, and fully convolutional framework for real-time instance segmentation. Previously, most instance segmentation methods heavily rely on object detection and perform mask prediction based on bounding boxes or dense centers. In contrast, we propose a sparse set of instance activation maps, as a new object representation, to highlight informative regions for each foreground object. Then instance-level features are obtained by aggregating features according to the highlighted regions for recognition and segmentation. Moreover, based on bipartite matching, the instance activation maps can predict objects in a one-to-one style, thus avoiding non-maximum suppression (NMS) in post-processing. Owing to the simple yet effective designs with instance activation maps, SparseInst has extremely fast inference speed and achieves 40 FPS and 37.9 AP on the COCO benchmark, which significantly outperforms the counterparts in terms of speed and accuracy. Code and models are available at https://github.com/hustvl/SparseInst.

Tianheng Cheng, Xinggang Wang, Shaoyu Chen, Wenqiang Zhang, Qian Zhang, Chang Huang, Zhaoxiang Zhang, Wenyu Liu• 2022

Related benchmarks

TaskDatasetResultRank
Instance SegmentationCOCO 2017 (val)--
1201
Instance SegmentationCOCO (val)
APmk34.4
475
Instance SegmentationCOCO (test-dev)
APM39.4
380
Instance SegmentationCOCO 2017 (test-dev)
AP (Overall)37.9
253
Instance SegmentationSIP
mAP62.8
23
Instance SegmentationCOME15K E
mAP51.3
23
Instance SegmentationCOME15K-H
mAP43.1
23
Instance SegmentationDSIS
mAP65
23
Instance SegmentationFreight Trains Dataset
AP (Mask)66.5
22
Instance SegmentationPoplar-Leaf (test)
mAP43.5
14
Showing 10 of 13 rows

Other info

Code

Follow for update