Research Paper - Human Face Detection
Research Paper - Human Face Detection
Wu et al., 2018
Rowley et al., 1998 "FaceBoxes: A CPU Real-time Face Detector with High
"Neural Network-Based Face Detection": This paper Accuracy": This paper proposes FaceBoxes, a real-time face
proposed a neural network-based approach for face detection, detection method specifically designed for CPU
utilizing multi-layer perceptron to classify facial features. It implementation. It achieves high accuracy by incorporating
demonstrated promising results and highlighted the potential of multi-scale anchor matching and context prediction strategies
neural networks in face detection. while maintaining efficient computational performance.
Yang et al., 2002 These research papers represent a small fraction of the
extensive body of work on face detection. They illustrate the
"Detecting Faces in Images: A Survey": This survey paper evolution of techniques, from traditional methods to the
provides an extensive overview of face detection techniques, utilization of deep learning and efficient real-time
including feature-based methods, template matching, implementations. Researchers continue to explore novel
appearance-based approaches, and hybrid methods. It discusses algorithms and architectures to enhance the accuracy,
the strengths and limitations of various algorithms and efficiency, and robustness of face detection systems
summarizes their performance on benchmark datasets.
In the Haar-like feature method, the concept of rectangular VI. NEURAL NETWORK IN FACE DETECTION
summation is used to calculate the intensity values within Several studies have demonstrated the potential of neural
specific rectangles. The function RecSum(x, y, w, h) represents networks in enhancing face detection accuracy, albeit at the
the summation of intensities in an upright or rotated rectangle expense of increased execution time [16]. Conversely, Haar-
that is enclosed within a detection window. The parameters x, like features exhibit a high detection rate but tend to generate
y, w, and h correspond to the coordinates, dimensions, and numerous false detections. Therefore, a solution that offers
rotation of that rectangle, respectively. both high performance and efficient execution time is
Haar wavelets, represented as box classifiers, are employed desirable. To address this, a hybrid approach combining Haar-
to extract face features in this method. These box classifiers cascade classifiers with a neural network has been proposed.
utilize the integral image, which will be explained in the Figure 12 depicts this method, which utilizes the combined
following section. power of Haar-cascade and neural network as the classifier for
face detection..
a 16 by 16 pixel region does not contain additional visual
information that would significantly improve the detection
accuracy, but it does help reduce processing time..
Fig. 12. Combination of Haar and Neural network Fig. 14. General Architecture of neural networks
The neural network system employed in this VI. FUTURE PROSPECT AND CONCLUSION
approach is a Multi-Layer Feed-Forward network.
Face detection is an active research area and this
The flow of the neural network classifier is
technology passed a long way since couple of decades until
illustrated in Figure 13. The classifier operates in now. Furthermore, over the last few years have exposed large
three main steps. Firstly, it obtains face candidates advances in algorithms which can deal with complex
from the Haar-like features. Next, it determines the environments. The complex environments are including gray-
approximate location of the center point of the scale images with low quality or cluttered background. Some
detected faces. Finally, it further evaluates each of the greatest algorithms are still too complicated with high
window using the neural network classifier to make execution time and they cannot be applicable for real-time
the final face detection decision. processing, but this is likely to revolutionize with future
improvements in computer hardware. In the current study we
have presented an extensive review of face detection
techniques as well as the combination of two famous haar-like
features and Neural Network in a complete system which can
decrease the disadvantages of a classifier.