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

Article Types

Countries / Regions

Search Results (123)

Search Parameters:
Keywords = traffic surveillance video

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
18 pages, 2034 KB  
Article
Backbone-Level Enhancements in YOLOv9 for Traffic Accident Detection from Video Footage
by Sajid Ahmed, Tasnia Tabassum, Madhab Chandra Das, Uzair Hussain and Vung Pham
Electronics 2026, 15(10), 2178; https://doi.org/10.3390/electronics15102178 - 18 May 2026
Viewed by 520
Abstract
Traffic accidents remain a major challenge for intelligent transportation systems, requiring reliable and real-time detection under complex visual conditions. This study aims to investigate how backbone-level architectural modifications affect traffic accident detection performance in video-based scenarios. A dataset of 250 accident videos was [...] Read more.
Traffic accidents remain a major challenge for intelligent transportation systems, requiring reliable and real-time detection under complex visual conditions. This study aims to investigate how backbone-level architectural modifications affect traffic accident detection performance in video-based scenarios. A dataset of 250 accident videos was curated from a public traffic surveillance source. This resulted in approximately 3000 manually annotated frames covering diverse accident conditions such as motion blur, occlusion, and illumination variation. To improve detection performance, we introduce Cross Stage Partial (CSP)-based feature partitioning and extend Efficient Layer Aggregation Network (ELAN) structures within the YOLOv9 backbone. Experimental evaluation demonstrates that the CSP-enhanced YOLOv9-t model achieves the best performance among all tested variants, improving mAP50 from 0.35 to 0.50 (approximately 42.8% relative improvement) compared to the baseline YOLOv9-t model, while maintaining real-time inference speed. The results further reveal that CSP improves localization precision, whereas ELAN enhances recall, highlighting complementary behaviors of backbone-level modifications in traffic accident detection tasks. These findings provide insights into how targeted architectural refinements can improve detection robustness in challenging real-world traffic scenarios. Full article
(This article belongs to the Special Issue Advances in Data Analysis and Visualization)
Show Figures

Figure 1

24 pages, 1424 KB  
Article
Rationale for the Development of an Intelligent Digital Level Crossing Protection System Based on AI and Machine Vision: A Safety Analysis of Railway Crossings in the Republic of Kazakhstan
by Kanibek Sansyzbay, Yelena Bakhtiyarova, Yesbol Turgambay, Laura Tasbolatova, Aigerim Kismanova and Akmaral Zhumagul
Automation 2026, 7(3), 71; https://doi.org/10.3390/automation7030071 - 5 May 2026
Viewed by 881
Abstract
The article addresses the challenges of modernizing Kazakhstan’s railway infrastructure under conditions of technological dependence on foreign automation systems and obsolete relay-based equipment. These factors pose significant risks to economic and information security and limit the throughput capacity of level crossings. A digital [...] Read more.
The article addresses the challenges of modernizing Kazakhstan’s railway infrastructure under conditions of technological dependence on foreign automation systems and obsolete relay-based equipment. These factors pose significant risks to economic and information security and limit the throughput capacity of level crossings. A digital system, KZ-DALCS-AI, is proposed, based on a multi-level safety architecture and the integration of artificial intelligence into monitoring and control processes. A key component is an obstacle detection and classification algorithm that considers object types (vehicles, humans and animals, foreign objects, and environmental factors) and enables intelligent real-time decision making using the KZ-ODC-AI controller with data from video surveillance, microwave sensors, and inductive loops. The system architecture, operational logic, and level crossing control algorithm are developed, including optimization of closing time by minimizing the deviation between calculated and actual values. The results of the performed calculations confirm the effectiveness of the proposed notification algorithm, ensuring the required level of safety while reducing unnecessary delays for road traffic. The implementation of the system improves throughput, reduces operational costs, enhances reliability, and minimizes the impact of the human factor. Full article
(This article belongs to the Section Smart Transportation and Autonomous Vehicles)
Show Figures

Figure 1

