Collision Avoidance Metric for 3D Camera Evaluation
Vage Taamazyan, Alberto Dall'olio, Agastya Kalra
TL;DR
This work tackles the gap between traditional point-cloud metrics and downstream collision-avoidance performance by introducing the Collision Avoidance metric, a simulation-based evaluation that uses a rectangular gripper to compare predicted versus ground-truth collisions across multiple directions. It defines actionable quantities—false positive collision rate $R_{FPC}$, false negative collision rate $R_{FNC}$, and Collision F-score $FC$—and supports tunable tolerances and directionality to reflect real-world safety margins. Through test scenes combining active/passive stereo and structured-light sensing, the method demonstrates how the metric yields sensor rankings that align with downstream collision avoidance better than conventional metrics, while providing interpretable failure modes via visualized collision paths. The approach offers a practical framework for sensor selection and parameter tuning in robotics and autonomous driving applications where safe navigation is paramount.
Abstract
3D cameras have emerged as a critical source of information for applications in robotics and autonomous driving. These cameras provide robots with the ability to capture and utilize point clouds, enabling them to navigate their surroundings and avoid collisions with other objects. However, current standard camera evaluation metrics often fail to consider the specific application context. These metrics typically focus on measures like Chamfer distance (CD) or Earth Mover's Distance (EMD), which may not directly translate to performance in real-world scenarios. To address this limitation, we propose a novel metric for point cloud evaluation, specifically designed to assess the suitability of 3D cameras for the critical task of collision avoidance. This metric incorporates application-specific considerations and provides a more accurate measure of a camera's effectiveness in ensuring safe robot navigation. The source code is available at https://github.com/intrinsic-ai/collision-avoidance-metric.
