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
remove_circle_outline

Journals

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (5,945)

Search Parameters:
Keywords = vehicle speed

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
14 pages, 24112 KiB  
Article
ImpactAlert: Pedestrian-Carried Vehicle Collision Alert System
by Raghav Rawat, Caspar Lant, Haowen Yuan and Dennis Shasha
Electronics 2025, 14(15), 3133; https://doi.org/10.3390/electronics14153133 (registering DOI) - 6 Aug 2025
Abstract
The ImpactAlert system is a chest-mounted system that detects objects that are likely to hit a pedestrian and alerts that pedestrian. The primary use cases are visually impaired pedestrians or pedestrians who need to be warned about vehicles or other pedestrians coming from [...] Read more.
The ImpactAlert system is a chest-mounted system that detects objects that are likely to hit a pedestrian and alerts that pedestrian. The primary use cases are visually impaired pedestrians or pedestrians who need to be warned about vehicles or other pedestrians coming from unseen directions. This paper argues for the need for such a system, the design and algorithms of ImpactAlert, and experiments carried out in varied urban environments, ranging from densely crowded to semi-urban in the United States, India and China. ImpactAlert makes use of a LiDAR camera found on a commercial wireless phone, processes the data over several frames to evaluate the time to impact and speed of potential threats. When ImpactAlert determines a threat meets the criteria set by the user, it sends warning signals through an output device to warn a pedestrian. The output device can be an audible warning and/or a low-cost smart cane that vibrates when danger approaches. Our experiments in urban and semi-urban environments show that (i) ImpactAlert can avoid nearly all false negatives (when an alarm should be sent and it isn’t) and (ii) enjoys a low false positive rate. The net result is an effective low cost system to alert pedestrians in an urban environment. Full article
Show Figures

Figure 1

22 pages, 2053 KiB  
Article
Enhanced Real-Time Method Traffic Light Signal Color Recognition Using Advanced Convolutional Neural Network Techniques
by Fakhri Yagob and Jurek Z. Sasiadek
World Electr. Veh. J. 2025, 16(8), 441; https://doi.org/10.3390/wevj16080441 - 5 Aug 2025
Abstract
Real-time traffic light detection is essential for the safe navigation of autonomous vehicles, where timely and accurate recognition of signal states is critical. YOLOv8, a state-of-the-art object detection model, offers enhanced speed and precision, making it well-suited for real-time applications in complex driving [...] Read more.
Real-time traffic light detection is essential for the safe navigation of autonomous vehicles, where timely and accurate recognition of signal states is critical. YOLOv8, a state-of-the-art object detection model, offers enhanced speed and precision, making it well-suited for real-time applications in complex driving environments. This study presents a modified YOLOv8 architecture optimized for traffic light detection by integrating Depth-Wise Separable Convolutions (DWSCs) throughout the backbone and head. The model was first pretrained on a public traffic light dataset to establish a strong baseline and then fine-tuned on a custom real-time dataset consisting of 480 images collected from video recordings under diverse road conditions. Experimental results demonstrate high detection performance, with precision scores of 0.992 for red, 0.995 for yellow, and 0.853 for green lights. The model achieved an average mAP@0.5 of 0.947, with stable F1 scores and low validation losses over 80 epochs, confirming effective learning and generalization. Compared to existing YOLO variants, the modified architecture showed superior performance, especially for red and yellow lights. Full article
Show Figures

Figure 1

23 pages, 1804 KiB  
Review
Recent Progress on Underwater Wireless Communication Methods and Applications
by Zhe Li, Weikun Li, Kai Sun, Dixia Fan and Weicheng Cui
J. Mar. Sci. Eng. 2025, 13(8), 1505; https://doi.org/10.3390/jmse13081505 - 5 Aug 2025
Abstract
The rapid advancement of underwater wireless communication technologies is critical to unlocking the full potential of marine resource exploration and environmental monitoring. This paper reviews recent progress in three primary modalities: underwater acoustic communication, radio frequency (RF) communication, and underwater optical wireless communication [...] Read more.
The rapid advancement of underwater wireless communication technologies is critical to unlocking the full potential of marine resource exploration and environmental monitoring. This paper reviews recent progress in three primary modalities: underwater acoustic communication, radio frequency (RF) communication, and underwater optical wireless communication (UWOC), each designed to address specific challenges posed by complex underwater environments. Acoustic communication, while effective for long-range transmission, is constrained by ambient noise and high latency; recent innovations in noise reduction and data rate enhancement have notably improved its reliability. RF communication offers high-speed, short-range capabilities in shallow waters, but still faces challenges in hardware miniaturization and accurate channel modeling. UWOC has emerged as a promising solution, enabling multi-gigabit data rates over medium distances through advanced modulation techniques and turbulence mitigation. Additionally, bio-inspired approaches such as electric field communication provide energy-efficient and robust alternatives under turbid conditions. This paper further examines the practical integration of these technologies in underwater platforms, including autonomous underwater vehicles (AUVs), highlighting trade-offs between energy efficiency, system complexity, and communication performance. By synthesizing recent advancements, this review outlines the advantages and limitations of current underwater communication methods and their real-world applications, offering insights to guide the future development of underwater communication systems for robotic and vehicular platforms. Full article
(This article belongs to the Section Ocean Engineering)
Show Figures

Figure 1

21 pages, 4331 KiB  
Article
Research on Lightweight Tracking of Small-Sized UAVs Based on the Improved YOLOv8N-Drone Architecture
by Yongjuan Zhao, Qiang Ma, Guannan Lei, Lijin Wang and Chaozhe Guo
Drones 2025, 9(8), 551; https://doi.org/10.3390/drones9080551 - 5 Aug 2025
Abstract
Traditional unmanned aerial vehicle (UAV) detection and tracking methods have long faced the twin challenges of high cost and poor efficiency. In real-world battlefield environments with complex backgrounds, occlusions, and varying speeds, existing techniques struggle to track small UAVs accurately and stably. To [...] Read more.
Traditional unmanned aerial vehicle (UAV) detection and tracking methods have long faced the twin challenges of high cost and poor efficiency. In real-world battlefield environments with complex backgrounds, occlusions, and varying speeds, existing techniques struggle to track small UAVs accurately and stably. To tackle these issues, this paper presents an enhanced YOLOv8N-Drone-based algorithm for improved target tracking of small UAVs. Firstly, a novel module named C2f-DSFEM (Depthwise-Separable and Sobel Feature Enhancement Module) is designed, integrating Sobel convolution with depthwise separable convolution across layers. Edge detail extraction and multi-scale feature representation are synchronized through a bidirectional feature enhancement mechanism, and the discriminability of target features in complex backgrounds is thus significantly enhanced. For the feature confusion problem, the improved lightweight Context Anchored Attention (CAA) mechanism is integrated into the Neck network, which effectively improves the system’s adaptability to complex scenes. By employing a position-aware weight allocation strategy, this approach enables adaptive suppression of background interference and precise focus on the target region, thereby improving localization accuracy. At the level of loss function optimization, the traditional classification loss is replaced by the focal loss (Focal Loss). This mechanism effectively suppresses the contribution of easy-to-classify samples through a dynamic weight adjustment strategy, while significantly increasing the priority of difficult samples in the training process. The class imbalance that exists between the positive and negative samples is then significantly mitigated. Experimental results show the enhanced YOLOv8 boosts mean average precision (Map@0.5) by 12.3%, hitting 99.2%. In terms of tracking performance, the proposed YOLOv8 N-Drone algorithm achieves a 19.2% improvement in Multiple Object Tracking Accuracy (MOTA) under complex multi-scenario conditions. Additionally, the IDF1 score increases by 6.8%, and the number of ID switches is reduced by 85.2%, indicating significant improvements in both accuracy and stability of UAV tracking. Compared to other mainstream algorithms, the proposed improved method demonstrates significant advantages in tracking performance, offering a more effective and reliable solution for small-target tracking tasks in UAV applications. Full article
Show Figures

Figure 1

4 pages, 1714 KiB  
Proceeding Paper
A Study on High-Precision Vehicle Navigation for Autonomous Driving on an Ultra-Long Underground Expressway
by Kyoung-Soo Choi, Yui-Hwan Sa, Min-Gyeong Choi, Sung-Jin Kim and Won-Woo Lee
Eng. Proc. 2025, 102(1), 10; https://doi.org/10.3390/engproc2025102010 - 5 Aug 2025
Abstract
GPSs typically have an accuracy ranging from a few meters to several tens of meters. However, when corrected using various methods, they can achieve an accuracy of several tens of centimeters. In autonomous driving, a positioning accuracy of less than 50 cm is [...] Read more.
GPSs typically have an accuracy ranging from a few meters to several tens of meters. However, when corrected using various methods, they can achieve an accuracy of several tens of centimeters. In autonomous driving, a positioning accuracy of less than 50 cm is required for lane-level positioning, route generation, and navigation. However, in environments where GPS signals are blocked, such as tunnels and underground roads, absolute positioning is impossible. Instead, relative positioning methods integrating IMU, IVN, and cameras are used. These methods are influenced by numerous variables, however, such as vehicle speed and road conditions, resulting in lower accuracy. In this study, we conducted experiments on current vehicle navigation technologies using an autonomous driving simulation vehicle in the Suri–Suam Tunnel of the Seoul Metropolitan Area 1st Ring Expressway. To recognize objects (lane markings/2D/3D) for position correction inside the tunnel, data on tunnel and underground road infrastructure in Seoul and Gyeonggi Province was collected, processed, refined, and trained. Additionally, a Loosely Coupled-based Kalman Filter was designed and applied for the fusion of GPSs, IMUs, and IVNs. As a result, an error of 113.62 cm was observed in certain sections. This suggests that while the technology is applicable for general vehicle lane-level navigation in ultra-long tunnels spanning several kilometers for public service, it falls short of meeting the precision required for autonomous driving systems, which demand lane-level accuracy. Therefore, it was concluded that infrastructure-based absolute positioning technology is necessary to enable precise navigation inside tunnels. Full article
Show Figures

Figure 1

29 pages, 2636 KiB  
Review
Review on Tribological and Vibration Aspects in Mechanical Bearings of Electric Vehicles: Effect of Bearing Current, Shaft Voltage, and Electric Discharge Material Spalling Current
by Rohan Lokhande, Sitesh Kumar Mishra, Deepak Ronanki, Piyush Shakya, Vimal Edachery and Lijesh Koottaparambil
Lubricants 2025, 13(8), 349; https://doi.org/10.3390/lubricants13080349 - 5 Aug 2025
Abstract
Electric motors play a decisive role in electric vehicles by converting electrical energy into mechanical motion across various drivetrain components. However, failures in these motors can interrupt the motor function, with approximately 40% of these failures stemming from bearing issues. Key contributors to [...] Read more.
Electric motors play a decisive role in electric vehicles by converting electrical energy into mechanical motion across various drivetrain components. However, failures in these motors can interrupt the motor function, with approximately 40% of these failures stemming from bearing issues. Key contributors to bearing degradation include shaft voltage, bearing current, and electric discharge material spalling current, especially in motors powered by inverters or variable frequency drives. This review explores the tribological and vibrational aspects of bearing currents, analyzing their mechanisms and influence on electric motor performance. It addresses the challenges faced by electric vehicles, such as high-speed operation, elevated temperatures, electrical conductivity, and energy efficiency. This study investigates the origins of bearing currents, damage linked to shaft voltage and electric discharge material spalling current, and the effects of lubricant properties on bearing functionality. Moreover, it covers various methods for measuring shaft voltage and bearing current, as well as strategies to alleviate the adverse impacts of bearing currents. This comprehensive analysis aims to shed light on the detrimental effects of bearing currents on the performance and lifespan of electric motors in electric vehicles, emphasizing the importance of tribological considerations for reliable operation and durability. The aim of this study is to address the engineering problem of bearing failure in inverter-fed EV motors by integrating electrical, tribological, and lubrication perspectives. The novelty lies in proposing a conceptual link between lubricant breakdown and damage morphology to guide mitigation strategies. The study tasks include literature review, analysis of bearing current mechanisms and diagnostics, and identification of technological trends. The findings provide insights into lubricant properties and diagnostic approaches that can support industrial solutions. Full article
(This article belongs to the Special Issue Tribology of Electric Vehicles)
Show Figures

