Large-scale, real-world facial recognition in movie trailers Alan Wright Presentation 8.

Slides:



Advertisements
Similar presentations
Face Recognition Sumitha Balasuriya.
Advertisements

Large-Scale, Real-World Face Recognition in Movie Trailers Alan Wright.
Rui Tang, Darren Cosker and Wenbin Li Global Alignment for Dynamic 3D Morphable Model Construction University of Bath.
Large-Scale, Real-World Face Recognition in Movie Trailers Presentation 4 Alan Wright.
Large-scale, Real-world facial recognition in movie trailers Alan Wright Presentation 6.
How to get top marks for a graph Here are some typical graphs, some of which contain errors. Can you spot them? Simulation of head acceleration during.
Large-Scale, Real-World Face Recognition in Movie Trailers Week 2-3 Alan Wright (Facial Recog. pictures taken from Enrique Gortez)
Computer Vision Spring ,-685 Instructor: S. Narasimhan Wean 5403 T-R 3:00pm – 4:20pm Lecture #20.
Item Analysis What makes a question good??? Answer options?
Effective Image Database Search via Dimensionality Reduction Anders Bjorholm Dahl and Henrik Aanæs IEEE Computer Society Conference on Computer Vision.
Face Recognition eScience Project of MIT Comp 6702 (18 units)
Motion Graphic Design Week 7. Motion Graphic Design :: Week 8 :: Calendar.
1 Confidence Intervals for Means. 2 When the sample size n< 30 case1-1. the underlying distribution is normal with known variance case1-2. the underlying.
Nonnegative Shared Subspace Learning and Its Application to Social Media Retrieval Presenter: Andy Lim.
English Word Origins Grade 3 Middle School (US 9 th Grade) Advanced English Pablo Sherman The etymology of language.
Computer Vision Systems for the Blind and Visually Disabled. STATS 19 SEM Talk 3. Alan Yuille. UCLA. Dept. Statistics and Psychology.
Video Ads on Facebook were 4x less engaging than Video Ads on TV Source: Innerscope Research: Video Ads on TV vs. Facebook.
Creating a movie in PICASA
Building Face Dataset Shijin Kong. Building Face Dataset Ramanan et al, ICCV 2007, Leveraging Archival Video for Building Face DatasetsLeveraging Archival.
Recognition using Regions (Demo) Sudheendra V. Outline Generating multiple segmentations –Normalized cuts [Ren & Malik (2003)] Uniform regions –Watershed.
Geometers Sketch pad. Step 1: Open Sketch pad Use this to select items Use this to draw a point Use this to draw a circle Use this to draw a line Use.
1 Pattern Recognition Concepts How should objects be represented? Algorithms for recognition/matching * nearest neighbors * decision tree * decision functions.
Artist Study Independent Project.
With just a microphone, I want to see you lip sync. Choose one or all songs. post your recording on the ECYEH Facebook page, now through October. Learn.
Object Recognition a Machine Translation Learning a Lexicon for a Fixed Image Vocabulary Miriam Miklofsky.
CSE 185 Introduction to Computer Vision Face Recognition.
Introduction Task List Quest Evaluation Conclusion Teacher’s Page Teacher’s Page.
LEARNING OBJECTIVES And How To Use The Evidence Statement Templates.
THEME 1: Facing Challenges Fourth Grade Week 1 Day 5.
10.1 – Estimating with Confidence. Recall: The Law of Large Numbers says the sample mean from a large SRS will be close to the unknown population mean.
CHOOSE 1 OF THESE.
Solving a System of 3 Equations with 3 Unknowns. Breakdown Step 1 Labeling Step 2 Reduce to a 2 by 2 Step 3 Substitute Back In Step 4 Check Solution.
LDA (Linear Discriminant Analysis) ShaLi. Limitation of PCA The direction of maximum variance is not always good for classification.
Face detection and recognition Many slides adapted from K. Grauman and D. Lowe.
LECTURE 16: BEYOND LINEARITY PT. 1 March 28, 2016 SDS 293 Machine Learning.
VISUAL storytelling VISUAL. 7 tips for great videos.
Nicole looks at faces Development of a visual robot interface to interpret facial expressions NICOLE: Future robots will share their environment with humans.
A Discriminative Feature Learning Approach for Deep Face Recognition
Agenda What is ALEKS? 1 Getting Started 2 Learning in ALEKS 3
Deeply learned face representations are sparse, selective, and robust
Singular Value Decomposition, and Application to Recommender Systems
Visual Attributes in Video
Can Computer Algorithms Guess Your Age and Gender?
Recap on Z value calculations.
Recognition: Face Recognition
Section 3: Uncertainty in Data
In summary C1={skin} C2={~skin} Given x=[R,G,B], is it skin or ~skin?
Deep Face Recognition Omkar M. Parkhi Andrea Vedaldi Andrew Zisserman
Attributes and Simile Classifiers for Face Verification
“Bayesian Identity Clustering”
Object Modeling with Layers
TED Talks – A Predictive Analysis Using Classification Algorithms
Physics colloquium Thursday, Dec. 4th at 4 PM
What’s New in Colectica 5.3 Part 2
Super Heroes Trailer Using Movie Maker.
Mentor: Salman Khokhar
HW #3 Due Thursday ( ). Read Chapter 3, “Being a Health-Literate Consumer” (page 46 to 69) and Chapter 4, “Physical Activity for Life” (page 72.
Introduction PCA (Principal Component Analysis) Characteristics:
Levels of Organisation. YouTube Video – Levels of Organisation
Full video obtainable on youtube or for $20 plus p & p as a DVD from:
Cheng-Yi, Chuang (莊成毅), b99
Trending Video “Buzz Index”
A Guide to succeeding at Arithmetic
Common Latin Roots JECT.
Reflection week beginning 16 May 2017
Face Detection Gender Recognition 1 1 (19) 1 (1)
Compare LDA and PCA.
Visual Attributes in Video
REU Report Meeting Week 9
HW #3 Due Thursday ( ). Read Chapter 3, “Being a Health-Literate Consumer” (page 46 to 69) and Chapter 4, “Physical Activity for Life” (page 72.
Presentation transcript:

large-scale, real-world facial recognition in movie trailers Alan Wright Presentation 8

quick Recap Last Few Weeks: Added 9 new faces to the dictionary to get more tracks. Preliminary Curves

quick recap 635 Unknown tracks 998 Extended PubFig tracks 827 labeled tracks (faces not in PubFig) 4 ignored tracks. New Faces

Added one final face to dictionary. 210 final faces in dictionary (200 Pubfig + 10) Total of 108 videos (added videos with our extra 10 faces) 3585 tracks Dataset

Track breakdown Known: % Labeled Distractor: % Unknown: % Ignored: %

Track breakdown Known: % Distractor: % Ignored: %

TRACK BREAKDOWN How can we even out the distribution? Remove top 8 videos with unknowns (7%) Known: 39.1% Unknown: 61.2%

lda OR PCA? 32 dim64 dim128 dim Not enough classes for LDA to work with higher dimensions

PCA dimensions

pca 1024 precision recall

PCA time

recap

L2 and L2_AVG Need to determine whether something in the method isn’t preforming correctly or it preforms poorly on dataset

Additional dataset YouTube Celebrity Dataset “Face Tracking and Recognition with Visual Constraints in Real-World Videos”Face Tracking and Recognition with Visual Constraints in Real-World Videos” Project Page Allows us to test and verify on an additional dataset. We can use our dictionary (PubFig + 10)

What’s next? Test higher dimensions of PCA to choose final. Continue to work with L2 and L2_AVG. Test on higher dimensions.