Eigenfaces 10 Eigenfaces represented in image form |
|||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
|||
![]() |
Average face found combining all neutral sample faces |
||
Recognition Matches Plot of number of face recognition matches for each number of eigenfaces used |
|||
![]() |
|||
The plot of facial reconition matches starts off low when using just one eigenface (only 4 matches)
but increases dramatically with the next few incremental increases of eigenfaces, and starts to platue at the use of 7 eigenfaces. Then at 13 eigenfaces, it starts to increase the number of matches found again |
|||
Recognition Error Face recognition errors made when using 25 eigenfaces |
|||
Reconstructed Face |
Correct Face |
Mismatched Face |
|
![]() |
![]() |
![]() |
|
![]() |
![]() |
![]() |
|
![]() |
![]() |
![]() |
|
In both of the last two recognition errors, the correct image was the very next match in the list. |
|||
Face Reconstruction Incremental face reconstruction using 25 eigenfaces |
|||
![]() |
![]() |
![]() |
|
![]() |
![]() |
![]() |
|
Finding Faces My code for this portion of the project was not working |
|||
![]() |
First thing you'll notice is that there is only one box when I was trying to get 4. |
||
![]() |
Next obvious error you'll notice is that the face found is very off and not a face at all. |
||
My guess is that somewhere my coefficients are off,
which in turn produced errors that didn't get lower than 300. |
|||
Verify Faces |
|||
![]() |
![]() |
![]() |
|
Correctly verified as not user |
Corrctly verified as user |
Incorrectly verified as user |
|
![]() |
|||
To produce the data above, I found the number of faces that were verified for each given threshold (I altered the main code to print this number).
I tested each face for thresholds at increments of 10000 from 20000 to 90000 (10000 had hardly any varification). I then ran each of the faces again through the verification script but just for a threshold of 37777.8 to find a false negative rate of 9/28 and false positive rate of 31/756. |