作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程

• 图形图像处理 • 上一篇    下一篇

基于CNN-GRNN模型的图像识别

江帆,刘辉,王彬,孙晓峰,代照坤   

  1. (昆明理工大学 信息工程与自动化学院,昆明 650500)
  • 收稿日期:2016-03-08 出版日期:2017-04-15 发布日期:2017-04-14
  • 作者简介:江帆(1992—),男,硕士研究生,主研方向为图像识别、数据分析;刘辉(通信作者)、王彬,副教授、博士;孙晓峰、代照坤,硕士研究生。
  • 基金资助:
    国家自然科学基金(61263017);云南省人才培养项目(KKSY201303120);云南省教育厅科学研究基金(2014Y086)。

Image Recognition Based on CNN-GRNN Model

JIANG Fan,LIU Hui,WANG Bin,SUN Xiaofeng,DAI Zhaokun   

  1. (Faculty of Information Engineering and Automation,Kunming University of Science and Technology,Kunming 650500,China)
  • Received:2016-03-08 Online:2017-04-15 Published:2017-04-14

摘要: 卷积神经网络(CNN)模型在图像识别中取得了良好的效果,但其识别精度还有进一步提升的空间。为此,设计一种新的图像识别模型CNN-GRNN。利用CNN提取样本图像中的多层次特征信息,将广义回归神经网络代替反向传播神经网络,以提高分类器的泛化能力和鲁棒性,通过均方差和降梯度法训练模型。基于COIL-100和手势库的实验结果表明,与灰度共生矩阵、HU距方法、CNN和CNN-SVM模型相比,CNN-GRNN的识别率分别提升了42.2%,13.43%,3.99%和1.86%,并具有较好的实时性。

关键词: 卷积神经网络, 广义回归神经网络, 支持向量机, 反向传播神经网络, 降梯度法

Abstract: Convolutional Neural Network(CNN) model has been widely used in image recognition.However,there is always room for further improvement of recognition accuracy.Aiming at this problem,a new model is proposed in this paper named CNN-GRNN.It utilizes CNN to extract hierarchical features from sample spaces,and then employs General Regression Neural Network(GRNN) to replace Back Propagation(BP) neural network to enhance generalization and robustness.In the end,it uses Root Mean Square(RMS) and gradient descent method to train the proposed model.Based on COIL-100 and gesture database,experimental results show that the proposed model is respectively improved by 42.2%,13.43%,3.99% and 1.86% in recognition rate compared with the Gray Level Co-occurrence Matrix(GLCM),HU invariant moments,CNN and CNN-SVM model.Therefore,it meets the real-time needs.

Key words: Convolutional Neural Network(CNN), General Regression Neural Network(GRNN), Support Vector Machine(SVM), Back Propagation(BP) neural network, gradient descent method

中图分类号: