FuzzRisk: Online Collision Risk Estimation for Autonomous Vehicles based on Depth-Aware Object Detection via Fuzzy Inference
Brian Hsuan-Cheng Liao, Yingjie Xu, Chih-Hong Cheng, Hasan Esen, Alois Knoll
TL;DR
The paper addresses the challenge of estimating collision risk for autonomous vehicles when perception is imperfect by comparing a depth-based retrieval of near-field objects with a conventional 3D detector. It uses $IoU$ and depth discrepancy to quantify inconsistencies, and employs a fuzzy inference system optimized against the USC risk metric to convert these signals into a real-time collision-risk score. The approach is validated on the nuScenes dataset and in closed-loop simulations, showing that depth-based cues can recover objects missed by the detector under challenging conditions and can be used to trigger protective actions. The work contributes a practical, interpretable, monocular perception monitor that links perception performance directly to safety risk and offers three FIS construction strategies for robust risk estimation.
Abstract
This paper presents a novel monitoring framework that infers the level of collision risk for autonomous vehicles (AVs) based on their object detection performance. The framework takes two sets of predictions from different algorithms and associates their inconsistencies with the collision risk via fuzzy inference. The first set of predictions is obtained by retrieving safety-critical 2.5D objects from a depth map, and the second set comes from the ordinary AV's 3D object detector. We experimentally validate that, based on Intersection-over-Union (IoU) and a depth discrepancy measure, the inconsistencies between the two sets of predictions strongly correlate to the error of the 3D object detector against ground truths. This correlation allows us to construct a fuzzy inference system and map the inconsistency measures to an AV collision risk indicator. In particular, we optimize the fuzzy inference system towards an existing offline metric that matches AV collision rates well. Lastly, we validate our monitor's capability to produce relevant risk estimates with the large-scale nuScenes dataset and demonstrate that it can safeguard an AV in closed-loop simulations.
