Partial Face Recognition using Radial Basis Function Networks
KIMINORI SATO My HomePage is here.

Abstract
This paper describes a face recognition system that uses partial
face images (eye, nose, and ear images) for input data.
The recognition technique is based on
using Radial Basis Function (RBF) networks.
As compared with using a standard back-propagation (BP) learning algorithm,
the RBF networks prove to be superior for the face recognition task.
From the experimental results of face recognition
by partial face image data on a
database of over 100 persons,
we have achieved a recognition accuracy of 100% for
the recognition of registered persons and
a rejection rate of 100% for the rejection of unknown samples.
Keywords
partial face images, Radial Basis Function (RBF) networks,
recognition rate, rejection rate
Summary
- Face Recogniton Methodology using Radial Basis Function (RBF) networks
- Three layers: input layer, hidden layer, and output layer
- Use MATLAB
-
Image acquisition system and
how to capture face images
- Partial face images (eye and
ear images) for input data
- Extraction Method using Sobel operater from this image and Extraction by human
- Mosaic preprocessing for input unit of a neural network
- We have a database of 130 person face image data.
- A recognition accuracy of 100% for the recognition of
registered persons
- A rejection rate of 100% for the rejection of unknown samples
- Results are here.

My HomePage is here.