392 research outputs found

    An incident detection method considering meteorological factor with fuzzy logic

    Get PDF
    To improve the performance of automatic incident detection algorithm under extreme weather conditions, this paper introduces an innovative method to quantify the relationship between multiple weather parameters and the occurrence of traffic incident as the meteorological influencing factor, and combines the factor with traffic parameters to improve the effect of detection. The new algorithm consists of two modules: meteorological influencing factor module and incident detection module. The meteorological influencing factor module based on fuzzy logic is designed to determine the factor. On the basis of learning vector quantization (LVQ) neural network, the new incident detection module uses the factor and traffic parameters to detect incidents. The algorithm is tested with data collected from a typical freeway in Chongqing, China. Also, the performance of the algorithm is evaluated by the common criteria of detection rate (DR), false alarm rate (FAR) and mean time to detection (MTTD). The experiments conducted on the field data study the influence of different algorithm architectures exerted on the detection performance. In addition, comparative experiments are performed. The experimental results have demonstrated that the proposed algorithm has higher DR, lower FAR than the contrast algorithms, and the proposed algorithm has better potential for the application of freeway automatic incident detection

    Incorporating General Incident Knowledge into Automatic Incident Detection: A Markov Logic Network Method

    Get PDF
    Automatic incident detection (AID) algorithms have been studied for more than 50 years. However, due to the development in some competing technologies such as cell phone call based detection, video detection, the importance of AID in traffic management has been decreasing over the years. In response to such trend, AID researchers introduced new universal and transferability requirements in addition to the traditional performance measures. Based on these requirements, the recent effort of AID research has been focused on applying new artificial intelligence (AI) models into incident detection and significant performance improvement has been observed comparing to earlier models. To fully address the new requirements, the existing AI models still have some limitations including 1) the black-box characteristics, 2) the overfitting issue, and 3) the requirement for clean, large, and accurate training data. Recently, Bayesian network (BN) based AID algorithm showed promising potentials in partially overcoming the above limitations with its open structure and explicit stochastic interpretation of incident knowledge. But BN still has its limitations such as the enforced cause-effect relationship among BN nodes and its Bayesian type of logic inference. In 2006, another more advanced statistical inference network, Markov Logic Network (MLN), was proposed in computer science, which can effectively overcome some limitations of BN and also bring the flexibility of applying various knowledge. In this study, an MLN-based AID algorithm is proposed. The proposed algorithm can interpret general types of traffic flow knowledge, not necessarily causality relationships. Meanwhile, a calibration method is also proposed to effective train the MLN. The algorithm is evaluated based on field data, collected at I-894 corridor in Milwaukee, WI. The results indicate promising potentials of the application of MLN in incident detection

    Incident duration time prediction using a supervised topic modeling method

    Get PDF
    Precisely predicting the duration time of an incident is one of the most prominent components to implement proactive management strategies for traffic congestions caused by an incident. This thesis presents a novel method to predict incident duration time in a timely manner by using an emerging supervised topic modeling method. Based on Natural Language Processing (NLP) techniques, this thesis performs semantic text analyses with text-based incident dataset to train the model. The model is trained with actual 1,466 incident records collected by Korea Expressway Corporation from 2016-2019 by applying a Labeled Latent Dirichlet Allocation(L-LDA) approach. For the training, this thesis divides the incident duration times into two groups: shorter than 2-hour and longer than 2-hour, based on the MUTCD incident management guideline. The model is tested with randomly selected incident records that have not been used for the training. The results demonstrate that the overall prediction accuracies are approximately 74% and 82% for the incidents shorter and longer than 2-hour, respectively

    Evaluation of Parametric and Nonparametric Statistical Models in Wrong-way Driving Crash Severity Prediction

    Get PDF
    Wrong-way driving (WWD) crashes result in more fatalities per crash, involve more vehicles, and cause extended road closures compared to other types of crashes. Although crashes involving wrong-way drivers are relatively few, they often lead to fatalities and serious injuries. Researchers have been using parametric statistical models to identify factors that affect WWD crash severity. However, these parametric models are generally based on several assumptions, and the results could generate numerous errors and become questionable when these assumptions are violated. On the other hand, nonparametric methods such as data mining or machine learning techniques do not use a predetermined functional form, can address the correlation problem among independent variables, display results graphically, and simplify the potential complex relationship between the variables. The main objective of this research was to demonstrate the applicability of nonparametric statistical models in successfully identifying factors affecting traffic crash severity. To achieve this goal, the performance of parametric and nonparametric statistical models in WWD crash severity prediction was evaluated. The following parametric methods were evaluated: Logistic Regression (LR), Ridge Regression (RR), Least Absolute Shrinkage and Selection Operator (LASSO), Linear Discriminant Analysis (LDA), and Gaussian Naïve Bayes (GNB). The following nonparametric methods were evaluated: Random Forests (RF), Decision Trees (DT), and Support Vector Machine (SVM). The evaluation was based on sensitivity, specificity, and prediction accuracy. The research also demonstrated the applicability of nonparametric supervised learning algorithms on crash severity analysis by combining tree-based data mining techniques and marginal effect analysis to show the correlation between the response and the predictor variables. The analysis was based on 1,475 WWD crashes that occurred on arterial road networks from 2012-2016 in Florida. The results showed that nonparametric models provided better prediction accuracy on predicting serious injury compared to parametric models. By conducting prediction accuracy comparison, contributor variables’ marginal effect analysis, variable importance evaluation, and crash severity pattern recognition analysis, the nonparametric models have been demonstrated to be valid and proved to serve as an alternative tool in transportation safety studies. The results showed that head-on collisions, weekends, high-speed facilities, crashes involving vehicles entering from a driveway, dark-not lighted roadways, older drivers, and driver impairment are important factors that play a crucial role in WWD crash severity on non-limited access facilities. This information may assist researchers and safety engineers in identifying specific strategies to reduce the severity of WWD crashes on arterial streets. Besides unveiling the factors contributing to WWD crash severity and their relationship with each other, this research has demonstrated the potential of using data mining techniques in yielding results that are easily understandable and interpretable

    An incident detection method considering meteorological factor with fuzzy logic

    Get PDF
    To improve the performance of automatic incident detection algorithm under extreme weather conditions, this paper introduces an innovative method to quantify the relationship between multiple weather parameters and the occurrence of traffic incident as the meteorological influencing factor, and combines the factor with traffic parameters to improve the effect of detection. The new algorithm consists of two modules: meteorological influencing factor module and incident detection module. The meteorological influencing factor module based on fuzzy logic is designed to determine the factor. On the basis of learning vector quantization (LVQ) neural network, the new incident detection module uses the factor and traffic parameters to detect incidents. The algorithm is tested with data collected from a typical freeway in Chongqing, China. Also, the performance of the algorithm is evaluated by the common criteria of detection rate (DR), false alarm rate (FAR) and mean time to detection (MTTD). The experiments conducted on the field data study the influence of different algorithm architectures exerted on the detection performance. In addition, comparative experiments are performed. The experimental results have demonstrated that the proposed algorithm has higher DR, lower FAR than the contrast algorithms, and the proposed algorithm has better potential for the application of freeway automatic incident detection

    Analysis of factors contributing to the severity of large truck crashes

    Get PDF
    Crashes that involved large trucks often result in immense human, economic, and social losses. To prevent and mitigate severe large truck crashes, factors contributing to the severity of these crashes need to be identified before appropriate countermeasures can be explored. In this research, we applied three tree‐based machine learning (ML) techniques, i.e., random forest (RF), gradient boost decision tree (GBDT), and adaptive boosting (AdaBoost), to analyze the factors contributing to the severity of large truck crashes. Besides, a mixed logit model was developed as a baseline model to compare with the factors identified by the ML models. The analysis was performed based on the crash data collected from the Texas Crash Records Information System (CRIS) from 2011 to 2015. The results of this research demonstrated that the GBDT model outperforms other ML methods in terms of its prediction accuracy and its capability in identifying more contributing factors that were also identified by the mixed logit model as significant factors. Besides, the GBDT method can effectively identify both categorical and numerical factors, and the directions and magnitudes of the impacts of the factors identified by the GBDT model are all reasonable and explainable. Among the identified factors, driving under the influence of drugs, alcohol, and fatigue are the most important factors contributing to the severity of large truck crashes. In addition, the exists of curbs and medians and lanes and shoulders with sufficient width can prevent severe large truck crashes

    Shape based classification and functional forecast of traffic flow profiles

    Get PDF
    This dissertation proposes a methodology for traffic flow pattern analysis, its validation, and forecasting. The shape of the daily traffic flows are directly related to the commuter’s traffic behavior which merit analysis based on their shape characteristics. As a departure from the traditional approaches, this research proposed a methodology based on shape for traffic flow analysis. Specifically, Granulometric Size Distributions (GSDs) were used to achieve classification of daily traffic flow patterns. A mathematical morphology method was used that allows the clustering of shapes. The proposed methodology leads to discovery of interesting daily traffic phenomena such as five normal daily traffic shapes beside abnormal shapes representing accidents, congestion behavior, peak time fluctuations, and malfunctioning sensors. To ascertain the significance of shape in traffic analysis, the proposed methodology was validated through a comparative classification analysis of the original data and GSD transformed data using the Back Prorogation Neural Network (BPNN). Results demonstrated that through shape based clustering more appropriate grouping can be accomplished that can result in better estimates of model parameters. Lastly, a functional time series approach was proposed to forecast traffic flow for short and medium-term horizons. It is based on functional principal components decomposition to forecast three different traffic scenarios. Real-time forecast scenarios of partially observed traffic profiles through Penalized Least squares (PLS) technique were also demonstrated. Functional methods outperform the conventional ARIMA model in both short and medium-term forecast horizons. In addition, performance of functional methods in forecasting beyond one hour was also found to be robust and consistent. --Abstract, page iii

    DEVELOPMENT OF A TRAFFIC INCIDENT MANAGEMENT SYSTEM FOR CONTENDING WITH NON-RECURRENT HIGHWAY CONGESTION

    Get PDF
    Traffic incidents, including disabled vehicles, fire, road debris, constructions, police activities, and vehicle crashes, have long been recognized as the main contributor of congestion in highway networks and the related adverse environmental impacts. Unlike recurrent congestion, non-recurrent congestion is random in occurrence and duration owing to the nature of incidents so that it is highly unlikely to follow predetermined temporal and spatial patterns. These findings indicate the need to have an efficient and effective incident management system, including detection, response, clearance, and network-wise traffic management to contend with non-recurrent congestion. In such a system, reliably estimated incident duration, the time difference between the onset of an incident and its complete removal, plays a key role to accomplish its goal - mitigating incident-related congestions and delays. However, due to the complex interactions between factors contributing to the resulting incident duration and the difficulty in recording data at the desirable level of quality, development of such a system for incident traffic management remains at its infancy. Thus, this research has developed a methodology for estimating incident duration and has identified critical variables and their interrelationships related to incident duration using the MDSHA (the Maryland State Highway) incident database. The proposed system is composed of the sequential classifier with association rules (SCAR) and two supplemental models. This study has confirmed its reliability and robustness through a comparative study with several state-of-the-art approaches. To minimize the incident impact, this study further pursued two additional objectives: (1) development of a deployment strategy for incident response units, and (2) design of a detour decision support model for control center staff to determine the necessity of detouring traffic. To achieve the second objective, an integer programming model has been developed from a new perspective of minimizing incident-induced delay, rather than minimizing total response time in the literature. Extensive tests of the developed model's performance and a comparative analysis with other existing models have confirmed the reliability and robustness of the proposed model. To achieve the third objective, this research has first explored key factors critical to the decision for implementing detour/diversion operations. Those factors have been integrated with an Analytical Hierarchy Process (AHP) to constitute the hybrid multi-criteria decision support system. A case study with the developed system has confirmed its reliability and flexibility. The proposed incident estimation model integrated with a response unit allocation model and a detour decision model can enhance the current traffic incident management system for highway agencies to contend with freeway non-recurrent congestion and to assist traffic operators in answering some critical issues such as: "what would be the estimated duration to clear the detected incident?", "How far will the maximum queue reach?", "Can the projected delay and congestion during incident management warrant the detour operations?", and "What would be the resulting operational costs and total socio-economic benefits due to the effective detour operations?". Furthermore, such a system will be able to substantially improve the quality and efficiency of motorists' travel over congested highways

    Real-time crash prediction of urban highways using machine learning algorithms

    Get PDF
    Doctor of PhilosophyDepartment of Civil EngineeringEric J. FitzsimmonsMotor vehicle crashes in the United States continue to be a serious safety concern for state highway agencies, with over 30,000 fatal crashes reported each year. The World Health Organization (WHO) reported in 2016 that vehicle crashes were the eighth leading cause of death globally. Crashes on roadways are rare and random events that occur due to the result of the complex relationship between the driver, vehicle, weather, and roadway. A significant breadth of research has been conducted to predict and understand why crashes occur through spatial and temporal analyses, understanding information about the driver and roadway, and identification of hazardous locations through geographic information system (GIS) applications. Also, previous research studies have investigated the effectiveness of safety devices designed to reduce the number and severity of crashes. Today, data-driven traffic safety studies are becoming an essential aspect of the planning, design, construction, and maintenance of the roadway network. This can only be done with the assistance of state highway agencies collecting and synthesizing historical crash data, roadway geometry data, and environmental data being collected every day at a resolution that will help researchers develop powerful crash prediction tools. The objective of this research study was to predict vehicle crashes in real-time. This exploratory analysis compared three well-known machine learning methods, including logistic regression, random forest, support vector machine. Additionally, another methodology was developed using variables selected from random forest models that were inserted into the support vector machine model. The study review of the literature noted that this study’s selected methods were found to be more effective in terms of prediction power. A total of 475 crashes were identified from the selected urban highway network in Kansas City, Kansas. For each of the 475 identified crashes, six no-crash events were collected at the same location. This was necessary so that the predictive models could distinguish a crash-prone traffic operational condition from regular traffic flow conditions. Multiple data sources were fused to create a database including traffic operational data from the KC Scout traffic management center, crash and roadway geometry data from the Kanas Department of Transportation; and weather data from NOAA. Data were downloaded from five separate roadway radar sensors close to the crash location. This enable understanding of the traffic flow along the roadway segment (upstream and downstream) during the crash. Additionally, operational data from each radar sensor were collected in five minutes intervals up to 30 minutes prior to a crash occurring. Although six no-crash events were collected for each crash observation, the ratio of crash and no-crash were then reduced to 1:4 (four non-crash events), and 1:2 (two non-crash events) to investigate possible effects of class imbalance on crash prediction. Also, 60%, 70%, and 80% of the data were selected in training to develop each model. The remaining data were then used for model validation. The data used in training ratios were varied to identify possible effects of training data as it relates to prediction power. Additionally, a second database was developed in which variables were log-transformed to reduce possible skewness in the distribution. Model results showed that the size of the dataset increased the overall accuracy of crash prediction. The dataset with a higher observation count could classify more data accurately. The highest accuracies in all three models were observed using the dataset of a 1:6 ratio (one crash event for six no-crash events). The datasets with1:2 ratio predicted 13% to 18% lower than the 1:6 ratio dataset. However, the sensitivity (true positive prediction) was observed highest for the dataset of a 1:2 ratio. It was found that reducing the response class imbalance; the sensitivity could be increased with the disadvantage of a reduction in overall prediction accuracy. The effects of the split ratio were not significantly different in overall accuracy. However, the sensitivity was found to increase with an increase in training data. The logistic regression model found an average of 30.79% (with a standard deviation of 5.02) accurately. The random forest models predicted an average of 13.36% (with a standard deviation of 9.50) accurately. The support vector machine models predicted an average of 29.35% (with a standard deviation of 7.34) accurately. The hybrid approach of random forest and support vector machine models predicted an average of 29.86% (with a standard deviation of 7.33) accurately. The significant variables found from this study included the variation in speed between the posted speed limit and average roadway traffic speed around the crash location. The variations in speed and vehicle per hour between upstream and downstream traffic of a crash location in the previous five minutes before a crash occurred were found to be significant as well. This study provided an important step in real-time crash prediction and complemented many previous research studies found in the literature review. Although the models investigate were somewhat inconclusive, this study provided an investigation of data, variables, and combinations of variables that have not been investigated previously. Real-time crash prediction is expected to assist with the on-going development of connected and autonomous vehicles as the fleet mix begins to change, and new variables can be collected, and data resolution becomes greater. Real-time crash prediction models will also continue to advance highway safety as metropolitan areas continue to grow, and congestion continues to increase
    • 

    corecore