Sliding Window for Radial Basis Function Neural Network Face Detection

Abstract

This paper present a Radial Basis Function Neural Network (RBFNN) face detection using sliding windows. The system will detect faces in a large image where sliding window will run inside the image and identified whether there is a face inside the current window. Face detection is the first step in face recognition system. The purpose is to localize and extract the face region from the background that will be fed into the face recognition system for identification. General preprocessing approach was used for normalizing the image and a Radial Basis Function (RBF) Neural Network was used to distinguish between face and non-face images. RBFNN offer several advantages compared to other neural network architecture such as they can be trained using fast two stages training algorithm and the network possesses the property of best approximation. The output of the network can be optimized by setting suitable values of the center and spread of the RBF. In this paper, a uniform fixed spread value will be used. The performance of the system will be based on the rate of detection and also false negative rate

    Similar works