Report 2 Brandon Silva.

Slides:



Advertisements
Similar presentations
Motion based Correspondence for Distributed 3D tracking of multiple dim objects Ashok Veeraraghavan.
Advertisements

CSSE463: Image Recognition Day 30 Due Friday – Project plan Due Friday – Project plan Evidence that you’ve tried something and what specifically you hope.
Robust Real-Time Object Detection Paul Viola & Michael Jones.
Spatial Pyramid Pooling in Deep Convolutional
Viewpoint Tracking for 3D Display Systems A look at the system proposed by Yusuf Bediz, Gözde Bozdağı Akar.
Object detection, tracking and event recognition: the ETISEO experience Andrea Cavallaro Multimedia and Vision Lab Queen Mary, University of London
CSSE463: Image Recognition Day 30 This week This week Today: motion vectors and tracking Today: motion vectors and tracking Friday: Project workday. First.
3D SLAM for Omni-directional Camera
UCF REU: Weeks 1 & 2. Gradient Code Gradient Direction of the Gradient: Calculating theta.
Human Action Recognition from RGB-D Videos Oliver MacNeely YSP 2015.
BAGGING ALGORITHM, ONLINE BOOSTING AND VISION Se – Hoon Park.
Stable Multi-Target Tracking in Real-Time Surveillance Video
Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu.
Final Year Project. Project Title Kalman Tracking For Image Processing Applications.
IEEE International Conference on Multimedia and Expo.
Week 4 Emily Hand UNR. Basic Tracking Framework Template Tracking – Manually Select Template – Correlation tracking Densely scan frame and compute histograms.
Target Tracking In a Scene By Saurabh Mahajan Supervisor Dr. R. Srivastava B.E. Project.
Real-time foreground object tracking with moving camera P Martin Chang.
Zhaoxia Fu, Yan Han Measurement Volume 45, Issue 4, May 2012, Pages 650–655 Reporter: Jing-Siang, Chen.
Date of download: 7/8/2016 Copyright © 2016 SPIE. All rights reserved. A scalable platform for learning and evaluating a real-time vehicle detection system.
Crowd Detection and Analysis By David Zeng CE at CCNY Mentor: Professor Hao Tang Graduate Student Mentor: Greg Olmschenk.
Detecting Moving Objects, Ghosts, and Shadows in Video Streams
When deep learning meets object detection: Introduction to two technologies: SSD and YOLO Wenchi Ma.
Visual Attributes in Video
Object Detection based on Segment Masks
Object detection with deformable part-based models
Krishna Kumar Singh, Yong Jae Lee University of California, Davis
Saliency-guided Video Classification via Adaptively weighted learning
Tracking Objects with Dynamics
Eye Detection and Gaze Estimation
Compositional Human Pose Regression
CSE 577 Image and Video Analysis
Week 6 Cecilia La Place.
R-CNN region By Ilia Iofedov 11/11/2018 BGU, DNN course 2016.
Fast and Robust Object Tracking with Adaptive Detection
A New Approach to Track Multiple Vehicles With the Combination of Robust Detection and Two Classifiers Weidong Min , Mengdan Fan, Xiaoguang Guo, and Qing.
A Convolutional Neural Network Cascade For Face Detection
COMPUTER VISION Tam Lam
הפקולטה להנדסת חשמל - המעבדה לבקרה ורובוטיקה גילוי תנועה ועקיבה אחר מספר מטרות מתמרנות הטכניון - מכון טכנולוגי לישראל TECHNION.
Identifying Human-Object Interaction in Range and Video Data
Optical Flow For Vision-Aided Navigation
What I learned in the first 2 weeks
Mentor: Salman Khokhar
Pose Estimation for non-cooperative Spacecraft Rendevous using CNN
Object Detection Creation from Scratch Samsung R&D Institute Ukraine
CSSE463: Image Recognition Day 30
SIMPLE ONLINE AND REALTIME TRACKING WITH A DEEP ASSOCIATION METRIC
CSSE463: Image Recognition Day 30
Introduction to Object Tracking
Related Work in Camera Network Tracking
Open Topics.
CSSE463: Image Recognition Day 30
Automatic Handwriting Generation
Spatially Supervised Recurrent Neural Networks for Visual Object Tracking Authors: Guanghan Ning, Zhi Zhang, Chen Huang, Xiaobo Ren, Haohong Wang, Canhui.
-Intelligence Transport System PHHung Media IC & System Lab
Semantic Segmentation
Object Detection Implementations
Tracking Many slides adapted from Kristen Grauman, Deva Ramanan.
Multi-UAV Detection and Tracking
CRCV REU UCF Summer 2019 Arisa Kitagishi.
Multi-UAV to UAV Tracking
Moving Target Detection Using Infrared Sensors
Nome Sobrenome. Time time time time time time..
Report 7 Brandon Silva.
Report 4 Brandon Silva.
Week 3 Volodymyr Bobyr.
Multi-Target Detection and Tracking of UAVs from a UAV
Report 7 Brandon Silva.
Point Set Representation for Object Detection and Beyond
Shengcong Chen, Changxing Ding, Minfeng Liu 2018
Presentation transcript:

Report 2 Brandon Silva

Relevant Papers Multi-Target Detection and Tracking from a Single Camera in Unmanned Aerial Vehicles (UAVs) Deep Learning for Moving Object Detection and Tracking from a Single Camera in Unmanned Aerial Vehicles (UAVs) ClusterNet: Detecting Small Objects in Large Scenesby Exploiting Spatio-Temporal Information

Multi-Target Detection and Tracking from a Single Camera in Unmanned Aerial Vehicles Uses classic computer vision techniques Steps: Estimate Background Motion using Shi-Tomasi corner detector Detect Moving Objects by applying Lucas-Kanade method Classify targets and track using Kalman filter F Score Background Subtraction 0.552 Target Classification Only 0.777 Target Classification / Tracking 0.866

Deep Learning for Moving Object Detection and Tracking from a Single Camera in UAVs Uses same methods as in last paper for detection and tracking Adds a simple CNN network that takes patches of detected motion, and classifies it as moving object or false alarm This reduces false alarms and increases accuracy Detection Accuracy: Only Motion Difference Deep Learning with Appearance Precision 0.630 ± 0.11 0.819 ± 0.09 Recall 0.766 ± 0.15 0.798 ± 0.10 F-Score 0.684 ± 0.10 0.806 ± 0.08

ClusterNet Use ClusterNet network to find regions of motion, and FoveaNet network to generate heatmaps for detected motion in wide area images Uses 2D convolutional layers to preserve temporal relationship between the frames The 2 frames before and after the central frame give enough information to classify motion accurately This can can be applied to the Multi-UAV dataset, as UAVs are very small, where they cannot be seen by humans

Video Stabilization Tried a few different methods for filling in area cropped out from stabilization Uses SURF feature detector 30 Frame smoothing window is used for calculation camera motion

Challenges Stabilized frames with annotations are slightly out of sync with ground truths for the videos Needs to be fixed Calculating correct bounding boxes may also be why they are off

ClusterNet on WPAFAB Results

Next Week Fix stabilization with the annotations Generate heatmaps from bounding boxes Try to apply Foveanet network to dataset using heatmaps for labels Look at SSD/RCNN/YOLO for bounding box approach Use classic computer vision algorithms to detect motion, and pass that data alongside frames into the network to help increase accuracy