paper-with-me

홈 › Papers

Object Detection in Thermal Images Using Deep Learning for Unmanned Aerial Vehicles

2024-02-13 · Minh Dang Tu, Kieu Trang Le, Manh Duong Phung

This work presents a neural network model capable of recognizing small and tiny objects in thermal images collected by unmanned aerial vehicles. Our model consists of three parts, the backbone, the neck, and the prediction head. The backbone is developed based on the structure of YOLOv5 combined with the use of a transformer encoder at the end. The neck includes a BI-FPN block combined with the use of a sliding window and a transformer to increase the information fed into the prediction head. The prediction head carries out the detection by evaluating feature maps with the Sigmoid function. The use of transformers with attention and sliding windows increases recognition accuracy while keeping the model at a reasonable number of parameters and computation requirements for embedded systems. Experiments conducted on public dataset VEDAI and our collected datasets show that our model has a higher accuracy than state-of-the-art methods such as ResNet, Faster RCNN, ComNet, ViT, YOLOv5, SMPNet, and DPNetV3. Experiments on the embedded computer Jetson AGX show that our model achieves a real-time computation speed with a stability rate of over 90%.

📄 PDF Abstract BibTeX arXiv:2402.08251

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject DetectionPrediction

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Kaiming Initialization 설명 없음
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…
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…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

HIT-UAV: A high-altitude infrared thermal dataset for Unmanned Aerial Vehicle-based object detection

2022-04-07 · Jiashun Suo, Tianyi Wang, Xingzhou Zhang, Haiyang Chen 외

We present the HIT-UAV dataset, a high-altitude infrared thermal dataset for object detection applications on Unmanned Aerial Vehicles (UAVs). The dataset comprises 2,898 infrared thermal images extracted from 43,470 fra…

Objectobject-detectionObject Detection

Unlocking Thermal Aerial Imaging: Synthetic Enhancement of UAV Datasets

2025-07-09 · Antonella Barisic Kulas, Andreja Jurasovic, Stjepan Bogdan arxiv

Thermal imaging from unmanned aerial vehicles (UAVs) holds significant potential for applications in search and rescue, wildlife monitoring, and emergency response, especially under low-light or obscured conditions. Howe…

Object Detection

Real-Time Multi-Modal Semantic Fusion on Unmanned Aerial Vehicles

2021-08-14 · Simon Bultmann, Jan Quenzel, Sven Behnke

Unmanned aerial vehicles (UAVs) equipped with multiple complementary sensors have tremendous potential for fast autonomous or remote-controlled semantic scene analysis, e.g., for disaster examination. In this work, we pr…

Image Segmentationobject-detectionObject DetectionSegmentation+1

Thermal and RGB Images Work Better Together in Wind Turbine Damage Detection

2024-12-05 · Serhii Svystun, Oleksandr Melnychenko, Pavlo Radiuk, Oleg Savenko 외

The inspection of wind turbine blades (WTBs) is crucial for ensuring their structural integrity and operational efficiency. Traditional inspection methods can be dangerous and inefficient, prompting the use of unmanned a…

Defect Detectionobject-detectionObject Detection

Real-Time Multi-Modal Semantic Fusion on Unmanned Aerial Vehicles with Label Propagation for Cross-Domain Adaptation

2022-10-18 · Simon Bultmann, Jan Quenzel, Sven Behnke

Unmanned aerial vehicles (UAVs) equipped with multiple complementary sensors have tremendous potential for fast autonomous or remote-controlled semantic scene analysis, e.g., for disaster examination. Here, we propose a …

Domain AdaptationImage Segmentationobject-detectionObject Detection+2