Figure 1

20 pages, 2225 KiB  
Article
Network Saturation: Key Indicator for Profitability and Sensitivity Analyses of PRT and GRT Systems
by Joerg Schweizer, Giacomo Bernieri and Federico Rupi
Future Transp. 2025, 5(3), 104; https://doi.org/10.3390/futuretransp5030104 - 4 Aug 2025
Abstract
Personal Rapid Transit (PRT) and Group Rapid Transit (GRT) are classes of fully automated public transport systems, where passengers can travel in small vehicles on an interconnected, grade-separated network of guideways, non-stop, from origin to destination. PRT and GRT are considered sustainable as [...] Read more.
Personal Rapid Transit (PRT) and Group Rapid Transit (GRT) are classes of fully automated public transport systems, where passengers can travel in small vehicles on an interconnected, grade-separated network of guideways, non-stop, from origin to destination. PRT and GRT are considered sustainable as they are low-emission and able to attract car drivers. The parameterized cost modeling framework developed in this paper has the advantage that profitability of different PRT/GRT systems can be rapidly verified in a transparent way and in function of a variety of relevant system parameters. This framework may contribute to a more transparent, rapid, and low-cost evaluation of PRT/GRT schemes for planning and decision-making purposes. The main innovation is the introduction of the “peak hour network saturation” S: the number of vehicles in circulation during peak hour divided by the maximum number of vehicles running at line speed with minimum time headways. It is an index that aggregates the main uncertainties in the planning process, namely the demand level relative to the supply level. Furthermore, a maximum S can be estimated for a PRT/GRT project, even without a detailed demand estimation. The profit per trip is analytically derived based on S and a series of more certain parameters, such as fares, capital and maintenance costs, daily demand curve, empty vehicle share, and physical properties of the system. To demonstrate the ability of the framework to analyze profitability in function of various parameters, we apply the methods to a single vehicle PRT, a platooned PRT, and a mixed PRT/GRT. The results show that PRT services with trip length proportional fares could be profitable already for S>0.25. The PRT capacity, profitability, and robustness to tripled infrastructure costs can be increased by vehicle platooning or GRT service during peak hours. Full article
Show Figures

Figure 1

26 pages, 2933 KiB  
Article
Comparative Analysis of Object Detection Models for Edge Devices in UAV Swarms
by Dimitrios Meimetis, Ioannis Daramouskas, Niki Patrinopoulou, Vaios Lappas and Vassilis Kostopoulos
Machines 2025, 13(8), 684; https://doi.org/10.3390/machines13080684 - 4 Aug 2025
Abstract
This study presented a comprehensive investigation into the performance of object detection models tailored for edge devices, particularly in the context of Unmanned Aerial Vehicle swarms. Object detection plays a pivotal role in enhancing autonomous navigation, situational awareness, and target tracking capabilities within [...] Read more.
This study presented a comprehensive investigation into the performance of object detection models tailored for edge devices, particularly in the context of Unmanned Aerial Vehicle swarms. Object detection plays a pivotal role in enhancing autonomous navigation, situational awareness, and target tracking capabilities within UAV swarms, where computing resources are constrained by the onboard low-cost computers. Initially, a thorough review of the existing literature was conducted to identify state-of-the-art object detection models suitable for deployment on edge devices. These models are evaluated based on their speed, accuracy, and efficiency, with a focus on real-time inference capabilities crucial for Unmanned Aerial Vehicle applications. Following the literature review, selected models undergo empirical validation through custom training using the Vision Meets Drone dataset, a widely recognized dataset for Unmanned Aerial Vehicle-based object detection tasks. Performance metrics such as mean average precision, inference speed, and resource utilization were measured and compared across different models. Lastly, the study extended its analysis beyond traditional object detection to explore the efficacy of instance segmentation and proposed an optimization to an object tracking technique within the context of unmanned Aerial Vehicles. Instance segmentation offers finer-grained object delineation, enabling more precise target or landmark identification and tracking, albeit at higher resource usage and higher inference time. Full article
(This article belongs to the Section Automation and Control Systems)
Show Figures

Figure 1

22 pages, 4426 KiB  
Article
A Digital Twin Platform for Real-Time Intersection Traffic Monitoring, Performance Evaluation, and Calibration
by Abolfazl Afshari, Joyoung Lee and Dejan Besenski
Infrastructures 2025, 10(8), 204; https://doi.org/10.3390/infrastructures10080204 - 4 Aug 2025
Abstract
Emerging transportation challenges necessitate cutting-edge technologies for real-time infrastructure and traffic monitoring. To create a dynamic digital twin for intersection monitoring, data gathering, performance assessment, and calibration of microsimulation software, this study presents a state-of-the-art platform that combines high-resolution LiDAR sensor data with [...] Read more.
Emerging transportation challenges necessitate cutting-edge technologies for real-time infrastructure and traffic monitoring. To create a dynamic digital twin for intersection monitoring, data gathering, performance assessment, and calibration of microsimulation software, this study presents a state-of-the-art platform that combines high-resolution LiDAR sensor data with VISSIM simulation software. Intending to track traffic flow and evaluate important factors, including congestion, delays, and lane configurations, the platform gathers and analyzes real-time data. The technology allows proactive actions to improve safety and reduce interruptions by utilizing the comprehensive information that LiDAR provides, such as vehicle trajectories, speed profiles, and lane changes. The digital twin technique offers unparalleled precision in traffic and infrastructure state monitoring by fusing real data streams with simulation-based performance analysis. The results show how the platform can transform real-time monitoring and open the door to data-driven decision-making, safer intersections, and more intelligent traffic data collection methods. Using the proposed platform, this study calibrated a VISSIM simulation network to optimize the driving behavior parameters in the software. This study addresses current issues in urban traffic management with real-time solutions, demonstrating the revolutionary impact of emerging technology in intelligent infrastructure monitoring. Full article
Show Figures

Figure 1