21 pages, 1930 KB  
Article
Road Traffic Anomaly Detection by Human-Attention-Assisted Text–Vision Learning
by Yachuang Chai and Wushouer Silamu
Sensors 2026, 26(9), 2638; https://doi.org/10.3390/s26092638 - 24 Apr 2026
Viewed by 442
Abstract
With the rapid development of society, the number of road vehicles has increased significantly, leading to a growing severity of traffic accident issues. Timely and accurate detection of road traffic anomalies or accidents is crucial for reducing fatalities and alleviating traffic congestion. Consequently, [...] Read more.
With the rapid development of society, the number of road vehicles has increased significantly, leading to a growing severity of traffic accident issues. Timely and accurate detection of road traffic anomalies or accidents is crucial for reducing fatalities and alleviating traffic congestion. Consequently, the detection of road traffic anomalies has become a focal point of research in recent years. With the assistance of computer technologies such as deep learning, researchers have developed more accurate and effective methods for detecting road traffic anomalies. However, the small proportion of anomaly-prone areas in surveillance video frames, combined with the complex and difficult-to-capture patterns of accidents, presents new challenges for the application of deep models to traffic anomaly detection from a surveillance perspective. In light of this, this paper annotates the TADS dataset we previously proposed, a popular text-assisted video representation learning method, to develop a more efficient detection method. Utilizing the well-known video-text model CLIP, we have constructed a detection model that leverages unique text and eye-gaze annotation data from the TADS dataset to learn anomaly representations more effectively, thereby improving the detection of road traffic anomalies from a surveillance perspective. Experimental results demonstrate the superiority of our model for detecting traffic anomalies from a surveillance perspective, as well as the utility of the text and eye-gaze data included in the dataset. Full article
(This article belongs to the Section Sensing and Imaging)
Show Figures

Figure 1

30 pages, 1266 KB  
Article
Feasibility Analysis of Static-Image-Based Traffic Accident Detection Under Domain Shift for Edge-AI Surveillance Systems
by Chien-Chung Wu and Wei-Cheng Chen
Electronics 2026, 15(9), 1803; https://doi.org/10.3390/electronics15091803 - 23 Apr 2026
Viewed by 407
Abstract
Traffic accident detection is a critical component of intelligent transportation systems (ITS), enabling timely incident response and traffic management. While most existing approaches rely on temporal information from video sequences, such methods are not always applicable in resource-constrained surveillance environments. This study investigates [...] Read more.
Traffic accident detection is a critical component of intelligent transportation systems (ITS), enabling timely incident response and traffic management. While most existing approaches rely on temporal information from video sequences, such methods are not always applicable in resource-constrained surveillance environments. This study investigates the feasibility of detecting traffic accidents from single static images by formulating the task as a binary classification problem. Representative architectures, including Vision Transformer (ViT), Swin Transformer, and ResNet-50, are systematically evaluated on the Car Crash Dataset (CCD) under multiple training configurations. To assess generalization capability, cross-domain evaluation is conducted using an external crash video dataset (ECVD) constructed to approximate real-world deployment conditions. Experimental results show that all models achieve strong performance under in-domain evaluation. However, cross-domain testing reveals substantial performance degradation, particularly in recall, indicating limited generalization capability under domain shift. Qualitative analysis further shows that missed detections are associated with weak visual cues, occlusion, and complex traffic environments, while false positives are caused by visually ambiguous patterns resembling accident scenarios. Unlike prior studies that primarily report performance improvements, this work provides empirical evidence that model behavior in static-image-based accident detection is governed by dataset composition rather than architectural design. Therefore, static-image-based accident detection should be interpreted as a coarse-level screening tool rather than a fully reliable decision-making system. This study highlights the importance of data-centric design and cross-domain evaluation for improving real-world applicability. Full article
(This article belongs to the Section Computer Science & Engineering)
Show Figures

Figure 1

