WEEK 6: DEEP TRACKING STUDENTS: SI CHEN & MEERA HAHN MENTOR: AFSHIN DEGHAN.

Slides:



Advertisements
Similar presentations
Face Recognition: A Convolutional Neural Network Approach
Advertisements

Example: ZIP Code Recognition Classification of handwritten numerals.
Neural Networks Chapter Feed-Forward Neural Networks.
Spatial Pyramid Pooling in Deep Convolutional
Week 7: Deep Tracking Students: Si Chen & Meera Hahn Mentor: Afshin Deghan.
ADHD – Presentation Week 3 Arjun Watane Soumyabrata Dey.
Hurieh Khalajzadeh Mohammad Mansouri Mohammad Teshnehlab
UCF REU: Weeks 1 & 2. Gradient Code Gradient Direction of the Gradient: Calculating theta.
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.
Dr. Z. R. Ghassabi Spring 2015 Deep learning for Human action Recognition 1.
Human Action Recognition from RGB-D Videos Oliver MacNeely YSP 2015.
Logan Lebanoff Mentor: Haroon Idrees. Two-layer method  Trying a method that will have two layers of neural networks.
Students: Meera & Si Mentor: Afshin Dehghan WEEK 4: DEEP TRACKING.
Mentor Prof. Amitabha Mukerjee Deepak Pathak Kaustubh Tapi 10346
Introduction to Convolutional Neural Networks
Deep Learning Overview Sources: workshop-tutorial-final.pdf
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition arXiv: v4 [cs.CV(CVPR)] 23 Apr 2015 Kaiming He, Xiangyu Zhang, Shaoqing.
When deep learning meets object detection: Introduction to two technologies: SSD and YOLO Wenchi Ma.
Recent developments in object detection
Analysis of Sparse Convolutional Neural Networks
Demo.
Convolutional Neural Network
The Relationship between Deep Learning and Brain Function
CS 6501: 3D Reconstruction and Understanding Convolutional Neural Networks Connelly Barnes.
Automatic Lung Cancer Diagnosis from CT Scans (Week 2)
Saliency-guided Video Classification via Adaptively weighted learning
Week III: Deep Tracking
Depth estimation and Plane detection
Mentor: Afshin Dehghan
Object Detection with Bootstrapping
Presenter: Chu-Song Chen
Arjun Watane Soumyabrata Dey
Lecture 5 Smaller Network: CNN
R-CNN region By Ilia Iofedov 11/11/2018 BGU, DNN course 2016.
Human Activity Recognition Using Smartphone Sensor Data
Multiple Organ Detection in CT Volumes using CNN Week 4
Multiple Organ Detection in CT Volumes using CNN Week 2
Bird-species Recognition Using Convolutional Neural Network
Introduction to Neural Networks
Convolutional Neural Networks for Visual Tracking
Counting in Dense Crowds using Deep Learning
The Open World of Micro-Videos
Construct a Convolutional Neural Network with Python
Object Classification through Deconvolutional Neural Networks
Object Classification through Deconvolutional Neural Networks
Automated Video Cutting:
CSC 578 Neural Networks and Deep Learning
Age and Gender Classification using Convolutional Neural Networks
On Convolutional Neural Network
cs638/838 - Spring 2017 (Shavlik©), Week 7
Convolutional Neural Networks
Heterogeneous convolutional neural networks for visual recognition
Face Recognition: A Convolutional Neural Network Approach
Preposition error correction using Graph Convolutional Networks
CIS 519 Recitation 11/15/18.
Automatic Handwriting Generation
Deep Object Co-Segmentation
Action Recognition.
VERY DEEP CONVOLUTIONAL NETWORKS FOR LARGE-SCALE IMAGE RECOGNITION
Semantic Segmentation
Presented By: Harshul Gupta
Weekly Learning Alex Omar Ruiz Irene.
Deep screen image crop and enhance
Jiahe Li
Report 2 Brandon Silva.
Example of training and deployment of deep convolutional neural networks. Example of training and deployment of deep convolutional neural networks. During.
CSC 578 Neural Networks and Deep Learning
Week 7 Presentation Ngoc Ta Aidean Sharghi
Multi-Target Detection and Tracking of UAVs from a UAV
Learning to Cluster Faces on an Affinity Graph
Presentation transcript:

WEEK 6: DEEP TRACKING STUDENTS: SI CHEN & MEERA HAHN MENTOR: AFSHIN DEGHAN

INITIAL EXPERIMENTS ON CNN C1: feature maps S1: feature maps C2: feature maps S2: f. maps Convolutions Subsampling Convolutions Fully Connected Using the toolbox by Rasmus Berg Palm Tracking Framework in complete

CAFFE Installation Majority of the week David and Oliver helped us with the installation Overview Code with pre-initialized weights from supervised pre-training Network classifier: 1000 classes --> replaced with an SVM Last layer: 4096 nodes’ feature activation values --> SVM

F SCORE COMPARISONS Video Names Autoencoder + SVM Fully Connected Network Offline CAFFE Deep Tracker STRUCK Bike David Deer Ironman Shaking Skiing Subway Tiger Average

CAFFE Trained weights of the CNN on benchmark data set using: 256X256 images & 5 convolutional layer network 32X32 images & 3 convolution layer network 95%+ accuracy with trained classifier Expectation: larger images trained with more convolutional layers should produce better results Next step: Put trained models into tracker

NEXT STEPS Trained model into our tracker code: How well does the tracker preform in comparison to using pre-trained weights? Fully connected network Learning additional attributes of videos: Motion: provide temporal data to the network so it can learn the motion Scale change