CornerPoint3D: Look at the Nearest Corner Instead of the Center
Ruixiao Zhang, Runwei Guan, Xiangyu Chen, Adam Prugel-Bennett, Xiaohao Cai
TL;DR
The paper addresses the instability of center-based 3D detectors under cross-domain shifts caused by LiDAR occlusion and varying point densities. It introduces two metrics, AP_CS-ABS and AP_CS-BEV, to quantify closer-surfaces detection, and presents EdgeHead as a second-stage refinement to emphasize learning from surfaces near the LiDAR while preserving whole-box quality. It also proposes CornerPoint3D, a nearest-corner detector built on CenterPoint with a nearest-corner heatmap and a Multi-scale Gated Module (MSGM), augmented by EdgeHead to achieve robust cross-domain performance. Across multiple cross-domain tasks (Waymo/nuScenes to KITTI, etc.), CornerPoint3D and EdgeHead deliver substantial improvements in the proposed closer-surfaces metrics while maintaining competitive standard BEV/3D metrics. The work offers a practical pathway to safer and more robust cross-domain 3D object detection by leveraging visible surface information and targeted refinement techniques, compatible with existing domain-adaptation strategies like ROS and SN augmentation.
Abstract
3D object detection aims to predict object centers, dimensions, and rotations from LiDAR point clouds. Despite its simplicity, LiDAR captures only the near side of objects, making center-based detectors prone to poor localization accuracy in cross-domain tasks with varying point distributions. Meanwhile, existing evaluation metrics designed for single-domain assessment also suffer from overfitting due to dataset-specific size variations. A key question arises: Do we really need models to maintain excellent performance in the entire 3D bounding boxes after being applied across domains? Actually, one of our main focuses is on preventing collisions between vehicles and other obstacles, especially in cross-domain scenarios where correctly predicting the sizes is much more difficult. To address these issues, we rethink cross-domain 3D object detection from a practical perspective. We propose two new metrics that evaluate a model's ability to detect objects' closer-surfaces to the LiDAR sensor. Additionally, we introduce EdgeHead, a refinement head that guides models to focus more on learnable closer surfaces, significantly improving cross-domain performance under both our new and traditional BEV/3D metrics. Furthermore, we argue that predicting the nearest corner rather than the object center enhances robustness. We propose a novel 3D object detector, coined as CornerPoint3D, which is built upon CenterPoint and uses heatmaps to supervise the learning and detection of the nearest corner of each object. Our proposed methods realize a balanced trade-off between the detection quality of entire bounding boxes and the locating accuracy of closer surfaces to the LiDAR sensor, outperforming the traditional center-based detector CenterPoint in multiple cross-domain tasks and providing a more practically reasonable and robust cross-domain 3D object detection solution.