24 pages, 1625 KB  
Article
Multi-UAV Navigation for Surveillance of Moving Ground Vehicles on Uneven Terrains via Beam-Search MPC
by Yuanzhen Liu and Andrey V. Savkin
Appl. Sci. 2026, 16(9), 4128; https://doi.org/10.3390/app16094128 - 23 Apr 2026
Cited by 1 | Viewed by 609
Abstract
This paper investigates the trajectory planning problem for multiple unmanned aerial vehicles (UAVs) tasked with monitoring ground targets in complex, uneven terrains. The key challenge lies in maintaining continuous Line-of-Sight (LoS) while satisfying non-holonomic motion constraints and handling terrain-induced occlusions. To address this [...] Read more.
This paper investigates the trajectory planning problem for multiple unmanned aerial vehicles (UAVs) tasked with monitoring ground targets in complex, uneven terrains. The key challenge lies in maintaining continuous Line-of-Sight (LoS) while satisfying non-holonomic motion constraints and handling terrain-induced occlusions. To address this problem, we propose a Beam-search Model Predictive Control (BMPC) framework. The method integrates a first-order kinematic predictor for target motion estimation and a proactive safety altitude margin to guide UAVs toward favorable viewpoints before occlusions occur. The proposed approach is validated through extensive simulations based on high-resolution Digital Elevation Models (DEMs). Monte Carlo results demonstrate a significant reduction in LoS occlusion, decreasing the average occlusion rate from 38.75±26.12% to near zero in the noise-free case, compared with conventional reactive MPC methods. Under perception noise with a standard deviation of 1.5 m, the LoS retention rate remains above 99%, indicating strong robustness to sensing uncertainty. In addition, the algorithm maintains stable computational performance, with an average execution time of approximately 1.68 s per step in a non-optimized simulation environment. The proposed framework provides an effective solution for autonomous aerial surveillance in environments with substantial elevation variations, such as mountainous regions and urban canyons, by achieving a balance between tracking continuity and computational tractability. Full article
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

17 pages, 1568 KB  
Article
Traffic-Oriented Three-Dimensional Vehicle Reconstruction Using Fixed Roadside Monocular Camera Sensors
by Chu Zhang, Yuxin Zhang, Liangbin Li and Xianhua Cai
Sensors 2026, 26(4), 1324; https://doi.org/10.3390/s26041324 - 18 Feb 2026
Cited by 1 | Viewed by 759
Abstract
Fixed roadside monocular cameras are widely used as low-cost sensing devices in intelligent transportation systems; however, extracting reliable three-dimensional (3D) information from such sensors remains challenging due to limited baselines, long observation distances, and moving vehicles. This paper presents a traffic-oriented 3D vehicle [...] Read more.
Fixed roadside monocular cameras are widely used as low-cost sensing devices in intelligent transportation systems; however, extracting reliable three-dimensional (3D) information from such sensors remains challenging due to limited baselines, long observation distances, and moving vehicles. This paper presents a traffic-oriented 3D vehicle reconstruction framework based on monocular image sequences captured by fixed roadside camera sensors. Semantic and non-semantic vehicle feature points are jointly exploited to balance structural consistency and surface completeness, and a feature-map-consistency-based optimization strategy is introduced to refine feature point localization and reduce reprojection errors. In addition, an optimized incremental Structure-from-Motion (SfM) pipeline incorporating traffic-aware initialization, keyframe selection, and local bundle adjustment is developed to improve reconstruction efficiency. Experiments on real-world traffic surveillance videos show that the proposed method reduces the mean reprojection error by 13.6% and shortens reconstruction time by 43.9% compared with widely used incremental SfM systems. Full article
(This article belongs to the Collection 3D Imaging and Sensing System)
Show Figures

Figure 1

33 pages, 1441 KB  
Article
Distributed Multi-Agent Uplink Resource Scheduling for Space–Air–Ground–Sea Networks: A Game-Theoretic Approach
by Ruijing Zhou, Xuedou Xiao, Mozi Chen, Shengkai Zhang and Kezhong Liu
J. Mar. Sci. Eng. 2026, 14(4), 337; https://doi.org/10.3390/jmse14040337 - 9 Feb 2026
Viewed by 806
Abstract
Space–Air–Ground–Sea Integrated Networks (SAGSINs) are emerging as a key enabling architecture for broadband maritime connectivity, where heterogeneous access tiers (shore, aerial, and satellite) jointly support delay-sensitive and mission-critical uplink traffic such as alarms, telemetry, and surveillance video. However, uplink resource scheduling in maritime [...] Read more.
Space–Air–Ground–Sea Integrated Networks (SAGSINs) are emerging as a key enabling architecture for broadband maritime connectivity, where heterogeneous access tiers (shore, aerial, and satellite) jointly support delay-sensitive and mission-critical uplink traffic such as alarms, telemetry, and surveillance video. However, uplink resource scheduling in maritime SAGSINs remains challenging due to time-varying channels, locally bursty traffic, and intense contention, while centralized optimization is ill-suited, as global information collection is often delayed, incomplete, and inconsistent over long-haul maritime links. Therefore, this paper investigates distributed uplink scheduling in maritime SAGSINs, where maritime nodes jointly select the access tier, spectrum slice, and transmit power under interference, spectrum, deadline, and energy constraints. Specifically, we formulate the uplink resource scheduling as a cumulative value of information (VoI) maximization problem, and develop a game-theoretic distributed multi-agent reinforcement learning algorithm, termed GTMARL. Therein, maritime nodes learn transmission policies from local observations, coordinated through congestion prices broadcast by access nodes. These prices are derived from Lagrangian relaxation and act as coordination signals that align individual decisions with global objectives. To ensure stable operation, a two-timescale mechanism is adopted, where maritime nodes make fast slot-level transmission decisions, while access nodes adapt and broadcast congestion prices on a slower timescale. Extensive experiments demonstrate that GTMARL achieves up to 90% of the idealized upper bound, significantly outperforming baselines in deadline satisfaction, throughput, delay, energy efficiency and fairness under varying traffic loads and network densities. Full article
(This article belongs to the Section Ocean Engineering)
Show Figures

