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

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (128)

Search Parameters:
Keywords = heterogeneous traffic flow

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
20 pages, 9279 KiB  
Article
Mining Asymmetric Traffic Behavior at Signalized Intersections Using a Cellular Automaton Framework
by Yingxu Rui, Junqing Shi, Chengyuan Mao, Peng Liao and Sulan Li
Symmetry 2025, 17(8), 1328; https://doi.org/10.3390/sym17081328 - 15 Aug 2025
Abstract
Understanding asymmetric interactions among heterogeneous traffic participants is essential for managing congestion and enhancing safety at urban signalized intersections. This study proposes a cellular automaton modeling framework that captures the spatial and behavioral asymmetries among vehicles, bicycles, and pedestrians, with a particular focus [...] Read more.
Understanding asymmetric interactions among heterogeneous traffic participants is essential for managing congestion and enhancing safety at urban signalized intersections. This study proposes a cellular automaton modeling framework that captures the spatial and behavioral asymmetries among vehicles, bicycles, and pedestrians, with a particular focus on right-of-way hierarchies and conflict anticipation. Beyond simulation, the framework integrates a behavior pattern mining module that applies unsupervised trajectory clustering to identify recurrent interaction patterns emerging from mixed traffic flows. Simulation experiments are conducted under varying demand levels to investigate the propagation of congestion and the structural distribution of conflicts. The results reveal distinct asymmetric behavior patterns, such as right-turn vehicle blockage, non-lane-based bicycle overtaking, and pedestrian-induced disruptions. These patterns provide interpretable insights into the spatiotemporal dynamics of intersection performance and offer a data-driven foundation for optimizing signal control and multimodal traffic flow separation. The proposed framework demonstrates the value of combining microscopic modeling with data mining techniques to uncover latent structures in complex urban traffic systems. Full article
(This article belongs to the Special Issue Symmetry/Asymmetry Studies in Data Mining & Machine Learning)
Show Figures

Figure 1

18 pages, 404 KiB  
Article
Deterministic Scheduling for Asymmetric Flows in Future Wireless Networks
by Haie Dou, Taojie Zhu, Fei Li, Chen Liu and Lei Wang
Symmetry 2025, 17(8), 1246; https://doi.org/10.3390/sym17081246 - 6 Aug 2025
Viewed by 278
Abstract
In the era of Industry 5.0, future wireless networks are increasingly shifting from traditional symmetric architectures toward heterogeneous and asymmetric paradigms, driven by the demand for diversified and dynamic services. This architectural evolution gives rise to complex and asymmetric flows, such as the [...] Read more.
In the era of Industry 5.0, future wireless networks are increasingly shifting from traditional symmetric architectures toward heterogeneous and asymmetric paradigms, driven by the demand for diversified and dynamic services. This architectural evolution gives rise to complex and asymmetric flows, such as the coexistence of periodic and burst flows with varying latency, jitter, and deadline constraints, posing new challenges for deterministic transmission. Traditional time-sensitive networking (TSN) is well-suited for periodic flows but lacks the flexibility to effectively handle dynamic, asymmetric traffi. To address this limitation, we propose a two-stage asymmetric flow scheduling framework with dynamic deadline control, termed A-TSN. In the first stage, we design a Deep Q-Network-based Dynamic Injection Time Slot algorithm (DQN-DITS) to optimize slot allocation for periodic flows under varying network loads. In the second stage, we introduce the Dynamic Deadline Online (DDO) scheduling algorithm, which enables real-time scheduling for asymmetric flows while satisfying flow deadlines and capacity constraints. Simulation results demonstrate that our approach significantly reduces end-to-end latency, improves scheduling efficiency, and enhances adaptability to high-volume asymmetric traffic, offering a scalable solution for future deterministic wireless networks. Full article
(This article belongs to the Special Issue Symmetry/Asymmetry in Future Wireless Networks)
Show Figures

Figure 1

