博碩士論文 106221010 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:28 、訪客IP:18.220.140.5
姓名 黃子軒(Tzu-Hsuan Huang)  查詢紙本館藏   畢業系所 數學系
論文名稱 一種用於人臉偵測的卷積神經網路
(A Convolutional Neural Network for Face Detection)
相關論文
★ 遲滯型細胞神經網路似駝峰行進波之研究★ 穩態不可壓縮那維爾-史托克問題的最小平方有限元素法之片狀線性數值解
★ Global Exponential Stability of Modified RTD-based Two-Neuron Networks with Discrete Time Delays★ 二維穩態不可壓縮磁流體問題的迭代最小平方有限元素法之數值計算
★ 兩種迭代最小平方有限元素法求解不可壓縮那維爾-史托克方程組之研究★ 非線性耦合動力網路的同步現象分析
★ 邊界層和內部層問題的穩定化有限元素法★ 數種不連續有限元素法求解對流佔優問題之數值研究
★ 某個流固耦合問題的有限元素法數值模擬★ 高階投影法求解那維爾-史托克方程組
★ 非靜態反應-對流-擴散方程的高階緊緻有限差分解法★ 二維非線性淺水波方程的Lax-Wendroff差分數值解
★ Numerical Computation of a Direct-Forcing Immersed Boundary Method for Simulating the Interaction of Fluid with Moving Solid Objects★ On Two Immersed Boundary Methods for Simulating the Dynamics of Fluid-Structure Interaction Problems
★ 生成對抗網路在影像填補的應用★ 非穩態複雜流體的人造壓縮性直接施力沉浸邊界法數值模擬
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 本文研究動機源自於 Viola 和 Jones [10] 對物件偵測的探討,但我們採用 Krizhevsky等人 [5] 的卷積神經網路方法,希望能從一張給定的彩色圖片中偵測出圖片裡的人臉影像個數,改進原本只能應用於黑白圖片上的侷限,及處理只能掃取固定大小人臉影像的問題。我們採用 Keras 與 OpenCV 進行結合,架構出包含卷積層與全連接層的類神經網路,但由於我們電腦硬體設備的侷限,架構出的類神經網路的層數並不深。在訓練方面,我們利用 CelebFaces Attributes Dataset (CelebA) [7] 與 Imagenet 的圖片資料庫,進行處理後做為訓練集,圖片總數為十五萬張。以訓練後所得到的類神經網路做為強分類器,再利用滑動視窗將強分類器作用在偵測圖片上,利用縮放的技術,搭配雙線性插值法,將原本只能偵測固定大小的人臉影像改進成可偵測到偏大或偏小的人臉影像。最後進行人臉偵測的模擬實驗,實驗結果顯示該類神經網路的架構可成功的應用在彩色圖片上,同時所提出的縮放技術能有效地偵測到偏大或偏小的人臉影像。
摘要(英) Motivated by the work of Viola and Jones [10] for object detection,
in this thesis we propose a new convolutional neural network model for face detection
which is based on the study by Krizhevsky et al. [5].
The proposed convolutional neural network model for face detection is not limited to
the black-white images and fixed face size.
This approach combines Keras with OpenCV to construct a neural network framework
consisting of several convolutional layers and fully connected layers.
We use a training set which contains about 150,000 color images,
cited from the CelebA [7] and Imagenet databases, to train the proposed neural network model.
After that we employ the trained neural network as a strong classifier,
combining with a sliding window, to detect the number of faces in a given color image.
We also use the bilinear interpolation to design a zoom-in and zoom-out technique
to deal with an image which contains a face image that is too large or too small.
Finally, a series of numerical experiments is performed to demonstrate
the effectiveness of the proposed convolutional neural network model for face detection.
關鍵字(中) ★ 類神經網路
★ 卷積神經網路
★ 人臉偵測
★ 深度學習
★ 人工智慧
關鍵字(英) ★ artificial neural network
★ convolutional neural network
★ face detection
★ deep learning
★ artificial intelligence
論文目次 1 前言.................................................. 1

2 類神經網路............................................ 4
2.1 全連接層......................................... 4
2.2 激活函數......................................... 8
2.3 卷積神經網路..................................... 10
2.4 神經網路架構..................................... 12

3 人臉偵測.............................................. 14
3.1 滑動視窗......................................... 15
3.2 縮放技巧......................................... 16
3.3 整合標記......................................... 19

4 模擬實驗............................................. 20

5 結論................................................. 25

參考文獻........... ..................................... 26
參考文獻 C. M. Bishop,
Pattern Recognition and Machine Learning, Springer, New York, 2016.

L. Bourdev and J. Brandt,
Robust object detection via soft cascade,
IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR′05),
2 (2005), pp. 236-243.

G. J. Dong and X. Y. Lu,
Joint training of cascaded CNN for face detection,
2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR),
(2016), pp. 3456-3465.

R. Hsu , M. Abdel-Mottaleb, and A. K. Jain,
Face detection in color images,
IEEE Transactions on Pattern Analysis and Machine Intelligence,
24 (2002), pp. 696-706.

A. Krizhevsky, I. Sutskever, and G. E. Hinton,
ImageNet classification with deep convolutional neural networks,
NIPS′12 Proceedings of the 25th International Conference on Neural Information Processing Systems,
1 (2012), pp. 1097-1105.

Y. Lecun , L. Bottou , Y. Bengio, and P. Haffner,
Gradient-based learning applied to document recognition,
Proceedings of the IEEE,
86 (1998), pp. 2278-2324.

Z. Liu, P. Luo, X. Wang, and X. Tang,
Deep learning face attributes in the wild,
International Conference on Computer Vision,
(2015), (arXiv:1411.7766v3).

S. Raschka,
Python Machine Learning,}
Packt Publishing Limited, 2015.

P. Salamon and L. K. Hansen,
Neural network ensembles,
IEEE Transactions on Pattern Analysis & Machine Intelligence,
12 (1990), pp. 993-1001.

P. Viola and M. Jones,
Rapid object detection using a boosted cascade of simple features,
IEEE Computer Society Conference on Computer Vision and Pattern Recognition,
1 (2001), pp. 511-518.

P. Viola and M. J. Jones,
Robust real-time face detection,
International Journal of Computer Vision,
57 (2004), pp. 137-154.

B. Yang, J. Yan, Z. Lei, and S. Z. Li,
Aggregate channel features for multi-view face detection,
IEEE International Joint Conference on Biometrics,
(2014), (arXiv:1407.4023)

K. Zhang, Z. Zhang, Z. Li, and Y. Qiao,
Joint face detection and alignment using multi-task cascaded convolutional networks,
IEEE Signal Processing Letters,
23 (2016), pp. 1499-1503.
指導教授 楊肅煜(Suh-Yuh Yang) 審核日期 2019-7-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聯絡  - 隱私權政策聲明