CVIVJul 27, 2022

Traffic Sign Detection With Event Cameras and DCNN

arXiv:2207.13345v110 citationsh-index: 15
Originality Synthesis-oriented
AI Analysis

This addresses traffic sign detection for advanced driver assistance systems and self-driving cars, but it is incremental as it applies existing methods to a new sensor type.

The paper tackled traffic sign detection using event cameras by testing different event data representations and applying YOLOv4, achieving detection accuracies of 86.9-88.9% mAP@0.5 for individual representations and 89.9% mAP@0.5 with fusion, compared to 72.67% for reconstructed frames.

In recent years, event cameras (DVS - Dynamic Vision Sensors) have been used in vision systems as an alternative or supplement to traditional cameras. They are characterised by high dynamic range, high temporal resolution, low latency, and reliable performance in limited lighting conditions -- parameters that are particularly important in the context of advanced driver assistance systems (ADAS) and self-driving cars. In this work, we test whether these rather novel sensors can be applied to the popular task of traffic sign detection. To this end, we analyse different representations of the event data: event frame, event frequency, and the exponentially decaying time surface, and apply video frame reconstruction using a deep neural network called FireNet. We use the deep convolutional neural network YOLOv4 as a detector. For particular representations, we obtain a detection accuracy in the range of 86.9-88.9% mAP@0.5. The use of a fusion of the considered representations allows us to obtain a detector with higher accuracy of 89.9% mAP@0.5. In comparison, the detector for the frames reconstructed with FireNet is characterised by an accuracy of 72.67% mAP@0.5. The results obtained illustrate the potential of event cameras in automotive applications, either as standalone sensors or in close cooperation with typical frame-based cameras.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes