Effort-Based Criticality Metrics for Evaluating 3D Perception Errors in Autonomous Driving
Summary
Researchers propose three novel effort-based criticality metrics to evaluate 3D perception errors in autonomous driving, addressing limitations of traditional time-to-collision (TTC) measures that conflate false-positive (FP) and false-negative (FN) consequences. The new metrics include False Speed Reduction (FSR), quantifying cumulative velocity loss from persistent phantom detections; Maximum Deceleration Rate (MDR), measuring peak braking demand from missed objects; and Lateral Evasion Acceleration (LEA), assessing minimum steering effort for collision avoidance. These longitudinal and lateral metrics are integrated with a reachability-based ellipsoidal collision filter to score only dynamically plausible threats. Evaluation on nuScenes and Argoverse 2 datasets reveals that 65-93% of perception errors are non-critical. Spearman correlation analysis confirms these metrics provide unique, safety-relevant insights, showing, for instance, that BEVFusion reduces critical FPs by 88% while FN severity remains consistent across different perception pipelines at a mean MDR of 2.0-2.5 m/s².
Key takeaway
For machine learning engineers developing autonomous driving perception systems, relying solely on traditional detection metrics like mAP or NDS can obscure critical safety risks. You should integrate effort-based metrics like FSR, MDR, and LEA into your evaluation pipeline to quantify the true collision-avoidance burden of perception errors. This approach will enable you to identify specific safety-comfort trade-offs, such as persistent phantom detections or high-urgency missed objects, allowing for targeted improvements that enhance real-world safety beyond raw error counts.
Key insights
Effort-based metrics quantify collision-avoidance demands from perception errors, revealing distinct safety impacts of false positives and false negatives.
Principles
- Perception error criticality requires distinguishing false positives from false negatives.
- Quantify false positive impact by cumulative effort, false negatives by peak demand.
- Lateral evasion effort is a distinct safety dimension from longitudinal braking.
Method
Calculate FSR for cumulative FP braking, MDR for peak FN braking, and LEA for lateral evasion. Filter threats using ellipsoidal reachability analysis for plausible collisions.
In practice
- Identify persistent false positives using FSR to reduce unwarranted braking.
- Pinpoint critical false negatives with MDR to address peak braking demands.
- Assess lateral evasion needs with LEA for steering-based collision avoidance.
Topics
- Autonomous Driving
- 3D Perception
- Criticality Metrics
- False Positives
- False Negatives
- Reachability Analysis
- Collision Avoidance
Best for: Research Scientist, Computer Vision Engineer, AI Scientist, Machine Learning Engineer, Robotics Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.