博碩士論文 108522048 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:150 、訪客IP:18.119.118.99
姓名 賴冠妤(Kuan-Yu Lai)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 基於CNN方法之真假人臉識別模型
(SPOOF FACE DETECTION USING CONVOLUTIONAL NEURAL NETWORKS)
相關論文
★ 基於虹膜色彩空間的極端學習機的多類型頭痛分類★ 以多分數加權融合方式進行虹膜影像品質檢定
★ 基於深度學習之工業用智慧型機器視覺系統:以文字定位與辨識為例★ 基於深度學習的即時血壓估測演算法
★ 基於深度學習之工業用智慧型機器視覺系統:以焊點品質檢測為例★ 基於pix2pix深度學習模型之條件式虹膜影像生成架構
★ 以核方法化的相關濾波器之物件追蹤方法 實作眼動儀系統★ 雷射都普勒血流原型機之驗證與校正
★ 以生成對抗式網路產生特定目的影像—以虹膜影像為例★ 一種基於Faster R-CNN的快速虹膜切割演算法
★ 運用深度學習、支持向量機及教導學習型最佳化分類糖尿病視網膜病變症狀★ 應用卷積神經網路的虹膜遮罩預估
★ Collaborative Drama-based EFL Learning with Mobile Technology Support in Familiar Context★ 可用於自動訓練深度學習網路的網頁服務
★ 基於深度學習方法之高精確度瞳孔放大片偵測演算法★ 深度學習基礎模型與自監督學習
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 在2020年,席捲全球的COVID-19病毒,使得許多國家面臨封城的狀況,因此人們得在家工作並依靠3C產品來完成日常所需的採買,然而在大量依靠網路的生活下,重要資訊傳播的安全性正面臨挑戰,生物辨識成為最新的安全保護趨勢。生物辨識乃根據生物的生理或行為特徵(如:臉部、虹膜、聲紋、指紋、簽名等)來辨識身分,其中臉部辨識具有唯一性,且手機就可以拍攝臉部,所以成本低廉,再者臉部在取像時,並不需要直接接觸,這在疫情肆虐的險峻時刻是很重要的一項優勢,然而有很多方法會使臉部辨識系統失靈,例如相片或影片攻擊。
常見的臉部辨識攻擊— Presentation Attacks(PA) [1],其主要目的是冒充他人的身分或者避免被系統辨識,它主要包含print attack(如相片、列印出的圖片)、replay attack(播放影片)、3D mask attack(如戴面具、3D列印面具);判斷臉部仿冒攻擊的難易度,由易到難依序為:相片攻擊、影片重播攻擊、列印攻擊、3D mask攻擊,其中以print attack和replay attack是最常見的攻擊。
我們通過使用相片以及列印出的圖片來做為假臉數據集,對CNN的不同結構進行比較研究,最終發現儘管CNN模型為最簡單的神經網路,但他擊敗了大多數複雜模型。我們的研究結果顯示,以5~8層的CNN模型可以達到99%的準確率及召回率,並以6、7層CNN模型得到最佳的Performance。
摘要(英) In 2020, Coivd-19 has swept the world and let lots of countries be on lockdown. Therefore, people have to stay at home and rely on 3C products to complete their daily purchases. However, since relying heavily on the Internet, the security of the dissemination of important information is facing challenges. Biometric identification has become the latest security protection trend. Biometric recognition is based on biological or behavioral characteristics (such as: face, iris, voiceprint, fingerprint, signature, etc.) to recognize identity. Face recognition is unique, and mobile phones can capture faces, so the cost can be low. Furthermore, the face does not need to be in direct contact when capturing images. This is a great advantage in this precarious time. However, there are still many ways to make the facial recognition system fail, such as print attack or replay attack.
A common face recognition attack — Presentation Attacks (PA) [1], whose main purpose is to impersonate others or avoid being recognized by the system. It mainly includes print attack (such as photos, printed pictures), replay attack (playing video), 3D mask attack; judging the difficulty of a spoof face attack, from easy to difficult: photo attack, video replay attack, print attack, 3D mask attack. Thus, print attack and replay attack are the most common attacks.
We compared the different structures of CNN by using photos and printed pictures as the spoof face dataset, and finally found that although the CNN model is the simplest neural network, it beats most complex models. Our research shows that a CNN model with 5 to 8 layers can achieve 99% accuracy and recall, thus 6 and 7 layers CNN model can get the best performance.
關鍵字(中) ★ 真假人臉辨識 關鍵字(英) ★ SPOOF FACE DETECTION
論文目次 中文摘要 i
ABSTRACTii
致謝 iv
目錄 v
表目錄 vii
圖目錄 viii
第一章 緒論 1
1-1 研究背景 1
1-2 研究動機 1
1-3 研究成果 2
1-4 論文架構 2
第二章 研究背景及文獻探討 3
2-1 CNN (Convolutional Neural Network) 3
2-1-1 卷積核Kernel 3
2-1-2 Adam與學習率 4
2-1-3 激活函數 5
2-2 ResNet 8
2-3 MobileNetV3 10
2-4 真假人臉辨識 14
第三章 研究方法 16
3-1 方法架構 16
3-2 自行設計CNN 17
3-2-1 比較層數 17
3-2-2 比較kernel size 20
3-2-3 比較初始學習率 20
3-2-4 比較激活函數 20
3-3 ResNet 21
3-4 MobileNetV3-small 22
第四章 實驗與結果 23
4-1 資料集以及實驗設定 23
4-2 比較CNN不同結構 24
4-2-1 層數比較 25
4-2-2 Kernel Size比較 26
4-2-3 初始學習率比較 27
4-2-4 激活函數比較 29
4-3 自行設計CNN與ResNet34比較 33
4-4 自行設計CNN與MobileNetV3比較 34
4-5 實時演示 37
第五章 結論與未來展望 42
參考文獻 45
參考文獻 [1] Ming, Z., Visani, M., Luqman, M. M., Burie, H.: A SURVEY ON ANTI-SPOOFING METHODS FOR FACE RECOGNITION WITH RGB CAMERAS OF GENERIC CONSUMER DEVICES. arXiv:2010.04145 (2020)
[2] Y. LeCun, P. Haffner, L. Bottou, and Y. Bengio,“Object Recognition with Gradient-Based Learning”, Shape, Contour and Grouping in Computer Vision, pp. 319-345, Oct 1999.
[3] 爾摩,“CONVOLUTIONAL NEURAL NETWORK 介紹”, (2018)。檢自 http://elmer-storage.blogspot.com/2018/07/cnn-convolutional-neural-network-cnn.html ( May. 4, 2021)。
[4] “深度學習:CNN原理”, (2019)。檢自 https://medium.com/@CinnamonAITaiwan/%E6%B7%B1%E5%BA%A6%E5%AD%B8%E7%BF%92-cnn%E5%8E%9F%E7%90%86-keras%E5%AF%A6%E7%8F%BE-432fd9ea4935 ( May. 4, 2021)。
[5] Kingma, D. P., Ba, J. L.: ADAM: A METHOD FOR STOCHASTIC OPTIMIZATION. arXiv:1412.6980 (2019)
[6] 希瓦娜,“論文《Adam:A Method for Stochastic Optimization》心得”, (2019)。檢自 https://zhuanlan.zhihu.com/p/91166049 ( May. 4, 2021)。
[7] “深度學習激勵函數介紹”, (2019)。檢自 https://cvfiasd.pixnet.net/blog/post/275774124-%E6%B7%B1%E5%BA%A6%E5%AD%B8%E7%BF%92%E6%BF%80%E5%8B%B5%E5%87%BD%E6%95%B8%E4%BB%8B%E7%B4%B9( May. 5, 2021)。
[8] “6種激活函數核心知識點,請務必掌握!”, (2018)。檢自 https://kknews.cc/zh-tw/code/ygkq3aa.html ( May. 4, 2021)。
[9] 夏飞,“聊一聊深度学习的activation function”, (2017)。檢自 https://zhuanlan.zhihu.com/p/25110450( May. 4, 2021)。
[10] Clay,“[Machine Learning] ReLU函式介紹與程式實作”, (2019)。
檢自 https://clay-atlas.com/blog/2019/10/20/machine-learning-chinese-relu-function/ ( May. 4, 2021)。
[11] S. Huang,“ReLU 筆記”, (2017)。檢自 https://swhtw.wordpress.com/2017/12/03/relu-%E7%AD%86%E8%A8%98/ ( May. 4, 2021)。
[12] Clay,“[Machine Learning] Sigmoid 函數介紹與程式實作”, (2019)。檢自 https://clay-atlas.com/blog/2019/10/19/machine-learning-chinese-sigmoid-function/ ( May. 4, 2021)。
[13] qq_23304241,“激活函数ReLU、Leaky ReLU、PReLU和RReLU”, (2018)。檢自 https://blog.csdn.net/qq_23304241/article/details/80300149 ( May. 4, 2021)。
[14] He, K., Zhang, X., Ren, S., Sun, J.: Deep Residual Learning for Image Recognition. arXiv:1512.03385(2015)
[15] Howard, A., Sandler, M., Chu, G., Chen, L., Chen, B., Tan, M., Wang, W., Zhu, Y., Pang, R., Vasudevan, V. , Le, Q. V., Adam, H.:SEARCH FOR MOBILENETV3. arXiv:1905.02244 ( 2019)
[16] 無人不智能,機器不學習,“大白话讲解MobileNet-v3”, (2019)。檢自https://blog.csdn.net/qidailiming1994/article/details/103465548 ( May. 4, 2021)。
[17] 黛茜,“Python 3和Keras實現Mobilenet v3”, (2019)。檢自 https://www.jianshu.com/p/9af2ae74ec04 ( May. 4, 2021).
[18] dicksonjyL560101, “從MobileNet看輕量級神經網路的發展”, (2019)。檢自 https://iter01.com/429262.html ( May. 4, 2021)。
[19] qq_29631521, “resnet34
esnet101网络结构图”, (2019)。檢自 https://blog.csdn.net/qq_29631521/article/details/93136216 ( May. 4, 2021).
[20] xiaochus,“xiaochus”, (2020)。檢自 https://github.com/xiaochus/MobileNetV3/tree/master/model ( May. 4, 2021)。
[21] S. Zhang, A. Liu, J. Wan, Y. Liang, G. Guo, S. Escalera, H. J. Escalante, S. Z. Li,“CASIA-SURF: A Large-scale Multi-modal Benchmark for Face Anti-spoofing,”arXiv, Feb. 2020.
[22] D. Timoshenko, K. Simonchik, V. Shutov, P. Zhelezneva, V. Grishkin,“Large Crowdcollected Facial Anti-Spoofing Dataset,”2019 Computer Science and Information Technologies, Sep. 2019.
[23] super13579,“ResNet34_oxflower17”, (2018)。檢自 https://gist.github.com/super13579/9208bb7a1f3c01672ad5058246523706 ( May. 6, 2021)。
[24] A. Rosebrock, “Liveness Detection with OpenCV”, (2019)。檢自 https://www.pyimagesearch.com/2019/03/11/liveness-detection-with-opencv/ ( May. 4, 2021)。
指導教授 栗永徽(Yung-Hui Li) 審核日期 2021-8-23
推文 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聯絡  - 隱私權政策聲明