paper-with-me

홈 › Papers

Aerial Images Processing for Car Detection using Convolutional Neural Networks: Comparison between Faster R-CNN and YoloV3

2019-10-16 · Adel Ammar, Anis Koubaa, Mohanned Ahmed, Abdulrahman Saad, Bilel Benjdira

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 two cutting-edge algorithms on the specific domain of aerial images. By using a variety of metrics, we show that YOLOv3 yields better performance in most configurations, except that it exhibits a lower recall and less confident detections when object sizes and scales in the testing dataset differ largely from those in the training dataset.

📄 PDF Abstract BibTeX arXiv:1910.07234

Code (1)

aniskoubaa/psu-car-dataset 공식 구현

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Average Pooling 설명 없음
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…
RoIPool 설명 없음

Similar Papers 제목 키워드 기반

Object sieving and morphological closing to reduce false detections in wide-area aerial imagery

2020-10-28 · Xin Gao, Sundaresh Ram, Jeffrey J. Rodriguez

For object detection in wide-area aerial imagery, post-processing is usually needed to reduce false detections. We propose a two-stage post-processing scheme which comprises an area-thresholding sieving process and a mor…

Objectobject-detectionObject Detection

Convolutional Neural Networks for Aerial Multi-Label Pedestrian Detection

2018-07-16 · Amir Soleimani, Nasser M. Nasrabadi

The low resolution of objects of interest in aerial images makes pedestrian detection and action detection extremely challenging tasks. Furthermore, using deep convolutional neural networks to process large images can be…

Action DetectionObjectPedestrian DetectionQuestion Answering

Car Detection using Unmanned Aerial Vehicles: Comparison between Faster R-CNN and YOLOv3

2018-12-28 · Bilel Benjdira, Taha Khursheed, Anis Koubaa, Adel Ammar 외

Unmanned Aerial Vehicles are increasingly being used in surveillance and traffic monitoring thanks to their high mobility and ability to cover areas at different altitudes and locations. One of the major challenges is to…

A Comparative Attention Framework for Better Few-Shot Object Detection on Aerial Images

2022-10-25 · Pierre Le Jeune, Anissa Mokraoui

Few-Shot Object Detection (FSOD) methods are mainly designed and evaluated on natural image datasets such as Pascal VOC and MS COCO. However, it is not clear whether the best methods for natural images are also the best …

BenchmarkingFew-Shot Object Detectionobject-detectionObject Detection

RelationRS: Relationship Representation Network for Object Detection in Aerial Images

2021-10-13 · Zhiming Liu, Xuefei Zhang, Chongyang Liu, Hao Wang 외

Object detection is a basic and important task in the field of aerial image processing and has gained much attention in computer vision. However, previous aerial image object detection approaches have insufficient use of…

Objectobject-detectionObject DetectionObject Detection In Aerial Images