计算机科学 ›› 2021, Vol. 48 ›› Issue (6A): 15-20.doi: 10.11896/jsjkx.200800078

• 图像处理&多媒体技术 • 上一篇    下一篇

自然交通场景中的车辆颜色识别

周欣, 刘硕迪, 潘薇, 陈媛媛   

  1. 四川大学计算机学院 成都610065
  • 出版日期:2021-06-10 发布日期:2021-06-17
  • 通讯作者: 陈媛媛(chenyuanyuan@scu.edu.cn)
  • 作者简介:xinzhou@scu.edu.cn
  • 基金资助:
    国家自然科学基金(61702349);四川省科技计划项目(2020YFG0239)

Vehicle Color Recognition in Natural Traffic Scene

ZHOU Xin, LIU Shuo-di, PAN Wei, CHEN Yuan-yuan   

  1. College of Computer Science,Sichuan University,Chengdu 610065,China
  • Online:2021-06-10 Published:2021-06-17
  • About author:ZHOU Xin,born in 1974,Ph.D,asso-ciate professor.His main research in-terests include computer vision and intelligent transportation.
    CHEN Yuan-yuan,born in 1983,Ph.D,associate professor.Her main research interests include deep neural networks and so on.
  • Supported by:
    National Natural Science Foundation of China (61702349) and Science and Technology Department of Sichuan Province(2020YFG0239).

摘要: 车辆颜色是重要的车辆信息之一,对其进行识别可为智能交通系统中的车辆识别环节提供更为精准丰富的信息。自然场景中光线的变化会对车辆颜色造成影响,致使难以根据RGB图像直接获得车辆的颜色类别。传统的机器学习方法用于车辆颜色识别时,通常依据经验筛选用于分类的图像特征,易导致分类效果有限等问题,且这些方法一般计算量较大,难以获得实时结果。针对自然场景中车辆颜色信息难以获取和描述这一问题,提出了一种基于多色彩空间信息的深度神经网络模型(MultiColor-Net),使用多个不同尺寸滤波器分别对输入图像在RGB颜色空间和HSV颜色空间上进行特征提取,再将上述不同颜色空间中获得的特征组合,通过全连接网络,获得自然交通场景中目标车辆的颜色分类结果。在真实的智能交通数据集上对比ResNet,Inception v3等深度神经网络模型和本文所提出的MultiColor-Net,结果表明,MultiColor-Net相比于单独识别HSV图像,准确率提高了2.45%左右;相比于单独识别RGB图像,准确率提高了0.8%左右。因此,MultiColor-Net模型能够在真实的交通图像数据上取得较高的识别准确率,同时保持较低的计算复杂度。

关键词: HSV色彩空间, 车辆颜色, 深度神经网络, 颜色识别, 智能交通

Abstract: Vehicle color is one of the significant vehicle details,and the recognition for it can provide more precise and rich information for vehicle identification in the Intelligent Transportation System.In the natural traffic scenes,the vehicle images obtained by cameras are greatly affected by the illumination changes.Therefore,the vehicle color can't be determined directly by the RGB values of the image.The traditional machine learning methods for vehicle color recognition require feature selection steps depending on experience,which may lead to limited classification effect.When applied to actual applications,these approaches probably have high computation cost and are difficult to obtain real-time results.Aiming at the problem that vehicle color information is difficult to gain and describe in natural scenes,a novel deep neural network model based on multi-color spaces is proposed to identify vehicle color in natural traffic scenes(MultiColor-Net).In the MultiColor-Net model,several filters of different sizes are used to extract the features of the input images both in RGB color space and in HSV color space,respectively.Then,the above features obtained in two different color spaces are combined together to get the classification results of vehicle color through a fully connected network.By comparing the experimental results of ResNet,Inception v3 and other deep neural network models with the MultiColor-Net proposed on real intelligent transportation data sets,the accuracy rate of MultiColor-Net is improved by about 2.45% with the HSV images alone,and the accuracy rate is improved by about 0.8% with the RGB images.Consequently,the proposed model,MultiColor-Net,can achieve a high recognition accuracy rate with the real traffic image data,and maintain lower computational complexity.

Key words: Color recognition, Deep neural networks, HSV color space, Intelligent transportation, Vehicle color

中图分类号: 

  • TP183
