1 / 19

Large-Scale, Real-World Face Recognition in Movie Trailers

Large-Scale, Real-World Face Recognition in Movie Trailers. Week 2-3 Alan Wright (Facial Recog . pictures taken from Enrique Gortez ). Preliminary Steps. Extract Facial Tracks - Working on MATLAB code now Worked on detecting blurry images, no solid results.

jeneva
Download Presentation

Large-Scale, Real-World Face Recognition in Movie Trailers

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. Large-Scale, Real-World Face Recognition in Movie Trailers Week 2-3 Alan Wright(Facial Recog. pictures taken from Enrique Gortez)

  2. Preliminary Steps • Extract Facial Tracks- Working on MATLAB code now • Worked on detecting blurry images, no solid results. • Extract the features from the facial tracks. • Build framework to load and test data. • Begin with baseline testing (Sparse, min, meant, etc) • Algorithm development…

  3. Blur Detection • Canny Edge Detection • Hough transform • Hough Lines • Find perpendicular line • Using that perpendicular line, get two parallel lines on each side of the Hough line. • Choose 10 points on each side to find the gradient.

  4. Hough Lines

  5. Using Perpendicular lines

  6. Gradient Points

  7. Good Edge Intensity Mean Pixels 1 - 20 (10 on each side of the Hough Line)

  8. Bad Edge

  9. Results • Bad Hough Lines • Dataset is not ideal for this algorithm, but works well on larger photos.

  10. Facial Recognition

  11. Linear Combination Training Images Test Image = x1 + x2 + x3 + x4 + x5 + x6 + x7 + x8 + x9

  12. Linear Combination A x y = = Coefficients Testing Training

  13. Now in videos… • We have:Instead of:

  14. Baseline

  15. Sparse Representation-based Classification (SRC) Training Images Test Image = x1 + x2 + x3 + x4 + 0 + 0 + x5 + x6 + 0 + x7 + 0 + x8 + 0 + x9 + 0

  16. SRC Sparse Linear

  17. SRC • Method • Impose sparsity on coefficient vector • We want to minimize the coefficient sum to enforce sparsity. Minimize coef. (Wright09)

  18. Possible Baseline Algorithms • Sum up the coefficient vector and take: average, min,etc.. • SRC linear combination. • Then creating our own algorithm…

  19. Related Papers Read • “Face Tracking and Recognition with Visual Constraints in Real-World Videos” • Project Page • “Large Scale Learning and Recognition of Faces in Web Videos”

More Related