19 pages, 3498 KiB  
Article
Timestamp-Guided Knowledge Distillation for Robust Sensor-Based Time-Series Forecasting
by Jiahe Yan, Honghui Li, Yanhui Bai, Jie Liu, Hairui Lv and Yang Bai
Sensors 2025, 25(15), 4590; https://doi.org/10.3390/s25154590 - 24 Jul 2025
Viewed by 366
Abstract
Accurate time-series forecasting plays a vital role in sensor-driven applications such as energy monitoring, traffic flow prediction, and environmental sensing. While most existing approaches focus on extracting local patterns from historical observations, they often overlook the global temporal information embedded in timestamps. However, [...] Read more.
Accurate time-series forecasting plays a vital role in sensor-driven applications such as energy monitoring, traffic flow prediction, and environmental sensing. While most existing approaches focus on extracting local patterns from historical observations, they often overlook the global temporal information embedded in timestamps. However, this information represents a valuable yet underutilized aspect of sensor-based data that can significantly enhance forecasting performance. In this paper, we propose a novel timestamp-guided knowledge distillation framework (TKDF), which integrates both historical and timestamp information through mutual learning between heterogeneous prediction branches to improve forecasting robustness. The framework comprises two complementary branches: a Backbone Model that captures local dependencies from historical sequences, and a Timestamp Mapper that learns global temporal patterns encoded in timestamp features. To enhance information transfer and reduce representational redundancy, a self-distillation mechanism is introduced within the Timestamp Mapper. Extensive experiments on multiple real-world sensor datasets—covering electricity consumption, traffic flow, and meteorological measurements—demonstrate that the TKDF consistently improves the performance of mainstream forecasting models. Full article
(This article belongs to the Section Intelligent Sensors)
Show Figures

Figure 1

27 pages, 705 KiB  
Article
A Novel Wavelet Transform and Deep Learning-Based Algorithm for Low-Latency Internet Traffic Classification
by Ramazan Enisoglu and Veselin Rakocevic
Algorithms 2025, 18(8), 457; https://doi.org/10.3390/a18080457 - 23 Jul 2025
Viewed by 382
Abstract
Accurate and real-time classification of low-latency Internet traffic is critical for applications such as video conferencing, online gaming, financial trading, and autonomous systems, where millisecond-level delays can degrade user experience. Existing methods for low-latency traffic classification, reliant on raw temporal features or static [...] Read more.
Accurate and real-time classification of low-latency Internet traffic is critical for applications such as video conferencing, online gaming, financial trading, and autonomous systems, where millisecond-level delays can degrade user experience. Existing methods for low-latency traffic classification, reliant on raw temporal features or static statistical analyses, fail to capture dynamic frequency patterns inherent to real-time applications. These limitations hinder accurate resource allocation in heterogeneous networks. This paper proposes a novel framework integrating wavelet transform (WT) and artificial neural networks (ANNs) to address this gap. Unlike prior works, we systematically apply WT to commonly used temporal features—such as throughput, slope, ratio, and moving averages—transforming them into frequency-domain representations. This approach reveals hidden multi-scale patterns in low-latency traffic, akin to structured noise in signal processing, which traditional time-domain analyses often overlook. These wavelet-enhanced features train a multilayer perceptron (MLP) ANN, enabling dual-domain (time–frequency) analysis. We evaluate our approach on a dataset comprising FTP, video streaming, and low-latency traffic, including mixed scenarios with up to four concurrent traffic types. Experiments demonstrate 99.56% accuracy in distinguishing low-latency traffic (e.g., video conferencing) from FTP and streaming, outperforming k-NN, CNNs, and LSTMs. Notably, our method eliminates reliance on deep packet inspection (DPI), offering ISPs a privacy-preserving and scalable solution for prioritizing time-sensitive traffic. In mixed-traffic scenarios, the model achieves 74.2–92.8% accuracy, offering ISPs a scalable solution for prioritizing time-sensitive traffic without deep packet inspection. By bridging signal processing and deep learning, this work advances efficient bandwidth allocation and enables Internet Service Providers to prioritize time-sensitive flows without deep packet inspection, improving quality of service in heterogeneous network environments. Full article
(This article belongs to the Section Algorithms for Multidisciplinary Applications)
Show Figures

Figure 1

19 pages, 1145 KiB  
Article
Speed Prediction Models for Tangent Segments Between Horizontal Curves Using Floating Car Data
by Giulia Del Serrone and Giuseppe Cantisani
Vehicles 2025, 7(3), 68; https://doi.org/10.3390/vehicles7030068 - 5 Jul 2025
Viewed by 612
Abstract
The integration of connected autonomous vehicles (CAVs), advanced driver assistance systems (ADAS), and conventional vehicles necessitates the development of robust methodologies to enhance traffic efficiency and ensure safety across heterogeneous traffic streams. A comprehensive understanding of vehicle interactions and operating speed variability is [...] Read more.
The integration of connected autonomous vehicles (CAVs), advanced driver assistance systems (ADAS), and conventional vehicles necessitates the development of robust methodologies to enhance traffic efficiency and ensure safety across heterogeneous traffic streams. A comprehensive understanding of vehicle interactions and operating speed variability is essential to support informed decision-making in traffic management and infrastructure design. This study presents operating speed models aimed at estimating the 85th percentile speed (V85) on straight road segments, utilizing floating car data (FCD) for both calibration and validation purposes. The dataset encompasses approximately 2000 km of the Italian road network, characterized by diverse geometric features. Speed observations were analyzed under three traffic conditions: general traffic, free-flow, and free-flow with dry pavement. Results indicate that free-flow conditions improve the model’s explanatory power, while dry pavement conditions introduce greater speed variability. Initial models based exclusively on geometric parameters exhibited limited predictive accuracy. However, the inclusion of posted speed limits significantly enhanced model performance. The most influential predictors identified were the V85 on the preceding curve and the length of the straight segment. These findings provide empirical evidence to inform road safety evaluations and geometric design practices, offering insights into driver behavior in mixed-traffic environments. The proposed model supports the development of data-driven strategies for the seamless integration of automated and non-automated vehicles. Full article
Show Figures

Figure 1

30 pages, 4883 KiB  
Article
Cyber-Secure IoT and Machine Learning Framework for Optimal Emergency Ambulance Allocation
by Jonghyuk Kim and Sewoong Hwang
Appl. Sci. 2025, 15(13), 7156; https://doi.org/10.3390/app15137156 - 25 Jun 2025
Viewed by 499
Abstract
Optimizing ambulance deployment is a critical task in emergency medical services (EMS), as it directly affects patient outcomes and system efficiency. This study proposes a cyber-secure, machine learning-based framework for predicting region-specific ambulance allocation and response times across South Korea. The model integrates [...] Read more.
Optimizing ambulance deployment is a critical task in emergency medical services (EMS), as it directly affects patient outcomes and system efficiency. This study proposes a cyber-secure, machine learning-based framework for predicting region-specific ambulance allocation and response times across South Korea. The model integrates heterogeneous datasets—including demographic profiles, transportation indices, medical infrastructure, and dispatch records from 229 EMS centers—and incorporates real-time IoT streams such as traffic flow and geolocation data to enhance temporal responsiveness. Supervised regression algorithms—Random Forest, XGBoost, and LightGBM—were trained on 2061 center-month observations. Among these, Random Forest achieved the best balance of accuracy and interpretability (MSE = 0.05, RMSE = 0.224). Feature importance analysis revealed that monthly patient transfers, dispatch variability, and high-acuity case frequencies were the most influential predictors, underscoring the temporal and contextual complexity of EMS demand. To support policy decisions, a Lasso-based simulation tool was developed, enabling dynamic scenario testing for optimal ambulance counts and dispatch time estimates. The model also incorporates the coefficient of variation (CV) of workload intensity as a performance metric to guide long-term capacity planning and equity assessment. All components operate within a cyber-secure architecture that ensures end-to-end encryption of sensitive EMS and IoT data, maintaining compliance with privacy regulations such as GDPR and HIPAA. By integrating predictive analytics, real-time data, and operational simulation within a secure framework, this study offers a scalable and resilient solution for data-driven EMS resource planning. Full article
Show Figures

Figure 1

20 pages, 590 KiB  
Article
Anomaly Detection in Network Traffic via Cross-Domain Federated Graph Representation Learning
by Yanli Zhao, Zongduo Liu and Junjie Pang
Appl. Sci. 2025, 15(11), 6258; https://doi.org/10.3390/app15116258 - 2 Jun 2025
Viewed by 1171
Abstract
With the growing complexity and frequency of network threats, anomaly detection in network traffic has become a vital task for ensuring cybersecurity. Traditional detection approaches typically rely on statistical features while overlooking the interaction patterns and structural dependencies among traffic flows. In addition, [...] Read more.
With the growing complexity and frequency of network threats, anomaly detection in network traffic has become a vital task for ensuring cybersecurity. Traditional detection approaches typically rely on statistical features while overlooking the interaction patterns and structural dependencies among traffic flows. In addition, network traffic data are distributed across heterogeneous devices and domains, where centralized training methods face significant challenges such as data leakage and data silos. To address these issues, we propose a network traffic anomaly detection method based on cross-domain federated graph representation learning. In this method, network traffic is modeled as a graph, and a feature-structure decoupling design is adopted to separate the encoding and learning of graph topology and node attributes. Only structural information with minimal sensitive content is transmitted to the central server, whereas sensitive node attributes are preserved and processed locally to enhance privacy protection. Furthermore, a cross-gated feature fusion mechanism is introduced to enhance the expressive interaction between features and to generate graph-level embeddings for anomaly classification. To further improve the model’s generalization across domains, a cross-domain structural guidance mechanism is implemented on the server side, which integrates structural information from multiple domains to guide the training of local models. Comparative experiments with other methods demonstrate that the proposed approach achieves superior performance in distributed network traffic anomaly detection scenarios. Full article
Show Figures

Figure 1

17 pages, 3129 KiB  
Article
STFDSGCN: Spatio-Temporal Fusion Graph Neural Network Based on Dynamic Sparse Graph Convolution GRU for Traffic Flow Forecast
by Jiahao Chang, Jiali Yin, Yanrong Hao and Chengxin Gao
Sensors 2025, 25(11), 3446; https://doi.org/10.3390/s25113446 - 30 May 2025
Viewed by 1700
Abstract
The characteristics of multivariate heterogeneity in traffic flow forecasting exhibit significant variation, heavily influenced by spatio-temporal dynamics and unforeseen events. To address this challenge, we propose a spatio-temporal fusion graph neural network based on dynamic sparse graph convolution GRU for traffic flow forecast [...] Read more.
The characteristics of multivariate heterogeneity in traffic flow forecasting exhibit significant variation, heavily influenced by spatio-temporal dynamics and unforeseen events. To address this challenge, we propose a spatio-temporal fusion graph neural network based on dynamic sparse graph convolution GRU for traffic flow forecast (STFDSGCN), which incorporates a spatio-temporal attention fusion scheme with a gating mechanism. The dynamic sparse graph convolution gated recurrent unit (DSGCN-GRU) in this model is a novel component that integrates adaptive dynamic sparse graph convolution into the gated recurrent network to simulate the diffusion of information within a dynamic spatial structure. This approach effectively captures the heterogeneous and local features of spatial data, further reflecting the irregularities and dynamic variability inherent in spatial information. By leveraging spatio-temporal attention through the gating mechanism, the model enhances its understanding of both local and global spatio-temporal characteristics. This enables a unified representation of multi-scale and long-range spatio-temporal patterns and strengthens the model’s ability to respond to long-term traffic flow forecasting and traffic emergencies. Extensive experiments on two real-world datasets demonstrate that, compared to advanced methods that lack sufficient multivariate heterogeneous feature extraction and do not account for traffic emergencies, the STFDSGCN model improves the average absolute error (MAE), root mean square error (RMSE), and average absolute percentage error (MAPE) by 4.01%, 1.33%, and 1.03%, respectively, achieving superior performance. Full article
(This article belongs to the Section Communications)
Show Figures

Figure 1

18 pages, 4551 KiB  
Article
Short-Term Highway Traffic Flow Prediction via Wavelet–Liquid Neural Network Model
by Yongjun Wu, Hongyun Kang, Weipin Wang, Shuli Zhao, Xuening He and Jingyao Chen
Modelling 2025, 6(2), 39; https://doi.org/10.3390/modelling6020039 - 14 May 2025
Viewed by 857
Abstract
Accurate, efficient, and reliable traffic flow prediction is pivotal for highway operation and management. However, traffic flow series present nonlinear, heterogeneous, and stochastic characteristics, posing significant challenges to precise prediction. To address this issue, this paper proposes a novel wavelet-LNN model, integrating the [...] Read more.
Accurate, efficient, and reliable traffic flow prediction is pivotal for highway operation and management. However, traffic flow series present nonlinear, heterogeneous, and stochastic characteristics, posing significant challenges to precise prediction. To address this issue, this paper proposes a novel wavelet-LNN model, integrating the strengths of wavelet decomposition and liquid neural networks (LNNs). Initially, multi-scale wavelet decomposition is applied to the original traffic flow data to yield approximation components and detailed components. Subsequently, each component is trained using the LNN. Ultimately, the predicted results of all components of the LNN models are aggregated to derive the final traffic flow prediction. The experiments conducted on four highway datasets demonstrate that the proposed wavelet-LNN model surpasses SVR, LSSVM, LSTM, TCN, and transformer models in prediction performance across R2, MSE, and MAE metrics. Notably, the wavelet-LNN model features the fewest parameters (<2% of typical deep learning models). Full article
Show Figures

Figure 1

21 pages, 1427 KiB  
Article
Cellular Automata for Optimization of Traffic Emission and Flow Dynamics in Two-Route Systems Using Feedback Information
by Rachid Marzoug, Noureddine Lakouari, José Roberto Pérez Cruz, Beatriz Castillo-Téllez, Gerardo Alberto Mejía-Pérez and Omar Bamaarouf
Infrastructures 2025, 10(5), 120; https://doi.org/10.3390/infrastructures10050120 - 14 May 2025
Viewed by 576
Abstract
Managing emissions and congestion in urban transportation systems is a growing challenge, particularly when traffic dynamics are influenced by real-time conditions and infrastructure constraints. This study addresses this issue by proposing a cellular automata-based model to analyze traffic emissions and flow dynamics in [...] Read more.
Managing emissions and congestion in urban transportation systems is a growing challenge, particularly when traffic dynamics are influenced by real-time conditions and infrastructure constraints. This study addresses this issue by proposing a cellular automata-based model to analyze traffic emissions and flow dynamics in two-route traffic systems under one-directional flow conditions, incorporating various real-time information feedback strategies. Unlike previous studies, the proposed model integrates key components of urban infrastructure, such as lane-changing dynamics, traffic signalization, and vehicle-type heterogeneity, along with operational factors including entry rates, exit probabilities, and the number of waiting vehicles. The model aims to fill a gap in existing emission studies by capturing the dynamics of heterogeneous, multi-lane systems with integrated feedback mechanisms. These considerations provide valuable insights into traffic management and emission mitigation strategies. The analysis reveals that prioritizing information feedback from the system entrance, rather than relying on feedback from the entire system, more effectively reduces traffic emissions. Additionally, the Vehicle Number Feedback Strategy (VNFS) proved to be the most effective, reducing the number of waiting vehicles and consequently lowering CO2 emissions. Furthermore, simulation results indicate that for entry rate values below approximately 0.4, asymmetrical lane-changing generates higher emissions, whereas symmetrical lane-changing yields elevated emissions when entry rate surpasses this threshold. Overall, this research contributes to advancing the understanding of traffic management strategies and offers actionable insights for emissions mitigation in two-route systems, with potential applications in intelligent transportation infrastructure. Full article
(This article belongs to the Special Issue Smart Mobility and Transportation Infrastructure)
Show Figures

Figure 1

29 pages, 10730 KiB  
Article
Connected and Automated Vehicle Trajectory Control in Stochastic Heterogeneous Traffic Flow with Human-Driven Vehicles Under Communication Delay and Disturbances
by Meiqi Liu, Yang Chen and Ruochen Hao
Actuators 2025, 14(5), 246; https://doi.org/10.3390/act14050246 - 13 May 2025
Viewed by 578
Abstract
In this paper, we study the stability of the stochastically heterogeneous traffic flow involving connected and automated vehicles (CAVs) and human-driven vehicles (HDVs). Taking the stochasticity of vehicle arrivals and behaviors into account, a general robust H platoon controller is proposed to [...] Read more.
In this paper, we study the stability of the stochastically heterogeneous traffic flow involving connected and automated vehicles (CAVs) and human-driven vehicles (HDVs). Taking the stochasticity of vehicle arrivals and behaviors into account, a general robust H platoon controller is proposed to address the communication delay and unexpected disturbances such as prediction or perception errors on HDV motions. To simplify the problem complexity from a stochastically heterogeneous traffic flow to multiple long vehicle control problems, three types of sub-platoons are identified according to the CAV arrivals, and each sub-platoon can be treated as a long vehicle. The car-following behaviors of HDVs and CAVs are simulated using the optimal velocity model (OVM) and the cooperative adaptive cruise control (CACC) system, respectively. Later, the robust H platoon controller is designed for a pair of a CAV long vehicle and an HDV long vehicle. The time-lagged system and the closed-loop system are formulated and the H state feedback controller is designed. The robust stability and string stability of the heterogeneous platoon system are analyzed using the H norm of the closed-loop transfer function and the time-lagged bounded real lemma, respectively. Simulation experiments are conducted considering various settings of platoon sizes, communication delays, disturbances, and CAV penetration rates. The results show that the proposed H controller is robust and effective in stabilizing disturbances in the stochastically heterogeneous traffic flow and is scalable to arbitrary sub-platoons in various CAV penetration rates in the heterogeneous traffic flow of road vehicles. The advantages of the proposed method in stabilizing heterogeneous traffic flow are verified in comparison with a typical car-following model and the linear quadratic regulator. Full article
(This article belongs to the Special Issue Motion Planning, Trajectory Prediction, and Control for Robotics)
Show Figures

