TL;DR
This study compares Faster R-CNN and YOLOv3 for car detection in aerial images, revealing that YOLOv3 generally performs better but has limitations with varying object sizes and scales.
Contribution
It provides a comprehensive evaluation of two leading CNN algorithms for aerial car detection across diverse datasets and conditions.
Findings
YOLOv3 outperforms Faster R-CNN in most scenarios.
YOLOv3 has lower recall with large scale variations.
Performance depends on dataset characteristics and hyperparameters.
Abstract
In this paper, we address the problem of car detection from aerial images using Convolutional Neural Networks (CNN). This problem presents additional challenges as compared to car (or any object) detection from ground images because features of vehicles from aerial images are more difficult to discern. To investigate this issue, we assess the performance of two state-of-the-art CNN algorithms, namely Faster R-CNN, which is the most popular region-based algorithm, and YOLOv3, which is known to be the fastest detection algorithm. We analyze two datasets with different characteristics to check the impact of various factors, such as UAV's altitude, camera resolution, and object size. A total of 39 training experiments were conducted to account for the effect of different hyperparameter values. The objective of this work is to conduct the most robust and exhaustive comparison between these…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsRegion Proposal Network · Average Pooling · Logistic Regression · Global Average Pooling · 1x1 Convolution · Batch Normalization · k-Means Clustering · RoIPool · Softmax · Residual Connection
