计算机与现代化

• 人工智能 • 上一篇    下一篇

卷积稀疏自编码神经网络

  

  1. (河海大学计算机与信息学院,江苏南京210098)
  • 收稿日期:2016-10-18 出版日期:2017-03-09 发布日期:2017-03-20
  • 作者简介:牛玉虎(1991-),男,山东滨州人,河海大学计算机与信息学院硕士研究生,研究方向:神经网络。

Convolutional Sparse Autoencoder Neural Networks

  1. (College of Computer and Information, Hohai University, Nanjing 210098, China)
  • Received:2016-10-18 Online:2017-03-09 Published:2017-03-20

摘要: 卷积神经网络是图像识别领域研究的热点。本文改进现有卷积自编码器,提出卷积稀疏自编码神经网络(Convolutional Sparse Autoencoder Neural Network,CSAENN)。首先替换解码器的反卷积方式,在输入特征图周围补充零值将图扩大,简化了实现方式,降低了反卷积操作复杂度,同时不影响卷积自编码器对样本特征的提取与重构。其次迭代训练时,采用权值转置技术,实现一组权值可以同时提取样本特征与重构样本信息。最后在编码器中使用种群稀疏、存在稀疏以及高分散性稀疏化技术,有效地稀疏化网络权值和输出,提升网络性能。在公共数据集MNIST及CIFAR10上,多组对比实验结果验证了CSAENN有较好的性能。

关键词: 卷积神经网络, 稀疏自编码, 反卷积, 种群稀疏, 存在稀疏, 高分散性稀疏

Abstract:

Convolutional neural network is a hotspot in the research of image recognition field. This paper proposes a convolutional sparse autoencoder neural network (CSAENN) to improve and simplify the existing convolutional autoencoder. Firstly, the traditional deconvolution methods are replaced with zero padding around feature maps. Compared with the traditional deconvolution methods, our approach reduces the complexity and has little affect on feature extraction and reorganization. Secondly, only the weights of encoders are updated during training and those of decoders are set to be the transpose of the encoders’ weights. This setting can establish a relationship between the weights of both encoders and decoders and realize feature extraction as well as sample reorganization with the same weights that can be regarded as well pre-trained. Finally, in order to improve the network performance, the techniques of population sparsity, lifetime sparsity and high dispersal are applied to encoders to make the weights and outputs sparser. Experimental comparison results on the MNIST and CIFAR10 datasets demonstrate that CSAENN has better performance.

Key words: convolutional neural network, sparse autoencoder, deconvolution, population sparsity, lifetime sparsity, high dispersal sparsity

中图分类号: