Report 7 Brandon Silva.

Slides:



Advertisements
Similar presentations
Applications of one-class classification
Advertisements

Attribute Learning for Understanding Unstructured Social Activity
Render Cache John Tran CS851 - Interactive Ray Tracing February 5, 2003.
MASKS © 2004 Invitation to 3D vision Lecture 7 Step-by-Step Model Buidling.
1 Machine learning for note onset detection. Alexandre Lacoste & Douglas Eck.
IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 19, NO. 12, DECEMBER /10/4.
Motion Detection And Analysis Michael Knowles Tuesday 13 th January 2004.
Logistic Regression Rong Jin. Logistic Regression Model  In Gaussian generative model:  Generalize the ratio to a linear model Parameters: w and c.
Multiple Human Objects Tracking in Crowded Scenes Yao-Te Tsai, Huang-Chia Shih, and Chung-Lin Huang Dept. of EE, NTHU International Conference on Pattern.
CSE 291 Final Project: Adaptive Multi-Spectral Differencing Andrew Cosand UCSD CVRR.
Background Subtraction for Urban Traffic Monitoring using Webcams Master Graduation Project Final Presentation Supervisor: Rein van den Boomgaard Mark.
MULTIPLE MOVING OBJECTS TRACKING FOR VIDEO SURVEILLANCE SYSTEMS.
Jacinto C. Nascimento, Member, IEEE, and Jorge S. Marques
WEEK VI Malcolm Collins-Sibley Mentor: Shervin Ardeshir.
Jason Li Jeremy Fowers Ground Target Following for Unmanned Aerial Vehicles.
Graph-based consensus clustering for class discovery from gene expression data Zhiwen Yum, Hau-San Wong and Hongqiang Wang Bioinformatics, 2007.
1. Introduction Motion Segmentation The Affine Motion Model Contour Extraction & Shape Estimation Recursive Shape Estimation & Motion Estimation Occlusion.
Vision Surveillance Paul Scovanner.
Recognition using Regions (Demo) Sudheendra V. Outline Generating multiple segmentations –Normalized cuts [Ren & Malik (2003)] Uniform regions –Watershed.
15 Dec 2010 CERN Sept 2010 beam test: Sensor response study Chris Walmsley and Sam Leveridge (presented by Paul Dauncey) 1Paul Dauncey.
Automatic Minirhizotron Root Image Analysis Using Two-Dimensional Matched Filtering and Local Entropy Thresholding Presented by Guang Zeng.
Automated Target Recognition Using Mathematical Morphology Prof. Robert Haralick Ilknur Icke José Hanchi Computer Science Dept. The Graduate Center of.
Exploiting Context Analysis for Combining Multiple Entity Resolution Systems -Ramu Bandaru Zhaoqi Chen Dmitri V.kalashnikov Sharad Mehrotra.
Just Noticeable Difference Estimation For Images with Structural Uncertainty WU Jinjian Xidian University.
CVPR2013 Poster Detecting and Naming Actors in Movies using Generative Appearance Models.
Presented By Lingzhou Lu & Ziliang Jiao. Domain ● Optical Character Recogntion (OCR) ● Upper-case letters only.
CV Workshop: Multiple Target Tracking Michael Rubinstein IDC Jan
Segmentation of Vehicles in Traffic Video Tun-Yu Chiang Wilson Lau.
Visual Tracking by Cluster Analysis Arthur Pece Department of Computer Science University of Copenhagen
Learning video saliency from human gaze using candidate selection CVPR2013 Poster.
Multi-label Prediction via Sparse Infinite CCA Piyush Rai and Hal Daume III NIPS 2009 Presented by Lingbo Li ECE, Duke University July 16th, 2010 Note:
Quality Assessment Recognition Tasks (QART) – Recent Results Mikołaj Leszczuk, Lucjan Janowski, Łukasz Dudek, Sergio Garcia AGH – University of Science.
Face Detection Using Color Thresholding and Eigenimage Template Matching Diederik Marius Sumita Pennathur Klint Rose.
Cell Segmentation in Microscopy Imagery Using a Bag of Local Bayesian Classifiers Zhaozheng Yin RI/CMU, Fall 2009.
REU Week 1 Presented by Christina Peterson. Edge Detection Sobel ◦ Convolve image with derivative masks:  x:  y: ◦ Calculate gradient magnitude ◦ Apply.
Zhaoxia Fu, Yan Han Measurement Volume 45, Issue 4, May 2012, Pages 650–655 Reporter: Jing-Siang, Chen.
Detecting Occlusion from Color Information to Improve Visual Tracking
Motion tracking TEAM D, Project 11: Laura Gui - Timisoara Calin Garboni - Timisoara Peter Horvath - Szeged Peter Kovacs - Debrecen.
Over the recent years, computer vision has started to play a significant role in the Human Computer Interaction (HCI). With efficient object tracking.
Cancer Metastases Classification in Histological Whole Slide Images
When deep learning meets object detection: Introduction to two technologies: SSD and YOLO Wenchi Ma.
CS 4501: Introduction to Computer Vision Object Localization, Detection, Semantic Segmentation Connelly Barnes Some slides from Fei-Fei Li / Andrej Karpathy.
MART: Music Assisted Running Trainer
Week 3 (June 6 – June10 , 2016) Summary :
Convolutional Neural Fabrics by Shreyas Saxena, Jakob Verbeek
COMP1942 Classification: More Concept Prepared by Raymond Wong
Mentor: Afshin Dehghan
Motion Detection And Analysis
Object Detection with Bootstrapping Carlos Rubiano Mentor: Oliver Nina
Data Mining (and machine learning)
CS 698 | Current Topics in Data Science
Structure learning with deep autoencoders
R-CNN region By Ilia Iofedov 11/11/2018 BGU, DNN course 2016.
Fast and Robust Object Tracking with Adaptive Detection
A Convolutional Neural Network Cascade For Face Detection
TOP DM 10 Algorithms C4.5 C 4.5 Research Issue:
Object Classification through Deconvolutional Neural Networks
Abnormally Detection
Using Clustering to Make Prediction Intervals For Neural Networks
Multi-UAV Detection and Tracking
Multi-UAV to UAV Tracking
Moving Target Detection Using Infrared Sensors
Report 4 Brandon Silva.
Volodymyr Bobyr Supervised by Aayushjungbahadur Rana
Report 2 Brandon Silva.
Multi-Target Detection and Tracking of UAVs from a UAV
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:

Report 7 Brandon Silva

Updates Training on half of the dataset compared to the full dataset produced similar results Binary labels seem to help the network learn faster, but evens out to same fscores as the gaussian labels, given other parameters are the same. Best run: 640x640 input dimensions, 1 * 10-5 learning rate Fscore is calculated with predicated pixels counting as a true positive if within 5 pixels of the ground truth center

Best (Binary):

Binary:

Gaussian:

Predicted: Ground Truth:

Predicted: Ground Truth:

Predicted: Ground Truth:

Predicted: Ground Truth:

Conclusions Low F-Score threshold values provide the best results, as the network is learning to detect UAVs, but predictions are low values (0.1-0.2) A threshold of 0.05 obtained an F-Score of 0.6915 The best score with threshold of 0.3 was 0.6790 Background values are very close to zero, so lower threshold still has better scores With a bit more fine tuning to the hyperparameters, larger resolution size, and the model, I should be able to get similar results to original paper 0.77 F-Score for target detections only

Next Use dense optical flow frames as input to network, to help reduce noise Tracking: known methods and what novel solution I can create