DOOR ENTRY SYSTEM Alina Dinca László Papp Adrian Ulges Csaba Domokos Cercel Constantin Team:

Slides:



Advertisements
Similar presentations
Face Recognition Sumitha Balasuriya.
Advertisements

Face Recognition: A Convolutional Neural Network Approach
1 Image Classification MSc Image Processing Assignment March 2003.
FACIAL EMOTION RECOGNITION BY ADAPTIVE PROCESSING OF TREE STRUCTURES Jia-Jun Wong and Siu-Yeung Cho Forensic and Security Lab School of Computer Engineering.
Image classification Given the bag-of-features representations of images from different classes, how do we learn a model for distinguishing them?
Presented by Xinyu Chang
Face Recognition and Biometric Systems Elastic Bunch Graph Matching.
Designing Facial Animation For Speaking Persian Language Hadi Rahimzadeh June 2005.
Graphical Examination of Data Jaakko Leppänen
Facial feature localization Presented by: Harvest Jang Spring 2002.
Face Recognition and Biometric Systems
Large-Scale, Real-World Face Recognition in Movie Trailers Week 2-3 Alan Wright (Facial Recog. pictures taken from Enrique Gortez)
Fingerprint Imaging: Wavelet-Based Compression and Matched Filtering Grant Chen, Tod Modisette and Paul Rodriguez ELEC 301 : Rice University, Houston,
Face Recognition & Biometric Systems, 2005/2006 Face recognition process.
Robust and large-scale alignment Image from
MLP Lyrical Analysis ● % of Unique Words ● # of Unique Words ● Average Word Length ● # of Lyrics ● # of Characters Input Feature Vectors:
RBF Neural Networks x x1 Examples inside circles 1 and 2 are of class +, examples outside both circles are of class – What NN does.
吳家宇 吳明翰 Face Detection Based on Template Matching and 2DPCA Algorithm 2009/01/14.
INFORMATION REPRESENTATION AND COMPRESSION
CONTENT BASED FACE RECOGNITION Ankur Jain 01D05007 Pranshu Sharma Prashant Baronia 01D05005 Swapnil Zarekar 01D05001 Under the guidance of Prof.
TAUCHI – Tampere Unit for Computer-Human Interaction Automated recognition of facial expressi ns and identity 2003 UCIT Progress Report Ioulia Guizatdinova.
Texture Classification Based on Co-occurrence Matrices Presentation III Pattern Recognition Mohammed Jirari Spring 2003.
2007Theo Schouten1 Introduction. 2007Theo Schouten2 Human Eye Cones, Rods Reaction time: 0.1 sec (enough for transferring 100 nerve.
Presented by Zeehasham Rasheed
Smart Traveller with Visual Translator for OCR and Face Recognition LYU0203 FYP.
Pattern Recognition. Introduction. Definitions.. Recognition process. Recognition process relates input signal to the stored concepts about the object.
Multiple Object Class Detection with a Generative Model K. Mikolajczyk, B. Leibe and B. Schiele Carolina Galleguillos.
Recognition of object by finding correspondences between features of a model and an image. Alignment repeatedly hypothesize correspondences between minimal.
Feature extraction Feature extraction involves finding features of the segmented image. Usually performed on a binary image produced from.
Radial-Basis Function Networks
Facial Recognition CSE 391 Kris Lord.
Jan SedmidubskySeptember 23, 2014Motion Retrieval for Security Applications Jan Sedmidubsky Jakub Valcik Pavel Zezula Motion Retrieval for Security Applications.
Team Members: Mohammed Hoque Troy Tancraitor Jonathan Lobaugh Lee Stein Joseph Mallozi Pennsylvania State University.
Multiclass object recognition
West Virginia University
Project 10 Facial Emotion Recognition Based On Mouth Analysis SSIP 08, Vienna 1
CS 376b Introduction to Computer Vision 04 / 29 / 2008 Instructor: Michael Eckmann.
SSIP 2003 Project suggestions. Project 1  Label the group photo- locate and identify faces and label them.  * Input group photo ( for example 10 people)
Presented by Tienwei Tsai July, 2005
Kumar Srijan ( ) Syed Ahsan( ). Problem Statement To create a Neural Networks based multiclass object classifier which can do rotation,
Jointly Optimized Regressors for Image Super-resolution Dengxin Dai, Radu Timofte, and Luc Van Gool Computer Vision Lab, ETH Zurich 1.
Access Control Via Face Recognition. Group Members  Thilanka Priyankara  Vimalaharan Paskarasundaram  Manosha Silva  Dinusha Perera.
Face Recognition: An Introduction
Eyes detection in compressed domain using classification Eng. Alexandru POPA Technical University of Cluj-Napoca Faculty.
Wenqi Zhu 3D Reconstruction From Multiple Views Based on Scale-Invariant Feature Transform.
Example Based Super Resolution Group Members (Alphabetically listed): Kartik Chamarty Parth Tejani Topraj Gurung Yiming Kong Zhen Guo.
Levels of Image Data Representation 4.2. Traditional Image Data Structures 4.3. Hierarchical Data Structures Chapter 4 – Data structures for.
Kylie Gorman WEEK 1-2 REVIEW. CONVERTING AN IMAGE FROM RGB TO HSV AND DISPLAY CHANNELS.
A NOVEL METHOD FOR COLOR FACE RECOGNITION USING KNN CLASSIFIER
Christopher M. Bishop Object Recognition: A Statistical Learning Perspective Microsoft Research, Cambridge Sicily, 2003.
Face Image-Based Gender Recognition Using Complex-Valued Neural Network Instructor :Dr. Dong-Chul Kim Indrani Gorripati.
An ANN Approach to Identify if Driver is Wearing Safety Belts Hanwen Chen 12/9/2013.
Slides from Dr. Shahera Hossain
Face Recognition Summary –Single pose –Multiple pose –Principal components analysis –Model-based recognition –Neural Networks.
3D Motion Data Mining Multimedia Project Multimedia and Network Lab, Department of Computer Science.
776 Computer Vision Jan-Michael Frahm Spring 2012.
Glossary of Technical Terms Correlation filter: a set of carefully designed correlation templates with regard to shift invariance as well as distortion-
Computer Vision Lecture 7 Classifiers. Computer Vision, Lecture 6 Oleh Tretiak © 2005Slide 1 This Lecture Bayesian decision theory (22.1, 22.2) –General.
Face Detection 蔡宇軒.
CLASSIFICATION OF ECG SIGNAL USING WAVELET ANALYSIS
Speech Processing Dr. Veton Këpuska, FIT Jacob Zurasky, FIT.
It is time for a change: Two New Deep Learning Algorithms beyond Backpropagation By Bojan PLOJ.
Learning Mid-Level Features For Recognition
R-CNN region By Ilia Iofedov 11/11/2018 BGU, DNN course 2016.
Computer Vision Lecture 16: Texture II
Aim of the project Take your image Submit it to the search engine
MACHINE LEARNING TECHNIQUES IN IMAGE PROCESSING
MACHINE LEARNING TECHNIQUES IN IMAGE PROCESSING
Face Recognition: A Convolutional Neural Network Approach
Understanding Atmospheric & Oceanic Flows: Laboratory Application of Cross-Correlation
Presentation transcript:

DOOR ENTRY SYSTEM Alina Dinca László Papp Adrian Ulges Csaba Domokos Cercel Constantin Team:

What is Project 9 about? Name: Door entry system – feature analysis of a face using point separation Input: images of several faces Operation: Identify key points (eyes, end of nose, mouth). Measure distances and angles between these (for different orientations). Feed the results into a statistical analysis routine. Identify for unknown image most likely match. Coding: C++, Matlab Remarks: difficulty quite hard

What we have Data base with grayscale pictures in the.pgm format

What we want to achieve Locate the key points Make a classification

algorithm for.pgm reader extract 64/64 keypoint cut-outs make an average (pattern) for each group of cut-outs Step 1 Locating key points

( ) transform the patterns.pgms with Fast Fourier Transformation transform the input image with Fast Fourier Transformation convolute the input image with each pattern to find the maximum transform them back from the Fourier space Idea1. Using FFT => didn’t work!  FFT * Response image Inverse FFT

The formula for it is: from {-1, 1}. If almost 1, then we have a match!! Get the maximum Slow algorithm  (2½ minutes) Idea 2. Similarity measure: correlation maximum Correlation image 1 1

2 nd scaling 1 st scaling 1) Scaling the input and the average twice 2) Match in small image 3) Find the match and scale back the match 4) Faster algorithm (6 seconds) 2 nd scaling 1 st scaling Idea 2. => Hierarchical Matching --- A faster aproach --- Input Average 64/64

Evaluation: 10 pictures from the data base search eyes, noses, lips visual inspection Results eye- 80% nose- 80% lip- 20% Side knowledge about keypoints?

use 20 key points from Data Base feature vectors: normalized coordinates (form a neuronal network) use the nearest neighbour Evaluation: data records training set test set - results: 98% recognition rate Step 2 Make the classification Acces denied Acces granted New image Training 1 1 ( )

THANK YOU… … for your attention