Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Item TypeItem Type
-
SubjectSubject
-
YearFrom:-To:
-
More FiltersMore FiltersSourceLanguage
Done
Filters
Reset
2,054
result(s) for
"autonomous drones"
Sort by:
A Literature Review of Drone-Based Package Delivery Logistics Systems and Their Implementation Feasibility
2022
In recent years, e-commerce businesses have seen an increase in the daily volume of packages to be delivered, as well as an increase in the number of particularly demanding customer expectations. In this respect, the delivery mechanism became prohibitively expensive, particularly for the final kilometer. To stay competitive and meet the increased demand, businesses began to look for innovative autonomous delivery options for the last mile, such as autonomous unmanned aerial vehicles/drones, which are a promising alternative for the logistics industry. Following the success of drones in surveillance and remote sensing, drone delivery systems have begun to emerge as a new solution to reduce delivery costs and delivery time. In the coming years, autonomous drone sharing systems will be an unavoidable logistical solution, especially with the new laws/recommendations introduced by the Flight World Organization on how to organize the operations of these special unmanned airline systems. This paper provides a comprehensive literature survey on a set of relevant research issues and highlights the representative solutions and concepts that have been proposed thus far in the design and modeling of the logistics of drone delivery systems, with the purpose of discussing the respective performance levels reached by the various suggested approaches. Furthermore, the paper also investigates the central problems to be addressed and briefly discusses and outlines a series of interesting new research avenues of relevance for drone-based package delivery systems.
Journal Article
Fastener and rail surface defects detection with deep learning techniques
2024
The railways, which are frequently used by countries for both passenger and freight transportation, should be checked periodically. Controls made with classical methods are slow and there are often overlooked faults. This work suggests a novel deep learning-based technique for identifying fastener and railway track surface defects. Within the scope of the proposed method, firstly, The railroad track was observed using an autonomous drone. Shaky images in the recorded video were removed with a video stabilization algorithm. Frames were created and labeled from the video and rail and fastener regions were detected using the Faster R-CNN deep neural network. Fault detection was performed through ResNet101v2-based classification using different datasets for identifying surface detects in rails and different datasets for detection of fasteners. The proposed method was experimentally shown to have a 98% accuracy rate for detecting rail surface flaws and a 95% accuracy rate for detecting fastener flaws. An user interface was developed to display the identified faulty images on computers, tablets and mobile phones via a mobile application. The system, which was previously proposed in a different study, was retrained by going through the video stabilization step, thus improving the fault detection rate, and the method was also included in the user interface module. This study contributes to the processing of ever-increasing video data with deep learning-based methods. It is also anticipated that it will benefit researchers working in the field of railway non-contact fault detection.
Journal Article
Path Planning for Autonomous Drones: Challenges and Future Directions
2023
Unmanned aerial vehicles (UAV), or drones, have gained a lot of popularity over the last decade. The use of autonomous drones appears to be a viable and low-cost solution to problems in many applications. Path planning capabilities are essential for autonomous control systems. An autonomous drone must be able to rapidly compute feasible and energy-efficient paths to avoid collisions. In this study, we review two key aspects of path planning: environmental representation and path generation techniques. Common path planning techniques are analyzed, and their key limitations are highlighted. Finally, we review thirty-five highly cited publications to identify current trends in drone path planning research. We then use these results to identify factors that need to be addressed in future studies in order to develop a practical path planner for autonomous drones.
Journal Article
Challenges and implemented technologies used in autonomous drone racing
by
Moon, Hyungpil
,
Martinez-Carranza, Jose
,
Jung, Sunggoo
in
Artificial Intelligence
,
Autonomous navigation
,
Cameras
2019
Autonomous drone racing (ADR) is a challenge for autonomous drones to navigate a cluttered indoor environment without relying on any external sensing in which all the sensing and computing must be done with onboard resources. Although no team could complete the whole racing track so far, most successful teams implemented waypoint tracking methods and robust visual recognition of the gates of distinct colors because the complete environmental information was given to participants before the events. In this paper, we introduce the purpose of ADR as a benchmark testing ground for autonomous drone technologies and analyze challenges and technologies used in the two previous ADRs held in IROS 2016 and IROS 2017. Five teams which participated in these events present their implemented technologies that cover modified ORB-SLAM, robust alignment method for waypoints deployment, sensor fusion for motion estimation, deep learning for gate detection and motion control, and stereo-vision for gate detection.
Journal Article
A Performance Analysis of You Only Look Once Models for Deployment on Constrained Computational Edge Devices in Drone Applications
by
Dobrzycki, Andrzej D.
,
Rey, Lucas
,
Bergesio, Luca
in
Accuracy
,
Adaptability
,
Aircraft performance
2025
Advancements in embedded systems and Artificial Intelligence (AI) have enhanced the capabilities of Unmanned Aircraft Vehicles (UAVs) in computer vision. However, the integration of AI techniques o-nboard drones is constrained by their processing capabilities. In this sense, this study evaluates the deployment of object detection models (YOLOv8n and YOLOv8s) on both resource-constrained edge devices and cloud environments. The objective is to carry out a comparative performance analysis using a representative real-time UAV image processing pipeline. Specifically, the NVIDIA Jetson Orin Nano, Orin NX, and Raspberry Pi 5 (RPI5) devices have been tested to measure their detection accuracy, inference speed, and energy consumption, and the effects of post-training quantization (PTQ). The results show that YOLOv8n surpasses YOLOv8s in its inference speed, achieving 52 FPS on the Jetson Orin NX and 65 fps with INT8 quantization. Conversely, the RPI5 failed to satisfy the real-time processing needs in spite of its suitability for low-energy consumption applications. An analysis of both the cloud-based and edge-based end-to-end processing times showed that increased communication latencies hindered real-time applications, revealing trade-offs between edge (low latency) and cloud processing (quick processing). Overall, these findings contribute to providing recommendations and optimization strategies for the deployment of AI models on UAVs.
Journal Article
Autonomous Flight Trajectory Control System for Drones in Smart City Traffic Management
2021
With the exponential growth of numerous drone operations ranging from infrastructure monitoring to even package delivery services, the integration of UAS in the smart city transportation systems is an actual task that requires radically new, sustainable (safe, secure, with minimum environmental impact and life cycle cost) solutions. The primary objective of this proposed option is the definition of routes as desired and commanded trajectories and their autonomous execution. The airspace structure and fixed routes are given in the global GPS reference system with supporting GIS mapping. The concept application requires a series of further studies and solutions as drone trajectory (or corridor) following by an autonomous trajectory tracking control system, coupled with autonomous conflict detection, resolution, safe drone following, and formation flight options. The second part of the paper introduces such possible models and shows some results of their verification tests. Drones will be connected with the agency, designed trajectories to support them with factual information on trajectories and corridors. While the agency will use trajectory elements to design fixed or desired trajectories, drones may use the conventional GPS, infrared, acoustic, and visual sensors for positioning and advanced navigation. The accuracy can be improved by unique markers integrated into the infrastructure.
Journal Article
Drone Detection Using YOLOv5
2023
The rapidly increasing number of drones in the national airspace, including those for recreational and commercial applications, has raised concerns regarding misuse. Autonomous drone detection systems offer a probable solution to overcoming the issue of potential drone misuse, such as drug smuggling, violating people’s privacy, etc. Detecting drones can be difficult, due to similar objects in the sky, such as airplanes and birds. In addition, automated drone detection systems need to be trained with ample amounts of data to provide high accuracy. Real-time detection is also necessary, but this requires highly configured devices such as a graphical processing unit (GPU). The present study sought to overcome these challenges by proposing a one-shot detector called You Only Look Once version 5 (YOLOv5), which can train the proposed model using pre-trained weights and data augmentation. The trained model was evaluated using mean average precision (mAP) and recall measures. The model achieved a 90.40% mAP, a 21.57% improvement over our previous model that used You Only Look Once version 4 (YOLOv4) and was tested on the same dataset.
Journal Article
Adaptive Relay Free Space Networking for Autonomous Underwater Drone Swarms
2025
Underwater wireless networking is an emerging field for exploration and monitoring, enabling real-time data transmission and communication with both static sensors and submersibles. Current approaches mostly focus on utilizing acoustic waves. The use of optics for this purpose has been known to have several implementation challenges that have prevented it from being considered as a universal alternative. This study proposes that utilizing optics in an adaptive relay wireless network configuration can overcome its primary limitation of line-of-sight (LOS) propagation. In this paper, a network of strategically placed sensors is experimentally constructed with the ability to read and send modulated blue light, fit for extended submersion in water. This proposal represents a hypothetical aquatic drone swarm that is developed and programmed to follow adaptive relay logic. This network is able to demonstrate adaptation to obstructions in the LOS and maintain communication through configurations in which the sender and intended recipient would otherwise be unable to directly communicate. This finding allows the advantages of optical communications to be further explored for aquatic applications, primarily its higher potential data rate, which is inherently productive to a swarm.
Journal Article
WildWing: An open‐source, autonomous and affordable UAS for animal behaviour video monitoring
by
Stewart, Charles V.
,
Irizarry, Kevyn
,
Kline, Jenna
in
Animal behavior
,
animal ecology
,
Animals
2026
Drones have become invaluable tools for studying animal behaviour in the wild, enabling researchers to collect aerial video data of group‐living animals. However, manually piloting drones to track animal groups consistently is challenging due to complex factors such as terrain, vegetation, group spread and movement patterns. The variability in manual piloting can result in unusable data for downstream behavioural analysis, making it difficult to collect standardized datasets for studying collective animal behaviour. To address these challenges, we present WildWing, a complete hardware and software open‐source unmanned aerial system (UAS) for autonomously collecting behavioural video data of group‐living animals. The system's main goal is to automate and standardize the collection of high‐quality aerial footage suitable for computer vision‐based behaviour analysis. We provide a novel navigation policy to autonomously track animal groups while maintaining optimal camera angles and distances for behavioural analysis, reducing the inconsistencies inherent in manual piloting. The complete WildWing system costs only 650 and incorporates drone hardware with custom software that integrates ecological knowledge into autonomous navigation decisions. The system produces 4 K resolution video at 30 fps while automatically maintaining appropriate distances and angles for behaviour analysis. We validate the system through field deployments tracking groups of Grevy's zebras, giraffes and Przewalski's horses at The Wilds conservation centre, demonstrating its ability to collect usable behavioural data consistently. By automating the data collection process, WildWing helps ensure consistent, high‐quality video data suitable for computer vision analysis of animal behaviour. This standardization is crucial for developing robust automated behaviour recognition systems to help researchers study and monitor wildlife populations at scale. The open‐source nature of WildWing makes autonomous behavioural data collection more accessible to researchers, enabling wider application of drone‐based behavioural monitoring in conservation and ecological research.
Journal Article
Automatic Detection System of Deteriorated PV Modules Using Drone with Thermal Camera
2020
In the last few decades, photovoltaic (PV) power station installations have surged across the globe. The output efficiency of these stations deteriorates with the passage of time due to multiple factors such as hotspots, shaded cell or module, short-circuited bypass diodes, etc. Traditionally, technicians inspect each solar panel in a PV power station using infrared thermography to ensure consistent output efficiency. With the advancement of drone technology, researchers have proposed to use drones equipped with thermal cameras for PV power station monitoring. However, most of these drone-based approaches require technicians to manually control the drone which in itself is a cumbersome task in the case of large PV power stations. To tackle this issue, this study presents an autonomous drone-based solution. The drone is mounted with both RGB (Red, Green, Blue) and thermal cameras. The proposed system can automatically detect and estimate the exact location of faulty PV modules among hundreds or thousands of PV modules in the power station. In addition, we propose an automatic drone flight path planning algorithm which eliminates the requirement of manual drone control. The system also utilizes an image processing algorithm to process RGB and thermal images for fault detection. The system was evaluated on a 1-MW solar power plant located in Suncheon, South Korea. The experimental results demonstrate the effectiveness of our solution.
Journal Article