Figure 1

19 pages, 1294 KiB  
Article
A Dynamic Multi-Graph Convolutional Spatial-Temporal Network for Airport Arrival Flow Prediction
by Yunyang Huang, Hongyu Yang and Zhen Yan
Aerospace 2025, 12(5), 395; https://doi.org/10.3390/aerospace12050395 - 30 Apr 2025
Viewed by 472
Abstract
In air traffic systems, aircraft trajectories between airports are monitored by the radar networking system forming dynamic air traffic flow. Accurate airport arrival flow prediction is significant in implementing large-scale intelligent air traffic flow management. Despite years of studies to improve prediction precision, [...] Read more.
In air traffic systems, aircraft trajectories between airports are monitored by the radar networking system forming dynamic air traffic flow. Accurate airport arrival flow prediction is significant in implementing large-scale intelligent air traffic flow management. Despite years of studies to improve prediction precision, most existing methods only focus on a single airport or simplify the traffic network as a static and simple graph. To mitigate this shortage, we propose a hybrid neural network method, called Dynamic Multi-graph Convolutional Spatial-Temporal Network (DMCSTN), to predict network-level airport arrival flow considering the multiple operation constraints and flight interactions among airport nodes. Specifically, in the spatial dimension, a novel dynamic multi-graph convolutional network is designed to adaptively model the heterogeneous and dynamic airport networks. It enables the proposed model to dynamically capture informative spatial correlations according to the input traffic features. In the temporal dimension, an enhanced self-attention mechanism is utilized to mine the arrival flow evolution patterns. Experiments on a real-world dataset from an ATFM system validate the effectiveness of DMCSTN for arrival flow forecasting tasks. Full article
(This article belongs to the Section Air Traffic and Transportation)
Show Figures

Figure 1

21 pages, 11194 KiB  
Article
A Dynamic Regional-Aggregation-Based Heterogeneous Graph Neural Network for Traffic Prediction
by Xiangting Liu, Chengyuan Qian and Xueyang Zhao
Mathematics 2025, 13(9), 1458; https://doi.org/10.3390/math13091458 - 29 Apr 2025
Viewed by 704
Abstract
Traffic flow prediction, crucial for intelligent transportation systems, has seen advancements with graph neural networks (GNNs), yet existing methods often fail to distinguish between the importance of different intersections. These methods usually model all intersections uniformly, overlooking significant differences in traffic flow characteristics [...] Read more.
Traffic flow prediction, crucial for intelligent transportation systems, has seen advancements with graph neural networks (GNNs), yet existing methods often fail to distinguish between the importance of different intersections. These methods usually model all intersections uniformly, overlooking significant differences in traffic flow characteristics and influence ranges between ordinary and important nodes. To tackle this, this study introduces a dynamic regional-aggregation-based heterogeneous graph neural network (DR-HGNN). This model categorizes intersections into two types—ordinary and important—to apply tailored feature aggregation strategies. Ordinary intersections aggregate features based on local neighborhood information, whereas important intersections utilize deeper neighborhood diffusion and multi-hop dependencies to capture broader traffic influences. The DR-HGNN model also employs a dynamic graph structure to reflect temporal changes in traffic flows, alongside an attention mechanism for adaptive regional feature aggregation, enhancing the identification of critical traffic nodes. Demonstrating its efficacy, the DR-HGNN achieved 19.2% and 15.4% improvements in the RMSE over 50 min predictions in the METR-LA and PEMS-BAY datasets, respectively, offering a more precise prediction method for traffic management. Full article
(This article belongs to the Special Issue Modern Methods and Applications Related to Integrable Systems)
Show Figures

