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

计算机工程 ›› 2017, Vol. 43 ›› Issue (12): 248-254. doi: 10.3969/j.issn.1000-3428.2017.12.045

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

基于粒子群优化的支持向量机人脸识别

廖周宇 1,王钰婷 1,谢晓兰 2,刘建明 3   

  1. (1.河池学院 计算机与信息工程学院,广西 宜州 546300;2.桂林理工大学 广西高校嵌入式技术与智能信息处理重点实验室,广西 桂林 541000; 3.玉林师范学院 复杂系统优化与大数据处理重点实验室,广西 玉林 537000)
  • 收稿日期:2016-12-09 出版日期:2017-12-15 发布日期:2017-12-15
  • 作者简介:廖周宇(1985—),男,讲师、硕士,主研方向为计算机视觉、机器学习;王钰婷,讲师、硕士;谢晓兰,教授、博士;刘建明,讲师、硕士。
  • 基金资助:
    广西高校嵌入式技术与智能信息处理重点实验室开放基金(2016-02-20);2016年度广西高校中青年教师基础能力提升项目(KY2016LX285,KY2016YB382);广西高校复杂系统优化与大数据处理重点实验室开放基金(2016CSOBDP0201);河池学院校级青年科研基金(XJ2015QN007)。

Face Recognition by Support Vector Machine Based on Particle Swarm Optimization

LIAO Zhouyu  1,WANG Yuting  1,XIE Xiaolan  2,LIU Jianming  3   

  1. (1.College of Computer and Information Engineering,Hechi University,Yizhou,Guangxi 546300,China;2.Guangxi Universities Key Laboratory of Embedded Technology and Intelligent Information Processing,Guilin University of Technology,Guilin,Guangxi 541000,China;3.Key Laboratory of Complex System Optimization and Large Data Processing,Yulin Normal University,Yulin,Guangxi 537000,China)
  • Received:2016-12-09 Online:2017-12-15 Published:2017-12-15

摘要: 针对传统主成分分析(PCA)算法提取人脸特征时效率低下的问题,对其求解样本协方差矩阵的特征值和特征向量的过程进行改进,提出一种基于快速PCA降维算法的人脸识别方法。使用交叉验证方法,将支持向量机(SVM)模型训练时的识别准确率作为粒子群的适应度值,利用粒子群优化算法对SVM惩罚参数和核函数参数进行全局寻优,得到参数的全局最优解,用于训练最终的分类器模型进行人脸识别。通过对ORL和Yale数据库中的人脸图像进行实验,结果表明,与传统PCA算法结合SVM模型的识别方法相比,该方法对于人脸图像具有更高的特征提取效率及识别准确率。

关键词: 特征提取, 主成分分析, 粒子群优化, 人脸识别, 支持向量机

Abstract: In order to overcome the low efficiency shortcoming of traditional Principal Component Analysis(PCA) feature extraction,this paper proposes a new face recognition method based on fast PCA dimensionality reduction algorithm which is able to accelerate the process of the eigenvalues and eigenvectors of calculating the sample covariance matrix.In the sense of cross-validation,this paper takes the recognition accuracy of Support Vector Machine(SVM) training model as the fitness value of the Particle Swarm Optimization(PSO),searches globally for the optimal values of penalty parameter and kernel function parameter of SVM,obtains the global optimal values of the parameters,and takes the values to train a final classifier model.Experimental results on the face images of ORL and Yale library show that the new method has higher feature extraction efficiency and recognition accuracy compared with the recognition method based on the traditional PCA and SVM algorithm.

Key words: feature extraction, Principal Component Analysis(PCA), Particle Swarm Optimization(PSO), face recognition, Support Vector Machine(SVM)

中图分类号: