用空间统计模型让检测器知道哪里是安全空地,提升自动驾驶可靠性。
Towards Reliable Detection of Empty Space: Conditional Marked Point Processes for Object Detection
- 基于带标记点过程建模目标位置与类别,从概率角度定义检测
- 能给出空区域无障碍物的置信度,解决传统方法忽略空白区不确定性问题
- 适合自动驾驶等需可靠空地判断的安全关键场景
深度神经网络在边界框检测和语义分割等计算机视觉任务中表现卓越。现有检测器为预测结果分配置信度,反映模型对目标检测的不确定性,但这些置信度常因架构和损失函数侧重任务性能而校准不良。即使置信度校准良好,检测器也无法量化未检测区域的不确定性——即模型不评估某个未检测到物体的区域是否真正无障碍。这在自动驾驶等应用中带来安全隐患。本文提出一种基于空间统计学的对象检测框架:将边界框数据视为带标记点过程的实现,其中点代表边界框中心,标记表示边界框的空间范围与类别。该统计框架支持基于似然的训练,并能提供某区域可通行(无物体)的概率估计。通过校准评估与性能测试验证了方法的有效性。
原文摘要 · Abstract (English)
Deep neural networks have set the state-of-the-art in computer vision tasks such as bounding box detection and semantic segmentation. Object detectors and segmentation models assign confidence scores to predictions, reflecting the model's uncertainty in object detection or pixel-wise classification. However, these confidence estimates are often miscalibrated, as their architectures and loss functions are tailored to task performance rather than probabilistic foundation. Even with well calibrated predictions, object detectors fail to quantify uncertainty outside detected bounding boxes, i.e., the model does not make a probability assessment of whether an area without detected objects is truly free of obstacles. This poses a safety risk in applications such as automated driving, where uncertainty in empty areas remains unexplored. In this work, we propose an object detection model grounded in spatial statistics. Bounding box data matches realizations of a marked point process, commonly used to describe the probabilistic occurrence of spatial point events identified as bounding box centers, where marks are used to describe the spatial extension of bounding boxes and classes. Our statistical framework enables a likelihood-based training and provides well-defined confidence estimates for whether a region is drivable, i.e., free of objects. We demonstrate the effectiveness of our method through calibration assessments and evaluation of performance.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。