YOLOv5-Based Object Detection for Emergency Response in Aerial Imagery
Sindhu Boddu, Arindam Mukherjee
TL;DR
The paper tackles emergency-response object detection in aerial imagery by adapting YOLOv5 to detect critical objects such as ambulances, police vehicles, and fire engines from drone data. It presents a custom dataset with careful annotation, tailored architectural tweaks (anchor adjustments and higher input resolution), and a comprehensive evaluation showing strong real-time performance yet class-specific limitations for small or rare objects. The study demonstrates that YOLOv5 offers an attractive balance of speed and accuracy for real-time emergency response, with detailed insights into data needs, model improvements, and practical deployment considerations. These findings support deploying aerial-object detectors on edge devices for disaster management, traffic control, and urban planning, while outlining avenues for temporal analysis and architectural enhancements to further boost performance.
Abstract
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, overturned cars, and vehicles on fire. By leveraging a custom dataset, we outline the complete pipeline from data collection and annotation to model training and evaluation. Our results demonstrate that YOLOv5 effectively balances speed and accuracy, making it suitable for real-time emergency response applications. This work addresses key challenges in aerial imagery, including small object detection and complex backgrounds, and provides insights for future research in automated emergency response systems.
