Browse > Article
http://dx.doi.org/10.6109/jkiice.2020.24.3.378

Improved Facial Component Detection Using Variable Parameter and Verification  

Oh, Jeong-su (Department of Display Engineering, Pukyong National University)
Abstract
Viola & Jones' object detection algorithm is a very good algorithm for the face component(FC) detection, but there are still problems such as duplicate detection, false detection and non-detection due to parameter setting. This paper proposes an improved FC detection algorithm that applies the variable parameter to reduce non-detection and the verification to reduce duplicate detection and false detection to the Viola & Jones' algorithm. The proposed algorithm reduces the non-detection by changing the parameter value of the Viola & Jones' algorithm until the potential valid FCs are detected, and eliminates the duplicate detection and the false detection by using the verification that evaluates size, position, and uniqueness of the detected FCs. Simulation results show that the proposed algorithm includes valid FCs in the detected objects and then detects only the valid FCs by removing invalid FCs from them.
Keywords
objet detection; object verification; face detection; face component detection; classifier;
Citations & Related Records
Times Cited By KSCI : 2  (Citation Analysis)
연도 인용수 순위
1 X. Sun, P. Wu, and S.C.H. Hoi, "Face Detection Using Deep Learning: An Improved Faster RCNN Approach," Neurocomputing, vol. 299, no. 19, pp. 42-50, Jul. 2018.   DOI
2 M. Castrillon, O. Deniz, D. Hernandez, and J. Lorenzo, "A Comparison of Face and Facial Feature Detectors Based on the Viola-Jones General Object Detection Framework," Machine Vision and Applications, vol. 22, no. 3, pp. 481-494, Mar. 2011.   DOI
3 P. Viola, and M. J. Jones, "Rapid Object Detection using a Boosted Cascade of Simple Features," Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Kauai, pp. 511-518, 2001.
4 J. S. Oh, "Improved Face Detection Algorithm Using Face Verification," Journal of the Korea Institute of Information and Communication Engineering, vol. 22, no. 10, pp. 1334-1339, Oct. 2018.   DOI
5 J. S. Oh, and H. Hoon, "Performance Analysis of Viola & Jones Facial Component Detection Algorithm," Proceedings of Conference on Korea Information and Communication Engineering, vol. 23, no. 2, Busan, pp. 603-606, 2019.
6 H. Y. Han, Introduction to Pattern Recognition, Hanbit Academy, Inc., Seoul, 2015.
7 A. Kaehler, and G. Bradski, Learning OpenCV3, Wikibooks, Paju, 2018.
8 MathWorks, vision.CascadeObjectDetector System object : Properties [internet]. Available https://kr.mathworks.com/help/vision/ref/vision.cascadeobjectdetector-system-object.html.