Next Article in Journal
Routes for GMR-Sensor Design in Non-Destructive Testing
Next Article in Special Issue
Design of a Multi-Sensor Cooperation Travel Environment Perception System for Autonomous Vehicle
Previous Article in Journal
Ontological Representation of Light Wave Camera Data to Support Vision-Based AmI
Previous Article in Special Issue
Intelligent Urban Public Transportation for Accessibility Dedicated to People with Disabilities
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Recognition Stage for a Speed Supervisor Based on Road Sign Detection

by
Juan-Pablo Carrasco
,
Arturo de la Escalera De la Escalera
* and
José María Armingol
Intelligent Systems Lab, Universidad Carlos III de Madrid, Avda de la Universidad 30, 28911 Leganes, Spain
*
Author to whom correspondence should be addressed.
Sensors 2012, 12(9), 12153-12168; https://doi.org/10.3390/s120912153
Submission received: 23 July 2012 / Revised: 30 August 2012 / Accepted: 31 August 2012 / Published: 5 September 2012
(This article belongs to the Special Issue New Trends towards Automatic Vehicle Control and Perception Systems)

Abstract

: Traffic accidents are still one of the main health problems in the World. A number of measures have been applied in order to reduce the number of injuries and fatalities in roads, i.e., implementation of Advanced Driver Assistance Systems (ADAS) based on image processing. In this paper, a real time speed supervisor based on road sign recognition that can work both in urban and non-urban environments is presented. The system is able to recognize 135 road signs, belonging to the danger, yield, prohibition obligation and indication types, and sends warning messages to the driver upon the combination of two pieces of information: the current speed of the car and the road sign symbol. The core of this paper is the comparison between the two main methods which have been traditionally used for detection and recognition of road signs: template matching (TM) and neural networks (NN). The advantages and disadvantages of the two approaches will be shown and commented. Additionally we will show how the use of well-known algorithms to avoid illumination issues reduces the amount of images needed to train a neural network.

Graphical Abstract

1. Introduction

Road traffic accidents are an important socioeconomic problem. As the number of vehicles on the road increases so too does the number of accidents. As a consequence of road accidents, every year approximately 1.2 million people are killed and 50 million are disabled or injured [1]. Not only road are traffic accidents the eleventh cause of death in the World, but it is the only cause of death among the first twelve which is not related to illnesses or diseases, and the picture in the future is bleak, as in comparison to 2003, the number of deaths and casualties worldwide from traffic accidents will increase in 65% [2,3].

Usually car accidents involve speed, which is directly related to an increase in the severity of the accident. Due to this fact, different initiatives have been taken in order to reduce velocity where necessary, these include physical obstacles which force the driver to reduce the speed of the vehicle (such as speed humps or roundabouts) and on-board vehicle technologies that may send useful information to the driver or take control of the vehicle. In this article we present an ADAS whose goal is the speed supervision based on the recognition of road signs and the information of speed given by a GPS-inertial sensor. The system warns the driver in the case that the speed of the car is over a certain limit which is given by the symbol of the road sign.

A scheme of the system may be seen in Figure 1. It is composed of a GPS-IMU MTi-G X-Sens device that provides accurate data at 120 Hz of vehicle motion and location. This information is used to obtain the real speed of the vehicle, which is simultaneously compared to the information given by the symbol of the recognized road sign, if there is any in that moment. The color camera used is a Hitachi KPD-20A which is in continuing acquisition of images. These images are processed in the PC to extract the possible road signs and the information contained in their plates. Finally, in the case that the speed of the vehicle is over a certain limit, the driver receives from the PDA a warning acoustic message indicating the maneuver to do and showing the recognized road sign on the screen.

The full recognition of road signs is divided into three stages: detection, recognition and tracking. In the first one, the goal is to detect the objects in the image that have high probability of being road signs. The second one is two-fold: rejection of false positives from the previous stage and extraction of the information of the symbol within the road sign. In the tracking stage a prediction of the location of the road sign is performed in order to assure the results of the recognition. This article will be focus on the stage of recognition, as an extension of the research on detection described in [4]. For this aim, the most spread methods on this field have been used: template matching (TM) and neural networks (NN).

The article is divided into five sections: first we will review previous works regarding recognition of road signs. After this, we will reach the core of the article, which is divided into three parts: the first one explains a required preprocessing stage for both recognition algorithms (TM and NN). This is applied on the input images used to correlate to the templates in the case of TM and to the training samples for the NN approach. The second part explains the use of template matching and neural networks in our system. Results and comparisons of the two approaches are presented in the third main part. Finally the conclusions and future work are described.

2. State of the Art

