# Did You Miss the Sign? A False Negative Alarm System for Traffic Sign   Detectors

**Authors:** Quazi Marufur Rahman, Niko S\"underhauf, Feras Dayoub

arXiv: 1903.06391 · 2020-11-13

## TL;DR

This paper introduces a false negative alarm system for traffic sign detectors in autonomous vehicles, enhancing safety by identifying missed signs during deployment.

## Contribution

It presents a novel method to detect false negatives in traffic sign detection using internal features of a single shot multi-box detector, a first in robotic vision.

## Key findings

- Achieved 89.9% precision at 80% recall in Belgium dataset.
- Achieved 90.8% precision at 80% recall in German dataset.
- First method to address false negative detection in traffic sign recognition.

## Abstract

Object detection is an integral part of an autonomous vehicle for its safety-critical and navigational purposes. Traffic signs as objects play a vital role in guiding such systems. However, if the vehicle fails to locate any critical sign, it might make a catastrophic failure. In this paper, we propose an approach to identify traffic signs that have been mistakenly discarded by the object detector. The proposed method raises an alarm when it discovers a failure by the object detector to detect a traffic sign. This approach can be useful to evaluate the performance of the detector during the deployment phase. We trained a single shot multi-box object detector to detect traffic signs and used its internal features to train a separate false negative detector (FND). During deployment, FND decides whether the traffic sign detector (TSD) has missed a sign or not. We are using precision and recall to measure the accuracy of FND in two different datasets. For 80% recall, FND has achieved 89.9% precision in Belgium Traffic Sign Detection dataset and 90.8% precision in German Traffic Sign Recognition Benchmark dataset respectively. To the best of our knowledge, our method is the first to tackle this critical aspect of false negative detection in robotic vision. Such a fail-safe mechanism for object detection can improve the engagement of robotic vision systems in our daily life.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.06391/full.md

## Figures

16 figures with captions in the complete paper: https://tomesphere.com/paper/1903.06391/full.md

## References

24 references — full list in the complete paper: https://tomesphere.com/paper/1903.06391/full.md

---
Source: https://tomesphere.com/paper/1903.06391