paper-with-me

홈 › Papers

Applying Deep Learning to Detect Traffic Accidents in Real Time Using Spatiotemporal Sequential Data

2019-12-15 · Amir Bahador Parsa, Rishabh Singh Chauhan, Homa Taghipour, Sybil Derrible, Abolfazl Mohammadian

Accident detection is a vital part of traffic safety. Many road users suffer from traffic accidents, as well as their consequences such as delay, congestion, air pollution, and so on. In this study, we utilize two advanced deep learning techniques, Long Short-Term Memory (LSTM) and Gated Recurrent Units (GRUs), to detect traffic accidents in Chicago. These two techniques are selected because they are known to perform well with sequential data (i.e., time series). The full dataset consists of 241 accident and 6,038 non-accident cases selected from Chicago expressway, and it includes traffic spatiotemporal data, weather condition data, and congestion status data. Moreover, because the dataset is imbalanced (i.e., the dataset contains many more non-accident cases than accident cases), Synthetic Minority Over-sampling Technique (SMOTE) is employed. Overall, the two models perform significantly well, both with an Area Under Curve (AUC) of 0.85. Nonetheless, the GRU model is observed to perform slightly better than LSTM model with respect to detection rate. The performance of both models is similar in terms of false alarm rate.

📄 PDF Abstract BibTeX arXiv:1912.06991

Code (0)

등록된 구현이 없습니다.

Tasks

Time SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Deep Representation of Imbalanced Spatio-temporal Traffic Flow Data for Traffic Accident Detection

2021-08-21 · Pouya Mehrannia, Shayan Shirahmad Gale Bagi, Behzad Moshiri, Otman Adam Al-Basir

Automatic detection of traffic accidents has a crucial effect on improving transportation, public safety, and path planning. Many lives can be saved by the consequent decrease in the time between when the accidents occur…

Traffic Accident Detection

TAD: A Large-Scale Benchmark for Traffic Accidents Detection from Video Surveillance

2022-09-26 · Yajun Xu, Chuwen Huang, Yibing Nan, Shiguo Lian

Automatic traffic accidents detection has appealed to the machine vision community due to its implications on the development of autonomous intelligent transportation systems (ITS) and importance to traffic safety. Most …

image-classificationImage Classificationobject-detectionObject Detection+1

Real-Time Accident Detection in Traffic Surveillance Using Deep Learning

2022-08-12 · Hadi Ghahremannezhad, Hang Shi, Chengjun Liu

Automatic detection of traffic accidents is an important emerging topic in traffic monitoring systems. Nowadays many urban intersections are equipped with surveillance cameras connected to traffic management systems. The…

Deep LearningManagementObjectobject-detection+2

Real-time Driver Drowsiness Detection for Android Application Using Deep Neural Networks Techniques

2018-11-05 · Rateb Jabbar, Khalifa Al-Khalifa, Mohamed Kharbeche, Wael Alhajyaseen 외

Road crashes and related forms of accidents are a common cause of injury and death among the human population. According to 2015 data from the World Health Organization, road traffic injuries resulted in approximately 1.…

AI on the Road: A Comprehensive Analysis of Traffic Accidents and Accident Detection System in Smart Cities

2023-07-22 · Victor Adewopo, Nelly Elsayed, Zag ElSayed, Murat Ozer 외

Accident detection and traffic analysis is a critical component of smart city and autonomous transportation systems that can reduce accident frequency, severity and improve overall traffic management. This paper presents…

Action RecognitionManagement