1 / 10

Adam Yeh

Adam Yeh. UCF Computer Vision REU Week 7. Previous. Finished expression vs. expression classification Attempted one vs. all classification (using libsvm implementation) Failed to classify anything Started work on new algorithm. Binary SVM results. Algorithm:

fraley
Download Presentation

Adam Yeh

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Adam Yeh UCF Computer Vision REU Week 7

  2. Previous • Finished expression vs. expression classification • Attempted one vs. all classification (using libsvm implementation) • Failed to classify anything • Started work on new algorithm

  3. Binary SVM results

  4. Algorithm: • Run SVM for every pair of classes • Record all the non-support vectors from each binary SVM training • For each class, find the intersection of NSVs from all the binary training • For each test image, which group of NSVs it is “closest” to; the image is then classified into that group • Use centroid of each NSV group to represent group • Calculate Euclidian distance

  5. Progress • Code so far: • Trains all binary SVMs automatically • Isolates each set of NSVs from the binary SVMs • Finds intersection of the NSVs • Next: • Method to determine which class a test image is closest to • Centroid/euclidian distance • Mahalanobis distance

  6. Next week • Finish coding new algorithm • Start testing on facial expressions

More Related