1、 I 基于核化基于核化 MMC 的人脸识别系统的人脸识别系统 摘摘 要要 人脸识别是模式识别研究领域中一个较为热的研究方向。在实际应用中,人脸往往 看成高维数据,因此会遇到维数灾难问题,此时需要通过数据降维进行特征提取,即将 原始数据对应的高维空间数据映射到低维空间中,并尽可能地保持数据间的判别信息, 以利于分类问题。 论文首先对人脸识别进行简单介绍和概述,将众多人脸识别分为几类,基于核化最 大间距准则算法 (KMMC) 采用非线性映射将原始数据由数据空间映射到高维特征空间, 然后再在特征空间中进行了相应的线性操作,该特征提取方法消除了核鉴别矢量间的统 计相关性,提高了特征提取的有效性,通过在
2、 ORL 人脸库上进行试验,结果表明提出 的特征提取方法在人脸识别中的有效性。 关键词:关键词:人脸识别;降维;KMMC II Kernel MMC Based Face Recognition Algorithms System Abstract Face recognition is one of the hottest research topics in pattern recognition. In practical applications, the faces image are high-dimensional, which will encounter the curse
3、of dimensionality, and in such cases, there is a great need to use dimensionality reduction method to extract features. That is to say, the high dimensional data are mapped into lower dimensional ones, meanwhile the discriminant information are preserved as much as possible, which helps for classifi
4、cation. Firstly, some basics about face recognition are introduced and surveyed. The kernel maximum margin criterion(KMMC) algorithm is non-linear mapping to the original data from the data space is mapped into high dimensional feature space, Then in the feature space corresponding linear operation,
5、 the method is powerful in eliminating the statistical correlation between feature vectors and improving efficiency of feature extraction in the high dimensional feature space. The experimental results on Olivetti Research Laboratory(ORL) face database show that the new method of feature extraction
6、method in face recognition is effective. Keywords : Face recognition; Dimension reduction; kernel maximum margin criterion(KMMC) III 目目 录录 引引 言言 1 第第 1章章 绪论绪论 2 1.1 人脸识别的研究意义 . 2 1.2 人脸识别的研究现状 . 2 1.3 人脸识别的应用 . 3 1.4 人脸识别的研究内容 . 3 1.5 人脸识别存在的问题 . 4 1.6 本文的研究内容及组织结构 . 5 第第 2章章 人脸识别概述人脸识别概述 6 2.1 基于几何特征的人脸识别 . 6 2.2 基于弹性图匹配的人脸识别 . 6 2.3 基于神经网络的人脸识别 . 6 2.4 基于模板匹配的方法 . 7 2.5 基于隐马尔可夫方法 . 7 2.6 基于贝叶斯网络的人脸识别 . 7 2.7 基于核方法的人脸识别 . 8 2.8 本章小结 . 9 第第 3章章 数据降维算法概述数据降维算法概述 错误错误!未定义书签。未定义书签。 3.1 线性降维算法