27 pages, 14083 KiB  
Article
Numerical Investigations and Hydrodynamic Analysis of a Screw Propulsor for Underwater Benthic Vehicles
by Yan Kai, Pengfei Xu, Meijie Cao and Lei Yang
J. Mar. Sci. Eng. 2025, 13(8), 1500; https://doi.org/10.3390/jmse13081500 - 4 Aug 2025
Abstract
Screw propulsors have attracted increasing attention for their potential applications in amphibious vehicles and benthic robots, owing to their ability to perform both terrestrial and underwater locomotion. To investigate their hydrodynamic characteristics, a two-stage numerical analysis was carried out. In the first stage, [...] Read more.
Screw propulsors have attracted increasing attention for their potential applications in amphibious vehicles and benthic robots, owing to their ability to perform both terrestrial and underwater locomotion. To investigate their hydrodynamic characteristics, a two-stage numerical analysis was carried out. In the first stage, steady-state simulations under various advance coefficients were conducted to evaluate the influence of key geometric parameters on propulsion performance. Based on these results, a representative configuration was then selected for transient analysis to capture unsteady flow features. In the second stage, a Detached Eddy Simulation approach was employed to capture unsteady flow features under three rotational speeds. The flow field information was analyzed, and the mechanisms of vortex generation, instability, and dissipation were comprehensively studied. The results reveal that the propulsion process is dominated by the formation and evolution of tip vortices, root vortices, and cylindrical wake vortices. As rotation speed increases, vortex structures exhibit a transition from ordered spiral wakes to chaotic turbulence, primarily driven by centrifugal instability and nonlinear vortex interactions. Vortex breakdown and energy dissipation are intensified downstream, especially under high-speed conditions, where vortex integrity is rapidly lost due to strong shear and radial expansion. This hydrodynamic behavior highlights the fundamental difference from conventional propellers, and these findings provide theoretical insight into the flow mechanisms of screw propulsion. Full article
(This article belongs to the Section Ocean Engineering)
Show Figures

Figure 1

32 pages, 12538 KiB  
Article
Study on Vibration Characteristics and Harmonic Suppression of an Integrated Electric Drive System Considering the Electromechanical Coupling Effect
by Yue Cui, Hong Lu, Jinli Xu, Yongquan Zhang and Lin Zou
Actuators 2025, 14(8), 386; https://doi.org/10.3390/act14080386 - 4 Aug 2025
Abstract
The study of vibration characteristics and suppression methods in integrated electric drive systems of electric vehicles is of critical importance. To investigate these characteristics, both current harmonics within the motor and nonlinear factors within the drivetrain were considered. A 17-degree-of-freedom nonlinear torsional–planar dynamic [...] Read more.
The study of vibration characteristics and suppression methods in integrated electric drive systems of electric vehicles is of critical importance. To investigate these characteristics, both current harmonics within the motor and nonlinear factors within the drivetrain were considered. A 17-degree-of-freedom nonlinear torsional–planar dynamic model was developed, with electromagnetic torque and output speed as coupling terms. The model’s accuracy was experimentally validated, and the system’s dynamic responses were analyzed under different working conditions. To mitigate vibrations caused by torque ripple, a coordinated control strategy was proposed, combining a quasi-proportional multi-resonant (QPMR) controller and a full-frequency harmonic controller (FFHC). The results demonstrate that the proposed strategy effectively suppresses multi-order current harmonics in the driving motor, reduces torque ripple by 45.1%, and enhances transmission stability. In addition, the proposed electromechanical coupling model provides valuable guidance for the analysis of integrated electric drive systems. Full article
(This article belongs to the Section Actuators for Surface Vehicles)
Show Figures

Figure 1

14 pages, 1329 KiB  
Article
Lane-Changing Risk Prediction on Urban Expressways: A Mixed Bayesian Approach for Sustainable Traffic Management
by Quantao Yang, Peikun Li, Fei Yang and Wenbo Lu
Sustainability 2025, 17(15), 7061; https://doi.org/10.3390/su17157061 - 4 Aug 2025
Abstract
This study addresses critical safety challenges in sustainable urban mobility by developing a probabilistic framework for lane-change risk prediction on congested expressways. Utilizing unmanned aerial vehicle (UAV)-captured trajectory data from 784 validated lane-change events, we construct a Bayesian network model integrated with an [...] Read more.
This study addresses critical safety challenges in sustainable urban mobility by developing a probabilistic framework for lane-change risk prediction on congested expressways. Utilizing unmanned aerial vehicle (UAV)-captured trajectory data from 784 validated lane-change events, we construct a Bayesian network model integrated with an I-CH scoring-enhanced MMHC algorithm. This approach quantifies risk probabilities while accounting for driver decision dynamics and input data uncertainties—key gaps in conventional methods like time-to-collision metrics. Validation via the Asia network paradigm demonstrates 80.5% reliability in forecasting high-risk maneuvers. Crucially, we identify two sustainability-oriented operational thresholds: (1) optimal lane-change success occurs when trailing-vehicle speeds in target lanes are maintained at 1.0–3.0 m/s (following-gap < 4.0 m) or 3.0–6.0 m/s (gap ≥ 4.0 m), and (2) insertion-angle change rates exceeding 3.0°/unit-time significantly elevate transition probability. These evidence-based parameters enable traffic management systems to proactively mitigate collision risks by 13.26% while optimizing flow continuity. By converting behavioral insights into adaptive control strategies, this research advances resilient transportation infrastructure and low-carbon mobility through congestion reduction. Full article
Show Figures

