CVROAug 6, 2021

Bird's-Eye-View Panoptic Segmentation Using Monocular Frontal View Images

arXiv:2108.03227v375 citations
Originality Incremental advance
AI Analysis

This enables more accurate scene understanding for autonomous driving and robotics by providing both semantic and instance segmentation in BEV space, though it is incremental as it builds on existing BEV segmentation methods.

The paper tackles the problem of generating bird's-eye-view panoptic segmentation maps from single monocular frontal view images, achieving state-of-the-art improvements of 3.61 pp and 4.93 pp in PQ metric on KITTI-360 and nuScenes datasets.

Bird's-Eye-View (BEV) maps have emerged as one of the most powerful representations for scene understanding due to their ability to provide rich spatial context while being easy to interpret and process. Such maps have found use in many real-world tasks that extensively rely on accurate scene segmentation as well as object instance identification in the BEV space for their operation. However, existing segmentation algorithms only predict the semantics in the BEV space, which limits their use in applications where the notion of object instances is also critical. In this work, we present the first BEV panoptic segmentation approach for directly predicting dense panoptic segmentation maps in the BEV, given a single monocular image in the frontal view (FV). Our architecture follows the top-down paradigm and incorporates a novel dense transformer module consisting of two distinct transformers that learn to independently map vertical and flat regions in the input image from the FV to the BEV. Additionally, we derive a mathematical formulation for the sensitivity of the FV-BEV transformation which allows us to intelligently weight pixels in the BEV space to account for the varying descriptiveness across the FV image. Extensive evaluations on the KITTI-360 and nuScenes datasets demonstrate that our approach exceeds the state-of-the-art in the PQ metric by 3.61 pp and 4.93 pp respectively.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes