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

PanopticDepth: A Unified Framework for Depth-aware Panoptic Segmentation

About

This paper presents a unified framework for depth-aware panoptic segmentation (DPS), which aims to reconstruct 3D scene with instance-level semantics from one single image. Prior works address this problem by simply adding a dense depth regression head to panoptic segmentation (PS) networks, resulting in two independent task branches. This neglects the mutually-beneficial relations between these two tasks, thus failing to exploit handy instance-level semantic cues to boost depth accuracy while also producing sub-optimal depth maps. To overcome these limitations, we propose a unified framework for the DPS task by applying a dynamic convolution technique to both the PS and depth prediction tasks. Specifically, instead of predicting depth for all pixels at a time, we generate instance-specific kernels to predict depth and segmentation masks for each instance. Moreover, leveraging the instance-wise depth estimation scheme, we add additional instance-level depth cues to assist with supervising the depth learning via a new depth loss. Extensive experiments on Cityscapes-DPS and SemKITTI-DPS show the effectiveness and promise of our method. We hope our unified solution to DPS can lead a new paradigm in this area. Code is available at https://github.com/NaiyuGao/PanopticDepth.

Naiyu Gao, Fei He, Jian Jia, Yanhu Shan, Haoyang Zhang, Xin Zhao, Kaiqi Huang• 2022

Related benchmarks

TaskDatasetResultRank
Panoptic SegmentationCityscapes (val)
PQ64.1
276
Depth PredictionCityscapes (test)
RMSE6.69
52
Panoptic SegmentationCityscapes (test)
PQ62
51
Depth-aware Panoptic SegmentationCityscapes-DPS (val)
DPQ67.4
16
Monocular Depth EstimationCityscapes (val)
RMSE6.91
2
Showing 5 of 5 rows

Other info

Code

Follow for update