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

UPSNet: A Unified Panoptic Segmentation Network

About

In this paper, we propose a unified panoptic segmentation network (UPSNet) for tackling the newly proposed panoptic segmentation task. On top of a single backbone residual network, we first design a deformable convolution based semantic segmentation head and a Mask R-CNN style instance segmentation head which solve these two subtasks simultaneously. More importantly, we introduce a parameter-free panoptic head which solves the panoptic segmentation via pixel-wise classification. It first leverages the logits from the previous two heads and then innovatively expands the representation for enabling prediction of an extra unknown class which helps better resolve the conflicts between semantic and instance segmentation. Additionally, it handles the challenge caused by the varying number of instances and permits back propagation to the bottom modules in an end-to-end manner. Extensive experimental results on Cityscapes, COCO and our internal dataset demonstrate that our UPSNet achieves state-of-the-art performance with much faster inference. Code has been made available at: https://github.com/uber-research/UPSNet

Yuwen Xiong, Renjie Liao, Hengshuang Zhao, Rui Hu, Min Bai, Ersin Yumer, Raquel Urtasun• 2019

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO 2017 (val)--
2454
Instance SegmentationCOCO 2017 (val)--
1144
Semantic segmentationCityscapes (val)
mIoU79.2
572
Panoptic SegmentationCityscapes (val)
PQ61.8
276
Instance SegmentationCityscapes (val)
AP39
239
Panoptic SegmentationCOCO (val)
PQ43.2
219
Panoptic SegmentationCOCO 2017 (val)
PQ43.2
172
Panoptic SegmentationCOCO (test-dev)
PQ46.6
162
Instance SegmentationCityscapes (test)
AP (Overall)33
122
Semantic segmentationCOCO 2017 (val)
mIoU55.7
55
Showing 10 of 30 rows

Other info

Code

Follow for update