Figure 1

20 pages, 1971 KiB  
Article
FFG-YOLO: Improved YOLOv8 for Target Detection of Lightweight Unmanned Aerial Vehicles
by Tongxu Wang, Sizhe Yang, Ming Wan and Yanqiu Liu
Appl. Syst. Innov. 2025, 8(4), 109; https://doi.org/10.3390/asi8040109 - 4 Aug 2025
Abstract
Target detection is essential in intelligent transportation and autonomous control of unmanned aerial vehicles (UAVs), with single-stage detection algorithms used widely due to their speed. However, these algorithms face limitations in detecting small targets, especially in aerial photography from unmanned aerial vehicles (UAVs), [...] Read more.
Target detection is essential in intelligent transportation and autonomous control of unmanned aerial vehicles (UAVs), with single-stage detection algorithms used widely due to their speed. However, these algorithms face limitations in detecting small targets, especially in aerial photography from unmanned aerial vehicles (UAVs), where small targets are often occluded, multi-scale semantic information is easily lost, and there is a trade-off between real-time processing and computational resources. Existing algorithms struggle to effectively extract multi-dimensional features and deep semantic information from images and to balance detection accuracy with model complexity. To address these limitations, we developed FFG-YOLO, a lightweight small-target detection method for UAVs based on YOLOv8. FFG-YOLO incorporates three modules: a feature enhancement block (FEB), a feature concat block (FCB), and a global context awareness block (GCAB). These modules strengthen feature extraction from small targets, resolve semantic bias in multi-scale feature fusion, and help differentiate small targets from complex backgrounds. We also improved the positioning accuracy of small targets using the Wasserstein distance loss function. Experiments showed that FFG-YOLO outperformed other algorithms, including YOLOv8n, in small-target detection due to its lightweight nature, meeting the stringent real-time performance and deployment requirements of UAVs. Full article
Show Figures

Figure 1

