博碩士論文 965202088 詳細資訊




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

摘要(中) 性別辨識在近年電腦視覺的領域中,是一個重要且有趣的課題,若能在日常中應用性別辨識,生活將變得更簡單和安全。譬如:在洗手間外,若性別辨識系統察覺到有異性徘徊,便能通知警衛處理以及對裡面的使用者發出警訊,避免意外發生。此外,此系統也可提供行人數量統計系統更詳細的統計資訊。
傳統的性別辨識,較多都是以輪廓特徵為基礎當方法來辨識男女,例如: Gait Energy Image(GEI),但是GEI除了在側面90度的辨識率有不錯的表現外,若視覺角度改變之後,會造成辨識率大幅度的降低。因此本論文提出了一個以紋理特徵為基礎的方法-local binary patterns (LBP),討論男女在衣著上或是身型上的差異,是否能用LBP展現。
將視訊影片中,每一張影像前景的LBP histograms取出並串連成向量,之後再使用support vector machine (SVM)分類器辨識性別,經實驗驗證後,發現以LBP histograms做為特徵時,除了使用單張影像就能辨識出性別外,視角變化對辨識率幾乎沒有影響(view-insensitive),而且取得LBP特徵的速度及方法既快速又簡單。因此,對性別辨識來說,是個十分有效率的方法。
摘要(英) Recently, gender recognition is an important and interesting research issue in the area of pattern recognition. Its purpose is to recognize the gender of an unknown person which can be applied to ensure the secure activity in gender-restricted areas, such as lady’s room. Moreover, it can provide more detail statistical information for decision making in people counting application.
Most of traditional gender recognition methods use contour-based features, such as gait energy image (GEI), which perform well only in the view angle of 90 degree. To remove the restriction, we present a texture-based gender recognition method by using local binary patterns (LBP) in this thesis. The difference between the clothing and shapes of males and females can be successfully extracted and discriminated by LBP.
In our work, the LBP histograms are firstly extracted from the foreground of inputting video sequences and concatenate them into a single vector including the LBP histograms from the whole body, upper body without skin color, and lower body without skin color. The classifier that we adopt is support vector machine (SVM) in discriminating gender. Experimental results demonstrate that the proposed texture-based gender recognition method is more insensitive to view angles than GEI. The noticeable merit of our method is that we can classify human gender by using only one single image. Moreover, the extraction of LBP features needs much less time than the extraction of GEI features.
關鍵字(中) ★ 角度
★ 區域二元特徵
★ 性別辨識
關鍵字(英) ★ gender recognition
★ local binary patterns
★ view-insensitive
論文目次 摘要 i
Abstract ii
目錄 iii
圖目錄 iv
表目錄 vi
第一章 緒論 1
1.1 研究動機 1
1.2 相關研究 3
1.3 系統架構 6
第二章 性別辨識演算法 8
2.1 膚色區域偵測與去除 8
2.2 特徵擷取-利用區域二元特徵 11
2.3 分類方法-利用支持向量機 14
第三章 實驗結果與討論 17
3.1 實驗資料庫 17
3.2 實驗結果 20
3.2.1 實驗ㄧ 區域二元特徵向量維度對分類的影響 20
3.2.2 實驗二 在單一角度下利用區域二元特徵辨識性別 23
3.2.3 實驗三 改善區域二元特徵後在安全監控角度下辨識性別 26
3.2.4 實驗四 LBP在不同角度變化下的表現分析 31
3.3 實驗結果討論 40
3.3.1 延伸實驗 結合LBP和GEI特徵的性別辨識 40
3.3.2 實驗總結 43
第四章 結論與工作 45
4.1 結論 45
4.2 未來工作 46
參考文獻 47
參考文獻 [1] Caifeng Shan, Shaogang Gong and Peter W. McOwan, “Fusing Gait and Face Cues for Human Gender Recognition”, Neurocomputing, vol. 71, pp. 1931-1938, 2008.
[2] Ju Han and Bir Bhanu, “Individual Recognition Using Gait Energy Image”, IEEE Trans. On Pattern Analysis and Machine Intelligence, Vol. 28, No. 2, pp. 316-322, 2006.
[3] T. Ojala, M. Pietikainen, and T. Maenpaa, “Multiresolution Gray-scale and Rotation Invariant Texture Classification with Local Binary Patterns”, IEEE Trans. On Pattern Analysis and Machine Intelligence, vol. 24, pp. 971-987, 2002.
[4] K. Balci and V. Atalay, “PCA for Gender Estimation: Which Eigenvectors contribute?”, Proc. The 16th Intl. Conf. on Pattern Recognition, Vol. 3, pp. 363-366, 2002
[5] R. Iga, K. Izumi, H. Hayashi, “Gender and Age Estimation System from Face Images”, Proc. SICE Annual Conf., pp. 756-761, 2003.
[6] S. Hosoi, E. Takikawa, and M. Kawade, “Ethnicity Estimation with Facial Images”, Proc. Sixth IEEE International Conference on Automatic Face and Gesture Recognition, pp. 195-200, 2004
[7] H. C. Lian, B. L. Lu, E. Takikawa, and S. Hosoi, “Gender Recognition Using a Min-Max Modular Support Vector Machine”, Proc. ICNC 2005, LNCS 3611, pp. 438-441, 2005.
[8] N. P. Costen, M. Brown, and S. Akamatsu, “Sparse Models for Gender Classification”, Sixth IEEE International Conference on Automatic Face and Gesture Recognition, pp. 201-206, 2004.
[9] T. Wilhelm, H. J. Bohme, and H. M. Gross, “Classification of Face Images for Gender, Age, Facial Expression, and Idendity”, Proc. International Conference on Artificial Neural Networks, pp. 569-574, 2005.
[10] Hui-Cheng Lian and Bao-Liang Lu, “Multi-view Gender Classification Using Multi-Resolution Local Binary Patterns and Support Vector Machines”, International Journal of Neural Systems, Vol. 17, No. 6, pp. 479-487, 2007.
[11] S. Yu, D. Tan, and T. Tan, “A Framework for Evaluating the Effect of View Angle, Clothing and Carrying Condition on Gait Recognition”, International Conference on Pattern Recognition (ICPR), pp. 441-444, 2006.
[12] C. Garcia and G. Tziritas, “Face Detection Using Quantized Skin Color Regions Merging and Wavelet Packet Analysis”, IEEE Trans. On Multimedia, Vol. 1, No. 3, pp. 264-277, 1999.
[13] V. Vapnik, “Structure of Statistical Learning Theory”, Computational Learning and Probabilistic Reasoning, 1996.
[14] Chih-Wei Hsu, Chih-Chung Chang, and Chih-Jen Lin, “A Practical Guide to Support Vector Classification”, National Taiwan University, Taipei, Taiwan, 2009.
[15] B. Moghaddam, and M. Yang, “Learning Gender with Support Faces”, IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 24, No. 5, pp. 707-711, 2002.
[16] G. Shakhnarovich, P.A. Viola, and B. Moghaddam, “A Unified Learning Framework for Real Time Face Detection and Classification”, IEEE International Conference on Automatic Face & Gesture Recognition, pp. 14-21, 2002.
[17] L. Lee, and W.E.L. Grimson, “Gait analysis for Recognition and Classification”, IEEE International Conference on Automatic Face and Gesture Recognition, 2002.
[18] S. Liao, X. Zhu, Z. Lei, L. Zhang, and S. Z. Li, “Learning Multi-scale Block Local Binary Patterns for Face Recognition”, ICB 2007, LNCS 4642, pp. 828-837, 2007.
指導教授 范國清(Kuo-Chin Fan) 審核日期 2009-8-11
推文 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聯絡  - 隱私權政策聲明