Week8 Fatemeh Yazdiananari.  Fixed the issues with classifiers  We retrained SVMs with the new UCF101 histograms  On temporally untrimmed videos: ◦

Slides:



Advertisements
Similar presentations
Max-Margin Additive Classifiers for Detection
Advertisements

Limin Wang, Yu Qiao, and Xiaoou Tang
Week 9 Fatemeh Yazdiananari. Accomplished Tasks  Fixed the issues with classifiers  We retrained SVMs with the new UCF101 histograms  On temporally.
1 Week 6 Fatemeh Yazdiananari. 2 Feature Extraction 75 Validation Videos Were sent to the cluster for DTF feature extraction The extracted features are.
Made with OpenOffice.org 1 Sentiment Classification using Word Sub-Sequences and Dependency Sub-Trees Pacific-Asia Knowledge Discovery and Data Mining.
Watching Unlabeled Video Helps Learn New Human Actions from Very Few Labeled Snapshots Chao-Yeh Chen and Kristen Grauman University of Texas at Austin.
1 Image Recognition - I. Global appearance patterns Slides by K. Grauman, B. Leibe.
© 2013 IBM Corporation Efficient Multi-stage Image Classification for Mobile Sensing in Urban Environments Presented by Shashank Mujumdar IBM Research,
Multimodal Deep Learning
Ranga Rodrigo April 5, 2014 Most of the sides are from the Matlab tutorial. 1.
Attention Deficit Hyperactivity Disorder (ADHD) Student Classification Using Genetic Algorithm and Artificial Neural Network S. Yenaeng 1, S. Saelee 2.
Study of Word-Level Accent Classification and Gender Factors
Taylor Rassmann.  Look at a confusion matrix of the UCF50 dataset  Dollar Features  Find the two most confused classes  Train an SVM specifically.
Visual Tracking with Online Multiple Instance Learning
ADHD – Presentation Week 3 Arjun Watane Soumyabrata Dey.
Marcin Marszałek, Ivan Laptev, Cordelia Schmid Computer Vision and Pattern Recognition, CVPR Actions in Context.
Multimodal Alignment of Scholarly Documents and Their Presentations Bamdad Bahrani JCDL 2013 Submission Feb 2013.
Taylor Rassmann.  Almost done extracting six kinematic features from optical flow  Divergence  Vorticity  Symmetric Flow Fields (u and v components)
© 2008 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice George Forman Martin Scholz Shyam.
ADHD Arjun Watane Soumyabrata Dey. Work accomplished Extracted features for – Normalized brain, GM, WM, CSF Ran feature vectors through SVM Ready to fine.
Week 9 Presented by Christina Peterson. Recognition Accuracies on UCF Sports data set Method Accuracy (%)DivingGolfingKickingLiftingRidingRunningSkating.
Lecture 31: Modern recognition CS4670 / 5670: Computer Vision Noah Snavely.
Object Recognition in Images Slides originally created by Bernd Heisele.
Latent SVM 1 st Frame: manually select target Find 6 highest weighted areas in template Area of 16 blocks Train 6 SVMs on those areas Train 1 SVM on entire.
Human Action Recognition from RGB-D Videos Oliver MacNeely YSP 2015.
A Novel Local Patch Framework for Fixing Supervised Learning Models Yilei Wang 1, Bingzheng Wei 2, Jun Yan 2, Yang Hu 2, Zhi-Hong Deng 1, Zheng Chen 2.
Recognition II Ali Farhadi. We have talked about Nearest Neighbor Naïve Bayes Logistic Regression Boosting.
Taylor Rassmann.  Grouping data objects into X tree of clusters and uses distance matrices as clustering criteria  Two Hierarchical Clustering Categories:
Chao-Yeh Chen and Kristen Grauman University of Texas at Austin Efficient Activity Detection with Max- Subgraph Search.
Sentiment Analysis with Incremental Human-in-the-Loop Learning and Lexical Resource Customization Shubhanshu Mishra 1, Jana Diesner 1, Jason Byrne 2, Elizabeth.
Advisor : Prof. Sing Ling Lee Student : Chao Chih Wang Date :
Methods for classification and image representation
Multiplication Facts Table of Contents 0’s 1’s 2’s 3’s 4’s 5’s 6’s 7’s 8’s 9’s 10’s.
Week 10 Emily Hand UNR.
Taylor Rassmann.  Look at a confusion matrix of the UCF50 dataset  Dollar Features  Idea of a structured tree SVM  Different configurations have different.
Notes on HW 1 grading I gave full credit as long as you gave a description, confusion matrix, and working code Many people’s descriptions were quite short.
Preliminary Transformations Presented By: -Mona Saudagar Under Guidance of: - Prof. S. V. Jain Multi Oriented Text Recognition In Digital Images.
Spatial Localization and Detection
Week 4: 6/6 – 6/10 Jeffrey Loppert. This week.. Coded a Histogram of Oriented Gradients (HOG) Feature Extractor Extracted features from positive and negative.
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition arXiv: v4 [cs.CV(CVPR)] 23 Apr 2015 Kaiming He, Xiangyu Zhang, Shaoqing.
Slide 1 Insert your own content.. Slide 2 Insert your own content.
Week 3 Emily Hand UNR. Online Multiple Instance Learning The goal of MIL is to classify unseen bags, instances, by using the labeled bags as training.
1 Bilinear Classifiers for Visual Recognition Computational Vision Lab. University of California Irvine To be presented in NIPS 2009 Hamed Pirsiavash Deva.
University of Waikato, New Zealand
Evaluating Classifiers
Human Action Recognition Week 10
Multiplication table. x
Performance of Computer Vision
TeamMember1 TeamMember2 Machine Learning Project 2016/2017-2
Look-ahead before you leap
Week 6 Cecilia La Place.
Arjun Watane Soumyabrata Dey
R-CNN region By Ilia Iofedov 11/11/2018 BGU, DNN course 2016.
Machine Learning Week 1.
Action Recognition in Temporally Untrimmed Videos
CellNetQL Image Segmentation without Feature Definition
The Open World of Micro-Videos
Slide 1 Insert your own content.. Slide 1 Insert your own content.
On-going research on Object Detection *Some modification after seminar
Adaptive object recognition in RGBz images
Mentor: Salman Khokhar
The Assistive System Progress Report 2 Shifali Kumar Bishwo Gurung
Week 6 Fatemeh Yazdiananari.
Slide 1 Insert your own content.. Slide 1 Insert your own content.
Human Action Recognition Week 8
Exemplar-SVM for Action Recognition
Peacekeeping and Stability Operations Institute
MAS 622J Course Project Classification of Affective States - GP Semi-Supervised Learning, SVM and kNN Hyungil Ahn
Arjun Watane Soumyabrata Dey
Presenter: Donovan Orn
Presentation transcript:

