Hurieh Khalajzadeh Mohammad Mansouri Mohammad Teshnehlab

Slides:



Advertisements
Similar presentations
Face Recognition: A Convolutional Neural Network Approach
Advertisements

Convolutional Neural Networks
Object recognition and scene “understanding”
Object Recognition with Features Inspired by Visual Cortex T. Serre, L. Wolf, T. Poggio Presented by Andrew C. Gallagher Jan. 25, 2007.
Tiled Convolutional Neural Networks TICA Speedup Results on the CIFAR-10 dataset Motivation Pretraining with Topographic ICA References [1] Y. LeCun, L.
What is the Best Multi-Stage Architecture for Object Recognition? Ruiwen Wu [1] Jarrett, Kevin, et al. "What is the best multi-stage architecture for object.
Aula 5 Alguns Exemplos PMR5406 Redes Neurais e Lógica Fuzzy.
RBF Neural Networks x x1 Examples inside circles 1 and 2 are of class +, examples outside both circles are of class – What NN does.
Classifiers for Recognition Reading: Chapter 22 (skip 22.3) Slide credits for this chapter: Frank Dellaert, Forsyth & Ponce, Paul Viola, Christopher Rasmussen.
AN ANALYSIS OF SINGLE- LAYER NETWORKS IN UNSUPERVISED FEATURE LEARNING [1] Yani Chen 10/14/
Spatial Pyramid Pooling in Deep Convolutional
MACHINE LEARNING AND ARTIFICIAL NEURAL NETWORKS FOR FACE VERIFICATION
SOMTIME: AN ARTIFICIAL NEURAL NETWORK FOR TOPOLOGICAL AND TEMPORAL CORRELATION FOR SPATIOTEMPORAL PATTERN LEARNING.
Face Recognition Using Neural Networks Presented By: Hadis Mohseni Leila Taghavi Atefeh Mirsafian.
What is the Best Multi-Stage Architecture for Object Recognition Kevin Jarrett, Koray Kavukcuoglu, Marc’ Aurelio Ranzato and Yann LeCun Presented by Lingbo.
A Generic Approach for Image Classification Based on Decision Tree Ensembles and Local Sub-windows Raphaël Marée, Pierre Geurts, Justus Piater, Louis Wehenkel.
Comp 5013 Deep Learning Architectures Daniel L. Silver March,
Attention Deficit Hyperactivity Disorder (ADHD) Student Classification Using Genetic Algorithm and Artificial Neural Network S. Yenaeng 1, S. Saelee 2.
Convolutional Neural Networks for Image Processing with Applications in Mobile Robotics By, Sruthi Moola.
Kuan-Chuan Peng Tsuhan Chen
Oriented Local Binary Patterns for Offline Writer Identification
An Example of Course Project Face Identification.
Machine Learning Using Support Vector Machines (Paper Review) Presented to: Prof. Dr. Mohamed Batouche Prepared By: Asma B. Al-Saleh Amani A. Al-Ajlan.
Building high-level features using large-scale unsupervised learning Anh Nguyen, Bay-yuan Hsu CS290D – Data Mining (Spring 2014) University of California,
Deep Convolutional Nets
Analysis of Classification Algorithms In Handwritten Digit Recognition Logan Helms Jon Daniele.
Face Image-Based Gender Recognition Using Complex-Valued Neural Network Instructor :Dr. Dong-Chul Kim Indrani Gorripati.
CSC321 Lecture 5 Applying backpropagation to shape recognition Geoffrey Hinton.
CSC321: 2011 Introduction to Neural Networks and Machine Learning Lecture 6: Applying backpropagation to shape recognition Geoffrey Hinton.
Finding Clusters within a Class to Improve Classification Accuracy Literature Survey Yong Jae Lee 3/6/08.
1 Convolutional neural networks Abin - Roozgard. 2  Introduction  Drawbacks of previous neural networks  Convolutional neural networks  LeNet 5 
Lecture 4b Data augmentation for CNN training
Lecture 12. Outline of Rule-Based Classification 1. Overview of ANN 2. Basic Feedforward ANN 3. Linear Perceptron Algorithm 4. Nonlinear and Multilayer.
Parsing Natural Scenes and Natural Language with Recursive Neural Networks INTERNATIONAL CONFERENCE ON MACHINE LEARNING (ICML 2011) RICHARD SOCHER CLIFF.
Xintao Wu University of Arkansas Introduction to Deep Learning 1.
Face Recognition based on 2D-PCA and CNN
Deep Learning and Its Application to Signal and Image Processing and Analysis Class III - Fall 2016 Tammy Riklin Raviv, Electrical and Computer Engineering.
Learning to Compare Image Patches via Convolutional Neural Networks
Convolutional Neural Network
Data Mining, Neural Network and Genetic Programming
Data Mining, Neural Network and Genetic Programming
Deep Learning Insights and Open-ended Questions
Learning Mid-Level Features For Recognition
Article Review Todd Hricik.
Part-Based Room Categorization for Household Service Robots
Hybrid Features based Gender Classification
Intelligent Information System Lab
Recovery from Occlusion in Deep Feature Space for Face Recognition
A VERY Brief Introduction to Convolutional Neural Network using TensorFlow 李 弘
Understanding the Difficulty of Training Deep Feedforward Neural Networks Qiyue Wang Oct 27, 2017.
Handwritten Digits Recognition
Image Inpainting Using Pre-Trained Classification CNN
Outline Y. LeCun, L. Bottou, Y. Bengio, and P. Haffner, “Gradient-based learning applied to document recognition,” Proceedings of the IEEE, vol. 86, no.
A Comparative Study of Convolutional Neural Network Models with Rosenblatt’s Brain Model Abu Kamruzzaman, Atik Khatri , Milind Ikke, Damiano Mastrandrea,
Wei Liu, Chaofeng Chen and Kwan-Yee K. Wong
Dog/Cat Classifier Christina Stiff.
March 2017 Project: IEEE P Working Group for Wireless Personal Area Networks (WPANs) Submission Title: Deep Leaning Method for OWC Date Submitted:
network of simple neuron-like computing elements
Convolutional neural networks Abin - Roozgard.
Creating Data Representations
On Convolutional Neural Network
Slides adapted from Geoffrey Hinton, Yann Le Cun, Yoshua Bengio
Outline Background Motivation Proposed Model Experimental Results
Heterogeneous convolutional neural networks for visual recognition
Face Recognition: A Convolutional Neural Network Approach
Deep Learning Authors: Yann LeCun, Yoshua Bengio, Geoffrey Hinton
Image Processing and Multi-domain Translation
Face Recognition Using Artificial Neural Network Group-based Adaptive Tolerance Trees By Ming Zhang , John Fulcher.
Do Better ImageNet Models Transfer Better?
Presentation transcript:

Hurieh Khalajzadeh Mohammad Mansouri Mohammad Teshnehlab Face Recognition using Convolutional Neural Network and Simple Logistic Classifier Hurieh Khalajzadeh Mohammad Mansouri Mohammad Teshnehlab

Table of Contents Convolutional Neural Networks Proposed CNN structure for face recognition Logistic Classifier Result of CNN with winner takes all mechanism Comparison of using different algorithms for classifying Results of proposed method Conclusion

Convolutional Neural Networks Introduced by Yann LeCun and Yoshua Bengio in 1995 Feed-forward networks with the ability of extracting topological properties from the input image Invariance to distortions and simple geometric transformations like translation, scaling, rotation and squeezing Alternate between convolution layers and subsampling layers

LeNet5 Architecture

CNN structure used for feature extraction

Interconnection of first subsampling layer with the second convolutional layer

Learning Rate

Yale face database 64×64 [-1, 1]

logistic function

Recognition accuracy, training time and number of parameters

Comparison of different algorithms

X. Shu et al. / Pattern Recognition 45 (2012) 1892-1898

Classification accuracy

Classification time

Conclusion Convolutional neural networks and simple logistic regression method are investigated with results on Yale face dataset Method benefit from all CNN advantages such as feature extracting and robustness to distortions Simple logistic regression which is a discriminative classifier is more efficient when the normality assumptions are satisfied. Results show the highest classification accuracy and lowest classification time in compare with other machine learning algorithms