arXiv:2511.06702cs.CV2025-11中稿 · CVPR

通过空间投影对齐提升单目3D检测精度,解决属性解耦导致的几何不一致问题。

SPAN: Spatial-Projection Alignment for Monocular 3D Object Detection

  • 引入空间点对齐与3D-2D投影对齐,强制约束预测与真实框的几何关系。
  • 在KITTI数据集上提升0.8~1.5个点,显著改善检测精度。
  • 适合研究单目3D目标检测、追求高精度几何一致性的工程师。

现有单目3D检测器通常采用解耦预测范式,将几何中心、深度、尺寸和旋转角分别预测,虽简化学习过程,但忽视了各属性间的几何协同约束,导致几何一致性先验缺失,性能受限。为此,本文提出空间-投影对齐(SPAN),包含两个核心组件:(i) 空间点对齐,显式施加预测与真实3D边界框间的全局空间约束,修正解耦回归带来的空间漂移;(ii) 3D-2D投影对齐,确保投影后的3D框紧密贴合图像平面上对应的2D检测框,缓解以往工作忽略的投影错位问题。为保障训练稳定性,还引入分层任务学习策略,随着3D属性预测逐步优化,渐进式引入空间-投影对齐,防止早期错误传播。大量实验表明,该方法可无缝集成至任意主流单目3D检测器,在KITTI等基准上实现显著性能提升。

原文摘要 · Abstract (English)

Existing monocular 3D detectors typically tame the pronounced nonlinear regression of 3D bounding box through decoupled prediction paradigm, which employs multiple branches to estimate geometric center, depth, dimensions, and rotation angle separately. Although this decoupling strategy simplifies the learning process, it inherently ignores the geometric collaborative constraints between different attributes, resulting in the lack of geometric consistency prior, thereby leading to suboptimal performance. To address this issue, we propose novel Spatial-Projection Alignment (SPAN) with two pivotal components: (i). Spatial Point Alignment enforces an explicit global spatial constraint between the predicted and ground-truth 3D bounding boxes, thereby rectifying spatial drift caused by decoupled attribute regression. (ii). 3D-2D Projection Alignment ensures that the projected 3D box is aligned tightly within its corresponding 2D detection bounding box on the image plane, mitigating projection misalignment overlooked in previous works. To ensure training stability, we further introduce a Hierarchical Task Learning strategy that progressively incorporates spatial-projection alignment as 3D attribute predictions refine, preventing early stage error propagation across attributes. Extensive experiments demonstrate that the proposed method can be easily integrated into any established monocular 3D detector and delivers significant performance improvements.

3D检测单目视觉几何对齐空间约束

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。