1 / 11

Face Recognition across Watershed Flooding

Face Recognition across Watershed Flooding. Overview. Question: At what level of flooding is a face recognizable? Experiment: Use a face recognition method and apply it to the levels of flooding. Recognition.

leonarde
Download Presentation

Face Recognition across Watershed Flooding

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Face Recognition across Watershed Flooding

  2. Overview • Question: At what level of flooding is a face recognizable? • Experiment: Use a face recognition method and apply it to the levels of flooding.

  3. Recognition • I used a face recognition implementation from Drexel University. It is done in Matlab and the code is released for use or modification. • I made minor modifications to the code to suit the experiment.

  4. Recognition Dataset Preparation • Obtain training set of faces • Create a vector for each image • Find the mean image • Find the difference between each image and the mean image • Calculate a set of eigenvectors that best describe the distribution of the differences

  5. Recognition Recognition Procedure • Obtain the eigenface for test image using the steps listed previously • Find the dataset image with eigenvectors that best describe the test image by minimizing the distance between the two classes.

  6. Experiment 1. Three face images are used as the dataset. 2. Create temporary images for each level of watershed flooding for one of the dataset images. 3. Use flooding images as test images for recognition algorithm. 4. Plot the distance values to visualize how well the recognition performed at different levels of flooding.

  7. Experiment 1 2 3 Images used for the dataset and testing

  8. Experiment Plot shows the distance between eigenvectors of image 1 at the current flood level and the original image. A smaller distance can be considered better recognition.

  9. Experiment Distance plot for images 2 and 3. Results show that after level 40 the recognition improvement is proportional to the level increase.

  10. Experiment Plot shows the distances from each dataset image to the flood levels of image 1. If the minimum distance were used, after level 65 recognition would be 100% Level 1 Level 25 Level 65 Level 256

  11. Conclusion This is just a small experiment that I did based on what you mentioned in our last meeting. One thing I was curious about is how to define recognition. I don’t know exactly how trustworthy this measure is compared to a human. If I have time I might try to learn more about the actual eigenvector calculation and distance measure.

More Related