Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (60)

Search Parameters:
Keywords = UAS traffic management

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
37 pages, 4679 KB  
Article
SYTRAC: An Edge AI-Based Intelligent Traffic Signal Control System Using OPC UA and Deep Learning for Smart City Applications
by Fares Bouriachi, Nacereddine Djelal, Badreddine Kanouni, Hicham Zatla, Bilal Tolbi and Abdelbaset Laib
Sustainability 2026, 18(14), 7010; https://doi.org/10.3390/su18147010 - 9 Jul 2026
Viewed by 579
Abstract
Urban traffic congestion is a primary driver of greenhouse gas emissions, wasted fuel, and degraded air quality, presenting a significant barrier to achieving sustainable cities (SDG 11) and climate action (SDG 13). Standard Adaptive Traffic Signal Control (ATSC) systems are either financially prohibitive [...] Read more.
Urban traffic congestion is a primary driver of greenhouse gas emissions, wasted fuel, and degraded air quality, presenting a significant barrier to achieving sustainable cities (SDG 11) and climate action (SDG 13). Standard Adaptive Traffic Signal Control (ATSC) systems are either financially prohibitive for developing countries or lack certified safety mechanisms for physical deployment on live roads. This paper proposes and validates SYTRAC (System for Adaptive Traffic Control), a low-cost, safety-critical Adaptive Traffic Signal Control system designed for resource-constrained urban environments. SYTRAC implements an asynchronous co-design that combines real-time visual vehicle detection on an NVIDIA Jetson Nano GPU with deterministic safety execution on a Siemens S7-1200 Programmable Logic Controller (PLC). The core of the system is the Density-Weighted Adaptive Green Extension (DWAGE) algorithm. DWAGE provides a stable, interpretable, and computationally lightweight alternative to complex optimization methods such as genetic algorithms, particle swarm optimization, or Deep Reinforcement Learning. We establish a formal mathematical queue-stability guarantee using a closed-form Foster–Lyapunov drift argument. A three-mode fault-tolerant state machine with a 2 s watchdog automatically transitions to fixed-time fallback in the event of hardware or camera stream failures, protecting physical intersection safety. The system was validated through hardware-in-the-loop field deployments at a live intersection in Ouargla, Algeria. SYTRAC achieved a statistically significant 22.1% reduction in average vehicle delay (p<0.001), while microscopic simulations confirmed up to 28.0% delay suppression during lane-blockage incidents. Critically, this delay reduction translates to an environmental saving of 53.5–72 kg of CO2 avoided per day, alongside annual fuel savings of 8430 L. Assembled within a $1257 hardware budget, SYTRAC delivers a cost-effective, open-source, and reproducible platform that bridges the gap between adaptive intelligence and industrial safety, providing a scalable blueprint for sustainable urban traffic management in emerging economies. Full article
Show Figures

Figure 1

9 pages, 1781 KB  
Proceeding Paper
Proof of Concept of Radars for UAM/IAM Applications
by Juan Felipe González-Pardo, Pablo Carrascosa-Egido and Juan V. Balbastre
Eng. Proc. 2026, 133(1), 175; https://doi.org/10.3390/engproc2026133175 - 26 May 2026
Viewed by 441
Abstract
The increasing use of Unmanned Aerial Systems (UAS) in civil applications has accelerated the development of new Air Traffic Management (ATM) frameworks to ensure the safe and efficient operation. Onboard technology, such as Detect and Avoid (DAA) systems, have been proposed as an [...] Read more.
The increasing use of Unmanned Aerial Systems (UAS) in civil applications has accelerated the development of new Air Traffic Management (ATM) frameworks to ensure the safe and efficient operation. Onboard technology, such as Detect and Avoid (DAA) systems, have been proposed as an alternative to reduce operational risk to acceptable levels. However, these technologies require preliminary validation to meet current regulatory standards, which define the Minimum Operational Performance (MOP). In this work, we propose the architecture of two DAA systems based on frequency-modulated continuous-wave (FMCW) radars operating in the radiolocalization bands at 9.5 GHz and 24 GHz. The performance of both onboard systems was validated through the probability of detection Pd for different intruder categories, meeting the MOP in accordance with the RTCA DO-366A, DO-396, and ASTM F3442 standards. Full article
Show Figures

Figure 1

19 pages, 10671 KB  
Article
A Vehicle Type Recognition Network Based on Feature Comparison and Mixture of Experts Model
by Taotao Hu, Xiufeng Zhao and Luxia Yang
Vehicles 2026, 8(5), 101; https://doi.org/10.3390/vehicles8050101 - 3 May 2026
Viewed by 480
Abstract
To address the challenges of insufficient feature fusion and incomplete multi-scale information capture in complex traffic scenarios, we propose a vehicle type recognition network based on feature comparison and the Mixture of Experts (MoE) model. Specifically, the MobileNetV4 backbone is introduced to enhance [...] Read more.
To address the challenges of insufficient feature fusion and incomplete multi-scale information capture in complex traffic scenarios, we propose a vehicle type recognition network based on feature comparison and the Mixture of Experts (MoE) model. Specifically, the MobileNetV4 backbone is introduced to enhance deep feature extraction for vehicle targets. Meanwhile, we design a Multi-scale Interleaving Fusion Module (MSIFM), which progressively transmits feature channels via an interleaving structure to capture multi-scale features while enhancing vehicle feature representation. Moreover, we devise a Feature Compare Enhancement Module (FCEM) to efficiently fuse feature maps with different semantic information. By performing feature comparison, it strengthens strongly correlated features while suppressing weakly correlated ones. Finally, we design a Mixture of Experts Feature Enhancement Module (MOEFEM) to aggregate multi-scale feature maps and adaptively capture detailed vehicle features through multiple expert units. Experimental results demonstrate that our method achieves mAP improvements of 2.2% and 2.4% over YOLOv11 on UA-DETRAC and BDD100K, respectively. The proposed method not only improves detection accuracy significantly but also maintains real-time efficiency, providing a practical solution for high-precision vehicle type recognition. It offers valuable technical support for intelligent transportation systems, smart city management, and autonomous driving safety. Full article
(This article belongs to the Section Vehicle Dynamics and Control)
Show Figures

Figure 1

27 pages, 2940 KB  
Article
A Unified Framework for Vehicle Detection, Tracking, and Counting Across Ground and Aerial Views Using Knowledge Distillation with YOLOv10-S
by Md Rezaul Karim Khan and Naphtali Rishe
Remote Sens. 2026, 18(5), 842; https://doi.org/10.3390/rs18050842 - 9 Mar 2026
Cited by 3 | Viewed by 1286
Abstract
Accurate and reliable vehicle detection, tracking, and counting across different surveillance platforms are fundamental requirements for developing smart Traffic Management Systems (TMS) and promoting sustainable urban mobility. Recent advances in both ground-level surveillance and remote sensing using deep learning have opened new opportunities [...] Read more.
Accurate and reliable vehicle detection, tracking, and counting across different surveillance platforms are fundamental requirements for developing smart Traffic Management Systems (TMS) and promoting sustainable urban mobility. Recent advances in both ground-level surveillance and remote sensing using deep learning have opened new opportunities for extracting detailed vehicular information from high-resolution aerial and surveillance video data. Our research reported here aims to present a unified, real-time vehicle analysis framework that integrates lightweight deep learning–based detection, robust multi-object tracking, and trajectory-driven counting within a single modular pipeline. The proposed framework employs a “You Only Look Once” system, YOLOv10-S as the detection backbone and enhances its robustness through supervision-level knowledge distillation without introducing any architectural modifications. Temporal consistency is enforced using an observation-centric multi-object tracking algorithm (OC-SORT), enabling stable identity preservation under camera motion and dense traffic conditions. Vehicle counting is performed using a trajectory-based virtual gate strategy, reducing duplicate counts and improving counting reliability. Comprehensive experiments conducted on the UA-DETRAC and VisDrone benchmarks show that the proposed framework effectively balances detection performance, tracking robustness, counting accuracy, and real-time efficiency in both ground-based and aerial surveillance settings. Furthermore, cross-dataset evaluations under direct train–test transfer highlight the inherent challenges of domain shift while showing that knowledge distillation consistently improves robustness in detection, tracking identity consistency, and vehicle counting. Overall, this framework enables effective real-world traffic monitoring by adopting a scalable and practical system design, where reliability is prioritized over architectural complexity. Full article
(This article belongs to the Section Urban Remote Sensing)
Show Figures

Figure 1

20 pages, 1396 KB  
Article
A Cascaded Framework for Vehicle Detection in Low-Resolution Traffic Surveillance Videos
by Tao Yu and Laura Sevilla-Lara
Electronics 2026, 15(5), 1119; https://doi.org/10.3390/electronics15051119 - 8 Mar 2026
Cited by 1 | Viewed by 714
Abstract
Traffic surveillance cameras, as core sensing devices in smart cities, are crucial for traffic management, violation detection, and autonomous driving. However, due to deployment constraints and hardware limitations, the videos they capture often suffer from low resolution and noise, leading to missed and [...] Read more.
Traffic surveillance cameras, as core sensing devices in smart cities, are crucial for traffic management, violation detection, and autonomous driving. However, due to deployment constraints and hardware limitations, the videos they capture often suffer from low resolution and noise, leading to missed and false detections in traditional object detection algorithms trained on high-resolution data. To address this issue, this study proposes a cascaded collaborative framework that integrates video super-resolution (VSR) and object detection for robust perception in low-quality traffic surveillance scenarios. First, a transformer-based VSR model with masked intra- and inter-frame attention (MIA-VSR) is employed to reconstruct temporally coherent high-resolution video sequences from degraded inputs. A domain-specific super-resolved dataset is subsequently constructed to train a lightweight one-stage detector (You Only Look One-level Feature, YOLOF) for efficient vehicle localisation. Extensive experiments on public datasets (REDS, Vimeo90k, UA-DETRAC) demonstrate that the proposed framework achieved a 56.89 mAP@0.5 on low-resolution UA-DETRAC, outperforming both direct low-resolution inference (39.17 mAP@0.5) and conventional fine-tuning strategies (45.70 mAP@0.5) by 17.72 and 11.19 points, respectively. These findings indicate that super-resolution-driven data reconstruction provides an effective pathway for mitigating feature degradation in low-quality surveillance environments, offering both theoretical insight and practical value for intelligent transportation perception systems. Full article
Show Figures

Figure 1

53 pages, 2913 KB  
Article
SORA 2.5-Guided BVLOS UAS for Wildlife Conservation in Kenya: Reducing Friction Between Safety and Field Operations
by Guy Maalouf, Thomas Stuart Richardson, David Roy Guerin, Matthew Watson, Ulrik Pagh Schultz Lundquist, Blair R. Costelloe, Elzbieta Pastucha, Saadia Afridi, Edouard George Alain Rolland, Kilian Meier, Jes Hundevadt Jepsen, Thomas van der Sterren, Lucie Laporte-Devylder, Camille Rondeau Saint-Jean, Constanza Andrea Molina Catricheo, Vandita Shukla, Elena Iannino, Jenna Kline, Dat Nguyen Ngoc, William Njoroge and Kjeld Jensenadd Show full author list remove Hide full author list
Drones 2026, 10(3), 178; https://doi.org/10.3390/drones10030178 - 5 Mar 2026
Viewed by 2147
Abstract
Safe Beyond Visual Line of Sight (BVLOS) operations are increasingly required for wildlife monitoring and conservation, yet existing regulatory frameworks are rarely tailored to protected areas characterised by low population density and limited infrastructure. This paper presents a field-based use case illustrating how [...] Read more.
Safe Beyond Visual Line of Sight (BVLOS) operations are increasingly required for wildlife monitoring and conservation, yet existing regulatory frameworks are rarely tailored to protected areas characterised by low population density and limited infrastructure. This paper presents a field-based use case illustrating how the Specific Operations Risk Assessment (SORA) methodology can be applied to conservation-oriented BVLOS missions under Kenyan airspace conditions, including coordination within military-controlled airspace. We evaluate three population-density estimation approaches (qualitative, bottom-up, and top-down) against available ground truth, and compare tabulated and analytical SORA methods for deriving the Ground Risk Class. The work illustrates how SORA 2.5 structures ground and air risk reasoning in a conservation context, while retrospective review identifies limitations in containment, Operational Safety Objectives, and tactical mitigation performance requirements. Field trials involved five concurrent teams and 30 personnel conducting over 260 flights and more than 60 h of UAS activity across the Ol Pejeta Conservancy, providing insights into multi-team coordination under field conditions. Field implementation revealed areas of misalignment between prescribed safety requirements and operational realities, prompting iterative adaptation of workflows and procedures. Observed outcomes included reductions in team size (25–50%) and procedural steps (18%), derived from retrospective comparison of field procedures. A lightweight Uncrewed Traffic Management prototype was also trialled, revealing practical limitations in conservancy environments. Finally, we present a ten-step framework for developing field-ready safety procedures to support risk-informed decision-making in non-standard operational contexts. The findings provide empirically grounded guidance on applying SORA principles to conservation UAS missions, without proposing a new risk framework or generalised operational model. Full article
(This article belongs to the Special Issue UAVs for Nature Conservation Tasks in Complex Environments)
Show Figures

Figure 1

36 pages, 9864 KB  
Article
Methods for GIS-Driven Airspace Management: Integrating Unmanned Aircraft Systems (UASs), Advanced Air Mobility (AAM), and Crewed Aircraft in the NAS
by Ryan P. Case and Joseph P. Hupy
Drones 2026, 10(2), 82; https://doi.org/10.3390/drones10020082 - 24 Jan 2026
Cited by 3 | Viewed by 2215 | Correction
Abstract
The rapid growth of Unmanned Aircraft Systems (UASs) and Advanced Air Mobility (AAM) presents significant integration and safety challenges for the National Airspace System (NAS), often relying on disconnected Air Traffic Management (ATM) and Unmanned Aircraft System Traffic Management (UTM) practices that contribute [...] Read more.
The rapid growth of Unmanned Aircraft Systems (UASs) and Advanced Air Mobility (AAM) presents significant integration and safety challenges for the National Airspace System (NAS), often relying on disconnected Air Traffic Management (ATM) and Unmanned Aircraft System Traffic Management (UTM) practices that contribute to airspace incidents. This study evaluates Geographic Information Systems (GISs) as a unified, data-driven framework to enhance shared airspace safety and efficiency. A comprehensive, multi-phase methodology was developed using GIS (specifically Esri ArcGIS Pro) to integrate heterogeneous aviation data, including FAA aeronautical data, Automatic Dependent Surveillance–Broadcast (ADS-B) for crewed aircraft, and UAS Flight Records, necessitating detailed spatial–temporal data preprocessing for harmonization. The effectiveness of this GIS-based approach was demonstrated through a case study analyzing a critical interaction between a University UAS (Da-Jiang Innovations (DJI) M300) and a crewed Piper PA-28-181 near Purdue University Airport (KLAF). The resulting two-dimensional (2D) and three-dimensional (3D) models successfully enabled the visualization, quantitative measurement, and analysis of aircraft trajectories, confirming a minimum separation of approximately 459 feet laterally and 339 feet vertically. The findings confirm that a GIS offers a centralized, scalable platform for collating, analyzing, modeling, and visualizing air traffic operations, directly addressing ATM/UTM integration deficiencies. This GIS framework, especially when combined with advancements in sensor technologies and Artificial Intelligence (AI) for anomaly detection, is critical for modernizing NAS oversight, improving situational awareness, and establishing a foundation for real-time risk prediction and dynamic airspace management. Full article
(This article belongs to the Special Issue Urban Air Mobility Solutions: UAVs for Smarter Cities)
Show Figures

Graphical abstract

23 pages, 2965 KB  
Article
YOLO-LIO: A Real-Time Enhanced Detection and Integrated Traffic Monitoring System for Road Vehicles
by Rachmat Muwardi, Haiyang Zhang, Hongmin Gao, Mirna Yunita, Rizky Rahmatullah, Ahmad Musyafa, Galang Persada Nurani Hakim and Dedik Romahadi
Algorithms 2026, 19(1), 42; https://doi.org/10.3390/a19010042 - 4 Jan 2026
Cited by 3 | Viewed by 1918
Abstract
Traffic violations and road accidents remain significant challenges in developing safe and efficient transportation systems. Despite technological advancements, improving vehicle detection accuracy and enabling real-time traffic management remain critical research priorities. This study proposes YOLO-LIO, an enhanced vehicle detection framework designed to address [...] Read more.
Traffic violations and road accidents remain significant challenges in developing safe and efficient transportation systems. Despite technological advancements, improving vehicle detection accuracy and enabling real-time traffic management remain critical research priorities. This study proposes YOLO-LIO, an enhanced vehicle detection framework designed to address these challenges by improving small-object detection and optimizing real-time deployment. The system introduces multi-scale detection, virtual zone filtering, and efficient preprocessing techniques, including grayscale transformation, Laplacian variance calculation, and median filtering to reduce computational complexity while maintaining high performance. YOLO-LIO was rigorously evaluated on five datasets, GRAM Road-Traffic Monitoring (99.55% accuracy), MAVD-Traffic (99.02%), UA-DETRAC (65.14%), KITTI (94.21%), and an Author Dataset (99.45%), consistently demonstrating superior detection capabilities across diverse traffic scenarios. Additional system features include vehicle counting using a dual-line detection strategy within a virtual zone and speed detection based on frame displacement and camera calibration. These enhancements enable the system to monitor traffic flow and vehicle speeds with high accuracy. YOLO-LIO was successfully deployed on Jetson Nano, a compact, energy-efficient hardware platform, proving its suitability for real-time, low-power embedded applications. The proposed system offers an accurate, scalable, and computationally efficient solution, advancing intelligent transportation systems and improving traffic safety management. Full article
Show Figures

Figure 1

22 pages, 2359 KB  
Review
Airport Ground-Based Aerial Object Surveillance Technologies for Enhanced Safety: A Systematic Review
by Joel Samu and Chuyang Yang
Drones 2026, 10(1), 22; https://doi.org/10.3390/drones10010022 - 31 Dec 2025
Cited by 3 | Viewed by 2794
Abstract
Airport airspace safety is increasingly threatened by small, unmanned aircraft systems and wildlife that traditional radar cannot detect. While earlier reviews addressed general counter-UAS techniques, individual sensors, or the detection of single objects such as birds or drones, none has systematically reviewed airport-based, [...] Read more.
Airport airspace safety is increasingly threatened by small, unmanned aircraft systems and wildlife that traditional radar cannot detect. While earlier reviews addressed general counter-UAS techniques, individual sensors, or the detection of single objects such as birds or drones, none has systematically reviewed airport-based, multi-sensor surveillance strategies through a safety-theoretical lens. A systematic review, performed according to the Preferred Reporting Items for Systematic Reviews and Meta-Analyses (PRISMA) 2020 statement, synthesized recent research on fixed, ground-based aerial detection capabilities for small aerial hazards, specifically unmanned aircraft systems (sUAS) and avian targets, within operational airport environments. Searches targeted English-language, peer-reviewed articles from 2016 through 2025 in Web of Science and Scopus. Due to methodological heterogeneity across sensor technologies, a narrative synthesis was executed. The review of thirty-six studies, analyzed through Reason’s Swiss Cheese Model and Endsley’s Situational Awareness framework, found that only layered multi-sensor fusion architectures effectively address detection gaps for Low-Slow-Small (LSS) threats. Based on these findings, the review proposes seamless integration with Air Traffic Management (ATM) and UAS Traffic Management (UTM) systems through standardized data-exchange interfaces, complemented by theoretically grounded risk-based deployment strategies aligning surveillance technology tiers with operational risk profiles, from basic Remote ID receivers in low-risk rural environments to comprehensive multi-sensor fusion at high-density hubs, major airports, and urban vertiports. Full article
Show Figures

Figure 1

37 pages, 112317 KB  
Article
Neural Network–Based Adaptive Resource Allocation for 5G Heterogeneous Ultra-Dense Networks
by Alanoud Salah Alhazmi and Mohammed Amer Arafah
Sensors 2025, 25(24), 7521; https://doi.org/10.3390/s25247521 - 11 Dec 2025
Cited by 4 | Viewed by 1288
Abstract
Increasing spectral bandwidth in 5G networks improves capacity but cannot fully address the heterogeneous and rapidly growing traffic demands. Heterogeneous ultra-dense networks (HUDNs) play a key role in offloading traffic across multi-tier deployments; however, their diverse base-station characteristics and diverse quality-of-service (QoS) requirements [...] Read more.
Increasing spectral bandwidth in 5G networks improves capacity but cannot fully address the heterogeneous and rapidly growing traffic demands. Heterogeneous ultra-dense networks (HUDNs) play a key role in offloading traffic across multi-tier deployments; however, their diverse base-station characteristics and diverse quality-of-service (QoS) requirements make resource allocation highly challenging. Traditional static resource-allocation approaches lack flexibility and often lead to inefficient spectrum utilization in such complex environments. This study aims to develop a joint user association–resource allocation (UA–RA) framework for 5G HUDNs that dynamically adapts to real-time network conditions to improve spectral efficiency and service ratio under high traffic loads. A software-defined networking controller centrally manages the UA–RA process by coordinating inter-cell resource redistribution through the lending of underutilized resource blocks between macro and small cells, mitigating repeated congestion. To further enhance adaptability, a neural network–adaptive resource allocation (NN–ARA) model is trained on UA–RA-driven simulation data to approximate efficient allocation decisions with low computational cost. A real-world evaluation is conducted using the downtown Los Angeles deployment. For performance validation, the proposed NN–ARA approach is compared with two representative baselines from the literature (Bouras et al. and Al-Ali et al.). Results show that NN–ARA achieves up to 20.8% and 11% higher downlink data rates in the macro and small tiers, respectively, and improves spectral efficiency by approximately 20.7% and 11.1%. It additionally reduces the average blocking ratio by up to 55%. These findings demonstrate that NN–ARA provides an adaptive, scalable, and SDN-coordinated solution for efficient spectrum utilization and service continuity in 5G and future 6G HUDNs. Full article
Show Figures

Figure 1

29 pages, 3652 KB  
Article
Application of MLS and UAS-SfM for Beach Management at the North Padre Island Seawall
by Isabel A. Garcia-Williams, Michael J. Starek, Deidre D. Williams, Philippe E. Tissot, Jacob Berryhill and James C. Gibeaut
Remote Sens. 2025, 17(23), 3908; https://doi.org/10.3390/rs17233908 - 2 Dec 2025
Viewed by 2641
Abstract
Collecting accurate and reliable beach morphology data is essential for informed coastal management. The beach adjacent to the seawall on North Padre Island, Texas, USA has experienced increased erosion and disrupted natural processes. City ordinance mandates the placement of bollards to restrict vehicular [...] Read more.
Collecting accurate and reliable beach morphology data is essential for informed coastal management. The beach adjacent to the seawall on North Padre Island, Texas, USA has experienced increased erosion and disrupted natural processes. City ordinance mandates the placement of bollards to restrict vehicular traffic when the beach width from the seawall toe to mean high water (MHW) is less than 45.7 m. To aid the City of Corpus Christi’s understanding of seasonal beach changes, mobile lidar scanning (MLS) surveys with a mapping-grade system were conducted in February, June, September, and November 2023, and post-nourishment in March 2024. Concurrent uncrewed aircraft system (UAS) photogrammetry surveys were performed in February and November 2023, and March 2024 to aid beach monitoring analysis and for comparative assessment to the MLS data. MLS-derived digital elevation models (DEMs) were used to evaluate seasonal geomorphology, including beach slope, width, shoreline position, and volume change. Because MHW was submerged during all surveys, highest astronomical tide (HAT) was used for shoreline analyses. HAT-based results indicated that bollards should be placed from approximately 390 to 560 m from the northern end of the seawall, varying seasonally. The March 2024 post-nourishment survey showed 102,462 m3 of sand was placed on the beach, extending the shoreline by more than 40 m in some locations. UAS photogrammetry-derived DEMs were compared to the MLS-derived DEMs, revealing mean HAT position differences of 0.02 m in February 2023 and 0.98 m in November 2023. Elevation and volume assessments showed variability between the MLS and UAS-SfM DEMs, with neither indicating consistently higher or lower values. Full article
Show Figures

Figure 1

17 pages, 1118 KB  
Article
SMA-YOLO: A Novel Approach to Real-Time Vehicle Detection on Edge Devices
by Haixia Liu, Yingkun Song, Yongxing Lin and Zhixin Tie
Sensors 2025, 25(16), 5072; https://doi.org/10.3390/s25165072 - 15 Aug 2025
Cited by 2 | Viewed by 1763
Abstract
Vehicle detection plays a pivotal role in traffic management as a key technology for intelligent traffic management and driverless driving. However, current deep learning-based vehicle detection models face several challenges in practical applications. These include slow detection speeds, large computational and parametric quantities, [...] Read more.
Vehicle detection plays a pivotal role in traffic management as a key technology for intelligent traffic management and driverless driving. However, current deep learning-based vehicle detection models face several challenges in practical applications. These include slow detection speeds, large computational and parametric quantities, high leakage and misdetection rates in target-intensive environments, and difficulties in deploying them on edge devices with limited computing power and memory. To address these issues, this paper proposes an improved vehicle detection method called SMA-YOLO, based on the YOLOv7 model. Firstly, MobileNetV3 is adopted as the new backbone network to lighten the model. Secondly, the SimAM attention mechanism is incorporated to suppress background interference and enhance small-target detection capability. Additionally, the ACON activation function is substituted for the original SiLU activation function in the YOLOv7 model to improve detection accuracy. Lastly, SIoU is used to replace CIoU to optimize the loss of function and accelerate model convergence. Experiments on the UA-DETRAC dataset demonstrate that the proposed SMA-YOLO model achieves a lightweight effect, significantly reducing model size, computational requirements, and the number of parameters. It not only greatly improves detection speed but also maintains higher detection accuracy. This provides a feasible solution for deploying a vehicle detection model on embedded devices for real-time detection. Full article
(This article belongs to the Section Vehicular Sensing)
Show Figures

Figure 1

26 pages, 5914 KB  
Article
BiDGCNLLM: A Graph–Language Model for Drone State Forecasting and Separation in Urban Air Mobility Using Digital Twin-Augmented Remote ID Data
by Zhang Wen, Junjie Zhao, An Zhang, Wenhao Bi, Boyu Kuang, Yu Su and Ruixin Wang
Drones 2025, 9(7), 508; https://doi.org/10.3390/drones9070508 - 19 Jul 2025
Cited by 5 | Viewed by 2885
Abstract
Accurate prediction of drone motion within structured urban air corridors is essential for ensuring safe and efficient operations in Urban Air Mobility (UAM) systems. Although real-world Remote Identification (Remote ID) regulations require drones to broadcast critical flight information such as velocity, access to [...] Read more.
Accurate prediction of drone motion within structured urban air corridors is essential for ensuring safe and efficient operations in Urban Air Mobility (UAM) systems. Although real-world Remote Identification (Remote ID) regulations require drones to broadcast critical flight information such as velocity, access to large-scale, high-quality broadcast data remains limited. To address this, this study leverages a Digital Twin (DT) framework to augment Remote ID spatio-temporal broadcasts, emulating the sensing environment of dense urban airspace. Using Remote ID data, we propose BiDGCNLLM, a hybrid prediction framework that integrates a Bidirectional Graph Convolutional Network (BiGCN) with Dynamic Edge Weighting and a reprogrammed Large Language Model (LLM, Qwen2.5–0.5B) to capture spatial dependencies and temporal patterns in drone speed trajectories. The model forecasts near-future speed variations in surrounding drones, supporting proactive conflict avoidance in constrained air corridors. Results from the AirSUMO co-simulation platform and a DT replica of the Cranfield University campus show that BiDGCNLLM outperforms state-of-the-art time series models in short-term velocity prediction. Compared to Transformer-LSTM, BiDGCNLLM marginally improves the R2 by 11.59%. This study introduces the integration of LLMs into dynamic graph-based drone prediction. It shows the potential of Remote ID broadcasts to enable scalable, real-time airspace safety solutions in UAM. Full article
Show Figures

