Multi-Target Detection and Tracking of UAVs from a UAV

Slides:



Advertisements
Similar presentations
DDDAS: Stochastic Multicue Tracking of Objects with Many Degrees of Freedom PIs: D. Metaxas, A. Elgammal and V. Pavlovic Dept of CS, Rutgers University.
Advertisements

Motion Tracking. Image Processing and Computer Vision: 82 Introduction Finding how objects have moved in an image sequence Movement in space Movement.
CSE 291 Final Project: Adaptive Multi-Spectral Differencing Andrew Cosand UCSD CVRR.
Jacinto C. Nascimento, Member, IEEE, and Jorge S. Marques
Tracking Pedestrians Using Local Spatio- Temporal Motion Patterns in Extremely Crowded Scenes Louis Kratz and Ko Nishino IEEE TRANSACTIONS ON PATTERN ANALYSIS.
Flow Based Action Recognition Papers to discuss: The Representation and Recognition of Action Using Temporal Templates (Bobbick & Davis 2001) Recognizing.
Vision Surveillance Paul Scovanner.
UCF REU: Weeks 1 & 2. Gradient Code Gradient Direction of the Gradient: Calculating theta.
Recognizing Action at a Distance Alexei A. Efros, Alexander C. Berg, Greg Mori, Jitendra Malik Computer Science Division, UC Berkeley Presented by Pundik.
Image Processing Basics. What are images? An image is a 2-d rectilinear array of pixels.
MULTIMEDIA INPUT / OUTPUT TECHNOLOGIES
Suspicious Behavior in Outdoor Video Analysis - Challenges & Complexities Air Force Institute of Technology/ROME Air Force Research Lab Unclassified IED.
Motion tracking TEAM D, Project 11: Laura Gui - Timisoara Calin Garboni - Timisoara Peter Horvath - Szeged Peter Kovacs - Debrecen.
Instantaneous Geo-location of Multiple Targets from Monocular Airborne Video.
Yann LeCun Other Methods and Applications of Deep Learning Yann Le Cun The Courant Institute of Mathematical Sciences New York University
Unsupervised Learning of Video Representations using LSTMs
CS 4501: Introduction to Computer Vision Object Localization, Detection, Semantic Segmentation Connelly Barnes Some slides from Fei-Fei Li / Andrej Karpathy.
Demo.
Object Detection based on Segment Masks
Deep Predictive Model for Autonomous Driving
Krishna Kumar Singh, Yong Jae Lee University of California, Davis
A Forest of Sensors: Using adaptive tracking to classify and monitor activities in a site Eric Grimson AI Lab, Massachusetts Institute of Technology
COMP 9517 Computer Vision Motion 7/21/2018 COMP 9517 S2, 2012.
Rotational Rectification Network for Robust Pedestrian Detection
Huazhong University of Science and Technology
DroNet: Learning to fly by driving
Outline Announcement Local operations (continued) Linear filters
R-CNN region By Ilia Iofedov 11/11/2018 BGU, DNN course 2016.
Deep Learning and Newtonian Physics
Textual Video Prediction
A Convolutional Neural Network Cascade For Face Detection
Tremor Detection Using Motion Filtering and SVM Bilge Soran, Jenq-Neng Hwang, Linda Shapiro, ICPR, /16/2018.
Bird-species Recognition Using Convolutional Neural Network
Figure 4. Testing minimal configurations with existing models for spatiotemporal recognition. (A-B) A binary classifier is trained to separate a positive.
Two-Stream Convolutional Networks for Action Recognition in Videos
Effective and Efficient Detection of Moving Targets From a UAV’s Camera
The Open World of Micro-Videos
Introduction of MATRIX CAPSULES WITH EM ROUTING
Animations in ArcGIS Wei-Ming Lin.
Object Classification through Deconvolutional Neural Networks
Smart Robots, Drones, IoT
Patent Liability Team KANG Group 1.
(Hopefully) Real-time Multi Object Tracking
Single Image Rolling Shutter Distortion Correction
Papers 15/08.
Object Classification through Deconvolutional Neural Networks
Recurrent Encoder-Decoder Networks for Time-Varying Dense Predictions
CSSE463: Image Recognition Day 29
Introduction to Object Tracking
Airport Parking Space Navigation
Spatially Supervised Recurrent Neural Networks for Visual Object Tracking Authors: Guanghan Ning, Zhi Zhang, Chen Huang, Xiaobo Ren, Haohong Wang, Canhui.
Human-object interaction
Mentor: Salman Khokhar
Weekly Learning Alex Omar Ruiz Irene.
Multi-UAV Detection and Tracking
UCF-REU in Computer Vision
Multi-UAV to UAV Tracking
Weak-supervision based Multi-Object Tracking
Report 7 Brandon Silva.
Report 4 Brandon Silva.
Week 3 Volodymyr Bobyr.
SFNet: Learning Object-aware Semantic Correspondence
Report 2 Brandon Silva.
Actor-Object Relation in Videos
Week 7 Presentation Ngoc Ta Aidean Sharghi
Learning to Detect Human-Object Interactions with Knowledge
Volodymyr Bobyr Supervised by Aayushjungbahadur Rana
Report 7 Brandon Silva.
Week 6: Moving Target Detection Using Infrared Sensors
Week 5 Cecilia La Place.
Presentation transcript:

Multi-Target Detection and Tracking of UAVs from a UAV Brandon Silva

Project Overview: Multi-UAV Detection and Tracking Detection multiple UAVs from another UAV camera flying around Up to 8 UAVs at one time Bounding Box annotations Applications: Collision Avoidance Drone Racing Detecting small animals’ movement Previous works: Optical flow to track the UAVs only Optical flow with a simple CNN to classify UAVs found using optical flow as false positives or not

Tasks Stabilize Videos, as the videos are quite shaky from movements of the UAV Transform annotations to stabilized videos Generate heatmaps from video (Binary and Gaussian) Build and test different models/methods to detect UAVs Create a method for tracking UAVs, keeping track of which UAV is which from frame to frame

Current Model Fully 2D CNN (preserves temporal relationship between frames compared to a 3D CNN) Pass through 5 consecutive frames, output predictions for UAVs for the middle frame Last layer is a 2D Convolutional layer that outputs a heatmap, where pixel values close to 1 represent detected motion Currently working to replicate results of a similar dataset and apply that to this dataset Some issues with the model need to be worked out to get results: Loss drops to 0 and outputs are all zeros