Exploring Factors Affecting Pedestrian Crash Severity Using TabNet: A Deep Learning Approach

Amir Rafe,Patrick A. Singleton
DOI: https://doi.org/10.1007/s42421-024-00098-x
2023-11-30
Abstract:This study presents the first investigation of pedestrian crash severity using the TabNet model, a novel tabular deep learning method exceptionally suited for analyzing the tabular data inherent in transportation safety research. Through the application of TabNet to a comprehensive dataset from Utah covering the years 2010 to 2022, we uncover intricate factors contributing to pedestrian crash severity. The TabNet model, capitalizing on its compatibility with structured data, demonstrates remarkable predictive accuracy, eclipsing that of traditional models. It identifies critical variables, such as pedestrian age, involvement in left or right turns, lighting conditions, and alcohol consumption, which significantly influence crash outcomes. The utilization of SHapley Additive exPlanations (SHAP) enhances our ability to interpret the TabNet model's predictions, ensuring transparency and understandability in our deep learning approach. The insights derived from our analysis provide a valuable compass for transportation safety engineers and policymakers, enabling the identification of pivotal factors that affect pedestrian crash severity. Such knowledge is instrumental in formulating precise, data-driven interventions aimed at bolstering pedestrian safety across diverse urban and rural settings.
Machine Learning
What problem does this paper attempt to address?
### What problem does this paper attempt to solve? This paper aims to analyze the factors influencing the severity of pedestrian collisions using the TabNet model, a deep learning method specifically designed for tabular data. Specifically: 1. **Research Objectives**: - Explore the key factors affecting the severity of pedestrian collisions. - Use the TabNet model to predict pedestrian collision data and evaluate its prediction accuracy. 2. **Specific Issues**: - Identify which factors significantly influence the severity of pedestrian collisions, such as age, turning conditions, lighting conditions, and alcohol consumption. - Use the Shapley Additive Explanations (SHAP) method to explain the TabNet model's prediction results, enhancing the model's interpretability and transparency. 3. **Application Background**: - Pedestrian safety is a critical challenge in global transportation systems, especially in urban environments. - By analyzing pedestrian collision data from Utah between 2010 and 2022, identify key variables affecting collision severity to develop more effective interventions. Through this research, the authors hope to provide valuable insights for traffic engineers and policymakers to improve pedestrian safety in various urban and rural environments.