STEP: Segmenting and Tracking Every Pixel
Mark Weber, Jun Xie, Maxwell Collins, Yukun Zhu, Paul Voigtlaender, Hartwig Adam, Bradley Green, Andreas Geiger, Bastian Leibe, Daniel Cremers, Aljoša Ošep, Laura Leal-Taixé, Liang-Chieh Chen
TL;DR
This work tackles dense, pixel-precise video understanding by introducing STEP, a real-world benchmark built on KITTI-STEP and MOTChallenge-STEP to enable long-term pixel-level segmentation and tracking. It proposes STQ, a metric that jointly assesses segmentation and tracking by computing AQ (association quality) and SQ (segmentation quality) and taking their geometric mean, $STQ = \sqrt{AQ \times SQ}$, while enforcing pixel-level evaluation across entire videos and decoupling semantic labeling from tracking IDs. The authors provide semi-automatic, crowd-augmented annotations merged with MOTS ground-truth, establish baselines spanning single-frame and multi-frame models (including Motion-DeepLab and VPSNet), and show STQ better captures both aspects than existing metrics like VPQ and PTQ. The dataset and metric offer a practical test-bed for long-horizon dense video understanding and can drive development of unified models that simultaneously optimize segmentation and tracking in real-world conditions.
Abstract
The task of assigning semantic classes and track identities to every pixel in a video is called video panoptic segmentation. Our work is the first that targets this task in a real-world setting requiring dense interpretation in both spatial and temporal domains. As the ground-truth for this task is difficult and expensive to obtain, existing datasets are either constructed synthetically or only sparsely annotated within short video clips. To overcome this, we introduce a new benchmark encompassing two datasets, KITTI-STEP, and MOTChallenge-STEP. The datasets contain long video sequences, providing challenging examples and a test-bed for studying long-term pixel-precise segmentation and tracking under real-world conditions. We further propose a novel evaluation metric Segmentation and Tracking Quality (STQ) that fairly balances semantic and tracking aspects of this task and is more appropriate for evaluating sequences of arbitrary length. Finally, we provide several baselines to evaluate the status of existing methods on this new challenging dataset. We have made our datasets, metric, benchmark servers, and baselines publicly available, and hope this will inspire future research.
