A Novel Decomposed Feature-Oriented Framework for Open-Set Semantic Segmentation on LiDAR Data
Wenbang Deng, Xieyuanli Chen, Qinghua Yu, Yunze He, Junhao Xiao, Huimin Lu
TL;DR
This paper addresses open-set semantic segmentation on LiDAR data by separating CSS for known classes from anomaly-based detection of unknown objects. It introduces DOSS, a decomposed framework with a cylindrical encoder and dual decoders that produce dedicated features for CSS and anomaly detection, guided by a five-term multi-objective loss and threshold-based anomaly scoring in feature space. The approach pushes known-class features to the surface of a hypersphere while clustering unknown features toward the center, enabling robust OSS via maximum-logit based anomaly detection integrated with CSS. Evaluations on nuScenes and SemanticKITTI show state-of-the-art OSS performance while preserving close-set segmentation accuracy, and the authors provide public code for reproducibility. This method has practical impact for autonomous systems by improving safety and reliability in environments with unknown objects.
Abstract
Semantic segmentation is a key technique that enables mobile robots to understand and navigate surrounding environments autonomously. However, most existing works focus on segmenting known objects, overlooking the identification of unknown classes, which is common in real-world applications. In this paper, we propose a feature-oriented framework for open-set semantic segmentation on LiDAR data, capable of identifying unknown objects while retaining the ability to classify known ones. We design a decomposed dual-decoder network to simultaneously perform closed-set semantic segmentation and generate distinctive features for unknown objects. The network is trained with multi-objective loss functions to capture the characteristics of known and unknown objects. Using the extracted features, we introduce an anomaly detection mechanism to identify unknown objects. By integrating the results of close-set semantic segmentation and anomaly detection, we achieve effective feature-driven LiDAR open-set semantic segmentation. Evaluations on both SemanticKITTI and nuScenes datasets demonstrate that our proposed framework significantly outperforms state-of-the-art methods. The source code will be made publicly available at https://github.com/nubot-nudt/DOSS.