Figure 1

15 pages, 6013 KB  
Article
Urban Air Mobility Vertiport’s Capacity Simulation and Analysis
by Antoni Kopyt and Sebastian Dylicki
Aerospace 2025, 12(6), 560; https://doi.org/10.3390/aerospace12060560 - 19 Jun 2025
Cited by 5 | Viewed by 4672
Abstract
This study shows a comprehensive simulation to assess and enhance the throughput capacity of unmanned air system vertiports, one of the most essential elements of urban air mobility ecosystems. The framework integrates dynamic grid-based spatial management, probabilistic mission duration algorithms, and EASA-compliant operational [...] Read more.
This study shows a comprehensive simulation to assess and enhance the throughput capacity of unmanned air system vertiports, one of the most essential elements of urban air mobility ecosystems. The framework integrates dynamic grid-based spatial management, probabilistic mission duration algorithms, and EASA-compliant operational protocols to address the infrastructural and logistical demands of high-density UAS operations. It was focused on two use cases—high-frequency food delivery utilizing small UASs and extended-range package logistics with larger UASs—and the model incorporates adaptive vertiport zoning strategies, segregating operations into dedicated sectors for battery charging, swapping, and cargo handling to enable parallel processing and mitigate congestion. The simulation evaluates critical variables such as vertiport dimensions, UAS fleet composition, and mission duration ranges while emphasizing scalability, safety, and compliance with evolving regulatory standards. By examining the interplay between infrastructure design, operational workflows, and resource allocation, the research provides a versatile tool for urban planners and policymakers to optimize vertiport layouts and traffic management protocols. Its modular architecture supports future extensions. This work underscores the necessity of adaptive, data-driven planning to harmonize vertiport functionality with the dynamic demands of urban air mobility, ensuring interoperability, safety, and long-term scalability. Full article
(This article belongs to the Special Issue Operational Requirements for Urban Air Traffic Management)
Show Figures

Figure 1

19 pages, 3983 KB  
Article
Enhancing UAS Integration in Controlled Traffic Regions Through Reinforcement Learning
by Joaquin Vico Navarro and Juan Antonio Vila Carbó
Drones 2025, 9(6), 412; https://doi.org/10.3390/drones9060412 - 6 Jun 2025
Cited by 2 | Viewed by 2463
Abstract
Controlled Traffic Regions (CTRs) around major airports pose an important challenge to Unmanned Aerial System (UAS) traffic management. Current regulations highly restrict UAS missions in these areas by confining them to segregated areas. This paper makes a proposal to allow more ambitious UAS [...] Read more.
Controlled Traffic Regions (CTRs) around major airports pose an important challenge to Unmanned Aerial System (UAS) traffic management. Current regulations highly restrict UAS missions in these areas by confining them to segregated areas. This paper makes a proposal to allow more ambitious UAS missions inside CTRs, such as paths across the CTR or between heliports inside the CTR, based on self-separation. This proposal faces two important problems: on the one hand, the adaptive response to the dynamic airspace reconfiguration of a CTR without necessarily terminating the flight, and on the other, a self-managed conflict resolution that allows maintaining traffic separations without the intervention of air traffic controllers. This paper proposes a solution named Reinforcement Learning Multi-Agent Separation Management (RL-MASM). It employs a multi-agent reinforcement learning system with a fully decentralized decision-making scheme, although it uses a common information source of the environment. The proposed system is evaluated against classical control algorithms for obstacle avoidance to determine the potential benefits of AI-based methods. Results show that AI-based methods can benefit from knowing the intent of a UAS. This leads to increased performance in intrusions into no-fly zones or collisions, and also solves some challenging scenarios for classical control algorithms. From the aeronautical point of view, the proposed solution also introduces important advantages in terms of efficiency, scalability, and decentralization. Full article
(This article belongs to the Section Innovative Urban Mobility)
Show Figures

Figure 1

Back to TopTop