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

Masked-attention Mask Transformer for Universal Image Segmentation

About

Image segmentation is about grouping pixels with different semantics, e.g., category or instance membership, where each choice of semantics defines a task. While only the semantics of each task differ, current research focuses on designing specialized architectures for each task. We present Masked-attention Mask Transformer (Mask2Former), a new architecture capable of addressing any image segmentation task (panoptic, instance or semantic). Its key components include masked attention, which extracts localized features by constraining cross-attention within predicted mask regions. In addition to reducing the research effort by at least three times, it outperforms the best specialized architectures by a significant margin on four popular datasets. Most notably, Mask2Former sets a new state-of-the-art for panoptic segmentation (57.8 PQ on COCO), instance segmentation (50.1 AP on COCO) and semantic segmentation (57.7 mIoU on ADE20K).

Bowen Cheng, Ishan Misra, Alexander G. Schwing, Alexander Kirillov, Rohit Girdhar• 2021

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU57.3
2731
Semantic segmentationPASCAL VOC 2012 (val)
Mean IoU77.3
2040
Object DetectionCOCO (test-dev)
mAP50.1
1195
Semantic segmentationCityscapes (test)
mIoU80.4
1145
Instance SegmentationCOCO 2017 (val)
APm0.508
1144
Semantic segmentationADE20K
mIoU58.9
936
Object DetectionCOCO (val)--
613
Semantic segmentationCityscapes
mIoU83.3
578
Semantic segmentationCityscapes (val)
mIoU83.3
572
Instance SegmentationCOCO (val)
APmk48.6
472
Showing 10 of 182 rows
...

Other info

Code

Follow for update