Search papers, labs, and topics across Lattice.
This paper introduces DVPSFormer, an efficient online architecture for depth-aware video panoptic segmentation that integrates metric depth estimation, semantic segmentation, and instance trajectory tracking into a single framework. By employing explicit scene discretization (ESD) and a discrete-to-continuous (D2C) depth head, the model significantly reduces computational latency while maintaining high accuracy in dynamic environments. DVPSFormer achieves state-of-the-art performance on the Cityscapes-DVPS and SemKITTI-DVPS benchmarks, making it a promising solution for real-time autonomous driving applications.
DVPSFormer reduces the computational burden of depth-aware video panoptic segmentation, enabling real-time decision-making for autonomous vehicles without sacrificing accuracy.
Safe autonomous navigation requires a holistic understanding of dynamic environments, necessitating the simultaneous estimation of metric depth, semantic segmentation, and instance trajectories. While depth-aware video panoptic segmentation (DVPS) unifies these tasks, existing approaches often rely on computationally expensive, multi-stage pipelines or offline tracking, rendering them unsuitable for real-time decision-making. To address this, we propose DVPSFormer, a unified online architecture designed for efficient 4D scene understanding. Central to our approach is explicit scene discretization (ESD), a novel mechanism that leverages segmentation queries to represent foreground and background regions, enabling a discrete-to-continuous (D2C) depth head to decode metric depth in a single pass. This tightly couples semantic and geometric learning while significantly reducing latency. Furthermore, we propose an online majority voting (OMV) mechanism that exploits temporal consistency to refine classification during instance tracking. DVPSFormer establishes a new state-of-the-art on the Cityscapes-DVPS and SemKITTI-DVPS benchmarks, offering a streamlined solution for online robotic perception. Code and models are available at https://royyang0714.github.io/DVPSFormer.