SlideShare a Scribd company logo
1 of 35
Deep Graph Convolutional Networks for
Incident-Driven Traffic Speed Prediction
ACM Conference on Information and Knowledge Management, 2020
Qinge Xie, Tiancheng Guo, Yang Chen, Yu Xiao, Xin Wang, and Ben Y. Zhao
March 12, 2021
Presenter: KyungHwan Moon
Contents
โ€ข Overview of the Paper
โ€ข Background and Motivation
โ€ข Introduction
โ€ข Deep Incident-Aware Graph Convolutional Network
โ€ข Experiment
โ€ข Conclusion and Discussion
2
Overview of the Paper
Spatio-temporal Learning
(Graph Convolutional Network + LSTM)
๏ฌ Deep Incident-Aware Graph Convolutional Network
โˆŽ Graph Convolutional Network (GCN)
: Capture spatial features of road networks
โˆŽ LSTM
: Capture the time evolution patterns of traffic speeds
โˆŽ RNN
: Contains loops that allow information to persist, so
previous incidents will affect the traffic conditions,
which may lead to the occurrence of future incidents
โˆŽ Fully Connected Layer (FC)
: Capture the long-term periodic features
Incident Learning
(RNN)
Periodic Learning
(Fully Connected Layer)
3
Background and Motivation
๏ฌ Previous studies on traffic speed prediction predominately used
spatio-temporal and context features for prediction
โˆŽ They have not made good use of the impact of traffic incidents
๏ฌ Incident-driven prediction framework consists of three processes
โˆŽ Propose a critical incident discovery method to discover traffic incidents with
high impact on traffic speed
โˆŽ Design a binary classifier, which uses deep learning methods to extract the
latent incident impact features
โˆŽ Propose DIGC-Net to effectively incorporate traffic incident, spatio-temporal,
periodic and context features for traffic speed prediction
4
Introduction
๏ฌ Traffic speed prediction has been a challenging problem for decades
โˆŽ Congestion control [17]
โˆŽ Vehicle routing planning [14]
โˆŽ Urban road planning [28]
โˆŽ Travel time estimation [9]
๏ฌ There are two main challenges for incident-driven traffic speed prediction problem
โˆŽ The impact of traffic incidents is complex and varies significantly across incidents
- It is unreasonable to treat all traffic incidents equally for traffic speed prediction,
which may even negatively impact the prediction performance
โˆŽ The impact of traffic incidents on adjacent roads will be affected by external factors
like incident occurrence time, incident type and the road topology structure
- Need to extract the latent impact features of traffic incidents to improve
the traffic prediction
5
Introduction
๏ฌ Propose a critical incident discovery method to quantify the impact of urban traffic
incidents on traffic flows to tackle the first challenge
โˆŽ Consider both anomalous degree and speed variation of adjacent roads to discover the
critical traffic incidents
๏ฌ Propose a binary classifier which uses deep learning methods to extract the latent
impact features of incidents to tackle the second challenge
โˆŽ Extract the latent impact features from the middle layer of the classifier, where the latent
features are continuous and filtered
6
Introduction
7
Introduction
๏ฌ Datasets
โˆŽ San Francisco (SFO)
โˆŽ New York City (NYC)
๏ฌ Problem Formulation and Preprocessing
โˆŽ Reconstruction of the road network
- Use the road segment as the node, and use every flow as one node to build the road
network more specifically
- If two flows have points of intersection, add an edge to connect node and node
โˆŽ Problem formulation
- Use to represent the speed of flow at time slot t
- For every speed snapshot of the road network, get a vector of all flows
(N is the total number of flows)
- Given the re-build road graph and a T-length historical real-time speed sequence of all flows,
task is to predict future speeds of every flow in the city where k is the prediction length
8
Deep Incident-Aware Graph Convolutional Network
(DIGC-Net)
๏ฌ Methodology
โˆŽ Congestion Incident
- M : center point of the incident
- r : the radius of the impact range
- The circle with the center M and
radius r stands for the region
affected by the incident
- Define that if the center of flows is in the circle, then
the flows might be affected by the incident
- The blue, red and green lines represent three flows which
might be affected by the incident, respectively
Urban Critical Incident Discovery
Extract The Latent Incident
Impact Features
Incident-driven
traffic speed prediction
9
Deep Incident-Aware Graph Convolutional Network
(DIGC-Net)
๏ฌ Methodology
โˆŽ Congestion Incident
- Analyze each candidate flow that whether it will truly be
affected by the incident
- Use a variant of the method proposed in [41] to compute
the anomalous degree of each flow
- To compute the anomalous degree of a region is based on
its historically similar regions in the city
- The sudden drop of speed similarity of a region and its
historically similar regions indicates the occurrence of
urban anomalies
Urban Critical Incident Discovery
Extract The Latent Incident
Impact Features
Incident-driven
traffic speed prediction
10
Deep Incident-Aware Graph Convolutional Network
(DIGC-Net)
๏ฌ Methodology
โˆŽ Pair-wise Similarity of Flows
- The pair-wise similarity is calculated by
: ๐‘ ๐œ‰๐‘–,๐œ‰๐‘—
[๐‘กโˆ’๐‘‡+1:๐‘ก]
= ๐‘ƒ(๐‘ฃ๐œ‰๐‘–
๐‘กโˆ’๐‘‡+1:๐‘ก
, ๐‘ฃ๐œ‰๐‘—
[๐‘กโˆ’๐‘‡+1:๐‘ก]
)
where P is to calculate Pearson correlation coefficient
[20] of two speed sequences
- The similarity matrix S of all flows at t is calculated by
the following equation:
๐‘†๐‘ก
=
๐‘ ๐œ‰0,๐œ‰0
[๐‘กโˆ’๐‘‡+1:๐‘ก]
โ‹ฏ ๐‘ ๐œ‰0,๐œ‰๐‘โˆ’1
[๐‘กโˆ’๐‘‡+1:๐‘ก]
โ‹ฎ โ‹ฑ โ‹ฎ
๐‘ ๐œ‰๐‘โˆ’1,๐œ‰0
[๐‘กโˆ’๐‘‡+1:๐‘ก]
โ‹ฏ ๐‘ ๐œ‰๐‘โˆ’1,๐œ‰๐‘โˆ’1
[๐‘กโˆ’๐‘‡+1:๐‘ก]
where N is the total number of flows in the city
Urban Critical Incident Discovery
Extract The Latent Incident
Impact Features
Incident-driven
traffic speed prediction
11
Deep Incident-Aware Graph Convolutional Network
(DIGC-Net)
๏ฌ Methodology
โˆŽ Similarity Decrease Matrix D
- The decreased similarity of each flow pair from time slot
t-1 to t
- D at time slot t is calculated by:
๐ท๐‘ก = max(0, ๐‘†๐‘กโˆ’1 โˆ’ ๐‘ ๐‘ก)
โˆŽ Anomalous Degree A
- Use similarity matrix S and similarity decrease matrix D
- Use a threshold parameter ๐›ฟ to capture the historically similar flows
- When the similarity of two flows is greater than or equal
to ๐›ฟ, define that they are historically similar
Urban Critical Incident Discovery
Extract The Latent Incident
Impact Features
Incident-driven
traffic speed prediction
12
Deep Incident-Aware Graph Convolutional Network
(DIGC-Net)
๏ฌ Methodology
โˆŽ Anomalous Degree A
- Given a flow ๐œ‰๐‘– at time slot t, the historically similar flow
sets of ๐œ‰๐‘– is denoted as
๐ป๐œ‰๐‘–
๐‘ก
= ๐œ‰๐‘— ๐‘– โ‰  ๐‘— ๐‘Ž๐‘›๐‘‘ ๐‘†๐‘–,๐‘—
๐‘ก
= ๐‘†๐‘—,๐‘–
๐‘ก
โ‰ฅ ๐›ฟ}
- Anomalous degree of flow ๐œ‰๐‘– at time slot t is calculated by
the following equation:
๐ด๐œ‰๐‘–
๐‘ก
=
๐œ‰๐‘—โˆˆ๐ป๐œ‰๐‘–
๐‘ก ๐‘†๐‘–,๐‘—
๐‘กโˆ’1
โˆ™ ๐ท๐‘–,๐‘—
๐‘ก
๐œ‰๐‘—โˆˆ๐ป๐œ‰๐‘–
๐‘ก ๐‘†๐‘–,๐‘—
๐‘กโˆ’1
where A is the decrease degree in speed similarity of ๐œ‰๐‘–
and its historically similar flows
Urban Critical Incident Discovery
Extract The Latent Incident
Impact Features
Incident-driven
traffic speed prediction
13
Deep Incident-Aware Graph Convolutional Network
(DIGC-Net)
๏ฌ Methodology
โˆŽ Anomalous Degree A
Urban Critical Incident Discovery
Extract The Latent Incident
Impact Features
Incident-driven
traffic speed prediction
14
Deep Incident-Aware Graph Convolutional Network
(DIGC-Net)
๏ฌ Methodology
โˆŽ Local Anomalous Degree Algorithm
- It will cost a lot to compute the similarity matrix S, the
similarity decrease matrix D and the anomalous degree A
- Propose a local anomalous degree algorithm to speed up
our method based on the spectral clustering algorithm [39]
- Assume that traffic in nearby locations should be similar[32, 36, 45]
- Assume that flows in the same community and in the
spatially nearby regions will be historically similar
- Given, a graph G, perform spectral decomposition and
obtain k graph spatial features of each flow
- Use K-means [8], a common unsupervised clustering
method, to cluster flows into k classes
Urban Critical Incident Discovery
Extract The Latent Incident
Impact Features
Incident-driven
traffic speed prediction
15
Deep Incident-Aware Graph Convolutional Network
(DIGC-Net)
๏ฌ Methodology
โˆŽ Local Anomalous Degree Algorithm
Urban Critical Incident Discovery
Extract The Latent Incident
Impact Features
Incident-driven
traffic speed prediction
16
Deep Incident-Aware Graph Convolutional Network
(DIGC-Net)
๏ฌ Methodology
โˆŽ Validation of Local Algorithm
- Eigenvectors can effectively capture spatial graph features
- Only need to compute the local values of the similarity matrix ๐‘†,
the similarity decrease matrix ๐ท and the anomalous degree ๐ด
in the same district
- Explore the impact on traffic flows of different urban traffic incidents
Urban Critical Incident Discovery
Extract The Latent Incident
Impact Features
Incident-driven
traffic speed prediction
17
Deep Incident-Aware Graph Convolutional Network
(DIGC-Net)
๏ฌ Methodology
โˆŽ Validation of Local Algorithm
Urban Critical Incident Discovery
Extract The Latent Incident
Impact Features
Incident-driven
traffic speed prediction
18
Deep Incident-Aware Graph Convolutional Network
(DIGC-Net)
๏ฌ Methodology
โˆŽ Relative Speed Variation ๐‘…
- Given a flow ๐œ‰๐‘– at time t, and the historical speed sequence
[๐‘ฃ๐œ‰๐‘–
๐‘กโˆ’๐‘‡+1
, ๐‘ฃ๐œ‰๐‘–
๐‘กโˆ’๐‘‡+2
, โ‹ฏ , ๐‘ฃ๐œ‰๐‘–
๐‘ก
] of ๐œ‰๐‘– in a T-length time window
- Define the relative speed variation of ๐œ‰๐‘– as follow:
๐‘…๐œ‰๐‘–
๐‘ก
=
๐‘กโ€ฒ=๐‘กโˆ’๐‘‡+1
๐‘กโ€ฒ=๐‘ก
๐‘ฃ๐œ‰๐‘–
๐‘กโ€ฒ
๐‘‡
โˆ’ ๐‘ฃ๐œ‰๐‘–
๐‘ก
max(๐‘ฃ๐œ‰๐‘–
๐‘ก๐‘ 
, ๐‘ฃ๐œ‰๐‘–
๐‘ก๐‘ +1
, โ‹ฏ , ๐‘ฃ๐œ‰๐‘–
๐‘ก๐‘’
)
use 24 hours (288 intervals) as the normalization window length,
i.e., ๐‘ก๐‘  = ๐‘ก โˆ’ 144 ๐‘Ž๐‘›๐‘‘ ๐‘ก๐‘’ = ๐‘ก + 144, ๐‘Ž๐‘›๐‘‘ ๐‘‡ = 10 ๐‘–๐‘›๐‘ก๐‘’๐‘Ÿ๐‘ฃ๐‘Ž๐‘™๐‘ 
Urban Critical Incident Discovery
Extract The Latent Incident
Impact Features
Incident-driven
traffic speed prediction
19
Deep Incident-Aware Graph Convolutional Network
(DIGC-Net)
๏ฌ Methodology
โˆŽ Relative Speed Variation ๐‘…
Urban Critical Incident Discovery
Extract The Latent Incident
Impact Features
Incident-driven
traffic speed prediction
20
Deep Incident-Aware Graph Convolutional Network
(DIGC-Net)
๏ฌ Methodology
โˆŽ Validation of Relative Speed Variation
- Consider three related features:
- Slope of speed variation ๐‘˜ [33]
- Recent speed ๐‘ฃ๐‘กโˆ’1 [2]
- Historical average speed (๐‘ฃ) [2]
corresponding to three candidate computing methods of
Relative Speed Variation ๐‘…
1) ๐‘…๐‘˜+๐‘ฃ๐‘กโˆ’1+๐‘ฃ = ๐‘ฃ โˆ’ ๐‘ฃ๐‘ก ร— ๐‘˜ ร— ๐‘ + ๐‘ฃ๐‘กโˆ’1 โˆ’ ๐‘ฃ๐‘ก ร— ๐‘˜๐‘กโˆ’1 ร— ๐‘ž
2) ๐‘…๐‘ฃ๐‘กโˆ’1+๐‘ฃ = ๐‘ฃ โˆ’ ๐‘ฃ๐‘ก
ร— ๐‘ + ๐‘ฃ๐‘กโˆ’1
โˆ’ ๐‘ฃ๐‘ก
ร— ๐‘ž
3) ๐‘…๐‘ฃ = |๐‘ฃ โˆ’ ๐‘ฃ๐‘ก|
where p and q set to 0.5
Urban Critical Incident Discovery
Extract The Latent Incident
Impact Features
Incident-driven
traffic speed prediction
21
Deep Incident-Aware Graph Convolutional Network
(DIGC-Net)
๏ฌ Methodology
โˆŽ Incident Effect Score ๐œ€
- Due to the complementarity of anomalous degree and relative
speed variation, combine both of them to compute the incident
effect score
Given a flow ๐œ‰๐‘– at time slot t, the incident effect score is calculated by:
๐œ€๐œ‰๐‘–
๐‘ก
= ๐œŒ โˆ™ ๐ด๐œ‰๐‘–
๐‘ก
+ (1 โˆ’ ๐œŒ) โˆ™ ๐‘…๐œ‰๐‘–
๐‘ก
where ๐œŒ is a parameter to control the ratio of ๐ด and ๐‘…
Urban Critical Incident Discovery
Extract The Latent Incident
Impact Features
Incident-driven
traffic speed prediction
22
Deep Incident-Aware Graph Convolutional Network
(DIGC-Net)
๏ฌ Methodology
โˆŽ Critical Incidents
- For incidents like mega-events, the traffic flows might be affected
before incidents begin. On the contrary, incidents like traffic collisions
will begin to affect traffic flows after they occurred
Define the flows which are highly affected by accident as
๐œ‰๐‘– max(๐œ€๐œ‰๐‘–
๐‘กโˆ’
๐‘‡
2
, ๐œ€๐œ‰๐‘–
๐‘กโˆ’
๐‘‡
2+1
, โ‹ฏ , ๐œ€๐œ‰๐‘–
๐‘ก+
๐‘‡
2
) โ‰ฅ ๐œƒ}
where ๐œƒ is a threshold parameter
When | ๐œ‰๐‘– max ๐œ€๐œ‰๐‘–
๐‘กโˆ’
๐‘‡
2
, ๐œ€๐œ‰๐‘–
๐‘กโˆ’
๐‘‡
2
+1
, โ‹ฏ , ๐œ€๐œ‰๐‘–
๐‘ก+
๐‘‡
2
โ‰ฅ ๐œƒ |๐ผ๐‘˜
> 0
there is at least one flow is highly affected by the incident ๐ผ๐‘˜, we call
๐ผ๐‘˜ is a critical incident
Urban Critical Incident Discovery
Extract The Latent Incident
Impact Features
Incident-driven
traffic speed prediction
23
Deep Incident-Aware Graph Convolutional Network
(DIGC-Net)
๏ฌ Methodology
Urban Critical Incident Discovery
Extract The Latent Incident
Impact Features
Incident-driven
traffic speed prediction
24
Deep Incident-Aware Graph Convolutional Network
(DIGC-Net)
๏ฌ Methodology
โˆŽ Spatial Learning : GCN
- Adapt graph convolutional network (GCN) to learn the spatial
topology features.
(To capture the topology features in non-Euclidean structures, which
is suitable for road networks)
โˆŽ Temporal Learning : LSTM
- Adapt Long Short-Term Memory (LSTM) model as temporal learning
component
(To learn long-term dependency information of time related
sequences)
Urban Critical Incident Discovery
Extract The Latent Incident
Impact Features
Incident-driven
traffic speed prediction
25
Deep Incident-Aware Graph Convolutional Network
(DIGC-Net)
๏ฌ Methodology
โˆŽ Context Learning
- Use the following features for context learning
1) Incident type
(Traffic collision and event)
2) Road status
(An incident leads to a road close or not)
3) Start and end hour
(Start time ๐‘ก๐‘  and an anticipative end time ๐‘ก๐‘’ of an incident)
4) Incident duration
(The anticipative duration of an incident
5) Weekday, Saturday or Sunday
Urban Critical Incident Discovery
Extract The Latent Incident
Impact Features
Incident-driven
traffic speed prediction
26
Deep Incident-Aware Graph Convolutional Network
(DIGC-Net)
๏ฌ Methodology
โˆŽ Latent incident impact features extraction
Urban Critical Incident Discovery
Extract The Latent Incident
Impact Features
Incident-driven
traffic speed prediction
27
Deep Incident-Aware Graph Convolutional Network
(DIGC-Net)
๏ฌ Methodology
โˆŽ Spatio-temporal Learning
- Use the similar structure of spatial and temporal learning of binary
classifier. The output of spatio-temporal learning is ๐‘Œ๐‘ 
โˆŽ Incident Learning
- Select all incidents occurred within [t-125min, t-5min] as the incident
learning inputs (the last two hours) and use the pre-trained binary
classifier to extract (๐‘Œ๐‘ โŠ• ๐‘Œ
๐‘”)๐น๐ถ๐‘ , i.e., the latent incident impact
features of each incident
โˆŽ Periodic Learning
- Use the same time slots in the last 5 days to learn the periodic
features. The output of periodic learning ๐‘Œ๐‘ƒ
Urban Critical Incident Discovery
Extract The Latent Incident
Impact Features
Incident-driven
traffic speed prediction
28
Deep Incident-Aware Graph Convolutional Network
(DIGC-Net)
๏ฌ Methodology
โˆŽ Spatio-temporal Learning
- Use the similar structure of spatial and temporal learning of binary
classifier
โˆŽ Incident Learning
- Select all incidents occurred within [t-125min, t-5min] as the incident
learning inputs (the last two hours)
โˆŽ Periodic Learning
- Use the same time slots in the last 5 days to learn the periodic
features
Urban Critical Incident Discovery
Extract The Latent Incident
Impact Features
Incident-driven
traffic speed prediction
29
Experiment
Urban Critical Incident Discovery
Extract The Latent Incident
Impact Features
Incident-driven
traffic speed prediction
๏ฌ Results
30
Experiment
Urban Critical Incident Discovery
Extract The Latent Incident
Impact Features
Incident-driven
traffic speed prediction
๏ฌ Results
31
Experiment
Urban Critical Incident Discovery
Extract The Latent Incident
Impact Features
Incident-driven
traffic speed prediction
๏ฌ Results
32
Experiment
Urban Critical Incident Discovery
Extract The Latent Incident
Impact Features
Incident-driven
traffic speed prediction
๏ฌ Results
33
Experiment
๏ฌ Conclusion and Discussion
โˆŽ Propose a critical incident discovery method to identify urban crucial
incidents and their impact on traffic flows
โˆŽ Design a binary classifier to extract the latent incident impact features for
improving traffic speed prediction
โˆŽ Propose a Deep Incident-Aware Graph Convolutional Network (DIGC-Net)
to effectively incorporate traffic incident, spatio-temporal, periodical and
weather features for traffic speed prediction
Thank you
Any questions?

More Related Content

What's hot

Roy Wilson
Roy WilsonRoy Wilson
Roy WilsonJumpingJaq
ย 
Cognitive Urban Transport
Cognitive Urban TransportCognitive Urban Transport
Cognitive Urban TransportSasha Lazarevic
ย 
Modelling For Signals
Modelling For SignalsModelling For Signals
Modelling For SignalsJonathan Slason
ย 
Road hotspot warning system based cooperative concept
Road hotspot warning system based cooperative conceptRoad hotspot warning system based cooperative concept
Road hotspot warning system based cooperative conceptHAO YE
ย 
MMauch HOC presentation-oct-04-2013
MMauch HOC presentation-oct-04-2013MMauch HOC presentation-oct-04-2013
MMauch HOC presentation-oct-04-2013sogoss
ย 
TrafficResponsivePlan-BrevardCountyFL
TrafficResponsivePlan-BrevardCountyFLTrafficResponsivePlan-BrevardCountyFL
TrafficResponsivePlan-BrevardCountyFLDavid Andersen
ย 
Predictive Arrival
Predictive ArrivalPredictive Arrival
Predictive ArrivalLarry Suarez
ย 
KTH-Texxi Project 2010
KTH-Texxi Project 2010KTH-Texxi Project 2010
KTH-Texxi Project 2010Texxi Global
ย 
Corridor Identification UTS
Corridor Identification UTSCorridor Identification UTS
Corridor Identification UTSfreshwoody patel
ย 
8 capacity-analysis ( Transportation and Traffic Engineering Dr. Sheriff El-B...
8 capacity-analysis ( Transportation and Traffic Engineering Dr. Sheriff El-B...8 capacity-analysis ( Transportation and Traffic Engineering Dr. Sheriff El-B...
8 capacity-analysis ( Transportation and Traffic Engineering Dr. Sheriff El-B...Hossam Shafiq I
ย 
Machine Learning Approach to Report Prioritization with an ...
Machine Learning Approach to Report Prioritization with an ...Machine Learning Approach to Report Prioritization with an ...
Machine Learning Approach to Report Prioritization with an ...butest
ย 
Robust Sensing and Analytics in Urban Environment
Robust Sensing and Analytics in Urban EnvironmentRobust Sensing and Analytics in Urban Environment
Robust Sensing and Analytics in Urban EnvironmentFangzhou Sun
ย 
Traffic volume
Traffic volumeTraffic volume
Traffic volumePENKI RAMU
ย 
Traffic Volume Study
Traffic Volume StudyTraffic Volume Study
Traffic Volume StudyWaliur Rahman
ย 
Traffic study on road network to identify the short term road improvement pro...
Traffic study on road network to identify the short term road improvement pro...Traffic study on road network to identify the short term road improvement pro...
Traffic study on road network to identify the short term road improvement pro...iaemedu
ย 
BusVizPoster-v2
BusVizPoster-v2BusVizPoster-v2
BusVizPoster-v2Radu Stancut
ย 
Traffic Conditions - From Now Until Forever
Traffic Conditions - From Now Until ForeverTraffic Conditions - From Now Until Forever
Traffic Conditions - From Now Until ForeverWSP
ย 
Traffic management system sushrut bhosale
Traffic management system sushrut bhosaleTraffic management system sushrut bhosale
Traffic management system sushrut bhosaleSushrut Bhosale
ย 
Transportation plan preparation
Transportation plan preparationTransportation plan preparation
Transportation plan preparationMital Damani
ย 
Highway traffic optimization by variable speed limits
Highway traffic optimization by variable speed limitsHighway traffic optimization by variable speed limits
Highway traffic optimization by variable speed limitsJoseph Chow
ย 

What's hot (20)

Roy Wilson
Roy WilsonRoy Wilson
Roy Wilson
ย 
Cognitive Urban Transport
Cognitive Urban TransportCognitive Urban Transport
Cognitive Urban Transport
ย 
Modelling For Signals
Modelling For SignalsModelling For Signals
Modelling For Signals
ย 
Road hotspot warning system based cooperative concept
Road hotspot warning system based cooperative conceptRoad hotspot warning system based cooperative concept
Road hotspot warning system based cooperative concept
ย 
MMauch HOC presentation-oct-04-2013
MMauch HOC presentation-oct-04-2013MMauch HOC presentation-oct-04-2013
MMauch HOC presentation-oct-04-2013
ย 
TrafficResponsivePlan-BrevardCountyFL
TrafficResponsivePlan-BrevardCountyFLTrafficResponsivePlan-BrevardCountyFL
TrafficResponsivePlan-BrevardCountyFL
ย 
Predictive Arrival
Predictive ArrivalPredictive Arrival
Predictive Arrival
ย 
KTH-Texxi Project 2010
KTH-Texxi Project 2010KTH-Texxi Project 2010
KTH-Texxi Project 2010
ย 
Corridor Identification UTS
Corridor Identification UTSCorridor Identification UTS
Corridor Identification UTS
ย 
8 capacity-analysis ( Transportation and Traffic Engineering Dr. Sheriff El-B...
8 capacity-analysis ( Transportation and Traffic Engineering Dr. Sheriff El-B...8 capacity-analysis ( Transportation and Traffic Engineering Dr. Sheriff El-B...
8 capacity-analysis ( Transportation and Traffic Engineering Dr. Sheriff El-B...
ย 
Machine Learning Approach to Report Prioritization with an ...
Machine Learning Approach to Report Prioritization with an ...Machine Learning Approach to Report Prioritization with an ...
Machine Learning Approach to Report Prioritization with an ...
ย 
Robust Sensing and Analytics in Urban Environment
Robust Sensing and Analytics in Urban EnvironmentRobust Sensing and Analytics in Urban Environment
Robust Sensing and Analytics in Urban Environment
ย 
Traffic volume
Traffic volumeTraffic volume
Traffic volume
ย 
Traffic Volume Study
Traffic Volume StudyTraffic Volume Study
Traffic Volume Study
ย 
Traffic study on road network to identify the short term road improvement pro...
Traffic study on road network to identify the short term road improvement pro...Traffic study on road network to identify the short term road improvement pro...
Traffic study on road network to identify the short term road improvement pro...
ย 
BusVizPoster-v2
BusVizPoster-v2BusVizPoster-v2
BusVizPoster-v2
ย 
Traffic Conditions - From Now Until Forever
Traffic Conditions - From Now Until ForeverTraffic Conditions - From Now Until Forever
Traffic Conditions - From Now Until Forever
ย 
Traffic management system sushrut bhosale
Traffic management system sushrut bhosaleTraffic management system sushrut bhosale
Traffic management system sushrut bhosale
ย 
Transportation plan preparation
Transportation plan preparationTransportation plan preparation
Transportation plan preparation
ย 
Highway traffic optimization by variable speed limits
Highway traffic optimization by variable speed limitsHighway traffic optimization by variable speed limits
Highway traffic optimization by variable speed limits
ย 

Similar to Deep graph convolutional networks for incident driven traffic speed prediction

Driving Behavior for ADAS and Autonomous Driving X
Driving Behavior for ADAS and Autonomous Driving XDriving Behavior for ADAS and Autonomous Driving X
Driving Behavior for ADAS and Autonomous Driving XYu Huang
ย 
Pedestrian behavior/intention modeling for autonomous driving V
Pedestrian behavior/intention modeling for autonomous driving VPedestrian behavior/intention modeling for autonomous driving V
Pedestrian behavior/intention modeling for autonomous driving VYu Huang
ย 
Pedestrian Behavior/Intention Modeling for Autonomous Driving VI
Pedestrian Behavior/Intention Modeling for Autonomous Driving VIPedestrian Behavior/Intention Modeling for Autonomous Driving VI
Pedestrian Behavior/Intention Modeling for Autonomous Driving VIYu Huang
ย 
[Seminar] 20210122 Kyunghwan Moon
[Seminar] 20210122 Kyunghwan Moon[Seminar] 20210122 Kyunghwan Moon
[Seminar] 20210122 Kyunghwan Moonivaderivader
ย 
Wherecamp Navigation Conference 2015 - The unintelligent swarm
Wherecamp Navigation Conference 2015 - The unintelligent swarmWherecamp Navigation Conference 2015 - The unintelligent swarm
Wherecamp Navigation Conference 2015 - The unintelligent swarmWhereCampBerlin
ย 
Pedestrian behavior/intention modeling for autonomous driving IV
Pedestrian behavior/intention modeling for autonomous driving IVPedestrian behavior/intention modeling for autonomous driving IV
Pedestrian behavior/intention modeling for autonomous driving IVYu Huang
ย 
Route optimization using network analyst tools of arcgis(mid term evaluation)...
Route optimization using network analyst tools of arcgis(mid term evaluation)...Route optimization using network analyst tools of arcgis(mid term evaluation)...
Route optimization using network analyst tools of arcgis(mid term evaluation)...PRABHATKUMAR751
ย 
Understanding City Traffic Dynamics Utilizing Sensor and Textual Observations
Understanding City Traffic Dynamics Utilizing Sensor and Textual ObservationsUnderstanding City Traffic Dynamics Utilizing Sensor and Textual Observations
Understanding City Traffic Dynamics Utilizing Sensor and Textual ObservationsArtificial Intelligence Institute at UofSC
ย 
Driving behaviors for adas and autonomous driving XII
Driving behaviors for adas and autonomous driving XIIDriving behaviors for adas and autonomous driving XII
Driving behaviors for adas and autonomous driving XIIYu Huang
ย 
Driving Behavior for ADAS and Autonomous Driving VIII
Driving Behavior for ADAS and Autonomous Driving VIIIDriving Behavior for ADAS and Autonomous Driving VIII
Driving Behavior for ADAS and Autonomous Driving VIIIYu Huang
ย 
Smart Mobility
Smart MobilitySmart Mobility
Smart MobilityinLabFIB
ย 
IRJET - A Review on Pedestrian Behavior Prediction for Intelligent Transport ...
IRJET - A Review on Pedestrian Behavior Prediction for Intelligent Transport ...IRJET - A Review on Pedestrian Behavior Prediction for Intelligent Transport ...
IRJET - A Review on Pedestrian Behavior Prediction for Intelligent Transport ...IRJET Journal
ย 
Road Accident Alert System
Road Accident Alert SystemRoad Accident Alert System
Road Accident Alert Systemshraddha mane
ย 
Traffic data fusion methodology
Traffic data fusion methodologyTraffic data fusion methodology
Traffic data fusion methodologyJumpingJaq
ย 
Predictive Data Dissemination in Vanet
Predictive Data Dissemination in VanetPredictive Data Dissemination in Vanet
Predictive Data Dissemination in VanetDhruvMarothi
ย 
Spatiotemporal Characterization of Commuting Flows in Urban Mobility Networks...
Spatiotemporal Characterization of Commuting Flows in Urban Mobility Networks...Spatiotemporal Characterization of Commuting Flows in Urban Mobility Networks...
Spatiotemporal Characterization of Commuting Flows in Urban Mobility Networks...Meead Saberi
ย 
Predict Traffic flow with KNN and LSTM
Predict Traffic flow with KNN and LSTMPredict Traffic flow with KNN and LSTM
Predict Traffic flow with KNN and LSTMAfzaal Subhani
ย 

Similar to Deep graph convolutional networks for incident driven traffic speed prediction (20)

2006.11583.pdf
2006.11583.pdf2006.11583.pdf
2006.11583.pdf
ย 
Driving Behavior for ADAS and Autonomous Driving X
Driving Behavior for ADAS and Autonomous Driving XDriving Behavior for ADAS and Autonomous Driving X
Driving Behavior for ADAS and Autonomous Driving X
ย 
Pedestrian behavior/intention modeling for autonomous driving V
Pedestrian behavior/intention modeling for autonomous driving VPedestrian behavior/intention modeling for autonomous driving V
Pedestrian behavior/intention modeling for autonomous driving V
ย 
Pedestrian Behavior/Intention Modeling for Autonomous Driving VI
Pedestrian Behavior/Intention Modeling for Autonomous Driving VIPedestrian Behavior/Intention Modeling for Autonomous Driving VI
Pedestrian Behavior/Intention Modeling for Autonomous Driving VI
ย 
[Seminar] 20210122 Kyunghwan Moon
[Seminar] 20210122 Kyunghwan Moon[Seminar] 20210122 Kyunghwan Moon
[Seminar] 20210122 Kyunghwan Moon
ย 
Wherecamp Navigation Conference 2015 - The unintelligent swarm
Wherecamp Navigation Conference 2015 - The unintelligent swarmWherecamp Navigation Conference 2015 - The unintelligent swarm
Wherecamp Navigation Conference 2015 - The unintelligent swarm
ย 
Summer Program on Transportation Statistics, Statistical Challenges for Advan...
Summer Program on Transportation Statistics, Statistical Challenges for Advan...Summer Program on Transportation Statistics, Statistical Challenges for Advan...
Summer Program on Transportation Statistics, Statistical Challenges for Advan...
ย 
Pedestrian behavior/intention modeling for autonomous driving IV
Pedestrian behavior/intention modeling for autonomous driving IVPedestrian behavior/intention modeling for autonomous driving IV
Pedestrian behavior/intention modeling for autonomous driving IV
ย 
Route optimization using network analyst tools of arcgis(mid term evaluation)...
Route optimization using network analyst tools of arcgis(mid term evaluation)...Route optimization using network analyst tools of arcgis(mid term evaluation)...
Route optimization using network analyst tools of arcgis(mid term evaluation)...
ย 
Understanding City Traffic Dynamics Utilizing Sensor and Textual Observations
Understanding City Traffic Dynamics Utilizing Sensor and Textual ObservationsUnderstanding City Traffic Dynamics Utilizing Sensor and Textual Observations
Understanding City Traffic Dynamics Utilizing Sensor and Textual Observations
ย 
Driving behaviors for adas and autonomous driving XII
Driving behaviors for adas and autonomous driving XIIDriving behaviors for adas and autonomous driving XII
Driving behaviors for adas and autonomous driving XII
ย 
Driving Behavior for ADAS and Autonomous Driving VIII
Driving Behavior for ADAS and Autonomous Driving VIIIDriving Behavior for ADAS and Autonomous Driving VIII
Driving Behavior for ADAS and Autonomous Driving VIII
ย 
Integrating Sensor and Social Data for Understanding City Events
Integrating Sensor and Social Data for Understanding City EventsIntegrating Sensor and Social Data for Understanding City Events
Integrating Sensor and Social Data for Understanding City Events
ย 
Smart Mobility
Smart MobilitySmart Mobility
Smart Mobility
ย 
IRJET - A Review on Pedestrian Behavior Prediction for Intelligent Transport ...
IRJET - A Review on Pedestrian Behavior Prediction for Intelligent Transport ...IRJET - A Review on Pedestrian Behavior Prediction for Intelligent Transport ...
IRJET - A Review on Pedestrian Behavior Prediction for Intelligent Transport ...
ย 
Road Accident Alert System
Road Accident Alert SystemRoad Accident Alert System
Road Accident Alert System
ย 
Traffic data fusion methodology
Traffic data fusion methodologyTraffic data fusion methodology
Traffic data fusion methodology
ย 
Predictive Data Dissemination in Vanet
Predictive Data Dissemination in VanetPredictive Data Dissemination in Vanet
Predictive Data Dissemination in Vanet
ย 
Spatiotemporal Characterization of Commuting Flows in Urban Mobility Networks...
Spatiotemporal Characterization of Commuting Flows in Urban Mobility Networks...Spatiotemporal Characterization of Commuting Flows in Urban Mobility Networks...
Spatiotemporal Characterization of Commuting Flows in Urban Mobility Networks...
ย 
Predict Traffic flow with KNN and LSTM
Predict Traffic flow with KNN and LSTMPredict Traffic flow with KNN and LSTM
Predict Traffic flow with KNN and LSTM
ย 

More from ivaderivader

Argument Mining
Argument MiningArgument Mining
Argument Miningivaderivader
ย 
Papers at CHI23
Papers at CHI23Papers at CHI23
Papers at CHI23ivaderivader
ย 
DDGK: Learning Graph Representations for Deep Divergence Graph Kernels
DDGK: Learning Graph Representations for Deep Divergence Graph KernelsDDGK: Learning Graph Representations for Deep Divergence Graph Kernels
DDGK: Learning Graph Representations for Deep Divergence Graph Kernelsivaderivader
ย 
So Predictable! Continuous 3D Hand Trajectory Prediction in Virtual Reality
So Predictable! Continuous 3D Hand Trajectory Prediction in Virtual Reality So Predictable! Continuous 3D Hand Trajectory Prediction in Virtual Reality
So Predictable! Continuous 3D Hand Trajectory Prediction in Virtual Reality ivaderivader
ย 
Reinforcement Learning-based Placement of Charging Stations in Urban Road Net...
Reinforcement Learning-based Placement of Charging Stations in Urban Road Net...Reinforcement Learning-based Placement of Charging Stations in Urban Road Net...
Reinforcement Learning-based Placement of Charging Stations in Urban Road Net...ivaderivader
ย 
Prediction for Retrospection: Integrating Algorithmic Stress Prediction into ...
Prediction for Retrospection: Integrating Algorithmic Stress Prediction into ...Prediction for Retrospection: Integrating Algorithmic Stress Prediction into ...
Prediction for Retrospection: Integrating Algorithmic Stress Prediction into ...ivaderivader
ย 
Mem2Seq: Effectively Incorporating Knowledge Bases into End-to-End Task-Orien...
Mem2Seq: Effectively Incorporating Knowledge Bases into End-to-End Task-Orien...Mem2Seq: Effectively Incorporating Knowledge Bases into End-to-End Task-Orien...
Mem2Seq: Effectively Incorporating Knowledge Bases into End-to-End Task-Orien...ivaderivader
ย 
A Style-Based Generator Architecture for Generative Adversarial Networks
A Style-Based Generator Architecture for Generative Adversarial NetworksA Style-Based Generator Architecture for Generative Adversarial Networks
A Style-Based Generator Architecture for Generative Adversarial Networksivaderivader
ย 
CatchLIve: Real-time Summarization of Live Streams with Stream Content and In...
CatchLIve: Real-time Summarization of Live Streams with Stream Content and In...CatchLIve: Real-time Summarization of Live Streams with Stream Content and In...
CatchLIve: Real-time Summarization of Live Streams with Stream Content and In...ivaderivader
ย 
Perception! Immersion! Empowerment! Superpowers as Inspiration for Visualization
Perception! Immersion! Empowerment! Superpowers as Inspiration for VisualizationPerception! Immersion! Empowerment! Superpowers as Inspiration for Visualization
Perception! Immersion! Empowerment! Superpowers as Inspiration for Visualizationivaderivader
ย 
Learning to Remember Patterns: Pattern Matching Memory Networks for Traffic F...
Learning to Remember Patterns: Pattern Matching Memory Networks for Traffic F...Learning to Remember Patterns: Pattern Matching Memory Networks for Traffic F...
Learning to Remember Patterns: Pattern Matching Memory Networks for Traffic F...ivaderivader
ย 
Neural Approximate Dynamic Programming for On-Demand Ride-Pooling
Neural Approximate Dynamic Programming for On-Demand Ride-PoolingNeural Approximate Dynamic Programming for On-Demand Ride-Pooling
Neural Approximate Dynamic Programming for On-Demand Ride-Poolingivaderivader
ย 
StoryMap: Using Social Modeling and Self-Modeling to Support Physical Activit...
StoryMap: Using Social Modeling and Self-Modeling to Support Physical Activit...StoryMap: Using Social Modeling and Self-Modeling to Support Physical Activit...
StoryMap: Using Social Modeling and Self-Modeling to Support Physical Activit...ivaderivader
ย 
Bad Breakdowns, Useful Seams, and Face Slapping: Analysis of VR Fails on YouTube
Bad Breakdowns, Useful Seams, and Face Slapping: Analysis of VR Fails on YouTubeBad Breakdowns, Useful Seams, and Face Slapping: Analysis of VR Fails on YouTube
Bad Breakdowns, Useful Seams, and Face Slapping: Analysis of VR Fails on YouTubeivaderivader
ย 
Invertible Denoising Network: A Light Solution for Real Noise Removal
Invertible Denoising Network: A Light Solution for Real Noise RemovalInvertible Denoising Network: A Light Solution for Real Noise Removal
Invertible Denoising Network: A Light Solution for Real Noise Removalivaderivader
ย 
Traffic Demand Prediction Based Dynamic Transition Convolutional Neural Network
Traffic Demand Prediction Based Dynamic Transition Convolutional Neural NetworkTraffic Demand Prediction Based Dynamic Transition Convolutional Neural Network
Traffic Demand Prediction Based Dynamic Transition Convolutional Neural Networkivaderivader
ย 
MusicBERT: Symbolic Music Understanding with Large-Scale Pre-Training
MusicBERT: Symbolic Music Understanding with Large-Scale Pre-Training  MusicBERT: Symbolic Music Understanding with Large-Scale Pre-Training
MusicBERT: Symbolic Music Understanding with Large-Scale Pre-Training ivaderivader
ย 
Screen2Vec: Semantic Embedding of GUI Screens and GUI Components
Screen2Vec: Semantic Embedding of GUI Screens and GUI ComponentsScreen2Vec: Semantic Embedding of GUI Screens and GUI Components
Screen2Vec: Semantic Embedding of GUI Screens and GUI Componentsivaderivader
ย 
Augmenting Decisions of Taxi Drivers through Reinforcement Learning for Impro...
Augmenting Decisions of Taxi Drivers through Reinforcement Learning for Impro...Augmenting Decisions of Taxi Drivers through Reinforcement Learning for Impro...
Augmenting Decisions of Taxi Drivers through Reinforcement Learning for Impro...ivaderivader
ย 
Natural Language to Visualization by Neural Machine Translation
Natural Language to Visualization by Neural Machine TranslationNatural Language to Visualization by Neural Machine Translation
Natural Language to Visualization by Neural Machine Translationivaderivader
ย 

More from ivaderivader (20)

Argument Mining
Argument MiningArgument Mining
Argument Mining
ย 
Papers at CHI23
Papers at CHI23Papers at CHI23
Papers at CHI23
ย 
DDGK: Learning Graph Representations for Deep Divergence Graph Kernels
DDGK: Learning Graph Representations for Deep Divergence Graph KernelsDDGK: Learning Graph Representations for Deep Divergence Graph Kernels
DDGK: Learning Graph Representations for Deep Divergence Graph Kernels
ย 
So Predictable! Continuous 3D Hand Trajectory Prediction in Virtual Reality
So Predictable! Continuous 3D Hand Trajectory Prediction in Virtual Reality So Predictable! Continuous 3D Hand Trajectory Prediction in Virtual Reality
So Predictable! Continuous 3D Hand Trajectory Prediction in Virtual Reality
ย 
Reinforcement Learning-based Placement of Charging Stations in Urban Road Net...
Reinforcement Learning-based Placement of Charging Stations in Urban Road Net...Reinforcement Learning-based Placement of Charging Stations in Urban Road Net...
Reinforcement Learning-based Placement of Charging Stations in Urban Road Net...
ย 
Prediction for Retrospection: Integrating Algorithmic Stress Prediction into ...
Prediction for Retrospection: Integrating Algorithmic Stress Prediction into ...Prediction for Retrospection: Integrating Algorithmic Stress Prediction into ...
Prediction for Retrospection: Integrating Algorithmic Stress Prediction into ...
ย 
Mem2Seq: Effectively Incorporating Knowledge Bases into End-to-End Task-Orien...
Mem2Seq: Effectively Incorporating Knowledge Bases into End-to-End Task-Orien...Mem2Seq: Effectively Incorporating Knowledge Bases into End-to-End Task-Orien...
Mem2Seq: Effectively Incorporating Knowledge Bases into End-to-End Task-Orien...
ย 
A Style-Based Generator Architecture for Generative Adversarial Networks
A Style-Based Generator Architecture for Generative Adversarial NetworksA Style-Based Generator Architecture for Generative Adversarial Networks
A Style-Based Generator Architecture for Generative Adversarial Networks
ย 
CatchLIve: Real-time Summarization of Live Streams with Stream Content and In...
CatchLIve: Real-time Summarization of Live Streams with Stream Content and In...CatchLIve: Real-time Summarization of Live Streams with Stream Content and In...
CatchLIve: Real-time Summarization of Live Streams with Stream Content and In...
ย 
Perception! Immersion! Empowerment! Superpowers as Inspiration for Visualization
Perception! Immersion! Empowerment! Superpowers as Inspiration for VisualizationPerception! Immersion! Empowerment! Superpowers as Inspiration for Visualization
Perception! Immersion! Empowerment! Superpowers as Inspiration for Visualization
ย 
Learning to Remember Patterns: Pattern Matching Memory Networks for Traffic F...
Learning to Remember Patterns: Pattern Matching Memory Networks for Traffic F...Learning to Remember Patterns: Pattern Matching Memory Networks for Traffic F...
Learning to Remember Patterns: Pattern Matching Memory Networks for Traffic F...
ย 
Neural Approximate Dynamic Programming for On-Demand Ride-Pooling
Neural Approximate Dynamic Programming for On-Demand Ride-PoolingNeural Approximate Dynamic Programming for On-Demand Ride-Pooling
Neural Approximate Dynamic Programming for On-Demand Ride-Pooling
ย 
StoryMap: Using Social Modeling and Self-Modeling to Support Physical Activit...
StoryMap: Using Social Modeling and Self-Modeling to Support Physical Activit...StoryMap: Using Social Modeling and Self-Modeling to Support Physical Activit...
StoryMap: Using Social Modeling and Self-Modeling to Support Physical Activit...
ย 
Bad Breakdowns, Useful Seams, and Face Slapping: Analysis of VR Fails on YouTube
Bad Breakdowns, Useful Seams, and Face Slapping: Analysis of VR Fails on YouTubeBad Breakdowns, Useful Seams, and Face Slapping: Analysis of VR Fails on YouTube
Bad Breakdowns, Useful Seams, and Face Slapping: Analysis of VR Fails on YouTube
ย 
Invertible Denoising Network: A Light Solution for Real Noise Removal
Invertible Denoising Network: A Light Solution for Real Noise RemovalInvertible Denoising Network: A Light Solution for Real Noise Removal
Invertible Denoising Network: A Light Solution for Real Noise Removal
ย 
Traffic Demand Prediction Based Dynamic Transition Convolutional Neural Network
Traffic Demand Prediction Based Dynamic Transition Convolutional Neural NetworkTraffic Demand Prediction Based Dynamic Transition Convolutional Neural Network
Traffic Demand Prediction Based Dynamic Transition Convolutional Neural Network
ย 
MusicBERT: Symbolic Music Understanding with Large-Scale Pre-Training
MusicBERT: Symbolic Music Understanding with Large-Scale Pre-Training  MusicBERT: Symbolic Music Understanding with Large-Scale Pre-Training
MusicBERT: Symbolic Music Understanding with Large-Scale Pre-Training
ย 
Screen2Vec: Semantic Embedding of GUI Screens and GUI Components
Screen2Vec: Semantic Embedding of GUI Screens and GUI ComponentsScreen2Vec: Semantic Embedding of GUI Screens and GUI Components
Screen2Vec: Semantic Embedding of GUI Screens and GUI Components
ย 
Augmenting Decisions of Taxi Drivers through Reinforcement Learning for Impro...
Augmenting Decisions of Taxi Drivers through Reinforcement Learning for Impro...Augmenting Decisions of Taxi Drivers through Reinforcement Learning for Impro...
Augmenting Decisions of Taxi Drivers through Reinforcement Learning for Impro...
ย 
Natural Language to Visualization by Neural Machine Translation
Natural Language to Visualization by Neural Machine TranslationNatural Language to Visualization by Neural Machine Translation
Natural Language to Visualization by Neural Machine Translation
ย 

Recently uploaded

"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
ย 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
ย 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
ย 
Hot Sexy call girls in Panjabi Bagh ๐Ÿ” 9953056974 ๐Ÿ” Delhi escort Service
Hot Sexy call girls in Panjabi Bagh ๐Ÿ” 9953056974 ๐Ÿ” Delhi escort ServiceHot Sexy call girls in Panjabi Bagh ๐Ÿ” 9953056974 ๐Ÿ” Delhi escort Service
Hot Sexy call girls in Panjabi Bagh ๐Ÿ” 9953056974 ๐Ÿ” Delhi escort Service9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
Swan(sea) Song โ€“ personal research during my six years at Swansea ... and bey...
Swan(sea) Song โ€“ personal research during my six years at Swansea ... and bey...Swan(sea) Song โ€“ personal research during my six years at Swansea ... and bey...
Swan(sea) Song โ€“ personal research during my six years at Swansea ... and bey...Alan Dix
ย 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
ย 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
ย 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
ย 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
ย 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
ย 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
ย 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
ย 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
ย 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
ย 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
ย 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
ย 
#StandardsGoals for 2024: Whatโ€™s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: Whatโ€™s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: Whatโ€™s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: Whatโ€™s new for BISAC - Tech Forum 2024BookNet Canada
ย 
Bun (KitWorks Team Study ๋…ธ๋ณ„๋งˆ๋ฃจ ๋ฐœํ‘œ 2024.4.22)
Bun (KitWorks Team Study ๋…ธ๋ณ„๋งˆ๋ฃจ ๋ฐœํ‘œ 2024.4.22)Bun (KitWorks Team Study ๋…ธ๋ณ„๋งˆ๋ฃจ ๋ฐœํ‘œ 2024.4.22)
Bun (KitWorks Team Study ๋…ธ๋ณ„๋งˆ๋ฃจ ๋ฐœํ‘œ 2024.4.22)Wonjun Hwang
ย 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
ย 

Recently uploaded (20)

"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
ย 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
ย 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
ย 
Hot Sexy call girls in Panjabi Bagh ๐Ÿ” 9953056974 ๐Ÿ” Delhi escort Service
Hot Sexy call girls in Panjabi Bagh ๐Ÿ” 9953056974 ๐Ÿ” Delhi escort ServiceHot Sexy call girls in Panjabi Bagh ๐Ÿ” 9953056974 ๐Ÿ” Delhi escort Service
Hot Sexy call girls in Panjabi Bagh ๐Ÿ” 9953056974 ๐Ÿ” Delhi escort Service
ย 
Swan(sea) Song โ€“ personal research during my six years at Swansea ... and bey...
Swan(sea) Song โ€“ personal research during my six years at Swansea ... and bey...Swan(sea) Song โ€“ personal research during my six years at Swansea ... and bey...
Swan(sea) Song โ€“ personal research during my six years at Swansea ... and bey...
ย 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
ย 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
ย 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
ย 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
ย 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
ย 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
ย 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
ย 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
ย 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
ย 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
ย 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
ย 
#StandardsGoals for 2024: Whatโ€™s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: Whatโ€™s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: Whatโ€™s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: Whatโ€™s new for BISAC - Tech Forum 2024
ย 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
ย 
Bun (KitWorks Team Study ๋…ธ๋ณ„๋งˆ๋ฃจ ๋ฐœํ‘œ 2024.4.22)
Bun (KitWorks Team Study ๋…ธ๋ณ„๋งˆ๋ฃจ ๋ฐœํ‘œ 2024.4.22)Bun (KitWorks Team Study ๋…ธ๋ณ„๋งˆ๋ฃจ ๋ฐœํ‘œ 2024.4.22)
Bun (KitWorks Team Study ๋…ธ๋ณ„๋งˆ๋ฃจ ๋ฐœํ‘œ 2024.4.22)
ย 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
ย 

Deep graph convolutional networks for incident driven traffic speed prediction

  • 1. Deep Graph Convolutional Networks for Incident-Driven Traffic Speed Prediction ACM Conference on Information and Knowledge Management, 2020 Qinge Xie, Tiancheng Guo, Yang Chen, Yu Xiao, Xin Wang, and Ben Y. Zhao March 12, 2021 Presenter: KyungHwan Moon
  • 2. Contents โ€ข Overview of the Paper โ€ข Background and Motivation โ€ข Introduction โ€ข Deep Incident-Aware Graph Convolutional Network โ€ข Experiment โ€ข Conclusion and Discussion
  • 3. 2 Overview of the Paper Spatio-temporal Learning (Graph Convolutional Network + LSTM) ๏ฌ Deep Incident-Aware Graph Convolutional Network โˆŽ Graph Convolutional Network (GCN) : Capture spatial features of road networks โˆŽ LSTM : Capture the time evolution patterns of traffic speeds โˆŽ RNN : Contains loops that allow information to persist, so previous incidents will affect the traffic conditions, which may lead to the occurrence of future incidents โˆŽ Fully Connected Layer (FC) : Capture the long-term periodic features Incident Learning (RNN) Periodic Learning (Fully Connected Layer)
  • 4. 3 Background and Motivation ๏ฌ Previous studies on traffic speed prediction predominately used spatio-temporal and context features for prediction โˆŽ They have not made good use of the impact of traffic incidents ๏ฌ Incident-driven prediction framework consists of three processes โˆŽ Propose a critical incident discovery method to discover traffic incidents with high impact on traffic speed โˆŽ Design a binary classifier, which uses deep learning methods to extract the latent incident impact features โˆŽ Propose DIGC-Net to effectively incorporate traffic incident, spatio-temporal, periodic and context features for traffic speed prediction
  • 5. 4 Introduction ๏ฌ Traffic speed prediction has been a challenging problem for decades โˆŽ Congestion control [17] โˆŽ Vehicle routing planning [14] โˆŽ Urban road planning [28] โˆŽ Travel time estimation [9] ๏ฌ There are two main challenges for incident-driven traffic speed prediction problem โˆŽ The impact of traffic incidents is complex and varies significantly across incidents - It is unreasonable to treat all traffic incidents equally for traffic speed prediction, which may even negatively impact the prediction performance โˆŽ The impact of traffic incidents on adjacent roads will be affected by external factors like incident occurrence time, incident type and the road topology structure - Need to extract the latent impact features of traffic incidents to improve the traffic prediction
  • 6. 5 Introduction ๏ฌ Propose a critical incident discovery method to quantify the impact of urban traffic incidents on traffic flows to tackle the first challenge โˆŽ Consider both anomalous degree and speed variation of adjacent roads to discover the critical traffic incidents ๏ฌ Propose a binary classifier which uses deep learning methods to extract the latent impact features of incidents to tackle the second challenge โˆŽ Extract the latent impact features from the middle layer of the classifier, where the latent features are continuous and filtered
  • 8. 7 Introduction ๏ฌ Datasets โˆŽ San Francisco (SFO) โˆŽ New York City (NYC) ๏ฌ Problem Formulation and Preprocessing โˆŽ Reconstruction of the road network - Use the road segment as the node, and use every flow as one node to build the road network more specifically - If two flows have points of intersection, add an edge to connect node and node โˆŽ Problem formulation - Use to represent the speed of flow at time slot t - For every speed snapshot of the road network, get a vector of all flows (N is the total number of flows) - Given the re-build road graph and a T-length historical real-time speed sequence of all flows, task is to predict future speeds of every flow in the city where k is the prediction length
  • 9. 8 Deep Incident-Aware Graph Convolutional Network (DIGC-Net) ๏ฌ Methodology โˆŽ Congestion Incident - M : center point of the incident - r : the radius of the impact range - The circle with the center M and radius r stands for the region affected by the incident - Define that if the center of flows is in the circle, then the flows might be affected by the incident - The blue, red and green lines represent three flows which might be affected by the incident, respectively Urban Critical Incident Discovery Extract The Latent Incident Impact Features Incident-driven traffic speed prediction
  • 10. 9 Deep Incident-Aware Graph Convolutional Network (DIGC-Net) ๏ฌ Methodology โˆŽ Congestion Incident - Analyze each candidate flow that whether it will truly be affected by the incident - Use a variant of the method proposed in [41] to compute the anomalous degree of each flow - To compute the anomalous degree of a region is based on its historically similar regions in the city - The sudden drop of speed similarity of a region and its historically similar regions indicates the occurrence of urban anomalies Urban Critical Incident Discovery Extract The Latent Incident Impact Features Incident-driven traffic speed prediction
  • 11. 10 Deep Incident-Aware Graph Convolutional Network (DIGC-Net) ๏ฌ Methodology โˆŽ Pair-wise Similarity of Flows - The pair-wise similarity is calculated by : ๐‘ ๐œ‰๐‘–,๐œ‰๐‘— [๐‘กโˆ’๐‘‡+1:๐‘ก] = ๐‘ƒ(๐‘ฃ๐œ‰๐‘– ๐‘กโˆ’๐‘‡+1:๐‘ก , ๐‘ฃ๐œ‰๐‘— [๐‘กโˆ’๐‘‡+1:๐‘ก] ) where P is to calculate Pearson correlation coefficient [20] of two speed sequences - The similarity matrix S of all flows at t is calculated by the following equation: ๐‘†๐‘ก = ๐‘ ๐œ‰0,๐œ‰0 [๐‘กโˆ’๐‘‡+1:๐‘ก] โ‹ฏ ๐‘ ๐œ‰0,๐œ‰๐‘โˆ’1 [๐‘กโˆ’๐‘‡+1:๐‘ก] โ‹ฎ โ‹ฑ โ‹ฎ ๐‘ ๐œ‰๐‘โˆ’1,๐œ‰0 [๐‘กโˆ’๐‘‡+1:๐‘ก] โ‹ฏ ๐‘ ๐œ‰๐‘โˆ’1,๐œ‰๐‘โˆ’1 [๐‘กโˆ’๐‘‡+1:๐‘ก] where N is the total number of flows in the city Urban Critical Incident Discovery Extract The Latent Incident Impact Features Incident-driven traffic speed prediction
  • 12. 11 Deep Incident-Aware Graph Convolutional Network (DIGC-Net) ๏ฌ Methodology โˆŽ Similarity Decrease Matrix D - The decreased similarity of each flow pair from time slot t-1 to t - D at time slot t is calculated by: ๐ท๐‘ก = max(0, ๐‘†๐‘กโˆ’1 โˆ’ ๐‘ ๐‘ก) โˆŽ Anomalous Degree A - Use similarity matrix S and similarity decrease matrix D - Use a threshold parameter ๐›ฟ to capture the historically similar flows - When the similarity of two flows is greater than or equal to ๐›ฟ, define that they are historically similar Urban Critical Incident Discovery Extract The Latent Incident Impact Features Incident-driven traffic speed prediction
  • 13. 12 Deep Incident-Aware Graph Convolutional Network (DIGC-Net) ๏ฌ Methodology โˆŽ Anomalous Degree A - Given a flow ๐œ‰๐‘– at time slot t, the historically similar flow sets of ๐œ‰๐‘– is denoted as ๐ป๐œ‰๐‘– ๐‘ก = ๐œ‰๐‘— ๐‘– โ‰  ๐‘— ๐‘Ž๐‘›๐‘‘ ๐‘†๐‘–,๐‘— ๐‘ก = ๐‘†๐‘—,๐‘– ๐‘ก โ‰ฅ ๐›ฟ} - Anomalous degree of flow ๐œ‰๐‘– at time slot t is calculated by the following equation: ๐ด๐œ‰๐‘– ๐‘ก = ๐œ‰๐‘—โˆˆ๐ป๐œ‰๐‘– ๐‘ก ๐‘†๐‘–,๐‘— ๐‘กโˆ’1 โˆ™ ๐ท๐‘–,๐‘— ๐‘ก ๐œ‰๐‘—โˆˆ๐ป๐œ‰๐‘– ๐‘ก ๐‘†๐‘–,๐‘— ๐‘กโˆ’1 where A is the decrease degree in speed similarity of ๐œ‰๐‘– and its historically similar flows Urban Critical Incident Discovery Extract The Latent Incident Impact Features Incident-driven traffic speed prediction
  • 14. 13 Deep Incident-Aware Graph Convolutional Network (DIGC-Net) ๏ฌ Methodology โˆŽ Anomalous Degree A Urban Critical Incident Discovery Extract The Latent Incident Impact Features Incident-driven traffic speed prediction
  • 15. 14 Deep Incident-Aware Graph Convolutional Network (DIGC-Net) ๏ฌ Methodology โˆŽ Local Anomalous Degree Algorithm - It will cost a lot to compute the similarity matrix S, the similarity decrease matrix D and the anomalous degree A - Propose a local anomalous degree algorithm to speed up our method based on the spectral clustering algorithm [39] - Assume that traffic in nearby locations should be similar[32, 36, 45] - Assume that flows in the same community and in the spatially nearby regions will be historically similar - Given, a graph G, perform spectral decomposition and obtain k graph spatial features of each flow - Use K-means [8], a common unsupervised clustering method, to cluster flows into k classes Urban Critical Incident Discovery Extract The Latent Incident Impact Features Incident-driven traffic speed prediction
  • 16. 15 Deep Incident-Aware Graph Convolutional Network (DIGC-Net) ๏ฌ Methodology โˆŽ Local Anomalous Degree Algorithm Urban Critical Incident Discovery Extract The Latent Incident Impact Features Incident-driven traffic speed prediction
  • 17. 16 Deep Incident-Aware Graph Convolutional Network (DIGC-Net) ๏ฌ Methodology โˆŽ Validation of Local Algorithm - Eigenvectors can effectively capture spatial graph features - Only need to compute the local values of the similarity matrix ๐‘†, the similarity decrease matrix ๐ท and the anomalous degree ๐ด in the same district - Explore the impact on traffic flows of different urban traffic incidents Urban Critical Incident Discovery Extract The Latent Incident Impact Features Incident-driven traffic speed prediction
  • 18. 17 Deep Incident-Aware Graph Convolutional Network (DIGC-Net) ๏ฌ Methodology โˆŽ Validation of Local Algorithm Urban Critical Incident Discovery Extract The Latent Incident Impact Features Incident-driven traffic speed prediction
  • 19. 18 Deep Incident-Aware Graph Convolutional Network (DIGC-Net) ๏ฌ Methodology โˆŽ Relative Speed Variation ๐‘… - Given a flow ๐œ‰๐‘– at time t, and the historical speed sequence [๐‘ฃ๐œ‰๐‘– ๐‘กโˆ’๐‘‡+1 , ๐‘ฃ๐œ‰๐‘– ๐‘กโˆ’๐‘‡+2 , โ‹ฏ , ๐‘ฃ๐œ‰๐‘– ๐‘ก ] of ๐œ‰๐‘– in a T-length time window - Define the relative speed variation of ๐œ‰๐‘– as follow: ๐‘…๐œ‰๐‘– ๐‘ก = ๐‘กโ€ฒ=๐‘กโˆ’๐‘‡+1 ๐‘กโ€ฒ=๐‘ก ๐‘ฃ๐œ‰๐‘– ๐‘กโ€ฒ ๐‘‡ โˆ’ ๐‘ฃ๐œ‰๐‘– ๐‘ก max(๐‘ฃ๐œ‰๐‘– ๐‘ก๐‘  , ๐‘ฃ๐œ‰๐‘– ๐‘ก๐‘ +1 , โ‹ฏ , ๐‘ฃ๐œ‰๐‘– ๐‘ก๐‘’ ) use 24 hours (288 intervals) as the normalization window length, i.e., ๐‘ก๐‘  = ๐‘ก โˆ’ 144 ๐‘Ž๐‘›๐‘‘ ๐‘ก๐‘’ = ๐‘ก + 144, ๐‘Ž๐‘›๐‘‘ ๐‘‡ = 10 ๐‘–๐‘›๐‘ก๐‘’๐‘Ÿ๐‘ฃ๐‘Ž๐‘™๐‘  Urban Critical Incident Discovery Extract The Latent Incident Impact Features Incident-driven traffic speed prediction
  • 20. 19 Deep Incident-Aware Graph Convolutional Network (DIGC-Net) ๏ฌ Methodology โˆŽ Relative Speed Variation ๐‘… Urban Critical Incident Discovery Extract The Latent Incident Impact Features Incident-driven traffic speed prediction
  • 21. 20 Deep Incident-Aware Graph Convolutional Network (DIGC-Net) ๏ฌ Methodology โˆŽ Validation of Relative Speed Variation - Consider three related features: - Slope of speed variation ๐‘˜ [33] - Recent speed ๐‘ฃ๐‘กโˆ’1 [2] - Historical average speed (๐‘ฃ) [2] corresponding to three candidate computing methods of Relative Speed Variation ๐‘… 1) ๐‘…๐‘˜+๐‘ฃ๐‘กโˆ’1+๐‘ฃ = ๐‘ฃ โˆ’ ๐‘ฃ๐‘ก ร— ๐‘˜ ร— ๐‘ + ๐‘ฃ๐‘กโˆ’1 โˆ’ ๐‘ฃ๐‘ก ร— ๐‘˜๐‘กโˆ’1 ร— ๐‘ž 2) ๐‘…๐‘ฃ๐‘กโˆ’1+๐‘ฃ = ๐‘ฃ โˆ’ ๐‘ฃ๐‘ก ร— ๐‘ + ๐‘ฃ๐‘กโˆ’1 โˆ’ ๐‘ฃ๐‘ก ร— ๐‘ž 3) ๐‘…๐‘ฃ = |๐‘ฃ โˆ’ ๐‘ฃ๐‘ก| where p and q set to 0.5 Urban Critical Incident Discovery Extract The Latent Incident Impact Features Incident-driven traffic speed prediction
  • 22. 21 Deep Incident-Aware Graph Convolutional Network (DIGC-Net) ๏ฌ Methodology โˆŽ Incident Effect Score ๐œ€ - Due to the complementarity of anomalous degree and relative speed variation, combine both of them to compute the incident effect score Given a flow ๐œ‰๐‘– at time slot t, the incident effect score is calculated by: ๐œ€๐œ‰๐‘– ๐‘ก = ๐œŒ โˆ™ ๐ด๐œ‰๐‘– ๐‘ก + (1 โˆ’ ๐œŒ) โˆ™ ๐‘…๐œ‰๐‘– ๐‘ก where ๐œŒ is a parameter to control the ratio of ๐ด and ๐‘… Urban Critical Incident Discovery Extract The Latent Incident Impact Features Incident-driven traffic speed prediction
  • 23. 22 Deep Incident-Aware Graph Convolutional Network (DIGC-Net) ๏ฌ Methodology โˆŽ Critical Incidents - For incidents like mega-events, the traffic flows might be affected before incidents begin. On the contrary, incidents like traffic collisions will begin to affect traffic flows after they occurred Define the flows which are highly affected by accident as ๐œ‰๐‘– max(๐œ€๐œ‰๐‘– ๐‘กโˆ’ ๐‘‡ 2 , ๐œ€๐œ‰๐‘– ๐‘กโˆ’ ๐‘‡ 2+1 , โ‹ฏ , ๐œ€๐œ‰๐‘– ๐‘ก+ ๐‘‡ 2 ) โ‰ฅ ๐œƒ} where ๐œƒ is a threshold parameter When | ๐œ‰๐‘– max ๐œ€๐œ‰๐‘– ๐‘กโˆ’ ๐‘‡ 2 , ๐œ€๐œ‰๐‘– ๐‘กโˆ’ ๐‘‡ 2 +1 , โ‹ฏ , ๐œ€๐œ‰๐‘– ๐‘ก+ ๐‘‡ 2 โ‰ฅ ๐œƒ |๐ผ๐‘˜ > 0 there is at least one flow is highly affected by the incident ๐ผ๐‘˜, we call ๐ผ๐‘˜ is a critical incident Urban Critical Incident Discovery Extract The Latent Incident Impact Features Incident-driven traffic speed prediction
  • 24. 23 Deep Incident-Aware Graph Convolutional Network (DIGC-Net) ๏ฌ Methodology Urban Critical Incident Discovery Extract The Latent Incident Impact Features Incident-driven traffic speed prediction
  • 25. 24 Deep Incident-Aware Graph Convolutional Network (DIGC-Net) ๏ฌ Methodology โˆŽ Spatial Learning : GCN - Adapt graph convolutional network (GCN) to learn the spatial topology features. (To capture the topology features in non-Euclidean structures, which is suitable for road networks) โˆŽ Temporal Learning : LSTM - Adapt Long Short-Term Memory (LSTM) model as temporal learning component (To learn long-term dependency information of time related sequences) Urban Critical Incident Discovery Extract The Latent Incident Impact Features Incident-driven traffic speed prediction
  • 26. 25 Deep Incident-Aware Graph Convolutional Network (DIGC-Net) ๏ฌ Methodology โˆŽ Context Learning - Use the following features for context learning 1) Incident type (Traffic collision and event) 2) Road status (An incident leads to a road close or not) 3) Start and end hour (Start time ๐‘ก๐‘  and an anticipative end time ๐‘ก๐‘’ of an incident) 4) Incident duration (The anticipative duration of an incident 5) Weekday, Saturday or Sunday Urban Critical Incident Discovery Extract The Latent Incident Impact Features Incident-driven traffic speed prediction
  • 27. 26 Deep Incident-Aware Graph Convolutional Network (DIGC-Net) ๏ฌ Methodology โˆŽ Latent incident impact features extraction Urban Critical Incident Discovery Extract The Latent Incident Impact Features Incident-driven traffic speed prediction
  • 28. 27 Deep Incident-Aware Graph Convolutional Network (DIGC-Net) ๏ฌ Methodology โˆŽ Spatio-temporal Learning - Use the similar structure of spatial and temporal learning of binary classifier. The output of spatio-temporal learning is ๐‘Œ๐‘  โˆŽ Incident Learning - Select all incidents occurred within [t-125min, t-5min] as the incident learning inputs (the last two hours) and use the pre-trained binary classifier to extract (๐‘Œ๐‘ โŠ• ๐‘Œ ๐‘”)๐น๐ถ๐‘ , i.e., the latent incident impact features of each incident โˆŽ Periodic Learning - Use the same time slots in the last 5 days to learn the periodic features. The output of periodic learning ๐‘Œ๐‘ƒ Urban Critical Incident Discovery Extract The Latent Incident Impact Features Incident-driven traffic speed prediction
  • 29. 28 Deep Incident-Aware Graph Convolutional Network (DIGC-Net) ๏ฌ Methodology โˆŽ Spatio-temporal Learning - Use the similar structure of spatial and temporal learning of binary classifier โˆŽ Incident Learning - Select all incidents occurred within [t-125min, t-5min] as the incident learning inputs (the last two hours) โˆŽ Periodic Learning - Use the same time slots in the last 5 days to learn the periodic features Urban Critical Incident Discovery Extract The Latent Incident Impact Features Incident-driven traffic speed prediction
  • 30. 29 Experiment Urban Critical Incident Discovery Extract The Latent Incident Impact Features Incident-driven traffic speed prediction ๏ฌ Results
  • 31. 30 Experiment Urban Critical Incident Discovery Extract The Latent Incident Impact Features Incident-driven traffic speed prediction ๏ฌ Results
  • 32. 31 Experiment Urban Critical Incident Discovery Extract The Latent Incident Impact Features Incident-driven traffic speed prediction ๏ฌ Results
  • 33. 32 Experiment Urban Critical Incident Discovery Extract The Latent Incident Impact Features Incident-driven traffic speed prediction ๏ฌ Results
  • 34. 33 Experiment ๏ฌ Conclusion and Discussion โˆŽ Propose a critical incident discovery method to identify urban crucial incidents and their impact on traffic flows โˆŽ Design a binary classifier to extract the latent incident impact features for improving traffic speed prediction โˆŽ Propose a Deep Incident-Aware Graph Convolutional Network (DIGC-Net) to effectively incorporate traffic incident, spatio-temporal, periodical and weather features for traffic speed prediction