SearcharxivSearch

arXiv subjects

Nathan Huynh

Publications and source records attributed to Nathan Huynh.

16 recordsLinked to original sources

Infrastructure Sensor-enabled Vehicle Data Generation using Multi-Sensor Fusion for Proactive Safety Applications at Work Zone

Infrastructure-based sensing and real-time trajectory generation show promise for improving safety in high-risk roadway segments such as work zones, yet practical deployments are hindered by perspective distortion, complex geometry, occlusions, and costs. This study tackles these barriers by integrating roadside camera and LiDAR sensors into a cosimulation environment to develop a scalable, cost-effective vehicle detection and localization framework, and employing a Kalman Filter-based late fusion strategy to enhance trajectory consistency and accuracy. In simulation, the fusion algorithm reduced longitudinal error by up to 70 percent compared to individual sensors while preserving lateral accuracy within 1 to 3 meters. Field validation in an active work zone, using LiDAR, a radar-camera rig, and RTK-GPS as ground truth, demonstrated that the fused trajectories closely match real vehicle paths, even when single-sensor data are intermittent or degraded. These results confirm that KF based sensor fusion can reliably compensate for individual sensor limitations, providing precise and robust vehicle tracking capabilities. Our approach thus offers a practical pathway to deploy infrastructure-enabled multi-sensor systems for proactive safety measures in complex traffic environments.

cs.CV

Automatic Network Planning with Digital Radio Twin

Network planning seeks to determine base station parameters that maximize coverage and capacity in cellular networks. However, achieving optimal planning remains challenging due to the diversity of deployment scenarios and the significant simulation-to-reality discrepancy. In this paper, we propose \emph{AutoPlan}, a new automatic network planning framework by leveraging digital radio twin (DRT) techniques. We derive the DRT by finetuning the parameters of building materials to reduce the sim-to-real discrepancy based on crowdsource real-world user data. Leveraging the DRT, we design a Bayesian optimization based algorithm to optimize the deployment parameters of base stations efficiently. Using the field measurement from Husker-Net, we extensively evaluate \emph{AutoPlan} under various deployment scenarios, in terms of both coverage and capacity. The evaluation results show that \emph{AutoPlan} flexibly adapts to different scenarios and achieves performance comparable to exhaustive search, while requiring less than 2\% of its computation time.

cs.NI

Infrastructure-enabled risk assessment of hazardous road conditions on rural roads during inclement weather

Rural roadways often expose Commercial Motor Vehicle (CMV) drivers to hazardous conditions, such as heavy fog, rain, snow, black ice, and flash floods, many of which remain unreported in real time. This lack of timely information, coupled with limited infrastructure in rural areas, significantly increases the risk of crashes. Although various sensing technologies exist to monitor individual hazards like low visibility or surface friction, they rarely assess the combined driving risk posed by multiple simultaneous hazards, nor do they provide actionable recommendations such as safe advisory speeds. To address this critical gap, in this study, we present a roadway hazard risk assessment framework that provides an approach to quantify the probability and severity of crash occurrences due to specific roadway hazards. To evaluate this framework, we presented a case study by constructing a synthetic "year-long" dataset that encompasses every possible pairing of road surface and visibility conditions. Our analysis confirms that the combined ProbabilitySeverity scoring yields a coherent, stepwise risk profile across all hazard scenarios. These results validate the practicality of our risk assessment approach and provide a foundation for deploying graduated safety measures in real-world roadway operations.

cs.CE

Historical Prediction Attention Mechanism based Trajectory Forecasting for Proactive Work Zone Safety in a Digital Twin Environment

Proactive safety systems aim to mitigate risks by anticipating potential conflicts between vehicles and enabling early intervention to prevent work zone-related crashes. This study presents an infrastructure-enabled proactive work zone safety warning system that leverages a Digital Twin environment, integrating real-time multi-sensor data, detailed High-Definition (HD) maps, and a historical prediction attention mechanism-based trajectory prediction model. Using a co-simulation environment that combines Simulation of Urban MObility (SUMO) and CAR Learning to Act (CARLA) simulators, along with Lanelet2 HD maps and the Historical Prediction Network (HPNet) model, we demonstrate effective trajectory prediction and early warning generation for vehicle interactions in freeway work zones. To evaluate the accuracy of predicted trajectories, we use two standard metrics: Joint Average Displacement Error (ADE) and Joint Final Displacement Error (FDE). Specifically, the infrastructure-enabled HPNet model demonstrates superior performance on the work-zone datasets generated from the co-simulation environment, achieving a minimum Joint FDE of 0.3228 meters and a minimum Joint ADE of 0.1327 meters, lower than the benchmarks on the Argoverse (minJointFDE: 1.0986 m, minJointADE: 0.7612 m) and Interaction (minJointFDE: 0.8231 m, minJointADE: 0.2548 m) datasets. In addition, our proactive safety warning generation application, utilizing vehicle bounding boxes and probabilistic conflict modeling, demonstrates its capability to issue alerts for potential vehicle conflicts.

cs.OH

Lessons Learned from the Real-World Deployment of Multi-Sensor Fusion for Proactive Work Zone Safety Application

Proactive safety systems that anticipate and mitigate traffic risks before incidents occur are increasingly recognized as essential for improving work zone safety. Unlike traditional reactive methods, these systems rely on real-time sensing, trajectory prediction, and intelligent infrastructure to detect potential hazards. Existing simulation-based studies often overlook, and real-world deployment studies rarely discuss the practical challenges associated with deploying such systems in operational settings, particularly those involving roadside infrastructure and multi-sensor integration and fusion. This study addresses that gap by presenting deployment insights and technical lessons learned from a real-world implementation of a multi-sensor safety system at an active bridge repair work zone along the N-2/US-75 corridor in Lincoln, Nebraska. The deployed system combines LiDAR, radar, and camera sensors with an edge computing platform to support multi-modal object tracking, trajectory fusion, and real-time analytics. Specifically, this study presents key lessons learned across three critical stages of deployment: (1) sensor selection and placement, (2) sensor calibration, system integration, and validation, and (3) sensor fusion. Additionally, we propose a predictive digital twin framework that leverages fused trajectory data for early conflict detection and real-time warning generation, enabling proactive safety interventions.

cs.OH

RedAHD: Reduction-Based End-to-End Automatic Heuristic Design with Large Language Models

Solving NP-hard combinatorial optimization problems (COPs) (e.g., traveling salesman problems (TSPs) and capacitated vehicle routing problems (CVRPs)) in practice traditionally involves handcrafting heuristics or specifying a search space for finding effective heuristics. The main challenges from these approaches, however, are the sheer amount of domain knowledge and implementation efforts required from human experts. Recently, significant progress has been made to address these challenges, particularly by using large language models (LLMs) to design heuristics within some predetermined generalized algorithmic framework (GAF, e.g., ant colony optimization and guided local search) for building key functions/components (e.g., a priori information on how promising it is to include each edge in a solution for TSP and CVRP). Although existing methods leveraging this idea have shown to yield impressive optimization performance, they are not fully end-to-end and still require considerable manual interventions. In this paper, we propose a novel end-to-end framework, named RedAHD, that enables these LLM-based heuristic design methods to operate without the need of GAFs. More specifically, RedAHD employs LLMs to automate the process of reduction, i.e., transforming the COP at hand into similar COPs that are better-understood, from which LLM-based heuristic design methods can design effective heuristics for directly solving the transformed COPs and, in turn, indirectly solving the original COP. Our experimental results, evaluated on six COPs, show that RedAHD is capable of designing heuristics with competitive or improved results over the state-of-the-art methods with minimal human involvement.

cs.LG

Data Analytics for Intermodal Freight Transportation Applications

With the growth of intermodal freight transportation, it is important that transportation planners and decision makers are knowledgeable about freight flow data to make informed decisions. This is particularly true with Intelligent Transportation Systems (ITS) offering new capabilities to intermodal freight transportation. Specifically, ITS enables access to multiple different data sources, but they have different formats, resolution, and time scales. Thus, knowledge of data science is essential to be successful in future ITS-enabled intermodal freight transportation system. This chapter discusses the commonly used descriptive and predictive data analytic techniques in intermodal freight transportation applications. These techniques cover the entire spectrum of univariate, bivariate, and multivariate analyses. In addition to illustrating how to apply these techniques through relatively simple examples, this chapter will also show how to apply them using the statistical software R. Additional exercises are provided for those who wish to apply the described techniques to more complex problems.

stat.ME

Reliable Routing of Road-Rail Intermodal Freight under Uncertainty

Transportation infrastructures, particularly those supporting intermodal freight, are vulnerable to natural disasters and man-made disasters that could lead to severe service disruptions. These disruptions can drastically degrade the capacity of a transportation mode and consequently have adverse impacts on intermodal freight transport and freight supply chain. To address service disruption, this paper develops a model to reliably route freight in a road-rail intermodal network. Specifically, the model seeks to provide the optimal route via road segments (highway links), rail segments (rail lines), and intermodal terminals for freight when the network is subject to capacity uncertainties. To ensure reliability, the model plans for reduced network link, node, and intermodal terminal capacity. A major contribution of this work is that a framework is provided to allow decision makers to determine the amount of capacity reduction to consider in planning routes to obtain a user-specified reliability level. The proposed methodology is demonstrated using a real-world intermodal network in the Gulf Coast, Southeastern, and Mid-Atlantic regions of the United States. It is found that the total system cost increases with the level of capacity uncertainty and with increased confidence levels for disruptions at links, nodes, and intermodal terminals.