Figure 1

19 pages, 1187 KB  
Article
Dual-Pipeline Machine Learning Framework for Automated Interpretation of Pilot Communications at Non-Towered Airports
by Abdullah All Tanvir, Chenyu Huang, Moe Alahmad, Chuyang Yang and Xin Zhong
Aerospace 2026, 13(1), 32; https://doi.org/10.3390/aerospace13010032 - 28 Dec 2025
Cited by 3 | Viewed by 930
Abstract
Accurate estimation of aircraft operations, such as takeoffs and landings, is critical for airport planning and resource allocation, yet it remains particularly challenging at non-towered airports, where no dedicated surveillance infrastructure exists. Existing solutions, including video analytics, acoustic sensors, and transponder-based systems, are [...] Read more.
Accurate estimation of aircraft operations, such as takeoffs and landings, is critical for airport planning and resource allocation, yet it remains particularly challenging at non-towered airports, where no dedicated surveillance infrastructure exists. Existing solutions, including video analytics, acoustic sensors, and transponder-based systems, are often costly, incomplete, or unreliable in environments with mixed traffic and inconsistent radio usage, highlighting the need for a scalable, infrastructure-free alternative. To address this gap, this study proposes a novel dual-pipeline machine learning framework that classifies pilot radio communications using both textual and spectral features to infer operational intent. A total of 2489 annotated pilot transmissions collected from a U.S. non-towered airport were processed through automatic speech recognition (ASR) and Mel-spectrogram extraction. We benchmarked multiple traditional classifiers and deep learning models, including ensemble methods, long short-term memory (LSTM) networks, and convolutional neural networks (CNNs), across both feature pipelines. Results show that spectral features paired with deep architectures consistently achieved the highest performance, with F1-scores exceeding 91% despite substantial background noise, overlapping transmissions, and speaker variability These findings indicate that operational intent can be inferred reliably from existing communication audio alone, offering a practical, low-cost path toward scalable aircraft operations monitoring and supporting emerging virtual tower and automated air traffic surveillance applications. Full article
(This article belongs to the Special Issue AI, Machine Learning and Automation for Air Traffic Control (ATC))
Show Figures

Figure 1

34 pages, 15045 KB  
Article
Integration of Road Data Collected Using LSB Audio Steganography
by Adam Stančić, Ivan Grgurević, Marko Matulin and Marko Periša
Technologies 2025, 13(12), 597; https://doi.org/10.3390/technologies13120597 - 18 Dec 2025
Viewed by 1396
Abstract
Modern traffic-monitoring systems increasingly rely on supplemental analytical data to complement video recordings, yet such data are rarely integrated into video containers without altering the original footage. This paper proposes a lightweight audio-based approach for embedding road-condition information using a Least Significant Bit [...] Read more.
Modern traffic-monitoring systems increasingly rely on supplemental analytical data to complement video recordings, yet such data are rarely integrated into video containers without altering the original footage. This paper proposes a lightweight audio-based approach for embedding road-condition information using a Least Significant Bit (LSB) steganography framework. The method operates by serializing sensor data, encoding it into the LSB positions of synthetically generated audio, and subsequently compressing the audio track while preserving imperceptibility and video integrity. A series of controlled experiments evaluates how waveform type, sampling rate, amplitude, and frequency influence the storage efficiency and quality of WAV and FLAC stego-audio files. Additional tests examine the impact of embedding capacity and output-quality settings on compression behavior. Results reveal clear trade-offs between audio quality, data capacity, and file size, demonstrating that the proposed framework enables efficient, secure, and scalable integration of metadata into surveillance recordings. The findings establish practical guidelines for deploying LSB-based audio embedding in real traffic-monitoring environments. Full article
(This article belongs to the Special Issue IoT-Enabling Technologies and Applications—2nd Edition)
Show Figures

