博碩士論文 975203002 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:24 、訪客IP:18.223.172.199
姓名 余幸娟(Hsing-Chuan Yu)  查詢紙本館藏   畢業系所 通訊工程學系
論文名稱 適用於唇形辨識之改良式主動形狀模型匹配演算法
(Improved Active Shape Models Fitting Algorithm for Lip Contour Recognition)
相關論文
★ 應用於車內視訊之光線適應性視訊壓縮編碼器設計★ 以粒子濾波法為基礎之改良式頭部追蹤系統
★ 應用於空間與CGS可調性視訊編碼器之快速模式決策演算法★ 應用於人臉表情辨識之強健式主動外觀模型搜尋演算法
★ 結合Epipolar Geometry為基礎之視角間預測與快速畫面間預測方向決策之多視角視訊編碼★ 基於改良式可信度傳遞於同質區域之立體視覺匹配演算法
★ 以階層式Boosting演算法為基礎之棒球軌跡辨識★ 多視角視訊編碼之快速參考畫面方向決策
★ 以線上統計為基礎應用於CGS可調式編碼器之快速模式決策★ 以運動補償模型為基礎之移動式平台物件追蹤
★ 基於匹配代價之非對稱式立體匹配遮蔽偵測★ 以動量為基礎之快速多視角視訊編碼模式決策
★ 應用於地點影像辨識之快速局部L-SVMs群體分類器★ 以高品質合成視角為導向之快速深度視訊編碼模式決策
★ 以運動補償模型為基礎之移動式相機多物件追蹤★ 基於匹配代價曲線特徵之遮蔽偵測之研究
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 主動形狀模型(Active Shape Models,簡稱ASMs)是一種描繪物件形狀的統計模型。ASMs中包含了一個平均形狀及一組形狀變異模式(shape variation modes),且利用平均形狀與形狀變異模式之線性組合,在疊代過程中逐次變化模型,使其能與目標影像相符。由於最佳模型參數可精確地合成出目標物件之外形,因此如何搜尋並找出測試影像之最佳模型參數,為辨識相關應用之前的重要步驟。
在本論文中,我們提出一個新的主動形狀模型匹配演算法(ASMs fitting algorithm),此演算法包含了三部分。第一部分提供初始模板的選擇,且此部分可使ASMs由較佳的初始形狀開始搜尋。第二部分則以計算相關度的方式,提出新的目標函數(objective function),以判斷系統是否收斂。在第三部分,我們在搜尋之前先訓練一參照表(reference table),並且使用此參照表於搜尋階段更新模型參數。相較於原始ASMs,我們的演算法降低了23.60%的形狀誤差,增加41.38%(約1.1秒)的搜尋時間。與原始AAMs相比,我們的演算法降低了18.76% 的形狀誤差,並且也減少了59.58% (約5.4秒)的搜尋時間。而與robust AAMs相比,我們的演算法降低了16.98% of形狀誤差,且減少90.98% (約37.3秒)的搜尋時間。
摘要(英) Active shape models (ASMs) are the statistical models for representing the shapes of objects. ASMs include a mean shape and a set of shape variation modes, and iteratively deform to fit the target image with linear combination of the mean shape and the variation modes. Because the optimal model parameters can exactly synthesize the shapes of target objects, how to search and find out the optimal model parameters of test images is an important step before recognition.
In this paper, we propose a novel ASMs fitting algorithm which includes three parts. In the first part, it provides initial modes selection, and it could make the ASMs search from better initial shapes. The second part proposes a novel objective function where the convergence of the system is determined based on the correlation coefficient. The last part, we train a reference table before search, and update the model parameters with the reference table during the search process. Compare with the original ASMs, our algorithm reduces 23.60% of the shape error, and increases 41.38% (about 1.1s) of search time. Compare with the original AAMs, our algorithm reduces18.76% of the shape error, and reduces 59.58% (about 5.4s) of search time. Compare with the robust AAMs, our algorithm reduces 16.98% of the shape error, and reduces 90.98% (about 37.3s) of search time.
關鍵字(中) ★ 唇形辨識
★ 主動形狀模型
★ 匹配演算法
關鍵字(英) ★ active shape model
★ lip recognition
★ fitting algorithm
論文目次 目錄
謝誌 i
摘要 ii
Abstract iii
目錄 iv
表目錄 vi
圖目錄 vii
第一章 緒論 1
1.1 前言 1
1.2 研究動機 1
1.3 研究方法 2
1.4 論文架構 3
第二章 主動形狀模型 4
2.1 建立主動形狀模型 4
2.1.1 形狀正規化 (Shape Alignment) 4
2.1.2 主成分分析(Principle Component Analysis) 9
2.1.3 主動形狀模型建模 11
2.2 主動形狀模型搜尋 15
2.2.1 參數疊代 (Parameters Updating) 15
2.2.2 目標函數(Objective Function) 18
2.3 主動形狀模型演算法現況 18
2.4 結論 19
第三章 主動外觀模型 20
3.1 建立主動外觀模型 20
3.1.1 形狀模型(Shape Models) 21
3.1.2 紋理模型(Texture Models) 21
3.1.2.1 紋理正規化 21
3.1.2.2 建立紋理模型 23
3.1.3 合併式外觀模型(Combined AAMs) 25
3.2 主動外觀模型搜尋演算法(AAMs Search Algorithm) 26
3.2.1 參數疊代(Parameter Updating) 27
3.2.2 目標函數(Objective Function) 29
3.3 合併主動形狀模型(ASMs)與主動外觀模型(AAMs) 29
3.4 結論 31
第四章 改良式主動形狀模型 32
4.1 改良式主動形狀模型前處理 33
4.1.1 離線訓練(Off-line Training) 33
4.1.2 線上搜尋(On-line Search) 34
4.2 目標函數(Objective Function) 36
4.3 參數更迭(Parameter Updating) 36
4.3.1 離線訓練(Off-line Training) 36
4.3.1.1 相關樣板(Correlated Patterns) 36
4.3.1.2 參照表(Reference Table) 38
4.3.2 線上搜尋(On-line Search) 41
4.4 結論 46
第五章 實驗結果 48
5.1 實驗設定 48
5.1.1 實驗模擬環境 48
5.1.2 測試影像資料庫 48
5.1.3 參數設定 49
5.1.3.1 離線訓練(Off-line Training) 49
5.1.3.2 邊緣圖 50
5.2 效能評估 50
5.2.1 初始模板效能 51
5.2.2 目標函數效能 55
5.2.1 參照表效能評估 56
5.2.2 改良式匹配演算法效能評估 60
5.3 總結 64
第六章 結論與未來展望 65
參考文獻 66
Publications 68
參考文獻 參考文獻
[1] T. F. Cootes and C. J. Taylor, ”Active shape models – smart snakes,” in Proc. British Machine Vision Conference, pp. 266-275, 1992.
[2] T. F. Cootes , C. J. Taylor, D. H. Cooper, and J. Graham, “Training models of shape from sets of examples,” in Proc. British Machine Vision Conference, pp. 9-18, 1992.
[3] T. F. Cootes, C. J. Taylor, D. H. cooper, and J. Graham, “Active shape models – their training and application,” Computer Vision and Image Understanding, vol. 61, no. 1, pp. 38-59, January 1995.
[4] W. Wang, B. Yin, T. Hu, and K. Wang, “Global texture constrained active shape models for image interpretation,” in Proc. Int’l Conf. Neural Networks and Signal Processing, vol. 2, pp. 1031-1034, 2003.
[5] S. Yan, C. Liu, S. Z. Li, H. Zhang, H.-Y. Shum, and Q. Cheng, “Face alignment using texture-constrained active shape models,” Image and Vision Computing, vol. 21, no. 1, pp. 69-75, January 2003.
[6] M. Wimmer, F. Stulp, S. Pietzsch, and B. Radig, “Learning local objective function for robust face model fitting,” IEEE Trans. Pattern Analysis and Machine Intelligence, vol. 30, no. 8, pp. 1357-1370, 2008.
[7] J. Liu and J. K. Udupa, “Oriented active shape models,” IEEE Trans. Medical Imaging, vol. 28, no. 4, pp. 571-584, 2009.
[8] T.F. Cootes, G. J. Edwards, and C. J. Taylor, "Comparing active shape models with active appearance models", in Proc. British Machine Vision Conference, vol. 1, pp. 173-182, 1999.
[9] T. F. Cootes, G. J. Edwards, and C. J. Taylor, “Active appearance models,” IEEE Trans. Pattern Analysis and Machine Intelligence, vol. 23, no. 6, pp. 681-685, 2001.
[10] Y.-F. Lin and C.-W. Tang, “A robust active appearance models search algorithm,” in Proc. Advances in Multimedia Information Processing - PCM, vol. 5353, pp. 879-882, December 2008.
[11] X. Gao, Y. Su, X. Li, and D. Tao, “A review of active appearance models,” IEEE Trans. Systems, Man, and Cybernetics, Part C: Applications and Reviews, vol. 40, no. 2, pp. 145-158, 2010.
[12] R. Donner, M. Reiter, G. langs, P. Peloschek, and G. Bischof, “Fast active appearance model search using canonical correlation analysis,” IEEE Trans. Pattern Analysis and Machine Intelligence, vol. 28, no. 10, pp. 1690-1694, October 2006.
[13] X. W. Hou, S. Z. Li, H. J. Zhang, and Q. S. Cheng, “Direct appearance models,” in Proc. Computer Vision and Pattern Recognition, vol. 1, pp. I-828-I-833, 2001.
[14] J. Sung, T. Kanade, and D. Kim, “A unified gradient-based approach for combining ASM into AAM,” Int’l J. Computer Vision, vol. 75, no. 2, pp. 297-309, 2007.
[15] M. Kass, A. Witkin, and D. Terzopoulos, “Snakes: active contour models,” Int’l J. of Computer Vision, vol. 1, no. 4, pp. 321-331, Jan. 1988.
[16] M. Wimmer, S. Fujie, F. Stulp, T. Kobayashi, and B. Radig, “An ASM fitting method based on machine learning that provides a robust parameter initialization for AAM fitting,” in Proc. IEEE Int’l Conf. Automatic Face and Gesture Recognition, pp. 1-6, Apr. 2009.
[17] Q. D. Hguyen and M. Milgram, “Multi features active shape models for lip contours detection,” in Proc. Int’l Conf. Wavelet Analysis and Pattern Recognition, vol. 1, pp. 172-176, Aug. 2008.
[18] X. Pan, J. Kong, and A. W.-C. Liew, “Lip contour extraction based on support vector machine,” in Proc. Image and Signal Processing, vol. 3, pp. 697-700, July 2008.
[19] S. Stillittano, V. Girondel, and A. Caplier, “Inner and outer lip contour tracking using cubic curve parametric models,” in Proc. Int’l Conf. Image Processing, pp. 2469-2472, Feb. 2010.
[20] L. Yaling and D. Minghui, “Lip contour extraction based on manifold,” in Proc. Int’l Conf. MultiMedia and Information Technology, pp. 229-232, June 2009.
[21] W. C. Ooi, C. Jeon, K. Kim, D. K. Han, and H. Ko, “Effective lip localization and tracking for achieving multimodal speech recognition,” in Proc. IEEE Int’l Conf. Multisensor Fusion and Integration for Intelligent systems, pp. 90-93, 2008.
[22] T. F. Cootes, G. J. Edwards, and C. J. Taylor, “Active appearance models,” in Proc. European Conf. computer Vision, pp. 484-498, 1998.
[23] I. Mattthews and S. Baker, “Active appearance models revisited,” Int’l J. Computer Vision, vol. 60, no. 2, pp. 135-164, 2004.
[24] T. F. Cootes and P. Kittipanya-ngam, “Comparing variations on the active appearance model algorithm,” in Proc. British Machine Vision Conference, vol. 2, pp. 837-846, 2002.
[25] T. Kanade, J. Cohn, and Y. Tian, “Comprehensive database for facial expression analysis,” in Proc. IEEE Int’l Conf. on Automatic Face and Gesture Recognition, pp. 46-53, 2000.
[26] T. Kanade and J. F. Cohn, Automatic Face Analysis, http://www-2.cs.cmu.edu./~face/, June 2010.
指導教授 唐之瑋(Chih-Wei Tang) 審核日期 2010-7-26
推文 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聯絡  - 隱私權政策聲明