Proceedings Article10.1109/ICTAI.2018.00034
Supervised Data Synthesizing and Evolving – A Framework for Real-World Traffic Crash Severity Classification
Yi He,Di Wu,Ege Beyazit,Xiaoduan Sun,Xindong Wu +4 more
- 01 Nov 2018
- pp 163-170
11
TL;DR: A novel Supervised Data Synthesizing and Evolving algorithm is proposed, which can properly represent the HILS data into a more balanced and separable form without altering the original data distribution.
read more
Abstract: Traffic crashes have threatened properties and lives for more than thirty years. Thanks to the recent proliferation of traffic data, the machine learning techniques have been broadly expected to make contributions in the traffic safety community due to their triumphs in many other domains. Among these contributions, the most cited method is to classify traffic crashes in different severities since they have significantly unequal occurrences and costs. However, considering the complexity of transportation system, the traffic data are usually highly imbalanced and lowly separable (HILS), so that few proposed works report satisfactory results. In this paper, we propose a novel framework to deal with the HILS traffic crash data. The framework comprises two parts. In part I, a novel Supervised Data Synthesizing and Evolving algorithm is proposed, which can properly represent the HILS data into a more balanced and separable form without altering the original data distribution. In part II, the details of a customized Multi-Layer Perceptron (MLP) are presented, serving the purpose of learning from the represented data with fast convergence and high accuracy. A real-world traffic crash dataset, as a benchmark, is employed to evaluate the classification performances of our framework and three state-of-the-art imbalanced learning algorithms. The experimental results validate that our framework significantly outperforms the other algorithms. Moreover, the impacts of various parameter settings are studied and discussed
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Crash data augmentation using variational autoencoder.
TL;DR: In this article, the authors used variational autoencoder to encode all the crash and non-crash events into a latent space and then sampled from the latent space containing crash data.
132
A data-driven, kinematic feature-based, near real-time algorithm for injury severity prediction of vehicle occupants.
TL;DR: In this article, a data-driven, vehicle kinematic feature-based model is proposed to realize accurate and near real-time prediction of in-vehicle occupant injury severity.
25
Human injury-based safety decision of automated vehicles
TL;DR: In this paper , the authors proposed an injury risk mitigation-based decision-making algorithm for AVs, which is guided by a real-time, data-driven human injury prediction model and is assessed using detailed first-hand information collected from real-world crashes.
12
•Posted Content
A Novel Variable Selection Method based on Frequent Pattern Tree for Real-time Traffic Accident Risk Prediction
Lei Lin,Qian Wang,Adel W. Sadek +2 more
TL;DR: In this article, a variable selection method based on the Frequent Pattern Tree (FP tree) algorithm was proposed to select the most important variables to improve real-time traffic accident risk prediction has become a concern of many recent studies.
4
Entity Recognition Method for Key Information of Police Records Based on Bert-Bilstm-Selfatt-Crf
Xiao Chen,Xin Tong,Hailun Lin,Yan Xing +3 more
TL;DR: The key objective of this research is to develop an efficient entity recognition method for extracting key information from police records based on the Bert-Bilstm-Selfatt-Crf model.
1
References
Deep Residual Learning for Image Recognition
Kaiming He,Xiangyu Zhang,Shaoqing Ren,Jian Sun +3 more
- 27 Jun 2016
TL;DR: In this article, the authors proposed a residual learning framework to ease the training of networks that are substantially deeper than those used previously, which won the 1st place on the ILSVRC 2015 classification task.
•Posted Content
Deep Residual Learning for Image Recognition
TL;DR: This work presents a residual learning framework to ease the training of networks that are substantially deeper than those used previously, and provides comprehensive empirical evidence showing that these residual networks are easier to optimize, and can gain accuracy from considerably increased depth.
117.9K
SMOTE: synthetic minority over-sampling technique
TL;DR: In this article, a method of over-sampling the minority class involves creating synthetic minority class examples, which is evaluated using the area under the Receiver Operating Characteristic curve (AUC) and the ROC convex hull strategy.
SMOTE: Synthetic Minority Over-sampling Technique
TL;DR: In this article, a method of over-sampling the minority class involves creating synthetic minority class examples, which is evaluated using the area under the Receiver Operating Characteristic curve (AUC) and the ROC convex hull strategy.
•Proceedings Article
Inception-v4, Inception-ResNet and the Impact of Residual Connections on Learning
Christian Szegedy,Sergey Ioffe,Vincent Vanhoucke,Alexander A. Alemi +3 more
- 23 Feb 2016
TL;DR: In this article, the authors show that training with residual connections accelerates the training of Inception networks significantly, and they also present several new streamlined architectures for both residual and non-residual Inception Networks.