CVAILGDec 2, 2021

Probabilistic Approach for Road-Users Detection

arXiv:2112.01360v45 citations
Originality Incremental advance
AI Analysis

This addresses safety concerns in autonomous driving by making predictions more reliable and interpretable, though it is an incremental improvement focused on a specific bottleneck.

The paper tackles the problem of overconfident false positives in deep-learning object detection for autonomous driving by introducing a novel probabilistic layer during testing, which reduces overconfidence without degrading true positive performance, as validated on 2D-KITTI with YOLOV4 and SECOND detectors.

Object detection in autonomous driving applications implies that the detection and tracking of semantic objects are commonly native to urban driving environments, as pedestrians and vehicles. One of the major challenges in state-of-the-art deep-learning based object detection are false positives which occur with overconfident scores. This is highly undesirable in autonomous driving and other critical robotic-perception domains because of safety concerns. This paper proposes an approach to alleviate the problem of overconfident predictions by introducing a novel probabilistic layer to deep object detection networks in testing. The suggested approach avoids the traditional Sigmoid or Softmax prediction layer which often produces overconfident predictions. It is demonstrated that the proposed technique reduces overconfidence in the false positives without degrading the performance on the true positives. The approach is validated on the 2D-KITTI objection detection through the YOLOV4 and SECOND (Lidar-based detector). The proposed approach enables interpretable probabilistic predictions without the requirement of re-training the network and therefore is very practical.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes