paper-with-me

홈 › Papers

Object Detection in Aerial Imagery

2022-11-15 · Dmitry Demidov, Rushali Grandhe, Salem AlMarri

Object detection in natural images has achieved remarkable results over the years. However, a similar progress has not yet been observed in aerial object detection due to several challenges, such as high resolution images, instances scale variation, class imbalance etc. We show the performance of two-stage, one-stage and attention based object detectors on the iSAID dataset. Furthermore, we describe some modifications and analysis performed for different models - a) In two stage detector: introduced weighted attention based FPN, class balanced sampler and density prediction head. b) In one stage detector: used weighted focal loss and introduced FPN. c) In attention based detector: compare single,multi-scale attention and demonstrate effect of different backbones. Finally, we show a comparative study highlighting the pros and cons of different models in aerial imagery setting.

📄 PDF Abstract BibTeX arXiv:2211.15479

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
FPN 설명 없음
Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…

Similar Papers 제목 키워드 기반

Fast Vehicle Detection in Aerial Imagery

2017-09-25 · Jennifer Carlet, Bernard Abayowa

In recent years, several real-time or near real-time object detectors have been developed. However these object detectors are typically designed for first-person view images where the subject is large in the image and do…

Fast Vehicle DetectionObjectvehicle detection

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

Object detection on aerial imagery using CenterNet

2019-08-22 · Dheeraj Reddy Pailla, Varghese Kollerathu, Sai Saketh Chennamsetty

Detection and classification of objects in aerial imagery have several applications like urban planning, crop surveillance, and traffic surveillance. However, due to the lower resolution of the objects and the effect of …

2D Object DetectionObjectobject-detectionObject Detection

YOLOv5-Based Object Detection for Emergency Response in Aerial Imagery

2024-12-06 · Sindhu Boddu, Arindam Mukherjee

This paper presents a robust approach for object detection in aerial imagery using the YOLOv5 model. We focus on identifying critical objects such as ambulances, car crashes, police vehicles, tow trucks, fire engines, ov…

object-detectionObject DetectionSmall Object Detection

Cross-View Open-Vocabulary Object Detection in Aerial Imagery

2025-10-04 · Jyoti Kini, Rohit Gupta, Mubarak Shah arxiv

Traditional object detection models are typically trained on a fixed set of classes, limiting their flexibility and making it costly to incorporate new categories. Open-vocabulary object detection addresses this limitati…

Text ClassificationObject Detection