重访基于激光雷达的 3D 对象检测中的离群分布检测
摘要
基于激光雷达的 3D 对象检测已成为自动驾驶中必不可少的组成部分,due to its ability to precisely localize and classify objects in 3D. However, object detectors face a critical challenge when dealing with unknown foreground objects, particularly those that were not present in their original training data. These out-of-distribution (OOD) objects can lead to misclassifications, posing a significant risk to the safety and reliability of automated vehicles. Currently, LiDAR-based OOD object detection has not been well studied. We address this problem by generating synthetic training data for OOD objects by perturbing known object categories. Our idea is that these synthetic OOD objects produce different responses in the feature map of an object detector compared to in-distribution (ID) objects. We then extract features using a pre-trained and fixed object detector and train a simple multilayer perceptron (MLP) to classify each detection as either ID or OOD. In addition, we propose a new evaluation protocol that allows the use of existing datasets without modifying the point cloud, ensuring a more authentic evaluation of real-world scenarios. The effectiveness of our method is validated through experiments on the newly proposed nuScenes OOD benchmark. The source code is available at https://github.com/uulm-mrm/mmood3d.
引用
@article{arxiv.2404.15879,
title = {Revisiting Out-of-Distribution Detection in LiDAR-based 3D Object Detection},
author = {Michael Kösel and Marcel Schreiber and Michael Ulrich and Claudius Gläser and Klaus Dietmayer},
journal= {arXiv preprint arXiv:2404.15879},
year = {2024}
}
备注
Accepted for publication at the 2024 35th IEEE Intelligent Vehicles Symposium (IV 2024), June 2-5, 2024, in Jeju Island, Korea