
images captured during emergencies, enabling rapid
assessment and resource allocation in complex envi-
ronments.
The primary objectives of our study are:
• To create a diverse dataset that captures com-
mon disaster scenarios, including flood zones and
post-earthquake environments, with an emphasis
on detecting humans, vehicles, and hazardous ob-
jects.
• Develop a YOLO 11-based object detection
framework specifically optimized for drone im-
agery in disaster scenarios, building on this
dataset.
• Evaluate the framework comprehensively based
on critical metrics such as detection accuracy, in-
ference speed, and real-time processing capabili-
ties to ensure its reliability.
The paper contains the sections as follows:
Section II reviews literature survey, highlighting re-
cent advancements in disaster response and object de-
tection models. Section III of the paper provides a
background study, offering an overview of key con-
cepts used in UAV-based disaster management. Sec-
tion IV outlines the proposed methodology, detail-
ing data collection, model training, and deployment
strategies. Section V represents the results and dis-
cussions, analyzing the performance of the system in
various disaster scenarios. Finally, Section VI con-
cludes with a summary of findings and explores po-
tential directions for future research and implementa-
tion.
2 LITERATURE SURVEY
The integration of AI and drones for disaster man-
agement, particularly in search-rescue operations, has
garnered attention in recent years. Drones equipped
with AI algorithms are used for multiple tasks that in-
clude damage assessment, victim localization, and re-
source allocation. AI enables drones to autonomously
detect critical objects, such as humans, vehicles, and
infrastructure damage, which is crucial in situations
where human intervention is limited or unsafe (Pa-
pyan et al., 2024). Object detection models, particu-
larly those using deep learning techniques,(Deng and
Yu, 2014; Alom et al., 2018) have shown promise
in improving the efficiency of disaster response by
enabling real-time identification and classification
of objects in complex environments (Nehete et al.,
2024).
Existing AI-based solutions for disaster manage-
ment often rely on signal-based detection, such as
mobile phone triangulation, which can be unreliable
in areas where infrastructure is damaged or where sur-
vivors do not have access to mobile phones (Pan et al.,
2023). This has led to an increasing interest in in-
tegrating visual-based detection systems, which can
operate independently of infrastructure, providing a
more robust and versatile approach to search and res-
cue missions (Lygouras et al., 2019).
While significant progress has been made in de-
veloping AI-driven drone systems for disaster man-
agement, several gaps remain in the current research.
Many models still struggle with accurate detection in
obstructed environments and often lack the real-time
processing capabilities required for effective deploy-
ment in time-critical scenarios.
Our work involves building a YOLO 11-based ob-
ject detection model on a custom dataset, which di-
rectly addresses the limitations found in existing sys-
tems. YOLO 11 is known for its fast inference time
and high accuracy in detecting objects, even in clut-
tered and partially obstructed environments. By train-
ing the model on a custom dataset that simulates dis-
aster scenarios, we can improve detection accuracy
in environments typical of natural disasters. Addi-
tionally, YOLO 11’s ability to process images in real-
time ensures that the system can be deployed in search
and rescue missions, where every second counts. In
summary, our work builds on existing research by
overcoming key limitations such as detection accu-
racy in complex environments and the need for real-
time, visual-based object detection. By addressing
these gaps, the YOLO 11-based model has the po-
tential to significantly enhance the effectiveness of
drone-assisted disaster response systems, ultimately
improving the efficiency of search and rescue opera-
tions in natural disasters.
3 BACKGROUND STUDY
3.1 Unmanned Aerial Vehicles
UAV’s(Kumar et al., 2023), usually known as drones,
have proven to be invaluable tools for disaster man-
agement(Xie and Zhao, 2023), providing aerial per-
spectives that allow responders to assess and moni-
tor large areas quickly and efficiently(Madnur et al.,
2024). Drones can reach places that are inaccessi-
ble due to hazardous conditions(Wang and Lee, 2024;
Rahman et al., 2024a), making them essential for
locating survivors after natural disasters. These AI
systems often rely on models such as CNNs(O’Shea
and Nash, 2015) and more specialized architecture
like YOLO, which can detect objects in real time.
INCOFT 2025 - International Conference on Futuristic Technology
740