论文标题
汽车感知的分布式检测
Out-of-Distribution Detection for Automotive Perception
论文作者
论文摘要
神经网络(NNS)广泛用于自主驾驶中的对象分类。但是,NNS可能会失败的输入数据未得到训练数据集的很好表示,称为分布(OOD)数据。检测OOD样品的机制对于诸如汽车感知之类的安全至关重要应用非常重要,以触发安全的后备模式。 NNS通常依靠软疗法来估计置信度,这可能会导致高度信心分配给OOD样本,从而阻碍检测失败。本文提出了一种确定输入是否为OOD的方法,该方法在培训过程中不需要OOD数据,并且不会增加推断的计算成本。后一种属性在具有有限的计算资源和实时限制的汽车应用中尤为重要。我们提出的方法优于现实世界中汽车数据集上的最先进方法。
Neural networks (NNs) are widely used for object classification in autonomous driving. However, NNs can fail on input data not well represented by the training dataset, known as out-of-distribution (OOD) data. A mechanism to detect OOD samples is important for safety-critical applications, such as automotive perception, to trigger a safe fallback mode. NNs often rely on softmax normalization for confidence estimation, which can lead to high confidences being assigned to OOD samples, thus hindering the detection of failures. This paper presents a method for determining whether inputs are OOD, which does not require OOD data during training and does not increase the computational cost of inference. The latter property is especially important in automotive applications with limited computational resources and real-time constraints. Our proposed approach outperforms state-of-the-art methods on real-world automotive datasets.