CVOct 26, 2015

Vehicle Color Recognition using Convolutional Neural Network

arXiv:1510.07391v374 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for intelligent traffic systems, enhancing vehicle identification.

The paper tackled vehicle color recognition by using a convolutional neural network (CNN) to classify based on color distribution, achieving a 2% higher overall accuracy compared to an existing system.

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.

Code Implementations8 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes