Skip navigation

DSpace

機構典藏 DSpace 系統致力於保存各式數位資料(如:文字、圖片、PDF)並使其易於取用。

點此認識 DSpace
DSpace logo
English
中文
  • 瀏覽論文
    • 校院系所
    • 出版年
    • 作者
    • 標題
    • 關鍵字
  • 搜尋 TDR
  • 授權 Q&A
    • 我的頁面
    • 接受 E-mail 通知
    • 編輯個人資料
  1. NTU Theses and Dissertations Repository
  2. 電機資訊學院
  3. 資訊網路與多媒體研究所
請用此 Handle URI 來引用此文件: http://tdr.lib.ntu.edu.tw/jspui/handle/123456789/40468
完整後設資料紀錄
DC 欄位值語言
dc.contributor.advisor莊永裕(Yung-Yu Chuang)
dc.contributor.authorPeng Sheng-Shauen
dc.contributor.author彭盛韶zh_TW
dc.date.accessioned2021-06-14T16:48:29Z-
dc.date.available2008-08-08
dc.date.copyright2008-08-08
dc.date.issued2008
dc.date.submitted2008-07-31
dc.identifier.citation[1] C.-C. Chang and C.-J. Lin. LIBSVM: a library for support vector machines, 2001.
Software available at http://www.csie.ntu.edu.tw/˜cjlin/libsvm.
[2] T. Cootes and C. Taylor. Statistical models of appearance for computer vision, 1999.
[3] T. Cootes, C. Taylor, D. Cooper, and J. Graham. Active shape models: Their training
and application. CVIU, 61(1):38–59, January 1995.
[4] X. Liu. Generic face alignment using boosted appearance model. pages 1–8, 2007.
[5] A. Martinez and R. Benavente. The ar face database. 1998.
[6] I. Matthews and S. Baker. Active appearance models revisited, 2003.
[7] K. Messer, J. Matas, J. Kittler, J. L‥uttin, and G. Maitre. XM2VTSDB: The extended
M2VTS database. In Audio- and Video-based Biometric Person Authentication,
AVBPA’99, pages 72–77, 1999. Washington, D.C., March 1999. 16 IDIAP–RR
99-02.
[8] S. Milborrow. Locating Facial Features with Active Shape Models. Master’s
thesis. University of Cape Town (Department of Image Processing), 2007.
http://www.milbo.users.sonic.net/stasm.
[9] V. N. Vapnik. Statistical Learning Theory. Wiley-Interscience, September 1998.
dc.identifier.urihttp://tdr.lib.ntu.edu.tw/jspui/handle/123456789/40468-
dc.description.abstract主動形狀模型近幾年在電腦視覺方面被充分的注意,在實際應用層面也涵蓋了許多不同方向諸如醫學影像、臉部特徵定位等。
此模型的特色為它同時結合了形狀及表面顏色這兩種資訊,透過一些訓練後即可用來處理一般問題且達到不錯的成果。但因為
此模型中一些為了逼近而作的假設,使得有些時候搜尋特徵點時容易進入區域的最小值而導致不好的結果。
另一方面,支持向量機是近幾年在機器學習及圖型辨識中人們常用的工具。它的優點為訓練過程及判斷過程皆很迅速,但最後的成果往往
與訓練時使用的樣本有很大的關係。
在這篇論文中,我們在臉部特徵定位上加上了與前人研究截然不同的觀點。我們結合了主動形狀模型及支持向量機並透過巧妙的運用,
支持向量機可在臉部特徵定位過程中提供額外寶貴的資訊,而這些資訊將使主動型狀模型遠離掉入區域極小值的機會並使最後臉部特徵定位的
結果更完善。
zh_TW
dc.description.abstractActive Shape Model(ASM) causes great attention in recent years, it can be used in many different application including medical imaging,
face alignment etc. One of the characteristic of ASM is combining shape and intensity, with carefully training it can locate features
in given image . But due to some assumption and approxiamation, sometimes the search falls into local minima.
On the other hand, Support Vector Machine is a tool that many researcher use in machine learning or pattern recognition area.
Its advantage is the speed of training and classification although the performance is highly relative to training samples.
In this paper, we propose a novel view in face alignment. With combining ASM and SVM, we obtain additional information instead of
local intensity. These information help the search away from local minima and improve the performance of alignment.
en
dc.description.provenanceMade available in DSpace on 2021-06-14T16:48:29Z (GMT). No. of bitstreams: 1
ntu-97-R95944021-1.pdf: 1446783 bytes, checksum: 7f351083568c951dc5e61e3c1d6e657e (MD5)
Previous issue date: 2008
en
dc.description.tableofcontents1 Introduction 1
1.1 Problem Statement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Motivation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 Thesis Organization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2 Related work 5
2.1 Shape and shape model . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.1.1 Shapes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
2.1.2 Aligning shapes . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
2.2 Active Shape Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
2.2.1 Point Distribution Model . . . . . . . . . . . . . . . . . . . . . . 6
2.2.2 Local Profile . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
2.2.3 Search Procedure . . . . . . . . . . . . . . . . . . . . . . . . . . 8
2.2.4 Two dimensional profile used in Stacking Two Active Shape Model 9
2.3 Basic Thoery of Support Vector Machines . . . . . . . . . . . . . . . . . 10
2.4 The Eigenface Approach . . . . . . . . . . . . . . . . . . . . . . . . . . 13
3 Algorithm 15
3.1 Background technique . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
3.1.1 Warped Images . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
3.1.2 Eigenappearance . . . . . . . . . . . . . . . . . . . . . . . . . . 17
3.1.3 Classificaiton between Correct and Incorrect Alignment . . . . . 18
3.2 Algorithm comparison . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
3.2.1 ASM algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
3.2.2 ASM algorithm with SVM local region adjustment . . . . . . . . 21
4 Experiments 25
4.1 Face Dataset and Experimental Procedure . . . . . . . . . . . . . . . . . 25
4.2 Experimental Results . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
4.2.1 Model Comparison . . . . . . . . . . . . . . . . . . . . . . . . . 26
4.2.2 EigenAppearance . . . . . . . . . . . . . . . . . . . . . . . . . . 27
4.2.3 Result of searched images . . . . . . . . . . . . . . . . . . . . . 28
5 Conclusion and future work 35
A Appendix 37
A.1 Face landmarks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
Bibliography 39
dc.language.isoen
dc.title臉部特徵定位結合主動型狀模型及支持向量機zh_TW
dc.titleGeneric Face Alignment using Active Shape Model with Support
Vector Machine
en
dc.typeThesis
dc.date.schoolyear96-2
dc.description.degree碩士
dc.contributor.oralexamcommittee歐陽明(Ming Ouhyoung),王傑智(Chieh-Chih Wang)
dc.subject.keyword主動型狀模型,臉部特徵定位,支持向量機,特徵臉,人臉追蹤,人臉辨識,zh_TW
dc.subject.keywordActive Shape Model(ASM),face alignment,Support Vector Machine(SVM),eigenface,face tracking,face recognition,en
dc.relation.page39
dc.rights.note有償授權
dc.date.accepted2008-07-31
dc.contributor.author-college電機資訊學院zh_TW
dc.contributor.author-dept資訊網路與多媒體研究所zh_TW
顯示於系所單位:資訊網路與多媒體研究所

文件中的檔案:
檔案 大小格式 
ntu-97-1.pdf
  目前未授權公開取用
1.41 MBAdobe PDF
顯示文件簡單紀錄


系統中的文件,除了特別指名其著作權條款之外,均受到著作權保護,並且保留所有的權利。

社群連結
聯絡資訊
10617臺北市大安區羅斯福路四段1號
No.1 Sec.4, Roosevelt Rd., Taipei, Taiwan, R.O.C. 106
Tel: (02)33662353
Email: ntuetds@ntu.edu.tw
意見箱
相關連結
館藏目錄
國內圖書館整合查詢 MetaCat
臺大學術典藏 NTU Scholars
臺大圖書館數位典藏館
本站聲明
© NTU Library All Rights Reserved