Figure 1

22 pages, 13391 KB  
Article
LSCNet: A Lightweight Shallow Feature Cascade Network for Small Object Detection in UAV Imagery
by Zening Wang and Amiya Nayak
Future Internet 2025, 17(12), 568; https://doi.org/10.3390/fi17120568 - 11 Dec 2025
Cited by 4 | Viewed by 967
Abstract
Unmanned Aerial Vehicles have become essential mobile sensing nodes in Internet of Things ecosystems, with applications ranging from disaster monitoring to traffic surveillance. However, wireless bandwidth is severely strained when sending enormous amounts of high-resolution aerial video to ground stations. To address these [...] Read more.
Unmanned Aerial Vehicles have become essential mobile sensing nodes in Internet of Things ecosystems, with applications ranging from disaster monitoring to traffic surveillance. However, wireless bandwidth is severely strained when sending enormous amounts of high-resolution aerial video to ground stations. To address these communication limitations, the current research paradigm is shifting toward UAV-assisted edge computing, where visual data is processed locally to extract semantic information for transmitting results to the ground or making autonomous decisions. Although deep detection is the dominant trend in general object detection, the heavy computational burden of these deep detection methods struggles to meet the stringent efficiency requirements of airborne edge platforms. Consequently, although recently proposed single-stage models like YOLOv10 can quickly detect objects in natural images, their over-dependence on deep features for computation results in wasted computational resources, as shallow information is crucial for small object detection in aerial scenes. In this paper, we propose LSCNet (Lightweight Shallow Feature Cascade Network), a novel lightweight architecture designed for UAV edge computing to handle aerial object detection tasks. Our lightweight Cascade Network focuses on feature extraction and shallow feature enhancement. LSCNet achieves 44.6% mAP50 on VisDrone2019 and 36.1% mAP50 on UAVDT, while decreasing parameters by 33% to 1.48 M. These results not only show how effective LSCNet is for real-time object detection but also provide a foundation for future developments in semantic communication within aerial networks. Full article
Show Figures

Figure 1

16 pages, 1600 KB  
Article
A Transformer-Based Multi-Task Learning Model for Vehicle Traffic Surveillance
by Fernando Hermosillo-Reynoso, Juan-Carlos López-Pimentel, Erica Ruiz-Ibarra, Armando García-Berumen, José A. Del-Puerto-Flores, H. E. Gilardi-Velazquez, Vinoth Babu Kumaravelu and L. A. Luna-Rodriguez
Mathematics 2025, 13(23), 3832; https://doi.org/10.3390/math13233832 - 29 Nov 2025
Cited by 2 | Viewed by 1186
Abstract
Vehicle traffic surveillance (VTS) systems are based on the automatic analysis of video sequences to detect, classify, and track vehicles in urban environments. The design of new VTS systems requires computationally efficient architectures with high performance in accuracy. Conventional approaches based on multi-stage [...] Read more.
Vehicle traffic surveillance (VTS) systems are based on the automatic analysis of video sequences to detect, classify, and track vehicles in urban environments. The design of new VTS systems requires computationally efficient architectures with high performance in accuracy. Conventional approaches based on multi-stage pipelines have been successfully used during the last decade. However, these systems need to be improved to face the challenges of complex, high-mobility traffic environments. This article proposes an efficient system based on transformer architectures for VTS channels. The proposed analysis system is evaluated in scenarios with high vehicle density and occlusions. The results demonstrate that the proposed scheme reduces the computational complexity required for multi-object detection and tracking and exhibits a Multiple Object Tracking Accuracy (MOTA) of 0.757 and an identity F1 score (IDF1) of 0.832 when compared to conventional multi-stage systems under the same conditions and parameters, along with achieving a high detection precision of 0.934. The results show the viability of implementing the proposed system in practical applications for high-density vehicle VTS channels. Full article
(This article belongs to the Special Issue Data-Driven Decentralized Learning for Future Communication Networks)
Show Figures

