English

PanopticDepth: A Unified Framework for Depth-aware Panoptic Segmentation

Computer Vision and Pattern Recognition 2022-06-02 v1

Abstract

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.

Keywords

Cite

@article{arxiv.2206.00468,
  title  = {PanopticDepth: A Unified Framework for Depth-aware Panoptic Segmentation},
  author = {Naiyu Gao and Fei He and Jian Jia and Yanhu Shan and Haoyang Zhang and Xin Zhao and Kaiqi Huang},
  journal= {arXiv preprint arXiv:2206.00468},
  year   = {2022}
}

Comments

CVPR2022

R2 v1 2026-06-24T11:35:55.771Z