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

计算机工程 ›› 2020, Vol. 46 ›› Issue (11): 255-260,266. doi: 10.19678/j.issn.1000-3428.0055858

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

基于改进Fisher判别准则的卷积神经网络设计

徐小雨, 赵龙章, 程晓月, 何志超   

  1. 南京工业大学 电气工程与控制科学学院, 南京 211816
  • 收稿日期:2019-08-29 修回日期:2019-11-19 发布日期:2019-11-28
  • 作者简介:徐小雨(1995-),女,硕士研究生,主研方向为计算机视觉、图像处理;赵龙章,教授、博士;程晓月、何志超,硕士研究生。
  • 基金资助:
    国家自然科学基金(61403189)。

Design of Convolutional Neural Network Based on Improved Fisher Discriminant Criterion

XU Xiaoyu, ZHAO Longzhang, CHENG Xiaoyue, HE Zhichao   

  1. College of Electrical Engineering and Control Science, Nanjing Tech University, Nanjing 211816, China
  • Received:2019-08-29 Revised:2019-11-19 Published:2019-11-28

摘要: 传统卷积神经网络(CNN)在建模过程中由于数据样本量不足容易出现过拟合现象,且对随机数据泛化能力较差。为此,设计一种结合改进Fisher判别准则与GRV模块的卷积神经网络(FDCNN)。使用CNN学习从输入图像到多维欧式空间的映射关系,采用基于改进Fisher判别准则的损失函数进行网络模型训练并将人脸样本数据投影到低维空间,保证类内离散度尽量小的同时类间离散度尽量大以达到最佳人脸分类效果。引入融合GoogleNet、ResNet和VGGNet网络结构特点的GRV模块,提高CNN网络表达能力并降低网络模型复杂度。实验结果表明,当训练样本数量为840时,FDCNN模型在CBCL数据集上的识别率为93.4%,相比传统CNN模型、基于改进Fisher判别准则的全连接神经网络模型等网络模型识别率更高且泛化能力更好。

关键词: 卷积神经网络, Fisher判别准则, 损失函数, 离散度, 泛化能力

Abstract: Traditional Convolutional Neural Network(CNN) are prone to overfitting,and have performance in generalizing random data.To address the problem,this paper designs a CNN based on Fisher discriminant criterion and GRV module,called FDCNN.The method uses a loss function based on improved Fisher discriminant criterion to train the model,and maps the sample data of human faces to low-dimensional space.So the dispersion of the same type of faces in the mapping space is minimized while the dispersion of different types of faces is maximized to achieve the optimal face classification performance.In addition,this paper combines the advantages of GoogleNet,ResNet,VGGNet network structures to design a new GRV module,which improves the representation ability of the CNN and simplifies the network model.Experimental results show that when the number of training samples is 840,the recognition rate of the proposed FDCNN model on the CBCL dataset reaches 93.4%,which outperforms the traditional CNN model,fully connected neural network model based on improved Fisher discriminant criterion,and other network models.Also,the FDCNN model has better generalization ability than the above models.

Key words: Convolutional Neural Network(CNN), Fisher discriminant criterion, loss function, dispersion, generalization ability

中图分类号: