1. Introduction
Reducing traffic accidents is an important public safety challenge around the world. A global status report on traffic safety (Organization, 2015), notes that there were 1.25 million traffic deaths in 2013 alone, with deaths increasing in 68 countries when compared to 2010. Accident prediction is important for optimizing public transportation, enabling safer routes, and cost-effectively improving the transportation infrastructure, all in order to make the roads safer. Given its significance, accident analysis and prediction has been a topic of much research in the past few decades. While a large body of research has been focused on small-scaled datasets with limited coverage (e.g. a small number of road-segments, or just one city) (Chang, 2005; Caliendo et al., 2007; Lin et al., 2015; Wenqi et al., 2017), the value and impact of predictive solutions may be better studied when using large-scale data. Although some studies conducted their work based on large-scale motor-vehicle crash datasets, their data is usually private or poses strict rules to be shared with outside researchers, which makes their framework and results unproducible (Eisenberg, 2004; Yuan et al., 2017; Chen et al., 2016; Najjar et al., 2017). While there are still a few publicly available large-scale accident datasets, their data is either old, limited to one state or one city, or incomprehensive (regarding data attributes or average reports per year) (United Kingdom Traffic Accidents, 2019; New York Traffic Accidents, 2019; IOWA Traffic Accidents, 2019; Maryland Traffic Accidents, 2019; Seattle (WA) Traffic Accidents, 2019).
In order to mitigate these challenges and to provide a context for future research on traffic accident analysis and prediction, we present a new dataset, we name it US-Accidents, which includes about million instances of traffic accidents took place within the contiguous United States111The contiguous United States excludes Alaska and Hawaii, and considers District of Columbia (DC) as a separate state. between February 2016 and March 2019. Unlike some of the available large-scale accident datasets (such as (New York Traffic Accidents, 2019)), US-Accidents offers a wide range of data attributes to describe each accident record including location data, time data, natural language description of event, weather data, period-of-day information, and relevant points-of-interest data (traffic signal, stop sign, etc.). Very importantly, we also present our process for creating the above dataset from streaming traffic reports and heterogeneous contextual data (weather, points-of-interests, etc.), so that the community can validate it, and with the belief that this process can itself serve as a model for dataset creation.
Using US-Accidents, we performed a variety of data analysis and profiling to derive a wide-range of insights. Our analyses demonstrated that about of accidents took place on or near high-speed roadways (highways, interstates, etc.) and about on or near local roads (streets, avenues, etc.). We also derived various insights with respect to the correlation of accidents with time, points-of-interest, and weather conditions.
We summarize the contributions of this paper as follows:
-
[leftmargin=5pt]
-
A unique dataset, made publicly available at https://smoosavi.org/datasets/us_accidents. This dataset has been collected for the contiguous United States over three years, and contains about million traffic accident records. Further, the raw accident records have been augmented by map-matching, and contextual information such as weather, period-of-day, and points-of-interest.
-
A new methodology for the heterogeneous data collection, cleansing, and augmentation; needed to prepare a unique large-scale dataset of traffic accidents.
-
A variety of insights gleaned through analyses of accident hot-spot locations, time, weather, and points-of-interest correlations with the accident data; that may directly be utilized for applications such as urban planning, exploring flaws in transportation infrastructure design, traffic management and prediction, and personalized insurance.
The rest of the paper is organized as follows. Section 2 provides an overview of related work, followed by definitions and preliminaries in Section 3. The process of creating the accident dataset is presented in Section 4, and analyses and insights are discussed in Section 5. Finally, Section 6 concludes the paper.
2. Related Work
Accident analysis and prediction has an active research topic during the past few decades, with a large body of research has been focused on using small-scale datasets with limited coverage of a few road-segments or one city (Chang, 2005; Chang and Chen, 2005; Caliendo et al., 2007; Abellán et al., 2013; Lin et al., 2015; Kumar and Toshniwal, 2015; Wenqi et al., 2017). Chang et al. (Chang, 2005)
used information such as road geometry, annual average daily traffic, and weather data to predict frequency of accidents for a highway road using a neural network model. Kumar et al.
(Kumar and Toshniwal, 2015) applied data mining techniques to extract association rules to perform causality analysis using a small-scale dataset. Likewise, Wenqi et al. (Wenqi et al., 2017)applied a convolutional neural network model to perform accident prediction on a road-segment. Although the insights and findings look interesting, the employed datasets are of limited scale; hence, the applicability and generalizability of results might be questionable.
There are, of course, numerous studies that have used larger-scale datasets (Eisenberg, 2004; Yuan et al., 2017, 2018; Chen et al., 2016; Tamerius et al., 2016; Najjar et al., 2017); however, the datasets have been either private or not easily accessible. Eisenberg (Eisenberg, 2004) conducted a thorough analysis on the impact of precipitation on road accidents, using a large-scale dataset of about 456,000 crashes collected from 1975 to 2000 for 48 states of the US. Recent studies by Yuan et al. (Yuan et al., 2018) and Najjar et al. (Najjar et al., 2017) have also employed very large-scale accident datasets to perform real-time traffic accident prediction. However, in neither study have details been shared regarding how the data used may be obtained by others in order to reproduce results for wider use.
Finally, and speaking of datasets alone, there are several publicly available motor vehicle crash datasets; however, they suffer from the limited coverage (e.g., one city or one state) (Baton Rouge City (LA) Accidents, 2019; IOWA Traffic Accidents, 2019; New York Traffic Accidents, 2019; Maryland Traffic Accidents, 2019; Seattle (WA) Traffic Accidents, 2019), or their data is old (United Kingdom Traffic Accidents, 2019), or the provided attributes are not comprehensive enough (missing location, time, or weather data) (New York Traffic Accidents, 2019; IOWA Traffic Accidents, 2019). To address these challenge, we propose a new process to collect and build a new large-scale accident dataset, with countrywide coverage, and comprehensive data attributes including location, time, weather, period-of-day, and points-of-interest annotations (e.g., intersections, junctions, and traffic signals).
3. Terminology
In this section we provide a set of definitions.
Definition 3.0 (Traffic Event).
We define a traffic event by , where and are GPS latitude and longitude, is the type of the event, and provides a natural language description of the event. A traffic event is of one of the following types: accident, broken-vehicle222Refers to the situation when there is one (or more) disabled vehicle(s) in a road., congestion333Refers to the situation when the speed of traffic is slower than the expected speed., construction444An on-going construction or maintenance project on a road., event555Situations such as sports event, concerts, or demonstrations, that could potentially impact traffic flow., lane-blocked666Refers to the cases when we have blocked lane(s) due to traffic or weather condition., or flow-incident777Refers to all other types of traffic events. Examples are broken traffic light and animal in the road..
Definition 3.0 (Weather Observation Record).
A weather observation is defined by . Here and represent the GPS coordinates of the weather station which reported ; precip is the precipitation amount (if any); and rain, snow, fog, and hail888The case of having solid precipitation including ice pallets and hail. are binary indicators of these events.
Definition 3.0 (Point-of-Interest).
A point-of-interest is defined by . Here, and show the GPS latitude and longitude coordinates, and available types for are described in Table 1. Note that several of definitions in this table are adopted from https://wiki.openstreetmap.org.
Type | Description | ||
---|---|---|---|
Amenity |
|
||
Bump | Refers to speed bump or hump to reduce the speed. | ||
Crossing |
|
||
Give-way | A sign on road which shows priority of passing. | ||
Junction | Refers to any highway ramp, exit, or entrance. | ||
No-exit |
|
||
Railway | Indicates the presence of railways. | ||
Roundabout | Refers to a circular road junction. | ||
Station | Refers to public transportation station (bus, metro, etc.). | ||
Stop | Refers to stop sign. | ||
Traffic Calming | Refers to any means for slowing down traffic speed. | ||
Traffic Signal | Refers to traffic signal on intersections. | ||
Turning Loop |
|
4. Dataset Creation Process
An overview of the dataset creation process is shown in Figure 1, with the following sub-sections provide detailed descriptions of each step.

4.1. Traffic Data Collection
4.1.1. Realtime Traffic Data Collection
We collected streaming traffic data using two real-time data providers, namely “MapQuest Traffic” (MapQuest Traffic API, 2019) and “Microsoft Bing Map Traffic” (Bing Map Traffic API, 2019), whose APIs broadcast traffic events (accident, congestion, etc.) captured by a variety of entities - the US and state departments of transportation, law enforcement agencies, traffic cameras, and traffic sensors within the road-networks. We pulled data every 90 seconds from 6am to 11pm, and every 150 seconds from 11pm to 6am. In total, we collected million cases of traffic accidents between February 2016 and March 2019; million cases were pulled from MapQuest, and million cases from Bing.
4.1.2. Integration
Integration of the data consisted of removing cases duplicated across the two sources and building a unified dataset. We considered two events as duplicates if their Haversine distance and their recorded times of occurrence were both below a heuristic threshold (set empirically at 250 meters and 10 minutes, respectively). We believe these settings to be conservative, but we settled on them in order to ensure a very low possibility of duplicates. Using these settings, we found about
duplicated accident records, or about of all data. The final dataset after removing the duplicated cases comprised million accidents.4.2. Data Augmentation
4.2.1. Augmenting with Reverse Geo-Coding
Raw traffic accident records contain only GPS data. We employed the Nominatim tool (Nominatim Tool, 2019) to perform reverse geocoding to translate GPS coordinates to addresses, each consisting of a street number, street name, relative side (left/right), city, county, state, country, and zip-code. This process is same as point-wise map-matching.
4.2.2. Augmenting with Weather Data
Weather information provides important context for traffic accidents. Thus, we employed Weather Underground API (Weather Underground, 2019) to obtain weather information for each accident. Raw weather data was collected from 1,977 weather stations located in airports all around the United States. The raw data comes in the form of observation records, where each record consists of several attributes such as temperature, humidity, wind speed, pressure, precipitation (in millimeters), and condition999Possible values are clear, snow, rain, fog, hail, and thunderstorm.. For each weather station, we collected several data records per day, each of which was reported upon any significant change in any of the measured weather attributes.
Each traffic event was augmented with weather data as follows. First the closest weather station was identified. Then, of the weather observation records which are reported from , we looked for the weather observation record whose reported time was closest to the start time of , and augmented it with weather data. In our integrated accident dataset, the average difference in report time for an accident record and its paired weather observation record was about minutes; and the , , and percentiles on time difference distribution were about , , and minutes, respectively.
4.2.3. Augmenting with Points-Of-Interest
Points-of-interest (POI) are locations annotated on a map as amenities, traffic signals, crossings, etc. These annotations are associated with nodes on a road-network. A node can be associated with a variety of POI types, however, in this work we only use a subset of 13 types described in Table 1. We obtain these annotations from Open Street Map (OSM) (Open Street Map (OSM), 2019) for the United States, using its most recently released dataset (extracted on April 2019). The applicable POI annotations for a traffic accident are based on the actual POI located within a distance threshold from . We determine this threshold by evaluating different threshold values to find the value that is best able to associate a POI with an accident. Essentially, the objective is to find the best distance for which a POI annotation can be identified as a relevant to an accident record. Therefore, we need a mechanism to measure the relevancy. To begin with, we note that the natural language descriptions of traffic accidents follow a set of regular expression patterns, and that a few of these patterns may be used to identify and use as an annotation for the location type (e.g., intersection or junction) of the accident.
Regular Expression Patterns. Given the description of traffic events of type accident, we were able to identify 27 regular expression patterns; 16 of them were extracted based on MapQuest data, and 11 from Bing data. Among the MapQuest patterns, the following expression corresponds to junctions (see Table 1): “ on at exit ”, and the following pattern mostly101010Regarding the distribution of data and using 200 random cases which were manually checked on a map, about 78% of matches using this pattern were actually happened on intersections. determines an intersection: “ on at ”. We consider a location an intersection if it is associated with at-least one of the following annotations (see Table 1): crossing, stop, or traffic signal. Among Bing regular expression patterns, two of them identify junctions: “at exit ” and “ramp to ”. Table 2 shows several examples of accidents, where the regular expression pattern (in bold face) identifies the correct POI type111111These cases were also manually checked on a map to ensure the correctness of the annotation..
Source | Description | Type |
---|---|---|
MapQuest | Serious accident on 4th Ave at McCullaugh Rd. | Intersection |
MapQuest | Accident on NE-370 Gruenther Rd at 216th St. | Intersection |
MapQuest | Accident on I-80 at Exit 4A Treasure Is. | Junction |
MapQuest | Accident on I-87 I-287 Southbound at Exit 9 I-287. | Junction |
Bing | At Porter Ave/Exit 9 - Accident. Left lane blocked. | Junction |
Bing | At IL-43/Harlem Ave/Exit 21B - Accident. | Junction |
Bing | Ramp to I-15/Ontario Fwy/Cherry Ave - Accident. | Junction |
Bing | Ramp to Q St - Accident. Right lane blocked. | Junction |
The essential idea is to find a threshold value that maximizes the correlation between annotations from POI and annotations derived using regular expression patterns. Thus, for a set of accident records, we annotate their location based on both regular expression patterns as well as OSM-based POI annotations (using a specific distance threshold). Then, we measure the correlation between the annotations derived from these methods to find which threshold value provides the highest correlation (i.e., the best choice). Note that we employ the regular expression patterns as pseudo ground truth labels, to evaluate OSM-based POI annotations using different threshold values. We propose Algorithm 1 to find the best distance threshold. We use a sample of accidents as set (step 1). For step 2, we consider either “intersection” or “junction”, and use the set of relevant regular expressions (see Table 2) in terms of . Next we create set by annotating each traffic accident by using the regular expression patterns in (step 3). Then we annotate each traffic accident based on points-of-interests in , using the distance threshold to create (step 4). Finally, we calculate the Jaccard similarity score using Equation 1 (step 5):
(1) |
We examined the following candidate set to find the optimal threshold value (all values in meters): . We separately studied samples from Bing and MapQuest, and employed corresponding regular expression patterns for “intersection” and “jucntion”. Figure 2 shows the results for each data source and each annotation type. From Figure 1(a), we see that the maximum correlation for intersections is obtained for a threshold value of 30 meters. Figures 1(b) and 1(c) show that 100 meters is an appropriate distance threshold for annotating a junction.
![]() |
![]() |
![]() |
Thresholds for the other types of available annotations in Table 1 are derived from the thresholds for junction and intersection as described below:
-
[leftmargin=*]
-
Junction-based threshold. Given the definition of a junction (i.e., a highway ramp, exit, or entrance), we used the same threshold for the following types: amenity and no-exit.
-
Intersection-based threshold. Given the definition of an intersection, we used the same threshold for the following annotation types: bump, crossing, give-way, railway, roundabout, station, stop, traffic calming, traffic signal, and turning loop.
Using these thresholds, we augmented each accident record with points-of-interest. In summary, of accident records were augmented with at least one of the available POI types in Table 1. Further discussion on annotation results are presented in Section 5.
4.2.4. Augmenting with Period-of-Day
Given the start time of an accident record, we used “TimeAndDate” API (Time And Date website, 2019) to label it as day or night. We assign this label based on four different daylight systems, namely Sunrise/Sunset, Civil Twilight, Nautical Twilight, and Astronomical Twilight. Note that these systems are defined based on the position of the sun with respect to the horizon121212See https://en.wikipedia.org/wiki/Twilight for more details..
5. US-Accidents Dataset
Using the process described in Section 4, we created a countrywide dataset of traffic accidents, which we name US-Accidents. US-Accident contains about million cases of traffic accidents that took place within the contiguous United States from February 2016 to March 2019. Table 3 shows the important details of US-Accidents. Also, Figure 3 provides more details on characteristics of the dataset. Figure 3-(a) shows the daily distribution of traffic accidents, where significantly more accidents were observed during the weekdays. Based on parts (b) and (c) of Figure 3, it can be observed that the hourly distribution during weekdays has two peaks (8am and 5pm), while the weekend distribution shows a single peak (1pm). Figure 3-(d) demonstrates that most of the accidents took place near junctions or intersections (crossing, traffic signal, and stop). MapQuest tends to report more accidents near intersections, while Bing reported more cases near junctions. This shows the complementary behavior of these APIs and the comprehensiveness of our dataset. Figure 3-(e) describes distribution of road types, extracted from the map-matching results (i.e., street names). Here we note that about of accidents happened on or near local roads (e.g., streets, avenues, and boulevards), and about took place on or near high-speed roads (e.g., highways, interstates, and state roads). We also note that Bing reported more cases on high-speed roads. Finally, the period of day data shows that about of accidents happened after sunrise (or during the day).
Total Attributes | 45 | |||
---|---|---|---|---|
Traffic Attributes (10) |
|
|||
Address Attributes (8) |
|
|||
Weather Attributes (10) |
|
|||
POI Attributes (13) | All cases in Table 1 | |||
Period-of-Day (4) |
|
|||
Total Accidents | 2,243,939 | |||
# MapQuest Accidents | 1,702,565 (75.9%) | |||
# Bing Accidents | 516,762 (23%) | |||
# Reported by Both | 24,612 (1.1%) | |||
Top States |
|






To further compare the US-Accidents dataset with the other publicly available sources, Table 4 provides some details in this regard. Regarding the size of data, US-Accidents is by far the largest available set. UK Accidents (United Kingdom Traffic Accidents, 2019) is the only publicly available countrywide dataset, and its yearly reports are of about accidents 131313Based on (United Kingdom Traffic Accidents, 2019), there is no data reported for 2008.. US-Accidents, however, contains about accidents for each year. US-Accidents also provides many more details for each accident record than (say) New York Accidents (New York Traffic Accidents, 2019).
Dataset | State | Country | Time | Size | Source |
---|---|---|---|---|---|
UK Accidents (United Kingdom Traffic Accidents, 2019) | – | UK | 2000–2016 | 1.6 M | Police Reported |
Seattle Crash Report (Seattle (WA) Traffic Accidents, 2019) | WA | – | 2004–2018 | 208 K | Police Reported |
Iowa Accidents (IOWA Traffic Accidents, 2019) | IA | – | 2008–2018 | 557 K | Iowa DOT |
New York Accidents (New York Traffic Accidents, 2019) | NY | – | 2014–2016 | 1.65 M | NYS DMV |
Maryland Accidents (Maryland Traffic Accidents, 2019) | MD | – | 2015–2018 | 400 K | Police Reported |
US-Accidents | – | US | 2016–2019 | 2.25 M | Streaming Data |
5.1. Applications of the Dataset
US-Accidents may be used for applications such as real-time accident prediction; studying accident hotspot locations; casualty analysis (extracting cause and effect rules to predict accidents); or studying the impact of precipitation or other environmental stimuli on accident occurrence. Given the scale of data, researchers may utilize this dataset to derive a variety of insights which can benefit applications such urban planning and improving transportation infrastructures. In our own recent study, we employed the US-Accidents dataset along with the other traffic and weather events to perform pattern discovery over large-scale geo-spatiotemporal data, and revealed a variety of insights in terms of propagation and influential patterns (Moosavi et al., 2019).
6. Conclusion and Future Work
This paper describes US-Accidents, a unique, publicly available motor vehicle accident dataset, and its process of creation – that includes several important steps such as real-time traffic data collection, data integration, and multistage data augmentations using map-matching, weather, period-of-day, and points-of-interest data. To the best of our knowledge, US-Accidents is the first countrywide dataset of this scale, containing about million traffic accident records collected for the contiguous United States over three years. From this dataset, we were able to derive a variety of insights with respect to the location, time, weather, and points-of-interest of an accident. We believe that US-Accidents provides a context for future research on traffic accident analysis and prediction. In terms of our own future work, we plan to employ this dataset to perform real-time traffic accident prediction.
Acknowledgment
This work is supported by a grant from the Ohio Supercomputer Center (PAS0536).
References
- (1)
-
Abellán et al. (2013)
Joaquín Abellán,
Griselda López, and Juan
De OñA. 2013.
Analysis of traffic accident severity using decision rules via decision trees.
Expert Systems with Applications 40, 15 (2013), 6047–6054. - Baton Rouge City (LA) Accidents (2019) Baton Rouge City (LA) Accidents. 2019. https://data.brla.gov/Transportation-and-Infrastructure/Baton-Rouge-Traffic-Incidents/2tu5-7kif. (2019). Accessed: 2019-05-05.
- Bing Map Traffic API (2019) Bing Map Traffic API. 2019. https://www.bingmapsportal.com/. (2019). Accessed: 2019-05-05.
- Caliendo et al. (2007) Ciro Caliendo, Maurizio Guida, and Alessandra Parisi. 2007. A crash-prediction model for multilane roads. Accident Analysis & Prevention 39, 4 (2007), 657–670.
- Chang (2005) Li-Yen Chang. 2005. Analysis of freeway accident frequencies: negative binomial regression versus artificial neural network. Safety science 43, 8 (2005), 541–557.
- Chang and Chen (2005) Li-Yen Chang and Wen-Chieh Chen. 2005. Data mining of tree-based models to analyze freeway accident frequency. Journal of safety research 36, 4 (2005), 365–375.
-
Chen
et al. (2016)
Quanjun Chen, Xuan Song,
Harutoshi Yamada, and Ryosuke
Shibasaki. 2016.
Learning deep representation from big and
heterogeneous data for traffic accident inference. In
Thirtieth AAAI Conference on Artificial Intelligence
. - Eisenberg (2004) Daniel Eisenberg. 2004. The mixed effects of precipitation on traffic crashes. Accident analysis & prevention 36, 4 (2004), 637–647.
- IOWA Traffic Accidents (2019) IOWA Traffic Accidents. 2019. http://data.iowadot.gov/datasets/cbd84abf01894f4a8404d6990ad2eb2e_0. (2019). Accessed: 2019-05-05.
- Kumar and Toshniwal (2015) Sachin Kumar and Durga Toshniwal. 2015. A data mining framework to analyze road accident data. Journal of Big Data 2, 1 (2015), 26.
- Lin et al. (2015) Lei Lin, Qian Wang, and Adel W Sadek. 2015. A novel variable selection method based on frequent pattern tree for real-time traffic accident risk prediction. Transportation Research Part C: Emerging Technologies 55 (2015), 444–459.
- MapQuest Traffic API (2019) MapQuest Traffic API. 2019. https://www.mapquest.com/. (2019). Accessed: 2019-05-05.
- Maryland Traffic Accidents (2019) Maryland Traffic Accidents. 2019. https://catalog.data.gov/dataset/maryland-statewide-vehicle-crashes-cy2017-quarter-1-c6361. (2019). Accessed: 2019-05-05.
- Moosavi et al. (2019) Sobhan Moosavi, Mohammad Hossein Samavatian, Arnab Nandi, Srinivasan Parthasarathy, and Rajiv Ramnath. 2019. Short and Long-term Pattern Discovery Over Large-Scale Geo-Spatiotemporal Data. In Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining. ACM.
- Najjar et al. (2017) Alameen Najjar, Shun’ichi Kaneko, and Yoshikazu Miyanaga. 2017. Combining satellite imagery and open data to map road safety. In Thirty-First AAAI Conference on Artificial Intelligence.
- New York Traffic Accidents (2019) New York Traffic Accidents. 2019. https://data.ny.gov/Transportation/Motor-Vehicle-Crashes-Vehicle-Information-Three-Ye/xe9x-a24f. (2019). Accessed: 2019-05-05.
- Nominatim Tool (2019) Nominatim Tool. 2019. https://wiki.openstreetmap.org/wiki/Nominatim. (2019). Accessed: 2019-05-05.
- Open Street Map (OSM) (2019) Open Street Map (OSM). 2019. https://www.openstreetmap.org/. (2019). Accessed: 2019-05-05.
- Organization (2015) World Health Organization. 2015. Global status report on road safety 2015. World Health Organization.
- Seattle (WA) Traffic Accidents (2019) Seattle (WA) Traffic Accidents. 2019. http://data-seattlecitygis.opendata.arcgis.com/datasets/5b5c745e0f1f48e7a53acec63a0022ab_0. (2019). Accessed: 2019-05-05.
- Tamerius et al. (2016) JD Tamerius, X Zhou, R Mantilla, and T Greenfield-Huitt. 2016. Precipitation effects on motor vehicle crashes vary by space, time, and environmental conditions. Weather, Climate, and Society 8, 4 (2016), 399–407.
- Time And Date website (2019) Time And Date website. 2019. https://www.timeanddate.com/. (2019). Accessed: 2019-05-05.
- Traffic Message Channel (TMC) Code (2019) Traffic Message Channel (TMC) Code. 2019. https://wiki.openstreetmap.org/wiki/TMC/Event_Code_List. (2019). Accessed: 2019-05-05.
- United Kingdom Traffic Accidents (2019) United Kingdom Traffic Accidents. 2019. https://www.kaggle.com/daveianhickey/2000-16-traffic-flow-england-scotland-wales. (2019). Accessed: 2019-05-05.
- Weather Underground (2019) Weather Underground. 2014-2019. https://www.wunderground.com/. (2014-2019). Accessed: 2019-05-05.
- Wenqi et al. (2017) Lu Wenqi, Luo Dongyu, and Yan Menghua. 2017. A model of traffic accident prediction based on convolutional neural network. In 2017 2nd IEEE International Conference on Intelligent Transportation Engineering (ICITE). IEEE, 198–202.
-
Yuan
et al. (2018)
Zhuoning Yuan, Xun Zhou,
and Tianbao Yang. 2018.
Hetero-ConvLSTM: A deep learning approach to traffic accident prediction on heterogeneous spatio-temporal data. In
Proceedings of the 24th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining. ACM, 984–992. - Yuan et al. (2017) Zhuoning Yuan, Xun Zhou, Tianbao Yang, James Tamerius, and Ricardo Mantilla. 2017. Predicting traffic accidents through heterogeneous urban data: A case study. In Proceedings of the 6th International Workshop on Urban Computing (UrbComp 2017), Halifax, NS, Canada, Vol. 14.
Comments
There are no comments yet.