博碩士論文 100552019 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:25 、訪客IP:3.133.119.66
姓名 劉玉樹(Liu Yu Shu)  查詢紙本館藏   畢業系所 資訊工程學系在職專班
論文名稱 應用核心最近特徵線轉換做人臉辨識
(Kernel Nearest Feature Line Embedding for Use in Face Recognition)
相關論文
★ 使用視位與語音生物特徵作即時線上身分辨識★ 以影像為基礎之SMD包裝料帶對位系統
★ 手持式行動裝置內容偽變造偵測暨刪除內容資料復原的研究★ 基於SIFT演算法進行車牌認證
★ 基於動態線性決策函數之區域圖樣特徵於人臉辨識應用★ 基於GPU的SAR資料庫模擬器:SAR回波訊號與影像資料庫平行化架構 (PASSED)
★ 利用掌紋作個人身份之確認★ 利用色彩統計與鏡頭運鏡方式作視訊索引
★ 利用欄位群聚特徵和四個方向相鄰樹作表格文件分類★ 筆劃特徵用於離線中文字的辨認
★ 利用可調式區塊比對並結合多圖像資訊之影像運動向量估測★ 彩色影像分析及其應用於色彩量化影像搜尋及人臉偵測
★ 中英文名片商標的擷取及辨識★ 利用虛筆資訊特徵作中文簽名確認
★ 基於三角幾何學及顏色特徵作人臉偵測、人臉角度分類與人臉辨識★ 一個以膚色為基礎之互補人臉偵測策略
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 由於傳統區別分析中常用 PCA 進行前處理,但 PCA 前處理可
能破壞原始資料的結構,使區別能力下降,為了降低 PCA 的負面影
響,本篇論文提出將原空間的資料透過不同的 kernel Methods 映射至
kernel 空間,目的是使資料在特徵空間中更具區別性,再於特徵空間
使用 PCA 將主成分提出;並配合最近特徵線轉換法 (NFLE) 進行區
別分析,以提昇辨識率。
在實驗部分,我們使用 CMU 資料庫做人臉辨識,針對不同的
樣本數與不同的維度下進行效能驗證 NFLE , Linear Kernel+NFLE ,
Guassian Kernel+NFLE , Polynomial Kernel +NFLE 四種不同的演算
法;
由實驗數據可得,雖然 Kernel Methods 在低樣本數的辨識率低
於 NFLE,但隨著樣本數增多,Kernel Methods 的辨識率則會高於
NFLE。
摘要(英) In traditional discriminant analysis, PCA is usually applied for data
preprocessing. However, PCA may bring damage to the topology of
original data and hence decrease the discriminability. To remedy this
problem, the Kernel methods are adopted to transform the data set
from original space to feature space for enhancing the discriminability
in this study. In the kernel space, the PCA is then applied to extract
the principal component data and remove the noises. After the PCA
process, the NFLE algorithm is applied for discriminant analysis.
In the experiments, Linear Kernel+NFLE , Guassian Kernel+NFLE,
Polynomial Kernel+NFLE algorithms are implemented for face recognition. In our work,the CMU face database is used for evaluating the
performance of the proposed methods in different training samples and
dimensions.
Experimental results reveal that the recognition rate of the proposed kernel based method is lower than NFLE under few training samples. When the number of training samples increases, the proposed
kernel based method outperforms NFLE.
關鍵字(中) ★ PCA
★ Kernel Methods
★ KPCA
★ Nearest Feature Line Embedding
關鍵字(英) ★ PCA
★ Kernel Methods
★ KPCA
★ Nearest Feature Line Embedding
論文目次 中文摘要 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . i
英文摘要 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ii
謝誌 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . iii
目錄 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . iv
圖目錄 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . vi
表目錄 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . vii
一、 緒論 . . . . . . . . . . . . . . . . . . . . . . . . 1
1-1 研究背景 . . . . . . . . . . . . . . . . . . . . . . 1
1-2 研究目的 . . . . . . . . . . . . . . . . . . . . . . 1
1-3 論文結構 . . . . . . . . . . . . . . . . . . . . . . 2
二、 相關研究 . . . . . . . . . . . . . . . . . . . . . . 3
2-1 主成份分析法 (Principal Component Analysis,
PCA) . . . . . . . . . . . . . . . . . . . . . . . 3
2-1-1 主成份分析法簡介 . . . . . . . . . . . . . . . . 3
2-1-2 主成份分析法原理 . . . . . . . . . . . . . . . . 4
2-2 核心主成份分析 (Kernel Principal Component
Analysis, KPCA) . . . . . . . . . . . . . . . . . 5
2-2-1 核心主成份分析簡介 . . . . . . . . . . . . . . . 5
2-2-2 核心主成成分分析演算法 . . . . . . . . . . . . . 6
2-3 最近特徵線轉換 (Nearest Feature Line Embedding, NFLE) . . . . . . . . . . . . . . . . . . . 10
2-3-1 最近特徵線轉換目的 . . . . . . . . . . . . . . . 10
2-3-2 最近特徵線轉換演算法 . . . . . . . . . . . . . . 11
三、 核心最近特徵線轉換 . . . . . . . . . . . . . . . 15
3-1 利用核心主成成分分析進行特徵擷取 . . . . . . 16
3-2 最近特徵線轉換運算 . . . . . . . . . . . . . . . 18
四、 實驗及討論 . . . . . . . . . . . . . . . . . . . . 20
4-1 人臉資料庫之實驗環境介紹 . . . . . . . . . . . 20
4-2 研究成果 . . . . . . . . . . . . . . . . . . . . . . 21
五、 結論與未來工作 . . . . . . . . . . . . . . . . . . 28
5-1 結論 . . . . . . . . . . . . . . . . . . . . . . . . 28
5-2 未來工作 . . . . . . . . . . . . . . . . . . . . . . 28
參考文獻 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
參考文獻 [1] 陳順東. 「虹膜辨識系統之研究與實作」. Master’s thesis, 國立中
央大學, 2004.
[2] 鄭仁和. 「基於色彩資訊特徵之虹膜辨識」. Master’s thesis, 國立
暨南國際大學, 2009.
[3] 黃玟瑜. 「使用影像處理技術於糖尿病視網膜病變之自動化辨識」
. Master’s thesis, 國立嘉義大學, 2008.
[4] 薛傑仁. 「生物辨識之人臉辨識的方法」. Master’s thesis, 亞洲大
學, 2010.
[5] 王俐芃. 「3d 影像應用於人臉辨識之實現」. Master’s thesis, 國立
臺北教育大學, 2011.
[6] L. Sirovich and M. Kirby. “low-dimensional procedure for the
characterization for the characterization of human faces”. J. Opt.
Soc. Am. A 4, 519-524, 1987.
[7] M. A. Turk and A. P. Pentland. “face recognition using eigenfaces” .
Computer Vision and Pattern Recognition, 1991. Proceedings CVPR
’91., pages 586 – 591, 1991.
[8] 张晓红、汤晓华、沈晓红. 「基于 kernel pca 的人脸识别算法的探
讨」. 北京工商大学学报 (自然科学版), 2008.
[9] 徐茂翔. 「人臉偵測與基於鑑別性特徵之超暗人臉辨識」 . Master’s
thesis, 大葉大學, 2011.
[10] Bernhard Schölkopf, Alexander Smola, and Klaus-Robert Müller.
“nonlinear component analysis as a kernel eigenvalue problem”.
Neural Computation, 10:1299–1319, 1998.
[11] B. Schölkopf, A. Smola, and K.-R. Müller. “kernel principal component analysis”. Advances in Kernel Methods—Support Vector
Learning, pages 327–352, 1999.
[12] Quan Wang. “kernel principal component analysis and its applications in face recognition and active shape models”. CoRR, abs/
1207.3538, 2012.
[13] Kilian Q. Weinberger, Fei Sha, and Lawrence K. Saul. “learning a
kernel matrix for nonlinear dimensionality reduction”. In In Proceedings of the Twenty First International Conference on Machine
Learning (ICML-04), pages 839–846. ACM Press, 2004.
[14] Roni Khardon. “more kernels and their properties”.
取自 http://www.cs.tufts.edu/~roni/Teaching/CLT2008S/LN/
lecture18.pdf, 2008.
[15] Wen Ge, Xu Hongzhe, Zheng Weibin, Zhong Weilu, and Fu Baiyang.
“multi-kernel pca based high-dimensional images feature reduction”
. Electric Information and Control Engineering (ICEICE), pages
5966 – 5969, 2011.
[16] 韓欽銓、陳映濃. 「最近特徵空間轉換法之人臉辨識」. 取
自 http://vbie.eic.nctu.edu.tw/vol_37/index_firefox_
frontpage_epaper.htm#%B3%CC%AA%F1%AFS%BCx%AA%C5%B6%A1%
C2%E0%B4%AB%AAk%A4%A7%A4H%C1y%BF%EB%C3%D1, 7 月 2010.
[17] 陳映濃. 「應用最近特徵空間轉換法於人臉辨識」. PhD thesis, 中
央大學, 2011.
[18] 丁維雷、付永慶. 「kpca 特徵提取算法的自動目標識別」. 應用科
技, 2011/9.
[19] 陳映濃、何岡峰、韓欽銓、范國清. 「多階段人臉偵測與辨識」.
前瞻科技與管理, pages 47–61, 2013/11.
[20] Terence Sim, Simon Baker, and Maan Bsat. “the cmu pose, illumination, and expression (pie) database”, 2002.
指導教授 陳映濃、范國清 審核日期 2014-3-20
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明