SOTAVerified

Vehicle Color Recognition using Convolutional Neural Network

2015-10-26Code Available0· sign in to hype

Reza Fuad Rachmadi, I Ketut Eddy Purnama

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Vehicle color information is one of the important elements in ITS (Intelligent Traffic System). In this paper, we present a vehicle color recognition method using convolutional neural network (CNN). Naturally, CNN is designed to learn classification method based on shape information, but we proved that CNN can also learn classification based on color distribution. In our method, we convert the input image to two different color spaces, HSV and CIE Lab, and run it to some CNN architecture. The training process follow procedure introduce by Krizhevsky, that learning rate is decreasing by factor of 10 after some iterations. To test our method, we use publicly vehicle color recognition dataset provided by Chen. The results, our model outperform the original system provide by Chen with 2% higher overall accuracy.

Tasks

Reproductions