EC-IoU: Orienting Safety for Object Detectors via Ego-Centric Intersection-over-Union
Brian Hsuan-Cheng Liao, Chih-Hong Cheng, Hasan Esen, Alois Knoll
TL;DR
EC-IoU introduces an ego-centric weighting scheme for evaluating object detectors, redefining IoU to emphasize ground-truth regions nearer to the ego vehicle. By weighting ground-truth points with ω_G(x,y) = [ρ(x_G,y_G)/ρ(x,y)]^α and approximating the weighted area via a mean-weight implementation, EC-IoU provides a safety-sensitive metric and learning signal. Empirical results on nuScenes and KITTI show EC-IoU can reveal safety gaps not captured by standard IoU and, when used as a loss, can improve downstream mAP and EC-AP in several scenarios. The work demonstrates how safety principles can be concretely integrated into evaluation and training for BEV/3D object detection, with avenues for adaptive weighting and online monitoring.
Abstract
This paper presents Ego-Centric Intersection-over-Union (EC-IoU), addressing the limitation of the standard IoU measure in characterizing safety-related performance for object detectors in navigating contexts. Concretely, we propose a weighting mechanism to refine IoU, allowing it to assign a higher score to a prediction that covers closer points of a ground-truth object from the ego agent's perspective. The proposed EC-IoU measure can be used in typical evaluation processes to select object detectors with better safety-related performance for downstream tasks. It can also be integrated into common loss functions for model fine-tuning. While geared towards safety, our experiment with the KITTI dataset demonstrates the performance of a model trained on EC-IoU can be better than that of a variant trained on IoU in terms of mean Average Precision as well.
