-
Notifications
You must be signed in to change notification settings - Fork 3
Home
This project aims at studying correlation techniques for facial recognition. We explore the capabilities of correlation techniques as a non-segmentation alternative for biometric recognition. The use of correlation techniques has been historically developed in the context of optical correlators. However, in this project a digital implementation of correlation is considered as an illustration of the scope of these techniques. A simple application that performs identity verification and a simple threshold-based decision algorithm are developed using MATLAB. By means of a ROC curve analysis, parameters of the decision are chosen to achieve a confidence higher than 80% in the performance of the application under ideal conditions of illumination.
The main objective of the project is to perform subject identification using correlation techniques. In this project we aim at exploring two techniques: MACE filtering and Composite Filtering. Those techniques are based on a simple principle. A database of images is acquired, and a filter is devised in the image frequency domain so that matching is performed via correlation.
The basic approach of correlation techniques is the following:
-
A set of carefully chosen training images is used to design a correlation filter that embodies the main features of the biometric of interest in a variety of scenarios.
-
The correlation between the filter and a test image is computed in image frequency space. The output is known as correlation plane.
-
The intensity pattern in the correlation plane is used to perform a decision concerning the recognition of the biometric of interest. If the pattern presents a sharp enough peak, the test image is said to correspond to the true class. This means that the biometric is likely to be found in the test image and the peak location is an indicator of the location of the biometric in the image plane. On the other hand, if the plane does not present a visible peak, the biometric is likely to be missing in the test image, and it is said to belong to the false class. This decision process is known as biometric matching.
The fundamental references of the project are:
-
[2]. Composite versus multichannel binary phase-only filtering. de la Tocnaye, Quemener & Petillot.
-
[3]. A Technique for Optically Convolving Two Functions. C. S. Weaver and J. W. Goodman
-
[4]. Signal detection by complex spatial filtering. A. V. Lugt
-
[5]. Face Verification using Correlation Filters. Kumar et. Al.
-
[6]. MACE Correlation Filter Algorithm for Face Verification ni Surveillance. Omidora et. Al.
-
[8]. New Perspectives in face Correlation Research: A Tutorial. Wang et. Al