math.OC

Truck-Involved Crashes Injury Severity Analysis for Different Lighting Conditions on Rural and Urban Roadways

This paper investigates factors affecting injury severity of crashes involving trucks for different lighting conditions on rural and urban roadways. It uses 2009-2013 Ohio crash data from the Highway Safety Information System. The explanatory factors include the occupant, vehicle, collision, roadway, temporal and environmental characteristics. Six separate mixed logit models were developed considering three lighting conditions (daylight, dark, and dark-lighted) on two area types (rural and urban). A series of log-likelihood ratio tests were conducted to validate that these six separate models by lighting conditions and area types are warranted. The model results suggest major differences in both the combination and the magnitude of impact of variables included in each model. Some variables were significant only in one lighting condition but not in other conditions. Similarly, some variables were found to be significant in one area type but not in other area type. These differences show that the different lighting conditions and area types do in fact have different contributing effects on injury severity in truck-involved crashes, further highlighting the importance of examining crashes based on lighting conditions on rural and urban roadways. Age and gender of occupant (who is the most severely injured in a crash), truck types, AADT, speed, and weather condition were found to be factors that have significantly different levels of impact on injury severity in truck-involved crashes.

stat.AP

Injury Severity Analysis of Truck-Involved Crashes under Different Weather Conditions

This paper investigates truck-involved crashes to determine the statistically significant factors that contribute to injury severity under different weather conditions. The analysis uses crash data from the state of Ohio between 2011 and 2015 available from the Highway Safety Information System. To determine if weather conditions should be considered separately for truck safety analyses, parameter transferability tests are conducted; the results suggest that weather conditions should be modeled separately with a high level of statistical confidence. To this end, three separate mixed logit models are estimated for three different weather conditions: normal, rain and snow. The estimated models identify a variety of statistically significant factors influencing the injury severity. Different weather conditions are found to have different contributing effects on injury severity in truck-involved crashes. Rural, rear-end and sideswipe crash parameters were found to have significantly different levels of impact on injury severity. Based on the findings of this study, several countermeasures are suggested: 1) safety and enforcement programs should focus on female truck drivers, 2) a variable speed limit sign should be used to lower speeds of trucks during rainy condition, and 3) trucks should be restricted or prohibited on non-interstates during rainy and snowy conditions. These countermeasures could reduce the number and severity of truck-involved crashes under different weather conditions.

stat.AP

Evaluation of Google's Voice Recognition and Sentence Classification for Health Care Applications

This study examined the use of voice recognition technology in perioperative services (Periop) to enable Periop staff to record workflow milestones using mobile technology. The use of mobile technology to improve patient flow and quality of care could be facilitated if such voice recognition technology could be made robust. The goal of this experiment was to allow the Periop staff to provide care without being interrupted with data entry and querying tasks. However, the results are generalizable to other situations where an engineering manager attempts to improve communication performance using mobile technology. This study enhanced Google's voice recognition capability by using post-processing classifiers (i.e., bag-of-sentences, support vector machine, and maximum entropy). The experiments investigated three factors (original phrasing, reduced phrasing, and personalized phrasing) at three levels (zero training repetition, 5 training repetitions, and 10 training repetitions). Results indicated that personal phrasing yielded the highest correctness and that training the device to recognize an individual's voice improved correctness as well. Although simplistic, the bag-of-sentences classifier significantly improved voice recognition correctness. The classification efficiency of the maximum entropy and support vector machine algorithms was found to be nearly identical. These results suggest that engineering managers could significantly enhance Google's voice recognition technology by using post-processing techniques, which would facilitate its use in health care and other applications.

eess.AS

Freight Traffic Assignment Methodology for Large-Scale Road-Rail Intermodal Networks

A methodology is proposed for freight traffic assignment in large-scale road-rail intermodal networks. To obtain the user-equilibrium freight flows, a path-based assignment algorithm (gradient projection) was proposed. The developed methodology was tested on the U.S. intermodal network by using the 2007 freight demand for truck, rail, and road-rail intermodal from the Freight Analysis Framework, Version 3 (FAF3). The results indicate that the proposed methodology's projected flow pattern is similar to the FAF3 assignment. The proposed methodology can be used by transportation planners and decision makers to forecast freight flows and to evaluate strategic network expansion options.

math.OC

Routing Model for Multicommodity Freight in an Intermodal Network under Disruptions

