Road sign detection and recognition using mean shift and fourier descriptors
Abstract
This paper presents an automated system for road sign detection and shape recognition based on geometric attribute and color information of the road sign. Road sign detection and recognition technique is important to support a driver. It can be the part of autonomous vehicles or road sign maintenance system to maintain processing and time efficiency. This technique determines road sign information and its exact position. Failure detection by the driver of any traffic sign may increase accident risk significantly. It still have some performance limitations though it has been studied for many years. The proposed system consists of three steps: (1) The initial RGB image taken from a camera is pre-processed using Mean Shift clustering algorithm. The clustering technique determines the color information, (2) In order to discard non-interest regions the clustered image is post-processed using a random forest classifier to segment the clustered image, (3) A shape based classification is performed using Fourier Descriptors and SVM’s. The proposed method is applied on both German Traffic Sign Detection Benchmark and Swedish Traffic Signs Datasets. It yields to satisfactory results when compared with other shape recognition process using machine learning technique and some state-of-the-art technique. Experiments with both German and Swedish datasets where RGB images are captured with different cameras yielded a sign detection ration between 95% and 97% and the false alarm ration between 5% and 3%. The rate of the detection depends on the size of the database.