Figure 1

20 pages, 4917 KiB  
Article
Adaptive Analysis of Freeway Off-Ramps Incorporating Heterogeneous Traffic Flows
by Zixuan Zhang, Zhenxing Niu, Yichen Liu and Yan Li
Infrastructures 2025, 10(4), 88; https://doi.org/10.3390/infrastructures10040088 - 6 Apr 2025
Viewed by 511
Abstract
Highway exit ramps play a crucial role in ensuring the safe and efficient operation of road networks. As automated vehicles progressively integrate into highways, it is essential to investigate whether these exit ramps can accommodate the safe and efficient operation of heterogeneous traffic [...] Read more.
Highway exit ramps play a crucial role in ensuring the safe and efficient operation of road networks. As automated vehicles progressively integrate into highways, it is essential to investigate whether these exit ramps can accommodate the safe and efficient operation of heterogeneous traffic flows. This study constructed a basic simulation test using the SUMO simulation platform to analyze the adaptability of motorway exit ramps in a heterogeneous traffic environment. The simulation model incorporated the Krauss car-following model for the longitudinal dynamics of manual-driving vehicles, the ACC/CACC car-following model for automated vehicles, the LC2013 lane-changing model for manual-driving vehicles, and the game-theoretic lane-changing model for automated vehicles. The results reveal that in the absence of automated vehicles, the comprehensive cost is minimized with a deceleration lane length of 215 m, offering superior adaptability compared to the current standard of 180 m. As the proportion of automated vehicles gradually increases to surpass 40%, the rate of improvement in traffic flow, operational speed, and overall operational costs diminishes. Under these conditions, heterogeneous traffic flows exhibit limited adaptability to the existing road infrastructure. However, when the deceleration lane is extended to 200 m, the exit ramp shows optimal adaptability for heterogeneous traffic flows. Full article
Show Figures

Figure 1

26 pages, 5256 KiB  
Article
Influence of Differentiated Tolling Strategies on Route Choice Behavior of Heterogeneous Highway Users
by Xinyu Dong, Yuekai Zeng, Ruyi Luo, Nengchao Lyu, Da Xu and Xincong Zhou
Future Transp. 2025, 5(2), 41; https://doi.org/10.3390/futuretransp5020041 - 3 Apr 2025
Viewed by 577
Abstract
The differential toll policy has emerged as an effective method for regulating expressway traffic flow and has positively impacted the efficiency of vehicular movement, as well as balanced the spatial and temporal distribution of the road network. However, the acceptance of differentiated charging [...] Read more.
The differential toll policy has emerged as an effective method for regulating expressway traffic flow and has positively impacted the efficiency of vehicular movement, as well as balanced the spatial and temporal distribution of the road network. However, the acceptance of differentiated charging policies and the range of rates associated with these policies warrant further investigation. This study employs both revealed preference (RP) and stated preference (SP) survey methods to assess users’ willingness to accept the current differentiated toll scheme and to analyze the proportion of users opting for alternative travel routes and their behavioral characteristics in simulated scenarios. Additionally, we construct a Structural Equation Model-Latent Class Logistics (SEM-LCL) to explore the mechanisms influencing differentiated toll road alternative travel choices while considering user heterogeneity. The findings indicate that different tolling strategies and discount rates attract users variably. The existing differentiated tolling scheme—based on road sections, time periods, and payment methods—significantly affects users’ choices of alternative routes, with the impact of tolling based on vehicle type being especially pronounced for large trucks. The user population is heterogeneous and can be categorized into three distinct groups: rate-sensitive, information-promoting, and conservative-rejecting. Furthermore, the willingness to consider alternative travel routes is significantly influenced by factors such as gender, age, driving experience, vehicle type, travel time, travel distance, payment method, and past differential toll experiences. The results of this study provide valuable insights for highway managers to establish optimal toll rates and implement dynamic flow regulation strategies while also guiding users in selecting appropriate driving routes. Full article
Show Figures

Figure 1

Back to TopTop