A study on detecting drones using deep convolutional neural networks

Muhammad Saqib,Nabin Sharma,Daud Khan,Michael Blumenstein,Sultan Daud Khan
DOI: https://doi.org/10.1109/avss.2017.8078541
2017-08-01
Abstract:The object detection is a challenging problem in computer vision with various potential real-world applications. The objective of this study is to evaluate the deep learning based object detection techniques for detecting drones. In this paper, we have conducted experiments with different Convolutional Neural Network (CNN) based network architectures namely Zeiler and Fergus (ZF), Visual Geometry Group (VGG16) etc. Due to sparse data availablefor training, networks are trained with pre-trained models using transfer learning. The snapshot of trained models is saved at regular interval during training. The best models having high mean Average Precision (mAP) for each network architecture are used for evaluation on the test dataset. The experimental results show that VGG16 with Faster R-CNN perform better than other architectures on the training dataset. Visual analysis of the test dataset is also presented.
What problem does this paper attempt to address?