透過您的圖書館登入
IP:3.144.143.31
  • 學位論文

以膚色增強之即時人臉偵測方法

A Real-Time Skin-Color-Enhanced Face Detection Algorithm

指導教授 : 莊永裕
共同指導教授 : 歐陽明(Ouhyoung Ming)

摘要


這篇論文提出一個藉由人臉皮膚色的資訊以加強人臉偵測準確度的方法。大部份使用boosting的演算法使用了間單的Haar features,而且只使用了一張圖灰階的資訊(intensity)。雖然這些features很有效,但是相片中的彩色資訊往往被忽略。只使用灰階資訊的features容易被某些不同的光原影響,例如從不同方向的光原會直接造成不同區域上的陰影。利用了皮膚色資訊(skin color),此類的光原影響可以被降低,因為與灰階資訊比較起來,膚色資訊比較不會直接受亮度影響。在我們的演算法裡,我們先將一張圖轉成灰階圖(intensity map)以及膚色圖(skin color map)。取得膚色圖的方法是使用了一個Multi-Layer Perceptron的演算法。而我們的人臉偵測系統同時使用了在灰階圖以及膚色圖下取得的Haar features,並用Adaptive Boosting的方法以結合此兩種features。我們將我們的演算法套用在不同角度的人臉偵測,並在實驗中,與只使用灰階圖的features相比,我們的演算法得到較好的效果。

關鍵字

人臉偵測 膚色

並列摘要


This thesis describes a face detection system that improves the performance of the boost-based algorithms by introducing a novel set of features based on skin color. Most boost-based algorithms use a boosted cascade of simple Haar features on intensity values. Though effective, these features completely ignore the color information. Thus, the effectiveness of these features inevitably suffers from the variance in lighting conditions, such as the direction of lighting and as well as the shadowing effects. With the incorporation of skin color information, the difficulty of such illumination variations may be reduced in that the skin color information is less sensitive to changes in brightness. As for our pattern classifier, in addition to the intensity map, the input image is converted into a skin color map by calculating the regression values using the Multi-Layer Perceptron (MLP) algorithm. Weak classifiers are then constructed based on Haar features of both the intensity map and the skin color map. We apply our skin-enhanced algorithm to detect faces of various poses and we show that our algorithm achieves better performance than the method based on only intensity Haar features.

並列關鍵字

face detection Adaptive Boosting Haar skin color

參考文獻


[1] S. B. H. A. Rowley and T. Kanade. “Neural network-based face detection”. IEEE Transactions on Pattern Analysis and Machine Intelligence, 20(1):23-28, 1998.
[2] H. Rowley, S. Buluja, and T. Kanade. “Rotation invariant neural network-based Face Detection”. In Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition, 1998.
[3] S. Z. Li and A. K. Jain. Handbook of Face Recognition. Springer, 2005.
[4] S. Z. Li and Z. Zhang. “FloatBoost learning and statistical face detection”. IEEE Transactions on Pattern Analysis and Machine Intelligence, 26(9):1112-1123, 2004.
[5] R. Lienhart, A. Kuranov, and V. Pisarevsky. “Empirical analysis of detection cascades of boosted classifiers for rapid object detection”. MRL Technical Report, Intel Labs, 2002.

延伸閱讀