Drone Detection Using Visual Analysis
Drone Detection Using Visual Analysis
• Peng et al. addressed the issue of limited visual data for UAVs by creating
their own artificial images.
• They used Physically Based Rendering Toolkit (PBRT) to generate
photorealistic UAV images. The rendered images consist of different
positions, orientations, camera specifications, background, and post
processing methods.
• After creating the images, the Faster R-CNN network was fine-tuned using
the weights from ResNet-101 model for UAV detection.
• The size of the dataset created is 60480 UAV images where the average
precision achieved was 80.69%.
D. Lee, W. G. La, and H. Kim, ‘‘Drone detection and identification system using
artificial intelligence,’’ in Proc. Int. Conf. Inf. Commun. Technol. Converg.
(ICTC)
• Lee et al. proposed detecting drones from a camera mounted on a different drone.
• The system relies on Haar feature cascade classifier to detect the drone in the images
and a simple developed CNN network for identifying the drone models.
• The CNN model consists of two convolution layers and two fully connected layers with
30% dropout used in the latter.
• Adam optimizer was employed to train the network for the identification phase.
• The dataset was collected manually from Google images, where the total number of
drone image is 7000. This includes distorted drone images and 3019 non-drone
images.
• The detection accuracy attained is around 89% while the identification accuracy is
91.6%.
Some more datasets
• https://
drive.google.com/drive/folders/1JzKESVGtS9VX80XL-D3DuUm
cWE0doeJg
• https://
drive.google.com/drive/folders/1rWfiT8kXloUK5sdWYLyeGLS
Nus0f73iR
• (The latter contains both videos and photos as two separate
folders)
Thank You!