Dairu
unread,May 18, 2012, 6:43:18 AM5/18/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Face Recognition Research Community
Hi,
I wanted to ask a very basic doubt and possibly discuss my solution
here, if you permit.
The main advantage of face recognition algorithms like PCA lies in the
domain of dimension reduction. For eg., if we have a collection of
images of say 20000 persons, then we dont want to store it and make
recognition process much more complex. Instead, we reduce this huge
number to a very smaller number (say 200) by the use of eigenfaces.
My point is that if we have only 100 images in database and we want to
compare a new image, the USP of PCA vanishes (though not in terms of
working procedure).
PCA (and other algorithms) aimed at recognizing the person, i.e. WHO
IS THIS? whereas with such small no. of images in my database, i want
to focus on IS THIS THE CORRECT PERSON OR NOT? I am trying to think
as answer to my query in YES or NO rather that 'HE IS MICHEAL'.
Do we have any algorithms which aims at this problem?
I know that I can modify PCA and apply a small condition to check but
why to use such mathematically complex algorithm.
POSSIBLE SOLUTION PROVIDED BY Mr. Sahil in of the posts : As all
images are basically matrices, we take matrices of 2 images and try to
calculate the co-relation factor of the these matrices. If it is found
to be greater than a threshold value we will say that 2 images matched
and this is the right person.
Please comment and if possible, discuss.
Thank You.