3 Dec 2014
Support Vector Machines For Face Recognition
Introduction
The application of SVMs to computer vision problem have been proposed recently . SVM is trained for face detection where the discrimination is between two classes : face and nonface , each with thousand of examples . It is difficult to discriminate or recognize different persons by there faces because of similarity of the faces . In this project , we focus on the face recognition problem , and show that the discrimination function learned by SVMs can give much higher recognition than the poular standard eigenface approach or other approach . After the features are extracted , the discrimination functions between each pair are learned by SVMs . Then the disjoint test set enters the system for recognition . We will construct a binary tree structure to recognize the testing samples . We will develop a multi-class recognition strategy for the use of conventional bipartite SVMs to solve the face recognition problem .
Objective :
• Efficiently applying SVM to the n-class problem of face recognition
• Figuring out training and/or image preprocessing strategies
• Comapring how SVMs compare to other techniques
SOFTWARE AND TOOLS / TRAINING DATA :
• Thorsten's SVM Light
• Java Netbeans
• Visual Studio
• Image datasets for training and testing
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment
Contribute to this topic