Figure 1

25 pages, 958 KB  
Review
Survey on Multi-Source Data Based Application and Exploitation Toward Smart Ship Navigation
by Xuhong Tang, Jie Zhou, Shengjie Hou, Yang Sun and Kai Luo
J. Mar. Sci. Eng. 2025, 13(10), 1852; https://doi.org/10.3390/jmse13101852 - 24 Sep 2025
Cited by 6 | Viewed by 2110
Abstract
Maritime ship transportation is not only the core infrastructure of the global logistics system but also is closely related to national security and sustainable development. However, the human factor remains the primary source of risk leading to maritime accidents during ship navigation. In [...] Read more.
Maritime ship transportation is not only the core infrastructure of the global logistics system but also is closely related to national security and sustainable development. However, the human factor remains the primary source of risk leading to maritime accidents during ship navigation. In recent years, multi-source data has been recognized as an important means to improve the efficiency of ship operations and navigation safety. In this paper, the major research methods and technical pathways of maritime multi-source data in recent years have been systematically reviewed, and a comprehensive technical framework from data acquisition and preprocessing to practical application has been constructed. Focusing on the data layer, application layer, and system layer, this paper comprehensively analyzes the key technologies of maritime navigation based on multi-source data. At the same time, this paper also highlights the advantages and cutting-edge methods of multi-source data in typical application scenarios—such as track extraction, target recognition, behavior detection, path planning, and collision avoidance—and analyzes their performance and adaptation strategies in different usage contexts. Through the combination of theory and engineering practice, this paper looks forward to the future development of ship intelligence and water transportation systems, providing a theoretical basis and technical support for the construction of intelligent shipping systems. Full article
(This article belongs to the Section Ocean Engineering)
Show Figures

Figure 1

36 pages, 2024 KB  
Article
AI-Driven Safety Evaluation in Public Transport: A Case Study from Belgrade’s Closed Transit Systems
by Saša Zdravković, Filip Dobrić, Zoran Injac, Violeta Lukić-Vujadinović, Milinko Veličković, Branka Bursać Vranješ and Srđan Marinković
Sustainability 2025, 17(18), 8283; https://doi.org/10.3390/su17188283 - 15 Sep 2025
Cited by 2 | Viewed by 7227
Abstract
Ensuring traffic safety within urban public transport systems is essential for achieving sustainable urban development, particularly in densely populated metropolitan areas. This study investigates the integration of artificial intelligence (AI) technologies to enhance safety performance in closed public transport environments, with a focus [...] Read more.
Ensuring traffic safety within urban public transport systems is essential for achieving sustainable urban development, particularly in densely populated metropolitan areas. This study investigates the integration of artificial intelligence (AI) technologies to enhance safety performance in closed public transport environments, with a focus on the city of Belgrade as a representative case. The research aims to evaluate how AI-enabled systems can contribute to the early detection and reduction of traffic incidents, thereby supporting broader goals of sustainable mobility, infrastructure resilience, and urban livability. A hybrid methodological framework was developed, combining computer vision, supervised machine learning, and time series analytics to construct a real-time risk detection platform. The system leverages multi-source data—including video surveillance, onboard vehicle sensors, and historical accident logs—to identify and predict high-risk behaviors such as harsh braking, speeding, and route adherences across various public transport modes (buses, trams, trolleybuses). The AI models were empirically assessed in partnership with the Public Transport Company of Belgrade (JKP GSP Beograd), revealing that the most accurate models improved incident detection speed by over 20% and offered enhanced spatial identification of network-level safety vulnerabilities. Additionally, routes with optimized AI-driven driving behavior demonstrated fuel savings of up to 12% and a potential reduction in emissions by approximately 8%, suggesting promising environmental co-benefits. The study’s findings align with multiple United Nations Sustainable Development Goals, particularly SDG 11 (Sustainable Cities and Communities) and SDG 9 (Industry, Innovation, and Infrastructure). Moreover, the research addresses ethical, legal, and governance implications surrounding the use of AI in public infrastructure, emphasizing the importance of privacy, transparency, and inclusivity. The paper concludes with strategic policy recommendations for cities seeking to deploy intelligent safety solutions as part of their digital and green transitions in urban mobility planning. Full article
Show Figures

Figure 1

Back to TopTop