Face Recognition with Deep Learning Method

Slides:



Advertisements
Similar presentations
The loss function, the normal equation,
Advertisements

Artificial Neural Networks ECE 398BD Instructor: Shobha Vasudevan.
Deep Belief Networks for Spam Filtering
Methods in Leading Face Verification Algorithms
MACHINE LEARNING AND ARTIFICIAL NEURAL NETWORKS FOR FACE VERIFICATION
Face Recognition Using Neural Networks Presented By: Hadis Mohseni Leila Taghavi Atefeh Mirsafian.
Online Learning for Collaborative Filtering
Building high-level features using large-scale unsupervised learning Anh Nguyen, Bay-yuan Hsu CS290D – Data Mining (Spring 2014) University of California,
Deep face recognition Omkar M. Parkhi, Andrea Vedaldi, Andrew Zisserman.
CS 782 – Machine Learning Lecture 4 Linear Models for Classification  Probabilistic generative models  Probabilistic discriminative models.
 Introduction  Identity Data Set and Face Representation  Associate-Predict model  Switching Mechanism  Experimental Results.
Tips for Training Neural Network
Lecture 3b: CNN: Advanced Layers
Combining Models Foundations of Algorithms and Machine Learning (CS60020), IIT KGP, 2017: Indrajit Bhattacharya.
Deep Residual Learning for Image Recognition
A Discriminative Feature Learning Approach for Deep Face Recognition
Convolutional Neural Network
Summary of “Efficient Deep Learning for Stereo Matching”
Machine Learning & Deep Learning
Energy models and Deep Belief Networks
Data Mining, Neural Network and Genetic Programming
Computer Science and Engineering, Seoul National University
Article Review Todd Hricik.
COMP24111: Machine Learning and Optimisation
Applications of Deep Learning and how to get started with implementation of deep learning Presentation By : Manaswi Advisor : Dr.Chinmay.
Lecture 24: Convolutional neural networks
Regularizing Face Verification Nets To Discrete-Valued Pain Regression
Neural Networks CS 446 Machine Learning.
Hierarchical Deep Convolutional Neural Network
Natural Language Processing of Knee MRI Reports
Recovery from Occlusion in Deep Feature Space for Face Recognition
Training Techniques for Deep Neural Networks
CS 188: Artificial Intelligence
Efficient Deep Model for Monocular Road Segmentation
FaceNet A Unified Embedding for Face Recognition and Clustering
Neural Networks and Backpropagation
A brief introduction to neural network
State-of-the-art face recognition systems
Bird-species Recognition Using Convolutional Neural Network
Deep Face Recognition Omkar M. Parkhi Andrea Vedaldi Andrew Zisserman
Attributes and Simile Classifiers for Face Verification
NormFace:
Two-Stream Convolutional Networks for Action Recognition in Videos
CS 4501: Introduction to Computer Vision Training Neural Networks II
ECE 599/692 – Deep Learning Lecture 4 – CNN: Practical Issues
Road Traffic Sign Recognition
ECE 599/692 – Deep Learning Lecture 5 – CNN: The Representative Power
Very Deep Convolutional Networks for Large-Scale Image Recognition
network of simple neuron-like computing elements
[Figure taken from googleblog
A Proposal Defense On Deep Residual Network For Face Recognition Presented By SAGAR MISHRA MECE
Image to Image Translation using GANs
Convolutional networks
Neural Networks Geoff Hulten.
ML – Lecture 3B Deep NN.
Machine learning Empirical Performance Analysis
Classification Boundaries
The loss function, the normal equation,
Mathematical Foundations of BME Reza Shadmehr
Image Classification & Training of Neural Networks
Meta Learning (Part 2): Gradient Descent as LSTM
Introduction to Neural Networks
Natalie Lang Tomer Malach
VERY DEEP CONVOLUTIONAL NETWORKS FOR LARGE-SCALE IMAGE RECOGNITION
Exploiting Unintended Feature Leakage in Collaborative Learning
Deep screen image crop and enhance
CRCV REU 2019 Kara Schatz.
Sign Language Recognition With Unsupervised Feature Learning
An introduction to neural network and machine learning
Overall Introduction for the Lecture
Presentation transcript:

Face Recognition with Deep Learning Method Yucong Shen Face Recognition with Deep Learning Method

Labeled face in the wild (LFW) LFW dataset contains 13000 images of faces collected in the web. Which has widely application in face verification. Mostly, LFW is a benchmark to test the performance of the algorithm in face recognition. In LFW dataset, there’re 5,749 identities, 1680 of the people pictured have two or more distinct photos in the data set. In the experiment, the input will be pair of images, the classifier will justify whether the two images are from the same person.

Labeled face in the wild Sample Images from dataset In the paired images, mostly are the pictures from different views of same identity. All the images are in the wild so it’s approaching the real world application of face recognition.

键入说明。 Model: VGG-16 VGG-16: 16 weights layers, along with batch normalization, drop out. Two 3-by-3 filters has the same receptive field as one 5-by-5 filters, which makes VGG network has fewer parameters.

Training Input size: (150, 64, 64, 2). Training Accuracy Input size: (150, 64, 64, 2). The optimization method: mini-batch stochastic gradient descent. Loss function: cross-entropy loss function with softmax function. learning rate: 0.01 Probability of drop out: 0.5. Training Loss

Experiment Result (Iter: 3000, C = .1) (Depth = 6, Num_tree = 200) VGG-16 Test accuracy on LFW 55.06% 59.99% 85.59%