Real-Time 3D Object Detection with Inference-Aligned Learning
Chenyu Zhao, Xianwei Zheng, Zimin Xia, Linwei Yue, Nan Xue
TL;DR
This work tackles the training–inference gap in real-time indoor 3D object detection from point clouds by introducing SR3D, a framework that couples Spatial-Prioritized Optimal Transport Assignment (SPOTA) with Rank-aware Adaptive Self-Distillation (RAS). SPOTA emphasizes spatial reliability by using a normalized vertex distance and a center-prior, redefining the label assignment cost to focus on geometry rather than semantics and selecting top-$k$ positives. RAS injects ranking information into training through a localization-aware self-distillation loss and adaptive weighting that aligns classification confidence with localization quality, addressing the rank sensitivity of evaluation metrics like AP. Together, SR3D improves accuracy on ScanNet V2 and SUN RGB-D while preserving real-time inference speed, validating the practicality of inference-aligned learning for dense 3D detectors and offering a pathway to extend to outdoor datasets and further speedups.
Abstract
Real-time 3D object detection from point clouds is essential for dynamic scene understanding in applications such as augmented reality, robotics and navigation. We introduce a novel Spatial-prioritized and Rank-aware 3D object detection (SR3D) framework for indoor point clouds, to bridge the gap between how detectors are trained and how they are evaluated. This gap stems from the lack of spatial reliability and ranking awareness during training, which conflicts with the ranking-based prediction selection used as inference. Such a training-inference gap hampers the model's ability to learn representations aligned with inference-time behavior. To address the limitation, SR3D consists of two components tailored to the spatial nature of point clouds during training: a novel spatial-prioritized optimal transport assignment that dynamically emphasizes well-located and spatially reliable samples, and a rank-aware adaptive self-distillation scheme that adaptively injects ranking perception via a self-distillation paradigm. Extensive experiments on ScanNet V2 and SUN RGB-D show that SR3D effectively bridges the training-inference gap and significantly outperforms prior methods in accuracy while maintaining real-time speed.
