Seg2Box: 3D Object Detection by Point-Wise Semantics Supervision
Maoji Zheng, Ziyu Xu, Qiming Xia, Hai Wu, Chenglu Wen, Cheng Wang
TL;DR
Seg2Box tackles the redundancy between bounding-box and semantic-label supervision by training detectors with only semantic annotations. It introduces MFMS-C to generate high-quality box-level pseudo-labels via multi-frame, multi-radius clustering and selects the best proposals with the MSF-Score, followed by SGIM-ST to iteratively refine labels and mine unlabeled instances through semantic-guided self-training. On Waymo Open and nuScenes, Seg2Box achieves substantial gains (e.g., mAP improvements of $23.7\%$ and $10.3\%$, respectively) and approaches 95% of fully supervised Vehicle AP at IoU $=0.5$, demonstrating strong label-efficient potential. The two-stage framework and its components enable robust cross-task supervision, suggesting practical pathways for reducing annotation costs in 3D scene understanding.
Abstract
LiDAR-based 3D object detection and semantic segmentation are critical tasks in 3D scene understanding. Traditional detection and segmentation methods supervise their models through bounding box labels and semantic mask labels. However, these two independent labels inherently contain significant redundancy. This paper aims to eliminate the redundancy by supervising 3D object detection using only semantic labels. However, the challenge arises due to the incomplete geometry structure and boundary ambiguity of point-cloud instances, leading to inaccurate pseudo labels and poor detection results. To address these challenges, we propose a novel method, named Seg2Box. We first introduce a Multi-Frame Multi-Scale Clustering (MFMS-C) module, which leverages the spatio-temporal consistency of point clouds to generate accurate box-level pseudo-labels. Additionally, the Semantic?Guiding Iterative-Mining Self-Training (SGIM-ST) module is proposed to enhance the performance by progressively refining the pseudo-labels and mining the instances without generating pseudo-labels. Experiments on the Waymo Open Dataset and nuScenes Dataset show that our method significantly outperforms other competitive methods by 23.7\% and 10.3\% in mAP, respectively. The results demonstrate the great label-efficient potential and advancement of our method.