The most widespread methods for recognition of road signs are based on TM and NN, though other classifiers are being introduced lately. Template matching in some cases, as in [5], uses encoded data from images to be correlated with a database of artificial samples, in this case, road signs. But usually the matching is done between gray scale images (template + region of interest) [69] using different methods to evaluate the similarity. This measure is usually done using cross correlation techniques [1012] where a hierarchical approach may also be implemented due to the expense time that usual correlation requires [4]. A similar approach, but in the frequency domain is presented in [13] where a fringe-adjusted joint transform correlation (FJTC) technique is used.

There are many different approaches using neural networks but the more widespread ones are the radial basis functions (RBF) with different activation functions [1417], and the multilayer perceptron [1824]. It is difficult to compare the results of these methods since all of them have about 90% positive classification rates. The main differences are related to the source of the training sets: artificial samples [20], real samples [24,25], and a mixture of them, i.e., applying artificial noise or rotations to real images as in [26]. But in the end, the performance is more less the same. The only advantage of artificial sets is avoiding the difficulty of collecting real images for training for all possible road signs.

As a result of this complexity to compare previous works, the results of the following papers, where authors have presented comparisons among different approaches, different NN or different methods within a given approach are very interesting. In [26] there is a comparison among NN, k-NN and Bayesian classifier to recognize road signs using RGB images and real training samples with artificial noise. In [19] we can find a discussion on different NN: MLP, RBF, LVQ and Hopfield NN attending their robustness, precision, and time and memory consuming for circular road signs. A comparative analysis among different classifiers is in [27] where the performance of Laplace, Gauss, mixture of both Laplace and Gauss, ldc, qdc, k-NN is shown. They are able to recognize a large set of road sign's shapes: circles, triangles, diamonds, squares and octagons. A comparison between polynomial classifier and RBF is in [28], where the objective is to maintain the false positive rate as low as possible. They used binarized real images for the training set for circular road sign classification; in [15], random forest with a support vector machine under different conditions along with a comparison of the bagging support vector machines with the AdaBoost naive Bayes approach, has been made. The goal was to recognize 15 different road signs, and for this purpose, they used a set of gray scale images (2,500) for training and testing with sizes of 30 × 30 including non-road-sign images to enhance the rejection capability of the system. Finally a ring partitioned method has been proposed in [29] whose goal is the histogram matching of images. Six different approaches for this tool are presented to achieve the recognition of prohibition and obligation road signs whose size is over 100 pixels.

Finally, also classifiers as support vector machines (SVM) are currently a spread solution for recognition of road signs [27,3036]. Other approaches use SIFT descriptors [37], PCA [38], naive Bayes [39] or Forest- Error-Correcting Output Code [40]. A presentation of the state of the art for road sign detection can be found in [41].

3. Model Preprocessing

Real images always have some level of noise, which affects the results of any classification method. In this section we will apply a number of algorithms in order to obtain better input images for the recognition methods used, TM and NN. These preprocessing algorithms are: (a) based on histogram stretching to mitigate the effects of illumination on the image and (b) based on threshold algorithms to avoid the effects of both illumination and image noise for both the road sing and the background.

There will be five different groups of samples, one for each preprocess applied to the road signs. To make the process understandable for the reader a set of images have been selected and the algorithms will be applied on them. The road sign images to be recognized that have been used are the output of a previous detection stage which is fully explained in [4]. From now on, these images will be called “candidates” and they may be real images of road signs or false detections. The initial set of samples for red and blue road signs may be seen in Figure 2.