25 pages, 394 KiB  
Article
SMART DShot: Secure Machine-Learning-Based Adaptive Real-Time Timing Correction
by Hyunmin Kim, Zahid Basha Shaik Kadu and Kyusuk Han
Appl. Sci. 2025, 15(15), 8619; https://doi.org/10.3390/app15158619 (registering DOI) - 4 Aug 2025
Viewed by 27
Abstract
The exponential growth of autonomous systems demands robust security mechanisms that can operate within the extreme constraints of real-time embedded environments. This paper introduces SMART DShot, a groundbreaking machine learning-enhanced framework that transforms the security landscape of unmanned aerial vehicle motor control systems [...] Read more.
The exponential growth of autonomous systems demands robust security mechanisms that can operate within the extreme constraints of real-time embedded environments. This paper introduces SMART DShot, a groundbreaking machine learning-enhanced framework that transforms the security landscape of unmanned aerial vehicle motor control systems through seamless integration of adaptive timing correction and real-time anomaly detection within Digital Shot (DShot) communication protocols. Our approach addresses critical vulnerabilities in Electronic Speed Controller (ESC) interfaces by deploying four synergistic algorithms—Kalman Filter Timing Correction (KFTC), Recursive Least Squares Timing Correction (RLSTC), Fuzzy Logic Timing Correction (FLTC), and Hybrid Adaptive Timing Correction (HATC)—each optimized for specific error characteristics and attack scenarios. Through comprehensive evaluation encompassing 32,000 Monte Carlo test iterations (500 per scenario × 16 scenarios × 4 algorithms) across 16 distinct operational scenarios and PolarFire SoC Field-Programmable Gate Array (FPGA) implementation, we demonstrate exceptional performance with 88.3% attack detection rate, only 2.3% false positive incidence, and substantial vulnerability mitigation reducing Common Vulnerability Scoring System (CVSS) severity from High (7.3) to Low (3.1). Hardware validation on PolarFire SoC confirms practical viability with minimal resource overhead (2.16% Look-Up Table utilization, 16.57 mW per channel) and deterministic sub-10 microsecond execution latency. The Hybrid Adaptive Timing Correction algorithm achieves 31.01% success rate (95% CI: [30.2%, 31.8%]), representing a 26.5% improvement over baseline approaches through intelligent meta-learning-based algorithm selection. Statistical validation using Analysis of Variance confirms significant performance differences (F(3,1996) = 30.30, p < 0.001) with large effect sizes (Cohen’s d up to 4.57), where 64.6% of algorithm comparisons showed large practical significance. SMART DShot establishes a paradigmatic shift from reactive to proactive embedded security, demonstrating that sophisticated artificial intelligence can operate effectively within microsecond-scale real-time constraints while providing comprehensive protection against timing manipulation, de-synchronization, burst interference, replay attacks, coordinated multi-channel attacks, and firmware-level compromises. This work provides essential foundations for trustworthy autonomous systems across critical domains including aerospace, automotive, industrial automation, and cyber–physical infrastructure. These results conclusively demonstrate that ML-enhanced motor control systems can achieve both superior security (88.3% attack detection rate with 2.3% false positives) and operational performance (31.01% timing correction success rate, 26.5% improvement over baseline) simultaneously, establishing SMART DShot as a practical, deployable solution for next-generation autonomous systems. Full article
Show Figures

Figure 1

24 pages, 4441 KiB  
Article
Simulation of Trip Chains in a Metropolitan Area to Evaluate the Energy Needs of Electric Vehicles and Charging Demand
by Pietro Antonio Centrone, Giuseppe Brancaccio and Francesco Deflorio
World Electr. Veh. J. 2025, 16(8), 435; https://doi.org/10.3390/wevj16080435 - 4 Aug 2025
Viewed by 48
Abstract
The typical ranges available for electric vehicles (EVs) may be considered by users to be inadequate when compared to long, real-life trips, and charging operations may need to be planned along journeys. To evaluate the compatibility between vehicle features and charging options for [...] Read more.
The typical ranges available for electric vehicles (EVs) may be considered by users to be inadequate when compared to long, real-life trips, and charging operations may need to be planned along journeys. To evaluate the compatibility between vehicle features and charging options for realistic journeys performed by car, a simulation approach is proposed here, using travel data collected from real vehicles to obtain trip chains for multiple consecutive days. Car travel activities, including stops with the option of charging, were simulated by applying an agent-based approach. Charging operations can be integrated into trip chains for user activities, assuming that they remain unchanged in the event that vehicles switch to electric. The energy consumption of the analyzed trips, disaggregated by vehicle type, was estimated using the average travel speed, which is useful for capturing the main route features (ranging from urban to motorways). Data were recorded for approximately 25,000 vehicles in the Turin Metropolitan Area for six consecutive days. Market segmentation of the vehicles was introduced to take into consideration different energy consumption rates and charging times, given that the electric power, battery size, and consumption rate can be related to the vehicle category. Charging activities carried out using public infrastructure during idle time between consecutive trips, as well as those carried out at home or work, were identified in order to model different needs. Full article
Show Figures

Figure 1

Back to TopTop