Open-World Panoptic Segmentation
Matteo Sodano, Federico Magistri, Jens Behley, Cyrill Stachniss
TL;DR
This work tackles open-world panoptic segmentation by introducing Con2MAV, a lightweight encoder with three decoders (semantic, contrastive, and instance) that jointly learns per-class descriptors, anomaly separation, and class-agnostic instance clustering to discover new categories and instances at test time. It extends prior ContMAV with a novel pre-logit descriptor strategy and vector-field losses, and it introduces PANIC, a challenging autonomous-driving dataset with 800 images and over 50 unknown classes to evaluate anomaly, open-world semantic, open-set and open-world panoptic tasks. Across SegmentMeIfYouCan, BDDAnomaly, COCO, SUIM, and PANIC, Con2MAV achieves state-of-the-art performance on open-world tasks while maintaining competitive closed-world accuracy, and the PANIC benchmark reveals substantial room for progress in open-world segmentation. The work provides a unified nomenclature, comprehensive benchmarks, and a pathway for future research toward robust, safe perception in unconstrained environments.
Abstract
Perception is a key building block of autonomously acting vision systems such as autonomous vehicles. It is crucial that these systems are able to understand their surroundings in order to operate safely and robustly. Additionally, autonomous systems deployed in unconstrained real-world scenarios must be able of dealing with novel situations and object that have never been seen before. In this article, we tackle the problem of open-world panoptic segmentation, i.e., the task of discovering new semantic categories and new object instances at test time, while enforcing consistency among the categories that we incrementally discover. We propose Con2MAV, an approach for open-world panoptic segmentation that extends our previous work, ContMAV, which was developed for open-world semantic segmentation. Through extensive experiments across multiple datasets, we show that our model achieves state-of-the-art results on open-world segmentation tasks, while still performing competitively on the known categories. We will open-source our implementation upon acceptance. Additionally, we propose PANIC (Panoptic ANomalies In Context), a benchmark for evaluating open-world panoptic segmentation in autonomous driving scenarios. This dataset, recorded with a multi-modal sensor suite mounted on a car, provides high-quality, pixel-wise annotations of anomalous objects at both semantic and instance level. Our dataset contains 800 images, with more than 50 unknown classes, i.e., classes that do not appear in the training set, and 4000 object instances, making it an extremely challenging dataset for open-world segmentation tasks in the autonomous driving scenario. We provide competitions for multiple open-world tasks on a hidden test set. Our dataset and competitions are available at https://www.ipb.uni-bonn.de/data/panic.