The different groups of input images, G1 to G5, are obtained from the candidates in Figure 2:

  • G1: The result of cropping the gray scale image provides the first set of candidates, i.e., the raw gray scale images extracted from the detection stage as may be seen in Figure 3.

  • G2: To obtain the second set of candidates, histogram stretching is performed for each single candidate. The applied function is depicted in Figure 4 and the result over the resized image is in Figure 5. The process is as follows: the histogram of the candidate is computed, minH and maxH are each chosen to be equal to 1% of the total amount of pixels in the image. Then we simply assign 0 to those pixels whose gray scale value (GSV) is below minH, 255 to those over maxH and GSV to those between minH and maxH. The whole function is described by Equation (1):

    GSV = { 0 i f GSV m i n H 255 GSV m i n H max m i n H i f min H < GSV < m a x H 255 i f GSV m a x H

  • G3: This group is the result of a P-Tile thresholding. For each class, all artificial images have been experimentally evaluated to set a specific binarization threshold, which fits each road sign class. This threshold has been chosen by direct observation of the differences obtained from different threshold levels. An example of this process is presented in Figure 6. It is clearly seen that the threshold level has a noticeable influence in the final binarization.

    The values obtained from the artificial images will be used in the preprocessing of the real candidates and each threshold level will be applied to each corresponding candidate. An example of this may be seen in Figure 7.

  • G4: the fourth set of candidates, depicted in Figure 8, is done using an Otsu thresholding.

  • G5: A bimodal binarization is used to build the fifth set of images. The distance between the reference peaks has been set to 100 gray scale units. This value has been experimentally selected after inspection of the candidates by means of size variation due to distance to the camera, and weather conditions. The middle point between these two reference peaks will give the final thresholding point. Figure 10 shows an example of the process followed using the scheme depicted in Figure 9: the highest peak is taken as the first reference peak, then the maximum peak which is separated by more than 100 gray scale levels is taken as the second reference peak. The medium value of them is the threshold level, which will divide the space into black and white.

    Independently of the method used, TM or NN, the final processing of candidates has been developed by applying two different masks, whose goal is to erase everything but the information inside the plate. Its use is obvious, for TM the influence of the rim of the road sign is neglectable, as the template on which to do the correlation includes the rim. In the case of NN, the method is very sensitive to any addition of spurious information, this is why background and rim erasure is needed.

    In both cases, TM and NN, the application of such a mask to erase the background in one case, and the background and the rim in the other, is straightforward. As result for TM, the pixels belonging to the background after masking will not participate into the calculation of the similarity. In the case of NN, the pixels belonging to the background are set to white to eliminate the influence of the noisy background in the NN learning process.

4. Comparison between Template Matching and Neural Networks

4.1. Template Matching

The input candidates from the detection stage were normalized to 64 × 64 and preprocessed to be compared to a template described in Figure 11 where the different road signs are contained. Then each candidate will be moved all over the template and the value of the normalized cross correlation will be used to evaluate the similarity between candidate and template. The experiment has been done separately for red and blue road signs.

4.2. Neural Networks

The initial research of this thesis on NN's was developed in the Vislab [42] in Parma, Italy, where the NN used was a LWN++ [20]. This is an open source implementation which uses a general feed forward NN with back propagation training. The neurons of each layer compute synchronously the weighted mean of the outputs of the previous layer and then apply the activation function to the result, which is given by Equation (2). Only the logistic part of the activation function has been used providing results between 0 and 1:

f ( x ) = 1 1 + e x

The input samples are 64 × 64 pixel images which, by means of shape, are inserted in the corresponding NN. To breakdown the recognition problem it is possible to use some specialized NN with a few outputs instead of using a big one with many outputs. Five different NNs have been developed, which correspond to Danger, Yield, Prohibition, Obligation and Indication road sings. A hidden layer has also been added where the number of neurons is modified to obtain the best performance of the net. Regarding the training of the NN, it is necessary to find real samples of road signs, and moreover, it is necessary to find a large enough set of them also to validate the results. This search is not a straightforward task and as a result, the total number of road signs that can be recognized using our NN is 54, much less than the 135 using the TM approach, see Figure 11.

For this reason the goal is to reduce the amount of samples used for training and validating. Let's see Figure 8. The data that remains after preprocessing (resizing + thresholding) is more than sufficient to train the NN and it is almost the same for the distances in which our system can detect a road sign. Then, instead of using all those candidates to train the net, it is enough using just one. The advantages are fourfold: the sets for training and validation are more easily built, the time expended in training and validating decreases, the simplicity for the user to manually select the candidates for the training set increases, and there is a decrease of the risk of redundancy.

Two approaches were made for NN: First, a Single-Stage Neural Network (SSNN), in which only a NN is implemented for each class (Danger, Yield, Prohibition, Obligation and Indication road sings). Secondly, the cascade approach (CNN) simplifies the problem of recognition by arranging smaller groups of road signs within a certain class. The road signs that were usually wrong classified using the SSNN are inputs for a second NN. This results in more specialized subnetworks and so it is expected that the number of incorrect recognitions will decrease. The groups for this approach are in Figure 12 and listed here:

-

Yield. Y1: In this case, since there is only one output it is not necessary to use the cascade approach, the network is exactly the same as in the SSNN case.

-

Prohibition. P1: Speed limit road signs. P2: No trucks. P3: Parking, Stop and Driving.

-

Danger. D1: Merging. D3: Uneven road, Hump. D4: Other dangers, traffic lights.

-

Obligation. O1: Roundabout.

-

Indication. I1: In this case no cascade approach has been developed as there were no confusions among members.

5. Results and Discussion

5.1. Template Matching: Red Road Signs

In Table 1, the recognition results using TM for red candidates may be seen. The true positive rate (TPrate) takes into account the rate of recognition over the total amount of true detections. True detections stands for the samples from the detection stage that were correctly classified as road signs. The false positive rate (FPrate) is the rate of false recognitions and incorrect recognitions over the total amount of detections. It may be seen that the best performance corresponds to the raw gray scale candidates, this is followed by the histogram stretching and finally the Otsu thresholding which is also observed to obtain satisfactory results, 6% and 9% less than previous case. In general, the option for binarization of candidates is not effective for template matching. The normalized cross correlation severely punishes a strong difference of the pixel values and this is why gray scale candidates are obtaining better results.

In general the problems associated with template matching for recognition are related to the FPrate that is very high for all preprocesses that have been used. In order to reduce the amount of false positives, it has been tried to set a threshold for the value of the cross correlation, as a criteria to distinguish between road sign and non-road sign. Unfortunately it is not possible to avoid all these false positives: in Table 2 it may be observed the results on TPrate and FPrate for the first interval. Rejecting candidates within these limits would mean missing a high percentage of true recognitions. For example, in the case of raw gray scale, we could avoid every single false positive if we go up with the threshold to 30%, but then we would miss 58% of the true recognitions.

5.2. Template Matching: Blue Road Signs

The results for recognition using template matching of blue road signs are presented in Table 3. In the case of blue road signs, the results would not be valid for a recognition system since the true positive rate is very low. These road signs are easily missed, especially in two cases: first, obligation road signs, they often have a more inhomogeneous road sign background than those with a white background, resulting in a low value of the normalized cross correlation. Secondly, the small stripes in the crosswalk road signs are very unstable because of slight movements of the camera or rotations of the road sign, which often cause the system to fail in the recognition.

5.3. Neural Networks

For this approach, only two of the four preprocessing treatments have been used: Otsu and P-Tile. As one of the goals of the preprocessing is noise elimination, it made sense not to include gray scale images in the training of the NN. The bimodal algorithm was discarded because of the high dependence of the results on the illumination of the image. Therefore the focus will be on the two remaining binarization methods.

The most significant results for the NN approach are in Tables 4 and 5. In Table 4 we find the results for the SSNN, which are poor, the true recognition rate is very low and the false classification very high. In order to divide the problem, a NN for each road sign's shape had been implemented, but due to the amount of road signs to be classified into each group, and most of all, the high similarity among some of them, the approach failed.

In Table 5 we can see that the performance increases its values especially in the case of the samples preprocessed with the P-Tile method. The results for blue road signs are perfect, though unfortunately the precision is too low due to the high amount of samples that not being road signs were classified as them. Again, as in the case of the TM matching approach, it has been impossible to set a rejection threshold to reduce this misclassification while maintaining a high positive rate of classification. Taking into account the results obtained, the best performance in general is for the cascade NN approach using the P-Tile preprocess. Very similar results are obtained for the template matching approach in the case of red road sign recognition but unfortunately results with this method regarding blue road signs is very poor. The FPrate for both TM and NN is the same 25%. Nevertheless, the trials using our experimental platform IVVI [43] under real conditions gave very good qualitative results, the number of false alarms was very low, even when the speed threshold was turned off in order to test the system in the worst scenario possible. It has to be emphasized that the system performs the three stages (detection, recognition and tracking) in real time, and sends the warning messages in advance so the user can decide the most suitable maneuver. The system was tested under real conditions of illumination. The test sequences were randomly chosen and they correspond to both urban and non-urban environments. In Spain, in urban environments, location and maintenance of road signs do not follow any general rule, so we can find damaged and aged road signs almost anywhere, which increases the difficulties of the task.

6. Conclusions and Future Work

This article has shown the comparison of the most spread methods used for classification of road signs: template matching and neural networks. Different preprocessing algorithms for thresholding and binarization have been applied on the gray scale samples to improve results in both approaches. To obtain better neural networks results in positive classification, a cascade configuration has been implemented, rising the results to high quality standards, for the P-Tile algorithm using cascade NN we reached 87% true classification for red road signs and 100% blue road signs while the classification of false positives occurred 26% of the times, which is a very good result taking into account the scenario in which the system is used. Both approaches TM and NN are failing in the rejection of false positives for two cases: misclassification of the true positives from the detection stage and classification of false positive detections.

Both approaches have implementation advantages and disadvantages. The main advantage of the TM approach is how easy it is to add a new road sign to the recognition set, while the addition of one more road sign to the NN imply a new training of the net and manual selection of the training samples, even when in this latter the process is much more eased thank to the preprocessing used, we still have to create a validation set which is usually hard since some of the road signs are difficult to find in a real environment.

The future work should be mainly based in two improvements: quality of the input images and capacity of rejection of the NN. In the first case, the changes in illumination cause that the preprocessing algorithms fail, or at least they do not perform as well as they could. Developing an algorithm for thresholding, whose dependence on the illumination conditions were low, would be an important breakthrough.

Secondly, the addition of an output in the NN to reject the false candidates from the detection stage would help getting better results. This is of course a very difficult task due to the large amount of objects in real environments that look like road signs.

Finally, an open database of sequences recorded by the different national and international research groups would be of great advantage for the development of the road sign recognition systems. This global thinking would help to solve this problem not only locally but also worldwide.

Acknowledgments

The work reported in this article has been partly funded by the Spanish Government by the grants FEDORA (TRA2010-20225-C03-01) and D3System (TRA2011-29454-C03-02).

References

  1. Peden, M.; Scurfield, R.; Sleet, D.; Mohan, D.; Hyder, A.A.; Jarawan, E.; Mathers, C. World Report on Road Traffic Injury Prevention; World Health Organization: Geneva, Switzerland, 2004. [Google Scholar]
  2. Kopits, E.; Cropper, M. Traffic Fatalities and Economic Growth; The World Bank: Washington, DC, USA; April; 2003. [Google Scholar]
  3. Murray, C.J.L.; Lopez, A.D. The Global Burden of Disease; Harvard University Press: Boston, MA, USA, 1996. [Google Scholar]
  4. Carrasco, J.P.; De la Escalera, A.; Armingol, J. Driving Supervision through Traffic Sign Analysis. Proceedings of the IEEE International Conference on Vehicular Electronics and Safety, Columbus, OH, USA, 22– 24 September 2008.
  5. Lauziere, Y.B.; Gingras, D.; Ferrie, F.P. A Model-Based Road Sign Identification System. Proceedings of the IEEE Computer Society Conference on Computer Vision and Pattern Recognition, Kauai, HI, USA, 8– 14 December 2001.
  6. Miura, J.; Kanda, T.; Shirai, Y. An Active Vision System for Real-Time Traffic Sign Recognition. Proceedings of the IEEE Intelligent Transportation Systems, Dearborn, MI, USA, 1– 3 October 2000.
  7. Malik, R.; Khurshid, J.; Ahmad, S.N. Road Sign Detection and Recognition Using Colour Segmentation, Shape Analysis and Template Matching. Proceedings of the International Conference on Machine Learning and Cybernetics, Hong Kong, China, 19–22 August 2007.
  8. Barnes, N.; Zelinsky, A. Real-Time Radial Symmetry for Speed Sign Detection. Proceedings of the IEEE Intelligent Vehicles Symposium, Parma, Italy, 14– 17 June 2004.
  9. Zin, T.T.; Hama, H. Robust Road Sign Recognition Using Standard Deviation. Proceedings of the IEEE Conference on Intelligent Transportation Systems, Washington, DC, USA, 3– 6 October 2004.
  10. Piccioli, G.; De Micheli, E.; Parodi, P.; Campani, M. Robust method for road sign detection and recognition. Image Vis. Comput. 1996, 14, 209–223. [Google Scholar]
  11. Betke, M.; Makris, N.C. Recognition, resolution, and complexity of objects subject to affine transformations. Int. J. Comput. Vis. 2001, 44, 5–40. [Google Scholar]
  12. Khan, J.F.; Bhuiyan, S.M.A.; Adhami, R.R. Image segmentation and shape analysis for road-sign detection. IEEE Trans. Intel. Transp. Syst. 2011, 12, 83–96. [Google Scholar]
  13. Khan, J.F.; Adhami, R.R.; Bhuiyan, S.M.A. Image Segmentation Based Road Sign Detection. Proceedings of the IEEE Southeastcon, Atlanta, GA, USA, 5– 8 March 2009.
  14. Gavrila, D.; Philomin, V. Real-Time Object Detection for ‘Smart’ Vehicles. Proceedings of the Seventh IEEE International Conference on Computer Vision, Kerkyra, Greece, 20– 27 September 1999.
  15. Kouzani, A.Z. Road-Sign Identification Using Ensemble Learning. Proceedings of the IEEE Intelligent Vehicles Symposium, Istanbul, Turkey, 13– 15 June 2007.
  16. Yang, S.; Wang, M. Identification of Road Signs Using a New Ridgelet Network. Proceedings of the IEEE International Symposium on Circuits and Systems, Kobe, Japan, 23– 26 May 2005.
  17. Lim, K.H.; Ang, L.M.; Seng, K.P. New Hybrid Technique for Traffic Sign Recognition. Proceedings of the International Symposium on Intelligent Signal Processing and Communications Systems, Bangkok, Thailand, 13–16 December 2008.
  18. De la Escalera, A.; Moreno, L.; Salichs, M.A.; Armingol, J.M. Road traffic sign detection and classification. IEEE Trans. Indust. Electron. 1997, 44, 848–859. [Google Scholar]
  19. Damavandi, Y.B.; Mohammadi, K. Speed Limit Traffic Sign Detection and Recognition. Proceedings of the IEEE Conference on Cybernetics and Intelligent Systems, Singapore, Singapore, 1– 3 December 2004.
  20. Broggi, A.; Cerri, P.; Medici, P.; Porta, P.; Ghisio, G. Real Time Road Signs Recognition. Proceedings of the pages IEEE Intelligent Vehicles Symposium, Istanbul, Turkey, 13– 15 June 2007.
  21. Bargeton, A.; Moutarde, F.; Nashashibi, F.; Bradai, B. Improving Pan-European Speed-Limit Signs Recognition with a New Global Number Segmentation before Digit Recognition. Proceedings of the IEEE Intelligent Vehicles Symposium.
  22. Chourasia, J.N.; Bajaj, P. Centroid Based Detection Algorithm for Hybrid Traffic Sign Recognition System. Proceedings of the 3rd International Conference on Emerging Trends in Engineering and Technology, Goa, India, 19–21 November 2010.
  23. Martinovic, A.; Glavas, G.; Juribasic, M.; Sutic, D.; Kalafatic, Z. Real-Time Detection and Recognition of Traffic Signs. Proceedings of the 33rd International Convention on Information and Communication Technology, Opatija, Croatia, 24–28 May 2010.
  24. Hechri, A.; Mtibaa, A. Automatic Detection and Recognition of Road Sign for Driver Assistance System. Proceedings of the 16th IEEE Mediterranean Electrotechnical Conference, Medina Yasmine Hammamet, Tunisia, 25– 28 March 2012.
  25. Zheng, Y.J.; Ritter, W.; Janssen, R. An Adaptive System for Traffic Sign Recognition. Proceedings of the IEEE Intelligent Vehicles Symposium, Paris, France, 24– 26 October 1994.
  26. Yang, H.M.; Liu, C.L.; Liu, K.H.; Huang, S.M. Traffic Sign Recognition in Disturbing Environments. Proceedings of the International Symposium on Methodologies for Intelligent Systems, Maebashi, Japan, 28–31 October 2003.
  27. Paclik, P.; Novovičová, J.; Pudil, P.; Somol, P. Road sign classification using Laplace kernel classifier. Patt. Recog. Lett. 2000, 21, 1165–1173. [Google Scholar]
  28. Kressel, U.; Lindner, F.; Wohler, C.; Linz, A. Hypothesis Verification Based on Classification at Unequal Error Rates. Proceedings of the Ninth International Conference on Artificial Neural Networks, Edinburgh, Scotland, 7– 10 September 1999.
  29. Soetedjo, A.; Yamada, K. Traffic sign classification using ring partitioned method. IEICE Trans. Fundam. Electron. Commun. Comput. Sci. 2005, 88-A, 2419–2426. [Google Scholar]
  30. Gil-Jimenez, P.; Gomez-Moreno, H.; Siegmann, P.; Lafuente-Arroyo, S.; Maldonado-Bascon, S. Traffic Sign Shape Classification Based on Support Vector Machines and the FFT of the Signature of Blobs. Proceedings of the IEEE Intelligent Vehicles Symposium, Istanbul, Turkey, 13– 15 June 2007.
  31. Maldonado-Bascon, S.; Lafuente-Arroyo, S.; Siegmann, P.; Gomez-Moreno, H.; Acevedo-Rodriguez, F.J. Traffic Sign Recognition System for Inventory Purposes. Proceedings of the 2008 IEEE Intelligent Vehicles Symposium, Eindhoven, The Netherlands, 4– 6 June 2008.
  32. Bahlmann, C.; Zhu, Y.; Visvanathan, R.; Pellkofer, M.; Koehler, T. A System for Traffic Sign Detection, Tracking, and Recognition Using Color, Shape, and Motion Information. Proceedings of the IEEE Intelligent Vehicles Symposium, Las Vegas, NV, USA, 6– 8 June 2005.
  33. Chen, X.; Duan, B.; Dong, H.; Fu, P.; Yuan, H.; Zhao, H. A System for Road Sign Detection, Recognition and Tracking Based on Multi-Cues Hybrid. Proceedings of the IEEE Intelligent Vehicles Symposium, Xi'an, China, 3– 5 June 2009.
  34. Huang, Y.-S.; Fu, M.-Y.; Ma, H.-B. A New Traffic Sign Recognition System with IFRS Detector and MP-SVM Classifier. Proceedings of the Second WRI Global Congress on Intelligent Systems, Wuhan, China, 16–17 December 2010.
  35. Soendoro, D.; Supriana, I. Traffic Sign Recognition with Color-based Method, Shape-arc Estimation and SVM. Proceedings of the International Conference on Electrical Engineering and Informatics, Bandung, Indonesia, 17–19 July 2011.
  36. Garrido, M.A.; Ocaña, M.; Llorca, D.F.; Arroyo, E.; Pozuelo, J.; Gavilán, M. Complete vision-based traffic sign recognition supported by an I2V communication system. Sensors 2012, 12, 1148–1169. [Google Scholar]
  37. Zhang, Q.; Kamata, S. Manifold Learning Based on Multi-Feature for Road-Sign Recognition. Proceedings of the SICE Annual Conference, Tokyo, Japan, 13–18 September 2011.
  38. Sebanja, I.; Megherbi, D.B. Automatic Detection and Recognition of Traffic Road Signs for Intelligent Autonomous Unmanned Vehicles for Urban Surveillance and Rescue. Proceedings of the IEEE International Conference on Technologies for Homeland Security, Waltham, MA, USA, 8– 10 November 2010.
  39. Fatmehsan, Y.R.; Ghahari, A.; Zoroofi, R.A. Gabor Wavelet for Road Sign Detection and Recognition Using a Hybrid Classifier. Proceedings of the International Conference on Multimedia Computing and Information Technology, Sharjah, United Arab Emirates, 2–4 March 2010.
  40. Baro, X.; Escalera, S.; Vitria, J.; Pujol, O.; Radeva, P. Traffic sign recognition using evolutionary adaboost detection and Forest-ECOC classification. IEEE Trans. Intel. Transp. Syst. 2009, 10, 113–126. [Google Scholar]
  41. Fu, M.-Y.; Huang, Y.-S. A Survey of Traffic Sign Recognition. Proceedings of the 2010 International Conference on Wavelet Analysis and Pattern Recognition, Qingdao, China, 11–14 July 2010.
  42. Vislab. Available online: http://www.vislab.it/ (accessed on 22 May 2012).
  43. IVVI. Intelligent Vehicle Base on Visual Information. Available online: http://www.uc3m.es/portal/page/portal/dpto_ing_sistemas_automatica/home/research_activities/isl/intelligent_transportation_systems/vehicles/ivvi/ (accessed on 22 May 2012).
Figure 1. System proposed (a) is a PC where the information of the inertial sensor (b) and the camera (c) are integrated. When necessary, the system sends a message to the driver via wireless connection (d) to a PDA (e) which will always show an image of the recognized road signs and will broadcast an acoustic message to the driver in case a condition (speed-road sign) is met.
Figure 1. System proposed (a) is a PC where the information of the inertial sensor (b) and the camera (c) are integrated. When necessary, the system sends a message to the driver via wireless connection (d) to a PDA (e) which will always show an image of the recognized road signs and will broadcast an acoustic message to the driver in case a condition (speed-road sign) is met.
Sensors 12 12153f1 1024
Figure 2. Examples of candidates: (a) Red road signs. (b) Blue road signs.
Figure 2. Examples of candidates: (a) Red road signs. (b) Blue road signs.
Sensors 12 12153f2 1024
Figure 3. Examples of candidates in Figure 2 after resizing: (a) Red road signs. (b) Blue road signs.
Figure 3. Examples of candidates in Figure 2 after resizing: (a) Red road signs. (b) Blue road signs.
Sensors 12 12153f3 1024
Figure 4. Example of the histogram stretching application (a) Gray scale candidate and its histogram. (b) Function applied to (a) by means of Equation (1). (c) Gray scale image and its histogram resulting from histogram stretching.
Figure 4. Example of the histogram stretching application (a) Gray scale candidate and its histogram. (b) Function applied to (a) by means of Equation (1). (c) Gray scale image and its histogram resulting from histogram stretching.
Sensors 12 12153f4 1024
Figure 5. Examples of candidates in Figure 3 when histogram stretching is applied (a) Red road signs. (b) Blue road signs.
Figure 5. Examples of candidates in Figure 3 when histogram stretching is applied (a) Red road signs. (b) Blue road signs.
Sensors 12 12153f5 1024
Figure 6. Process to find the optimal thresholding for the P-Tile Method. From left to right: gray scale image, thresholding at GSV = 254, thresholding at GSV = 1, thresholding at GSV = 90.
Figure 6. Process to find the optimal thresholding for the P-Tile Method. From left to right: gray scale image, thresholding at GSV = 254, thresholding at GSV = 1, thresholding at GSV = 90.
Sensors 12 12153f6 1024
Figure 7. Examples of candidates in Figure 5 processed through a 15% thresholding P-Tile for (a) Red road signs. (b) Blue road signs.
Figure 7. Examples of candidates in Figure 5 processed through a 15% thresholding P-Tile for (a) Red road signs. (b) Blue road signs.
Sensors 12 12153f7 1024
Figure 8. Examples of candidates in Figure 5 processed using Otsu thresholding for (a) Red road signs. (b) Blue road signs.
Figure 8. Examples of candidates in Figure 5 processed using Otsu thresholding for (a) Red road signs. (b) Blue road signs.
Sensors 12 12153f8 1024
Figure 9. Scheme of the bimodal binarization.
Figure 9. Scheme of the bimodal binarization.
Sensors 12 12153f9 1024
Figure 10. Examples of candidates in Figure 5 processed using bimodal thresholding for (a) Red road signs. (b) Blue road signs.
Figure 10. Examples of candidates in Figure 5 processed using bimodal thresholding for (a) Red road signs. (b) Blue road signs.
Sensors 12 12153f10 1024
Figure 11. Examples of templates used for recognition by correlation with the candidates. The road signs which are framed correspond to the sets for NNs. (a) Prohibition road signs. (b) Danger road signs. (c) Obligation road signs. (d) Indication road signs.
Figure 11. Examples of templates used for recognition by correlation with the candidates. The road signs which are framed correspond to the sets for NNs. (a) Prohibition road signs. (b) Danger road signs. (c) Obligation road signs. (d) Indication road signs.
Sensors 12 12153f11 1024
Figure 12. Examples of the output of the cascade network for road sign recognition. Each figure shows the group it belongs to.
Figure 12. Examples of the output of the cascade network for road sign recognition. Each figure shows the group it belongs to.
Sensors 12 12153f12 1024
Table 1. Results on recognition of red road signs regarding the processing applied to the candidate.
Table 1. Results on recognition of red road signs regarding the processing applied to the candidate.
Template Matching. Red Road Signs

GroupProcessingTPrateFPrate
G1Raw Gray scale0.830.25
G2Histogram Stretching0.770.22
G3P-Tile0.750.34
G4Otsu0.760.34
G5Bimodal0.270.10
Table 2. True and false positives in the first interval (20–30)% of correlation for the best preprocessing treatment.
Table 2. True and false positives in the first interval (20–30)% of correlation for the best preprocessing treatment.
ProcessingFPrateTPrate
Raw Gray scale1.000.58
Histogram stretching0.270.50
P-Tile0.840.65
Otsu0.710.58
Table 3. Results on recognition of red road signs regarding the processing applied to the candidate.
Table 3. Results on recognition of red road signs regarding the processing applied to the candidate.
Template Matching. Blue Road Signs

GroupProcessingTPrateFPrate
G1Raw Gray scale0.450.44
G2Histogram Stretching0.290.16
G3P-Tile0.420.30
G4Otsu0.310.22
G5Bimodal0.030.00
Table 4. Results of the SSNN approach for recognition.
Table 4. Results of the SSNN approach for recognition.
Neural Networks Single Stage Approach

PreprocessingClassTPrateFPrate
OtsuRed0.230.81
Blue0.480.80

P-TileRed0.280.68
Blue0.470.59
Table 5. Results of the cascade approach for recognition.
Table 5. Results of the cascade approach for recognition.
Neural Networks Cascade Approach

PreprocessingClassTPrateFPrate
OtsuRed0.520.56
Blue1.000.59

P-TileRed0.870.26
Blue1.000.26

Share and Cite

MDPI and ACS Style

Carrasco, J.-P.; De la Escalera, A.d.l.E.; Armingol, J.M. Recognition Stage for a Speed Supervisor Based on Road Sign Detection. Sensors 2012, 12, 12153-12168. https://doi.org/10.3390/s120912153

AMA Style

Carrasco J-P, De la Escalera AdlE, Armingol JM. Recognition Stage for a Speed Supervisor Based on Road Sign Detection. Sensors. 2012; 12(9):12153-12168. https://doi.org/10.3390/s120912153

Chicago/Turabian Style

Carrasco, Juan-Pablo, Arturo de la Escalera De la Escalera, and José María Armingol. 2012. "Recognition Stage for a Speed Supervisor Based on Road Sign Detection" Sensors 12, no. 9: 12153-12168. https://doi.org/10.3390/s120912153

Article Metrics

Back to TopTop