Face recognition using Histograms of Oriented Gradients

Slides:



Advertisements
Similar presentations
Distinctive Image Features from Scale-Invariant Keypoints
Advertisements

Feature Detection. Description Localization More Points Robust to occlusion Works with less texture More Repeatable Robust detection Precise localization.
Distinctive Image Features from Scale-Invariant Keypoints David Lowe.
BRIEF: Binary Robust Independent Elementary Features
3D Model Matching with Viewpoint-Invariant Patches(VIP) Reporter :鄒嘉恆 Date : 10/06/2009.
Author :Andrea Selinger Salgian Department of Computer Science
Zhimin CaoThe Chinese University of Hong Kong Qi YinITCS, Tsinghua University Xiaoou TangShenzhen Institutes of Advanced Technology Chinese Academy of.
Presented by Xinyu Chang
Evaluating Color Descriptors for Object and Scene Recognition Koen E.A. van de Sande, Student Member, IEEE, Theo Gevers, Member, IEEE, and Cees G.M. Snoek,
Activity Recognition Aneeq Zia. Agenda What is activity recognition Typical methods used for action recognition “Evaluation of local spatio-temporal features.
Instructor: Mircea Nicolescu Lecture 15 CS 485 / 685 Computer Vision.
Instructor: Mircea Nicolescu Lecture 13 CS 485 / 685 Computer Vision.
São Paulo Advanced School of Computing (SP-ASC’10). São Paulo, Brazil, July 12-17, 2010 Looking at People Using Partial Least Squares William Robson Schwartz.
A Study of Approaches for Object Recognition
Object Recognition with Invariant Features n Definition: Identify objects or scenes and determine their pose and model parameters n Applications l Industrial.
Distinctive Image Feature from Scale-Invariant KeyPoints
Object Recognition Using Distinctive Image Feature From Scale-Invariant Key point D. Lowe, IJCV 2004 Presenting – Anat Kaspi.
Scale Invariant Feature Transform (SIFT)
1 Invariant Local Feature for Object Recognition Presented by Wyman 2/05/2006.
Smart Traveller with Visual Translator for OCR and Face Recognition LYU0203 FYP.
776 Computer Vision Jan-Michael Frahm, Enrique Dunn Spring 2013.
Multiple Object Class Detection with a Generative Model K. Mikolajczyk, B. Leibe and B. Schiele Carolina Galleguillos.
Lecture 6: Feature matching and alignment CS4670: Computer Vision Noah Snavely.
Distinctive Image Features from Scale-Invariant Keypoints By David G. Lowe, University of British Columbia Presented by: Tim Havinga, Joël van Neerbos.
Computer vision.
Final Exam Review CS485/685 Computer Vision Prof. Bebis.
Internet-scale Imagery for Graphics and Vision James Hays cs195g Computational Photography Brown University, Spring 2010.
Bag of Visual Words for Image Representation & Visual Search Jianping Fan Dept of Computer Science UNC-Charlotte.
Reporter: Fei-Fei Chen. Wide-baseline matching Object recognition Texture recognition Scene classification Robot wandering Motion tracking.
776 Computer Vision Jan-Michael Frahm Fall SIFT-detector Problem: want to detect features at different scales (sizes) and with different orientations!
Pedestrian Detection and Localization
Wenqi Zhu 3D Reconstruction From Multiple Views Based on Scale-Invariant Feature Transform.
Visual Categorization With Bags of Keypoints Original Authors: G. Csurka, C.R. Dance, L. Fan, J. Willamowski, C. Bray ECCV Workshop on Statistical Learning.
Puzzle Solver Sravan Bhagavatula EE 638 Project Stanford ECE.
1 Image Matching using Local Symmetry Features Daniel Cabrini Hauagge Noah Snavely Cornell University.
Jack Pinches INFO410 & INFO350 S INFORMATION SCIENCE Computer Vision I.
CSE 185 Introduction to Computer Vision Feature Matching.
A Tutorial on using SIFT Presented by Jimmy Huff (Slightly modified by Josiah Yoder for Winter )
Scale Invariant Feature Transform (SIFT)
SIFT DESCRIPTOR K Wasif Mrityunjay
Presented by David Lee 3/20/2006
Distinctive Image Features from Scale-Invariant Keypoints Presenter :JIA-HONG,DONG Advisor : Yen- Ting, Chen 1 David G. Lowe International Journal of Computer.
WLD: A Robust Local Image Descriptor Jie Chen, Shiguang Shan, Chu He, Guoying Zhao, Matti Pietikäinen, Xilin Chen, Wen Gao 报告人:蒲薇榄.
Blob detection.
SIFT.
Another Example: Circle Detection
SIFT Scale-Invariant Feature Transform David Lowe
Guillaume-Alexandre Bilodeau
Presented by David Lee 3/20/2006
Lecture 07 13/12/2011 Shai Avidan הבהרה: החומר המחייב הוא החומר הנלמד בכיתה ולא זה המופיע / לא מופיע במצגת.
Distinctive Image Features from Scale-Invariant Keypoints
Scale Invariant Feature Transform (SIFT)
SIFT paper.
Performance of Computer Vision
Feature description and matching
CSSE463: Image Recognition Day 25
Assistive System Progress Report 1
CAP 5415 Computer Vision Fall 2012 Dr. Mubarak Shah Lecture-5
From a presentation by Jimmy Huff Modified by Josiah Yoder
Aim of the project Take your image Submit it to the search engine
3D Object Recognition and 2-Simplex Meshes
SIFT keypoint detection
SIFT.
An Infant Facial Expression Recognition System Based on Moment Feature Extraction C. Y. Fang, H. W. Lin, S. W. Chen Department of Computer Science and.
Paper Reading Dalong Du April.08, 2011.
AHED Automatic Human Emotion Detection
CSE 185 Introduction to Computer Vision
ECE734 Project-Scale Invariant Feature Transform Algorithm
Feature descriptors and matching
Presented by Xu Miao April 20, 2005
Presentation transcript:

Face recognition using Histograms of Oriented Gradients O. Deniz , G. Bueno , J. Salido , F. De la Torre Pattern Recognition LettersVolume 32, Issue 12, 1 September 2011 Presenter :Shan-Shun Yang

Outline Introduction Building a representation for face recognition using HOGs Experiments Conclusion

Introduction Face recognition has been a long standing problem in computer vision. Inexpensive digital cameras and computers, and its applications in biometrics and surveillance.

Introduction Histograms of Oriented Gradients (HOGs) have proven to be an effective descriptor for object recognition in general and face recognition. we further explore the representational power of HOG features for face recognition, and propose a simple but powerful approach to build robust HOG descriptors.

Building a representation for face recognition using HOGs The histogram channels are evenly spread over 0 ~180 or 0~360 depending on whether the gradient is unsigned or signed .

Building a representation for face recognition using HOGs Invariance to scale and rotation may be also achieved by extracting descriptors from only salient points (keypoints) in the scale space of the image following a rotation normalization. (1) Scale-space extrema detection. (2) Orientation assignment. (3) Descriptor extraction.

Building a representation for face recognition using HOGs

Building a representation for face recognition using HOGs (1) :input sample

Experiments This section describes two experiments. 1. Evaluates the impact of facial landmark localization in the face recognition performance. 2. Evaluates the impact of extracting the HOG features from a regular grid and at multiple scales.

Experiments

Experiments Experiment 1: robustness to facial feature location Forty-nine facial landmarks were localized using Active Appearance Models (AAMs)

Experiments

Experiments

Experiments

Experiments

Experiments Experiment 2: extracting regular grids and patch size combination tested the effect of extracting HOG descriptors from a regular grid, at multiple scales, and the use of dimensionality reduction techniques.

Experiments

Experiments

Experiments

Conclusion This paper explores the use of HOG features for face recognition. to provide robustness to facialfeature detection. remove redundancy in the data, improve computational efficiency and avoid overfitting decision-level combination of results using HOG features extracted from different image patch sizes significantly improves on choosing a single best patch size