Vehicle Color Recognition using Convolutional Neural Network
Reza Fuad Rachmadi, I Ketut Eddy Purnama

TL;DR
This paper demonstrates that CNNs can effectively recognize vehicle colors by using multiple color spaces, achieving higher accuracy than previous methods on a public dataset.
Contribution
The study introduces a vehicle color recognition approach using CNNs with HSV and CIE Lab color spaces, showing improved accuracy over existing systems.
Findings
CNN can learn color classification from shape-based features.
Using HSV and CIE Lab color spaces improves recognition accuracy.
The proposed method outperforms previous systems by 2%.
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.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Enhancement Techniques · Color Science and Applications · Video Surveillance and Tracking Methods
Methods1-Dimensional Convolutional Neural Networks
