Backbone Network(Yolov3-SPP)[5] Ablation Experiments(Darknet mAP)[4]

Slides:



Advertisements
Similar presentations
Imbalanced data David Kauchak CS 451 – Fall 2013.
Advertisements

Kiyoshi Irie, Tomoaki Yoshida, and Masahiro Tomono 2011 IEEE International Conference on Robotics and Automation Shanghai International Conference Center.
Large-Scale Object Recognition with Weak Supervision
Reinforcement Learning Rafy Michaeli Assaf Naor Supervisor: Yaakov Engel Visit project’s home page at: FOR.
Visual Expertise Is a General Skill Maki Sugimoto University of California, San Diego November 20, 2000.
Maintaining and Updating Windows Server 2008
Cost-Sensitive Bayesian Network algorithm Introduction: Machine learning algorithms are becoming an increasingly important area for research and application.
ECE 539 Final Project ANN approach to help manufacturing of a better car Prabhdeep Singh Virk Fall 2010.
Transfer Learning Task. Problem Identification Dataset : A Year: 2000 Features: 48 Training Model ‘M’ Testing 98.6% Training Model ‘M’ Testing 97% Dataset.
Figure ground segregation in video via averaging and color distribution Introduction to Computational and Biological Vision 2013 Dror Zenati.
VIP: Finding Important People in Images Clint Solomon Mathialagan Andrew C. Gallagher Dhruv Batra CVPR
HAITHAM BOU AMMAR MAASTRICHT UNIVERSITY Transfer for Supervised Learning Tasks.
Group ID: 19 ZHU Wenya & LIN Dandan Predicting student performance from book-borrowing records.
Unsupervised Auxiliary Visual Words Discovery for Large-Scale Image Object Retrieval Yin-Hsi Kuo1,2, Hsuan-Tien Lin 1, Wen-Huang Cheng 2, Yi-Hsuan Yang.
Classification and Prediction: Ensemble Methods Bamshad Mobasher DePaul University Bamshad Mobasher DePaul University.
Will Britt and Bryan Silinski
Online Evolutionary Collaborative Filtering RECSYS 2010 Intelligent Database Systems Lab. School of Computer Science & Engineering Seoul National University.
Web-Mining Agents: Transfer Learning TrAdaBoost R. Möller Institute of Information Systems University of Lübeck.
Deep Learning Overview Sources: workshop-tutorial-final.pdf
Maintaining and Updating Windows Server 2008 Lesson 8.
A Study on Speaker Adaptation of Continuous Density HMM Parameters By Chin-Hui Lee, Chih-Heng Lin, and Biing-Hwang Juang Presented by: 陳亮宇 1990 ICASSP/IEEE.
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.
[2017-Free] Kill4exam C_HANAIMP_12 PDF Exam Questions For Free Download
When deep learning meets object detection: Introduction to two technologies: SSD and YOLO Wenchi Ma.
Presented by Yuting Liu
CS 4501: Introduction to Computer Vision Object Localization, Detection, Semantic Segmentation Connelly Barnes Some slides from Fei-Fei Li / Andrej Karpathy.
Distortions in imagery:
Learning to Compare Image Patches via Convolutional Neural Networks
The Relationship between Deep Learning and Brain Function
Object Detection based on Segment Masks
Computer Science and Engineering, Seoul National University
Convolutional Neural Fabrics by Shreyas Saxena, Jakob Verbeek
Erasmus University Rotterdam
Wei Wei, PhD, Zhanglong Ji, PhD, Lucila Ohno-Machado, MD, PhD
Compositional Human Pose Regression
Ajita Rattani and Reza Derakhshani,
Tingdan Luo 05/02/2016 Interactively Optimizing Information Retrieval Systems as a Dueling Bandits Problem Tingdan Luo
Approximate Models for Fast and Accurate Epipolar Geometry Estimation
Week 6 Cecilia La Place.
4.2 Analysing operational performance
Machine Learning Feature Creation and Selection
Enhanced-alignment Measure for Binary Foreground Map Evaluation
Cheng-Ming Huang, Wen-Hung Liao Department of Computer Science
BACKPROPOGATION OF NETWORKS
Walter J. Scheirer, Samuel E. Anthony, Ken Nakayama & David D. Cox
Deep Learning Hierarchical Representations for Image Steganalysis
Artificial Intelligence 13. Multi-Layer ANNs
Chap. 7 Regularization for Deep Learning (7.8~7.12 )
The European Conference on e-learing ,2017/10
Chapter 11 Practical Methodology
Outline Background Motivation Proposed Model Experimental Results
Neural Networks ICS 273A UC Irvine Instructor: Max Welling
Neural networks (1) Traditional multi-layer perceptrons
Heterogeneous convolutional neural networks for visual recognition
Facultad de Ingeniería, Centro de Cálculo
Abnormally Detection
that focus first on areas of risk.
Mean.
Reuben Feinman Research advised by Brenden Lake
Natalie Lang Tomer Malach
Using Clustering to Make Prediction Intervals For Neural Networks
Batch Normalization.
Object Detection Implementations
Report 7 Brandon Silva.
Report 2 Brandon Silva.
Self-Supervised Cross-View Action Synthesis
Introduction Few-Shot object Segmentation.
Adrian E. Gonzalez , David Parra Department of Computer Science
Do Better ImageNet Models Transfer Better?
Presentation transcript:

