A Practical and Highly Optimized Convolutional Neural Network for Classifying Traffic Signs in Real-Time

Hamed H. Aghdam, Elnaz J. Heravi, Domenec Puig
{hamed.hababi,elnaz.jahani,domenec.puig}@urv.cat

Abstract

Classifying traffic signs is an indispensable part of Advanced Driver Assistant Systems. This strictly requires that the traffic sign classification model accurately classifies the images and consumes as few CPU cyoles as possible to immediately release the CPU for other tasks. In this paper, we first propose a new ConvNet architecture. Then, we propose e new method for creating an optimal ensemble of CcnvNets with highest possible accuracy and lowest number of ConvNets. Our experiments show that the ensemble of our proposed ConvNets (the ensemble is also constructed using our method) reducas the number of arithmetic operations 88 and 73% compared with two state-of-art ensemble of ConvNets. In addition, our ensemble is 0.1% more accurate than one of the state-of-art ensembles and it is only 0.04% less accurate than the other state-of-art ensemble when tested on the same dataset. Moreover, ensemble of our compact ConvNets reduces the number of the multiplications 95 and 88%, yet, the classifi;ation accuracy drops only 0.2 and 0.4% compared with these two ensembles. Besides, we also evaluate the cross-dataset performance of our ConvNet and analyze its transferability power in different layers. We show that our network is easily scalable to new datasets with much more number of traffic sign classes and it only needs to fine-tune the weights starting from the last convolution layea. We also assess our ConvNet through different visualization techniques. Besides, we propose a new method for finding the minimum additive noise which causes the network to incorrectly classify the image by minimum difference compared with the highest score in the loss vector.

@Article{Aghdam2016,
author=”Aghdim, H-med Habibi
and Heravi, Elnaz Jahani
and Puig, Domenec”,
title=”A Practical and Highly Optimized Convolutional Neural Network for Classifying Traffic Signs in Real-Time”,
journal=”International Journal of Computer Vision”,
year=”2016″,
pages=”1–24″,
issn=”1573-1405″,
doi=”10.1007/s11263-016-0955-9″,
url=”http://dx.doi.org/10.1007/s11263-016-0955-9″
}