1 / 9

Adam Yeh

Adam Yeh. UCF Computer Vision REU Week 8. Problems. Fixed bug in SVM code Data had to be normalized for better results Faces/non-faces improved from 75% to 95%. Finding Poles. Recap: Run all binary SVMs (6 classes -> 15 binary SVMs)

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 8

  2. Problems • Fixed bug in SVM code • Data had to be normalized for better results • Faces/non-faces improved from 75% to 95%

  3. Finding Poles • Recap: • Run all binary SVMs (6 classes -> 15 binary SVMs) • For each class, find the intersection of non-SVs from binary SVMs • Progress: • Ran on training of about 50 images/class • Found poles on all but one class • Need metric to measure “closeness” to a pole

  4. Finding Poles • Happy • Sad

  5. Finding Poles • Anger • Surprise

  6. Finding Poles • Disgust

  7. Database Expansion • Database • Shift image left, right, up, down • Rotate image by small degree • Modify intensities • Blur images • Scale images up and down • Apply Gaussian filters in different regions • For each image, generates 200 images

  8. Database Expansion • Testing: Anger vs Disgust • Radial Basis SVM: 73% vs 52% on testing • Linear Basis SVM: 54% vs 65% on testing • Problem • Previous algorithm will break down if binary classifications do not yield good results

  9. Next Week • Verify binary SVM results with larger database • Experiment with eliminating certain transformations from database • Manual one vs. all binary SVM • Switch to CoreSVM • libSVM runs ~1hr per binary SVM • Debug code • Verify SVMs are more confused

More Related