[1] CAO S Y,LIU Y H,LI X Z.Vehicle detection method based on fast R-CNN[J].Journal of Image and Graphics,2017,22(5):671-677.
[2] YANG C D,YU Y,XU L D,et al.A method of enhancing data based on AT-PGGAN for fine-grained recognition of vehicle models[J].Journal of Image and Graphics,2020,25(3):593-604.
[3] WANG Y Q,YOU Z S,LIU Z F.Vehicle Color RecognitionUsing Support Vector Machine[J].Journal Of Computer-Aided Design & Computer Graphics,2004,16(5):104-109.
[4] YANG F.Method of car body color recognition based on support vector machine[D].Chengdu:University of Electronic Science and Technology of China,2013.
[5] MA Y Y,LI C L,TANG J,et al.Clothing color recognition of pedestrians in video surveillance[J].Journal Of Anhui University(Natural Science Edition),2015,39(5):23-30.
[6] ZHOU F Y,JIN L N,DONG J.Review of Convolutional Neural Network[J].Chinese Journal of Computers,2017,40(6):1229-1251.
[7] KRIZHEVSKY A,SUTSKEVER I,HINTON G.ImageNetClassification with Deep Convolutional Neural Networks[C]//Proceedings of the 25th International Conference on Neural Information Processing SystemsInc.Lake Tehoe:Curran Asso-ciates Inc,2012:1097-1105.
[8] SIMONYAN K,ZISSERMAN A.Very Deep Convolutional Networks for Large-Scale Image Recognition[EB/OL].(2015-04-10)[2020-07-05].https://arxiv.org/pdf/1409.1556.pdf.
[9] SZEGEDY C,LIU W,JIA Y,et al.Going Deeper with Convolutions[C]//Proceedings of the 2015 IEEE Conference on Computer Vision and Pattern Recognition.Boston:IEEE Press,2015:1-9.
[10] HE K,ZHANG X,REN S,et al.Deep Residual Learning forImage Recognition[C]//Proceedings of the 2016 IEEE Confe-rence on Computer Vision and Pattern Recognition.Las Vegas:IEEE Press,2016:770-778.
[11] REDMON J,DIVVALA S,GIRSHICK R,et al.You Only Look Once:Unified,Real-Time Object Detection[C]//Proceedings of the 2016 IEEE Conference on Computer Vision and Pattern Recognitionthe.Las Vegas:IEEE Press,2016:779-788.
[12] GIRSHICK R,DONAHUE J,DARRELL T,et al.Region-Based Convolutional Networks for Accurate Object Detection and Segmentation[J].IEEE Transactions on Pattern Analysis and Machine Intelligence,2016,38(1):142-158.
[13] KIM Y.Convolutional Neural Networks for Sentence Classification[EB/OL].(2014-09-03)[2020-07-05].https://arxiv.org/pdf/1408.5882.pdf.
[14] RONNEBERGER O,FISCHER P,BROX T.U-Net:Convolu-tional Networks for Biomedical Image Segmentation[C]//Proceedings of the 18th International Conference on Medical Image Computing and Computer Assisted Intervention.Munich:Springer,2015:234-241.
[15] LONG J,SHELHAMER E,DARRELL T.Fully Convolutional Networks for Semantic Segmentation[J].IEEE Transactions on Pattern Analysis and Machine Intelligence,2015,39(4):640-651.
[16] CHEN P,BAI X,LIU W.Vehicle Color Recognition on Urban Road by Feature Context[J].IEEE Transactions on Intelligent Transportation Systems,2014,15(5):2340-2346.
[17] ZHANG X.Object color recognition based on convolutional neural network[D].Hangzhou:Zhejiang University,2015.
[18] CHEN P.Research on vehicle color recognition in natural scenes[D].Wuhan:Huazhong University of Science and Technology,2016.
[19] CHEN H C.A Method of vehicle color recognition based ondeep convolutional neural networks[J].Journal of The Hebei Academy of Sciences,2017,34(2):1-6.
[20] GUAN D Y,JU M,AN L H.Research on vehicle color recognition technology based on convolution neural network[J].Journal of Shandong Jianzhu University,2018,149(1):25-31.
[21] REDMON J,FARHADI A.YOLOv3:An Incremental Improvement[EB/OL].(2018-04-08)[2020-07-05].https://arxiv.org/pdf/1804.02767.pdf.
[1] 高捷, 刘沙, 黄则强, 郑天宇, 刘鑫, 漆锋滨.
基于国产众核处理器的深度神经网络算子加速库优化
Deep Neural Network Operator Acceleration Library Optimization Based on Domestic Many-core Processor
计算机科学, 2022, 49(5): 355-362. https://doi.org/10.11896/jsjkx.210500226
[2] 焦翔, 魏祥麟, 薛羽, 王超, 段强.
基于深度学习的自动调制识别研究
Automatic Modulation Recognition Based on Deep Learning
计算机科学, 2022, 49(5): 266-278. https://doi.org/10.11896/jsjkx.211000085
[3] 窦智, 王宁, 王世杰, 王智慧, 李豪杰.
结合绘画先验的线稿上色方法
Sketch Colorization Method with Drawing Prior
计算机科学, 2022, 49(4): 195-202. https://doi.org/10.11896/jsjkx.210300140
[4] 范红杰, 李雪冬, 叶松涛.
面向电子病历语义解析的疾病辅助诊断方法
Aided Disease Diagnosis Method for EMR Semantic Analysis
计算机科学, 2022, 49(1): 153-158. https://doi.org/10.11896/jsjkx.201100125
[5] 牛康力, 谌雨章, 张龚平, 谭前程, 王绎冲, 罗美琪.
基于深度学习的无人机航拍车流量监测
Vehicle Flow Measuring of UVA Based on Deep Learning
计算机科学, 2021, 48(6A): 275-280. https://doi.org/10.11896/jsjkx.200900149
[6] 刘东, 王叶斐, 林建平, 马海川, 杨闰宇.
端到端优化的图像压缩技术进展
Advances in End-to-End Optimized Image Compression Technologies
计算机科学, 2021, 48(3): 1-8. https://doi.org/10.11896/jsjkx.201100134
[7] 曾伟良, 韩宇, 何锦源, 吴淼森, 孙为军.
自动驾驶出租车动态合乘效益仿真分析
Simulation Analysis on Dynamic Ridesharing Efficiency of Shared Autonomous Taxi
计算机科学, 2021, 48(2): 257-263. https://doi.org/10.11896/jsjkx.200400008
[8] 马琳, 王云霄, 赵丽娜, 韩兴旺, 倪金超, 张婕.
基于多模型判别的网络入侵检测系统
Network Intrusion Detection System Based on Multi-model Ensemble
计算机科学, 2021, 48(11A): 592-596. https://doi.org/10.11896/jsjkx.201100170
[9] 李浩, 王飞, 谢思宇, 寇勇奇, 张兰, 杨兵, 康雁.
一种基于改进图波网的双重自回归分量交通预测模型
Dual Autoregressive Components Traffic Prediction Based on Improved Graph WaveNet
计算机科学, 2021, 48(11A): 159-165. https://doi.org/10.11896/jsjkx.201200051
[10] 潘雨, 邹军华, 王帅辉, 胡谷雨, 潘志松.
基于网络表示学习的深度社团发现方法
Deep Community Detection Algorithm Based on Network Representation Learning
计算机科学, 2021, 48(11A): 198-203. https://doi.org/10.11896/jsjkx.210200113
[11] 刘天星, 李伟, 许铮, 张立华, 戚骁亚, 甘中学.
面向高维连续行动空间的蒙特卡罗树搜索算法
Monte Carlo Tree Search for High-dimensional Continuous Control Space
计算机科学, 2021, 48(10): 30-36. https://doi.org/10.11896/jsjkx.201000129
[12] 张艳梅, 楼胤成.
基于深度神经网络的庞氏骗局合约检测方法
Deep Neural Network Based Ponzi Scheme Contract Detection Method
计算机科学, 2021, 48(1): 273-279. https://doi.org/10.11896/jsjkx.191100020
[13] 李林, 赵凯月, 赵晓永, 魏帅琴, 张兵.
基于卷积神经网络的污损遮挡号牌分类
Contaminated and Shielded Number Plate Recognition Based on Convolutional Neural Network
计算机科学, 2020, 47(6A): 213-219. https://doi.org/10.11896/JsJkx.191100089
[14] 丁子昂, 乐曹伟, 吴玲玲, 付明磊.
基于CEEMD-Pearson和深度LSTM混合模型的PM2.5浓度预测方法
PM2.5 Concentration Prediction Method Based on CEEMD-Pearson and Deep LSTM Hybrid Model
计算机科学, 2020, 47(6A): 444-449. https://doi.org/10.11896/JsJkx.190700158
[15] 尚骏远, 杨乐涵, 何琨.
基于特征可视化分析深度神经网络的内部表征
Analyzing Latent Representation of Deep Neural Networks Based on Feature Visualization
计算机科学, 2020, 47(5): 190-197. https://doi.org/10.11896/jsjkx.190700128
Viewed
Full text


Abstract

Cited

  Shared   
  Discussed   
No Suggested Reading articles found!