This paper presents a mathematical model for the routing of multicommodity freight in an intermodal network under disruptions. A stochastic mixed-integer program was formulated to minimize not only operational costs of various modes and transfer costs at terminals but also penalty costs associated with unsatisfied demands. The sample average approximation algorithm was used to solve this challenging problem. The developed model was then applied to two networks-a hypothetical 15-node network and an actual intermodal network in the Gulf Coast, Southeastern, and Mid-Atlantic regions of the United States-to demonstrate its applicability with explicit consideration of disruptions at links, nodes, and terminals. The model results indicated that during disruptions, goods in the study region should be shipped by road-rail intermodal network because of the built-in redundancy of the freight transport network. Additionally, the routes generated by the model were found to be more robust than those typically used by freight carriers.

math.OC

Assignment of Freight Traffic in a Large-Scale Intermodal Network under Uncertainty

This paper presents a methodology for freight traffic assignment in a large-scale road-rail intermodal network under uncertainty. Network uncertainties caused by natural disasters have dramatically increased in recent years. Several of these disasters (e.g., Hurricane Sandy, Mississippi River Flooding, and Hurricane Harvey) severely disrupted the U.S. freight transportation network, and consequently, the supply chain. To account for these network uncertainties, a stochastic freight traffic assignment model is formulated. An algorithmic framework, involving the sample average approximation and gradient projection algorithm, is proposed to solve this challenging problem. The developed methodology is tested on the U.S. intermodal network with freight flow data from the Freight Analysis Framework. The experiments consider three types of natural disasters that have different risks and impacts on transportation networks: earthquakes, hurricanes, and floods. It is found that for all disaster scenarios, freight ton-miles are higher compared to the base case without uncertainty. The increase in freight ton-miles is the highest under the flooding scenario; this is because there are more states in the flood-risk areas, and they are scattered throughout the U.S.

math.OC

Improved Grey System Models for Predicting Traffic Parameters

In transportation applications such as real-time route guidance, ramp metering, congestion pricing and special events traffic management, accurate short-term traffic flow prediction is needed. For this purpose, this paper proposes several novel \textit{online} Grey system models (GM): GM(1,1$|cos(ωt)$), GM(1,1$|sin(ωt)$, $cos(ωt)$), and GM(1,1$|e^{-at}$,$sin(ωt)$,$cos(ωt)$). To evaluate the performance of the proposed models, they are compared against a set of benchmark models: GM(1,1) model, Grey Verhulst models with and without Fourier error corrections, linear time series model, and nonlinear time series model. The evaluation is performed using loop detector and probe vehicle data from California, Virginia, and Oregon. Among the benchmark models, the error corrected Grey Verhulst model with Fourier outperformed the GM(1,1) model, linear time series, and non-linear time series models. In turn, the three proposed models, GM(1,1$|cos(ωt)$), GM(1,1$|sin(ωt)$,$cos(ωt)$), and GM(1,1$|e^{-at}$,$sin(ωt)$,$cos(ωt)$), outperformed the Grey Verhulst model in prediction by at least $65\%$, $16\%$, and $11\%$, in terms of Root Mean Squared Error, and by $82\%$, $58\%$, and $42\%$, in terms of Mean Absolute Percentage Error, respectively. It is observed that the proposed Grey system models are more adaptive to location (e.g., perform well for all roadway types) and traffic parameters (e.g., speed, travel time, occupancy, and volume), and they do not require as many data points for training (4 observations are found to be sufficient).

stat.AP

Development of Statewide AADT Estimation Model from Short-Term Counts: A Comparative Study for South Carolina

Annual Average Daily Traffic (AADT) is an important parameter used in traffic engineering analysis. Departments of Transportation (DOTs) continually collect traffic count using both permanent count stations (i.e., Automatic Traffic Recorders or ATRs) and temporary short-term count stations. In South Carolina, 87% of the ATRs are located on interstates and arterial highways. For most secondary highways (i.e., collectors and local roads), AADT is estimated based on short-term counts. This paper develops AADT estimation models for different roadway functional classes with two machine learning techniques: Artificial Neural Network (ANN) and Support Vector Regression (SVR). The models aim to predict AADT from short-term counts. The results are first compared against each other to identify the best model. Then, the results of the best model are compared against a regression method and factor-based method. The comparison reveals the superiority of SVR for AADT estimation for different roadway functional classes over all other methods. Among all developed models for different functional roadway classes, the SVR-based model shows a minimum root mean square error (RMSE) of 0.22 and a mean absolute percentage error (MAPE) of 11.3% for the interstate/expressway functional class. This model also shows a higher R-squared value compared to the traditional factor-based model and regression model. SVR models are validated for each roadway functional class using the 2016 ATR data and selected short-term count data collected by the South Carolina Department of Transportation (SCDOT). The validation results show that the SVR-based AADT estimation models can be used by the SCDOT as a reliable option to predict AADT from the short-term counts.

cs.LG