Misrak Seifu, Wesna Lalanne Mentor: Mahdi M. Kalayeh

Slides:



Advertisements
Similar presentations
Thomas Berg and Peter Belhumeur
Advertisements

Face Alignment by Explicit Shape Regression
Zhimin CaoThe Chinese University of Hong Kong Qi YinITCS, Tsinghua University Xiaoou TangShenzhen Institutes of Advanced Technology Chinese Academy of.
On-the-fly Specific Person Retrieval University of Oxford 24 th May 2012 Omkar M. Parkhi, Andrea Vedaldi and Andrew Zisserman.
Neeraj Kumar, Alexander C. Berg, Peter N. Belumeur, and Shree K. Nayar Presented by Gregory Teodoro.
Face detection Behold a state-of-the-art face detector! (Courtesy Boris Babenko)Boris Babenko.
Face Alignment with Part-Based Modeling
Face Alignment at 3000 FPS via Regressing Local Binary Features
Facial feature localization Presented by: Harvest Jang Spring 2002.
Automatic Photo Maker This program will produce a photo of you by using the data you insert, describing your facial features.
Face detection Many slides adapted from P. Viola.
A simple classifier Ridge regression A variation on standard linear regression Adds a “ridge” term that has the effect of “smoothing” the weights Equivalent.
Fig. 2 – Test results Personal Memory Assistant Facial Recognition System The facial identification system is divided into the following two components:
Viola and Jones Object Detector Ruxandra Paun EE/CS/CNS Presentation
Wang, Z., et al. Presented by: Kayla Henneman October 27, 2014 WHO IS HERE: LOCATION AWARE FACE RECOGNITION.
Week 3 Report Misrak Seifu, Wesna Lalanne Mentor: Mahdi M. Kalayeh.
Face Detection using the Viola-Jones Method
Face Alignment Using Cascaded Boosted Regression Active Shape Models
A Tutorial on Object Detection Using OpenCV
Rotation Invariant Neural-Network Based Face Detection
Automatic Photo Maker This program will produce a photo of you by using the data you insert, describing your facial features.
Tony Jebara, Columbia University Advanced Machine Learning & Perception Instructor: Tony Jebara.
Lecture 09 03/01/2012 Shai Avidan הבהרה: החומר המחייב הוא החומר הנלמד בכיתה ולא זה המופיע / לא מופיע במצגת.
The Viola/Jones Face Detector A “paradigmatic” method for real-time object detection Training is slow, but detection is very fast Key ideas Integral images.
Week 10 Presentation Wesna LaLanne - REU Student Mahdi M. Kalayeh - Mentor.
Bibek Jang Karki. Outline Integral Image Representation of image in summation format AdaBoost Ranking of features Combining best features to form strong.
Machine Learning for Pedestrian Detection. How does a Smart Assistance System detects Pedestrian?
Automatic Photo Maker This program will produce a photo of yourself by using the information you provide describing your features.
Learning to Detect Faces A Large-Scale Application of Machine Learning (This material is not in the text: for further information see the paper by P.
Delivering Business Value through IT Face feature detection using Java and OpenCV 1.
Timo Ahonen, Abdenour Hadid, and Matti Pietikainen
Face detection Behold a state-of-the-art face detector! (Courtesy Boris Babenko)Boris Babenko slides adapted from Svetlana Lazebnik.
Week 10 Emily Hand UNR.
A Brief Introduction on Face Detection Mei-Chen Yeh 04/06/2010 P. Viola and M. J. Jones, Robust Real-Time Face Detection, IJCV 2004.
Face detection Many slides adapted from P. Viola.
Evaluation of Gender Classification Methods with Automatically Detected and Aligned Faces Speaker: Po-Kai Shen Advisor: Tsai-Rong Chang Date: 2010/6/14.
Week 5 Emily Hand UNR. AdaBoost For our previous detector, we used SVM.  Color Histogram We decided to try AdaBoost  Mean Blocks.
Facial Smile Detection Based on Deep Learning Features Authors: Kaihao Zhang, Yongzhen Huang, Hong Wu and Liang Wang Center for Research on Intelligent.
FINGERTEC FACE ID FACE RECOGNITION Technology Overview.
2. Skin - color filtering.
Cyberbullying in a College Setting: Applying General Strain Theory
PRESENTED BY Yang Jiao Timo Ahonen, Matti Pietikainen
Misrak Seifu, Wesna Lalanne Mentor: Mahdi M. Kalayeh
Machine Learning Dr. Mohamed Farouk.
Detecting Sexually Provocative Images
Final Year Project Presentation --- Magic Paint Face
Thesis Advisor : Prof C.V. Jawahar
Composite Sketch This program creates a sketch of your face according to the information entered by you regarding your facial features.
A Convolutional Neural Network Cascade For Face Detection
Automatic Photo Maker This program will produce a photo of you by using the data you insert, describing your facial features.
Statistical Approach to a Color-based Face Detection Algorithm
Automatic Photo Maker This program will produce a photo of you by using the data you insert, describing your facial features.
Cos 429: Face Detection (Part 2) Viola-Jones and AdaBoost Guest Instructor: Andras Ferencz (Your Regular Instructor: Fei-Fei Li) Thanks to Fei-Fei.
Disability rates: Mexican-born vs. select populations
Odds Ratio Interpretation Confounder  Diabetes
Cancer Metastasis Detection Using Local Features and Random Forests
The sample Matched pre-post sample, N=182 62% female, 38% male;
Novel Face Detection Method Based on Gabor Features
Human Detection using depth
Gender Total % Female Male
Expressed Emotion Emotions are expressed on the face, by the body, and by the intonation of voice.
Getting familiar with faces
A Tutorial on Object Detection Using OpenCV
Midterm Report “Makeup” Against Face Detection
Learn to Comment Mentor: Mahdi M. Kalayeh
Image Processing and Multi-domain Translation
Exploiting Unintended Feature Leakage in Collaborative Learning
Multiple Organ detection in CT Volumes Using Random Forests - Week 9
Introduction Face detection and alignment are essential to many applications such as face recognition, facial expression recognition, age identification,
Week 6 University of Nevada, Reno
Presentation transcript:

Misrak Seifu, Wesna Lalanne Mentor: Mahdi M. Kalayeh Week 7 Report Misrak Seifu, Wesna Lalanne Mentor: Mahdi M. Kalayeh

Overview of week 7 Annotating 25K images Feature extraction Hog Lbp Gabor Beginning the face alignment Training attribute detectors Testing detectors on a subset of data

Feature Extractions Hog Lbp Gabor Local features Holistic feature

Chehra Face Alignment Detects 66 facial landmark points Uses ipar-CLR method to continuously update the generic model. Ipar-CLR: incrementally adding new training samples and updating the cascade of regression functions.

Train attribute Detector Features extracted only from faces No alignment were used Binary attribute detector were trained ~4K training images

Results of attribute detectors Tested on a subset of data (~8K images) Attribute Accuracy Female 86.61% Male 78.20% Teenager 14.74% Youth 73.86% Middle age 66.67% White 61.18% Black 77.27% Asian 39.37% Other 15.38% Oval 64.67% Round 37.88% Heart 16.24% Smiling 62.89% Mouth open 41.18% Eyeglasses on 68.93% Sunglasses on 87.71% Lipstick on 32.22% Duck face 36.19% Phone shown 47.80% Using mirror 48.41%

Plan for week 8 Aligning detected faces Feature extraction from aligned faces Feature extraction from non-face parts of image Extracting local features from facial landmarks Train attribute detector