Week8 Fatemeh Yazdiananari

 Fixed the issues with classifiers  We retrained SVMs with the new UCF101 histograms  On temporally untrimmed videos: ◦ Three test scenarios: A) Temporal trimming of validation videos (baseline) B) Whole-video histogram C) Sliding window: uniform windows, regardless of the content D) Sliding window: uniform windows, aligned with the content E) Max pooling on sliding windows  A - B: Quantified impact of temporal trimmed  D - C: Quantified impact of alignment of windows  E - A: Quantified impact of having multiple instances of one action Accomplished tasks:

 Fixed the issues with classifiers  We retrained SVMs with the new UCF101 histograms  On temporally untrimmed videos: ◦ Three test scenarios: A) Temporal trimming of validation videos (baseline) B) Whole-video histogram C) Sliding window: uniform windows, regardless of the content D) Sliding window: uniform windows, aligned with the content E) Max pooling on sliding windows  A - B: Quantified impact of temporal trimmed  D - C: Quantified impact of alignment of windows  E - A: Quantified impact of having multiple instances of one action Accomplished tasks: ✔ ✔ ✔ ✔

Action Recognition Overview  Extracted UCF101 DTF features  Extracted histograms of UCF101 DTF features  Trained Binary SVM using Split method ◦ split 1  Tested Binary SVM with Validation Set ◦ Whole-Video histogram  Extracted histograms of 15 validation videos ◦ Sliding Window: uniform window, regardless of content  Determined 10 second slices of the 15 validation videos  Extracted histograms for those 10 second slices 4

Results 5 TrimmedWhole-VideoSliding WindowMax Pooling Accuracy5%0% GT Predict Whole-Video

6 Max Pooling Video #GTGT ClassPredictedPredicted Class 137HandStandPushups2ApplyLipstick 246JugglingBalls95Typing 395Typing13BlowDryHair 415BodyWeightSquatsRand 575RopeClimbing34Haircut 67BaseballPitch63PlayingGuitar 767PlayingViolin72PushUps 863PlayingGuitar46JugglingBalls 972PushUps46JugglingBalls 1046JugglingBalls21CleanAndJerk 1121CleanAndJerk69PommelHorse 1248JumpRope89Swing 1389SwingRand 1437HandStandPushups33GolfSwing 1533GolfSwing15BodyWeightSquats

Results 7 TrimmedWhole-VideoSliding WindowMax Pooling Accuracy5%0% GT Predict Whole-Video

Results 8 TrimmedWhole-VideoSliding WindowMax Pooling Accuracy5%0%5%0% GT Predict Whole-Video GT Predict Sliding Window

Confusion Table 9