通过自适应先验条件提升单目3D检测的尺寸稳定性
MonoPRIO: Adaptive Prior Conditioning for Unified Monocular 3D Object Detection

- 根据类别构建尺寸原型,动态分配先验并结合不确定性调节
- 在KITTI上实现统一多类检测最优性能,车类检测全难度下领先
- 尤其在遮挡、部分可见等模糊场景下效果显著,适合低数据环境
单目3D目标检测因单视角信息不足,难以确定物体的真实尺度与深度,尤其在遮挡、截断和投影引起的尺度-深度模糊情况下更难。尽管近期方法提升了深度与几何推理能力,但在统一多类检测中,物体真实尺寸仍不稳定,受类别差异与部分可见性影响。本文提出MonoPRIO,通过在尺寸路径中引入自适应先验机制来解决此瓶颈:离线构建类别感知的尺寸原型,将解码器查询路由至软混合先验,采用不确定性感知的对数空间条件化,并在训练中使用聚类对齐先验(CAP)正则化匹配正样本。在官方KITTI测试服务器上,MonoPRIO实现了当前报告完整车、行人、非机动车指标的最优统一多类结果;在仅车类检测中,其在Easy/Moderate/Hard三类上均达到最优3D边界框平均精度(AP),且无需额外数据,计算量远低于MonoCLUE。消融实验表明,路由注入与CAP协同增益显著,尤其在高模糊、部分遮挡及低数据条件下表现最佳。这说明自适应先验在图像证据不足以确定尺寸时最为有效,但极端几何异常或严重可见性损失仍可能导致先验与真实几何不匹配。
原文摘要 · Abstract (English)
Monocular 3D object detection remains challenging because metric size and depth are underdetermined by single-view evidence, particularly under occlusion, truncation, and projection-induced scale-depth ambiguity. Although recent methods improve depth and geometric reasoning, metric size remains unstable in unified multi-class settings, where class variability and partial visibility broaden plausible size modes. We propose MonoPRIO, a unified monocular 3D detector that targets this bottleneck through adaptive prior conditioning in the size pathway. MonoPRIO constructs class-aware size prototypes offline, routes each decoder query to a soft mixture prior, applies uncertainty-aware log-space conditioning, and uses Cluster-Aligned Prior (CAP) regularisation on matched positives during training. On the official KITTI test server, MonoPRIO achieves the strongest fully reported unified multi-class result among methods reporting complete Car, Pedestrian, and Cyclist metrics. In the car-only setting, it also achieves the strongest 3D bounding-box AP across Easy/Moderate/Hard categories among compared methods without extra data, while using substantially less compute than MonoCLUE. Ablations and diagnostics show complementary gains from routed injection and CAP, with the largest benefits in ambiguity-prone, partially occluded, and low-data regimes. These findings indicate that adaptive priors are most effective when image evidence underdetermines metric size, while atypical geometry or extreme visibility loss can still cause mismatch between routed priors and true instance geometry. Code, trained models, result logs, and reproducibility material are available at https://github.com/bigggs/MonoPRIO.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。