文档库 最新最全的文档下载
当前位置:文档库 › 结合深度置信网络与混合神经网络的图像分类方法

结合深度置信网络与混合神经网络的图像分类方法

小型微型计算机系统

Journal of Chinese Computer Systems 2017年9月第9期Vol.38No.92017 收稿日期:2016-07-11 收修改稿日期:2016-10-21 基金项目:国家自然科学基金青年项目(61300127)资助;湖北工业大学博士科研启动金项目(337.148)资助. 作者简介:刘 罡,男,1982年生,博士,讲师,研究方向为演化计算二图像处理;徐 超,男,1996年生,研究方向为演化计算二图像处理;陈思义,男,1994年生,研究方向为演化计算二图像处理;吴 聪,男,1982年生,博士,副教授,研究方向为人工智能二图像处理.结合深度置信网络与混合神经网络的图像分类方法

刘 罡,徐 超,陈思义,吴 聪

(湖北工业大学计算机学院,武汉430068)E-mail :lg 0061408@https://www.wendangku.net/doc/b812195017.html,

摘 要:图像分类方法主要是使用分类器对提取的图像特征进行分类.因此,提取的图像特征和使用的分类器直接影响分类结果.图像特征提取一般是人为设定特征提取模式,然而,对于内容复杂的图像难以人为设定有效的特征模式.此外,随着训练集规模的增加,分类器想要获得更好的分类精度需要大量的训练时间.为了解决这些问题,提出混合神经网络分类器,并将该分类器和深度置信网络结合设计了新的图像分类方法.混合神经网络分类器由演化函数模块层和神经元层组成,演化函数模块层作为输入层,神经元层作为分类结果的输出层.深度置信网络是一种用于自动提取输入数据深层特征的网络模型.本文中提出的新的图像分类方法分为2个步骤,首先,堆叠受限玻尔兹曼机构成的深度置信网络用于提取图像的特征向量,其次,使用混合神经网络分类器对提取的特征向量进行分类.采用MNIST 数据集和UCI 数据集对提出的方法进行实验验证.实验结果表明,与堆叠受限玻尔兹曼机和softmax 分类器的组合,堆叠受限玻尔兹曼机和基于演化策略的softmax 分类器的组合以及堆叠受限玻尔兹曼机和支持向量机的组合相比,提出的分类方法可以在更短的时间内获得比较高的分类精度并且具有更好的抗过拟合能力.关键词:混合神经网络分类器;深度置信网络;图像分类;受限玻尔兹曼机

中图分类号:TP 391 文献标识码:A 文章编号:1000-1220(2017)09-2146-06

Image Classification with Stacked Restricted Boltzmann Machines and Hybrid Neural Network LIU Gang ,XU Chao ,CHEN Si-yi ,WU Cong

(Computer School ,Hubei University of Technology ,Wuhan 430068,China )

Abstract :Image classification method is mainly to classify the extracted image features using the classifier.Hence ,the extracted image features and the classifier used directly affect the classification results.Generally ,the artificial feature extraction models are used in im-age feature extraction.However ,the effective artificial feature extraction models are difficult for the images with complex contents.Moreover ,with the increase of the size of the training set ,it requires a huge amount of training time to get better classification accuracy results.To address these issues ,the hybrid neural network classifier is proposed in this paper and it is combined with deep belief net-works for image classification.The hybrid neural network classifier is constituted by the evolution function element layer and the neu-ron layer.In the hybrid neural network classifier ,the evolution function element layer is as the input layer and the neuron layer is as the output layer for the classification results.Deep belief networks are graphical models which automatically extracts the deep hierarchical representation of the input data.The new image classification method proposed in this paper consists of 2steps.First ,the deep belief network which is formed by a stack of restricted boltzmann machines is used to extract the feature vectors of the images ,and secondly ,the hybrid neural network classifier is used to classify these feature vectors.Experimental verifications are conducted on MNIST dataset and UCI dataset.Experimental results indicate that compared with the combination of the stacked restricted boltzmann machines and softmax classifier ,and the combination of the stacked restricted boltzmann machines and ES-based softmax classifier and the combina-tion of the stacked restricted boltzmann machines and support vector machine ,our approach can get the higher classification accuracy in less time and have superior anti-overfitting ability.Key words :hybrid neural network classifier ;deep belief networks ;image classification ;restricted boltzmann machines

1 引 言

图像分类是计算机视觉的一个分支,是指根据图像信息

中包含的不同特征,把图像划归为若干个类别中的某一种,以

代替人的视觉判读.目前图像分类已经被广泛应用于许多实

际问题,例如人脸识别[1]和遥感图像分类[2].最常用的图像分类方法是首先从图像中提取特征,然后使用分类器对提取的特征进行分类.在这种方法中,提取特征的方法直接影响分类结果.当前,已经有许多研究人员提出了一些基于特征的分类方法[3,4],然而,对于许多图像分类问题,提取合适的特征仍然比较困难.为了解决特征提取问题,深度学习技术[5]被提出来用于自动提取图像特征.一些研究人员也设计了基于万方数据

相关文档