Backbone Network(Yolov3-SPP)[5] Ablation Experiments(Darknet mAP)[4] Object Detection Model on Thermal Images Enes Özipek Advisor:  Tambet Matiisen Motivation Experiments PyCOCO Results[6] For UGVs(Unmanned Ground Vechicles), it's vital to have capability to navigate around at any time of the day and night. Furthermore, in some cases, it's required that navigation for military UGVs should take place without being detected by enemies. Therefore, for UGVs, passive only terrain perception is a must to possess. Moreover, it's significant to have a reliable object detection model to predict the objects on thermal images captured by FLIR(Forward Looking Infrared) cameras.  First of all,  I tried training a RefineDet512 model based on the repository[2]. Obtained bad results and getting the repository up&ready for training was tedious. Second option was to try out Yolov3[3]. Following steps are recorded to obtain the best weight in the current configuration: Imbalanced dataset Only three categories(People,Bicycles and Cars) can be observable enough with annotations. -> Oversampling ! Custom Anchors Recalculating anchors based on the size distribution in the dataset helped the network have a fast convergence and better mAP score. Pretrained Convolution Weights on Imagenet It takes the network less time to converge. More better mAP score in the first calculation. Channel Number Original images are 3-channels gray-scale images and pretrained network has been trained on 3-channel images. Adam Optimizer Do not use Adam Darknet has momentum, i.e accumalation of movement. Darknet has decay, a weaker updating of the weights for typical features. Objectives My main objective in this task is to train an object detection model on FLIR dataset[1]. This model is aimed to achieve the same mAP(mean average precision) as baseline or preferably better than it.  Another goal is to get familiar with training a model based on using known repositories, that is appyling theoritical knowledge on a practical problem. Future Work Backbone Network(Yolov3-SPP)[5] Ablation Experiments(Darknet mAP)[4] For the future work, configuration of the network might be modified in a way that it can better generalize on different datasets. Please note that current weight is obtained from early stopping point.  Conclusion In this study, a thermal object detection model is trained using Yolov3-SPP as backbone. Numerical results are quite satisfying considering the baseline score. It's very likely to have better results if annotation errors are fixed. Contact References Enes Özipek University of Tartu enesozipek05@gmail.com +37258925631  https://www.flir.com/oem/adas/adas-dataset-form/   https://github.com/sfzhang15/RefineDet. https://github.com/AlexeyAB/darknet https://github.com/AlexeyAB/darknet/blob/master/src/detector.c#L649-L1088 https://arxiv.org/abs/1903.08589 http://cocodataset.org/#detection-eval