SlideShare a Scribd company logo
BAYESIAN RISK ASSESSMENT OF
AUTONOMOUS VEHICLES
Christos Katrakazas
Mohammed Quddus
Wen-Hua Chen*
Transport Studies Group
School of Civil and Building Engineering
*Department of Aeronautics and Automobile Engineering
Loughborough University
NORTHMOST 01: ITS-Leeds Monday 12th Dec.
Overview
 Introduction to the problem
 Bayesian & Dynamic Bayesian Networks (DBN)
 DBN models and risk assessment of autonomous vehicles
- Variables, estimation of probabilities and inference
 Preliminary findings
 Potential contribution
3
Introduction
Human error is responsible for causing 75 – 90% traffic accidents
Examples:
• Blind-spots & line of sight
• Risk perception
• Reaction time
• Impaired driving
• Fails to look properly
• Excessive/inappropriate speed
Removing the human element from
the task of driving
Potential Solution?
Autonomous vehicles
Road to Autonomy
Potential obstacles?
- Reliability
- High quality data
- Perception horizon
How could Transport
Professional help?
4
© European Commission
Roadmap for automated driving
5
Robotics
 Expensive sensors
 Real-time effectiveness
 Lack of context
Collision Prediction (vehicle-level)
In-vehicle sensors
Dangerous road user
6
Transport Engineering
 Aggregated data
 Location-based variables
 Spatio-temporal risk
Could network-level collision predication in transport engineering be
integrated to vehicle-level risk assessment of autonomous vehicles?
- Bayesian Inference?
Collision Prediction (network-level)
Dangerous road segment
Classification
Real-time traffic data
Bayesian Networks
 Directed Acyclic Probabilistic
Graphs
 Every node represents a random
variable
 Edges represent probabilistic
dependencies or influences
 Joint Probability Distribution
shows how a situation is
modelled (e.g. the probabilistic
relationship between the
variables of the whole system)
7
Bayesian Networks
• Suitable for learning causal
relationships
• Ideal representation for combining
prior knowledge and data
• Help in modelling noisy systems
• Can handle situations where data is
incomplete
BUT
Are applied for events in a particular
point in time!
8
Dynamic Bayesian Networks (DBN)
 Bayesian Networks used to model a
system that dynamically changes or
evolves over time
 Probabilistic reasoning over time
 How do the variables affect each
other over time?
 Requirements for DBNs:
1. A prior probability P(x1)
2. A state-transition function P(xt|xt-1)
3. An observation function P(Yt|xt)
Time slice
9
Dynamic Bayesian Networks (DBN)
1. A prior (initial) probability
distribution P(x1) in the beginning of
the process;
2. A state-transition function P(xt|xt-1)
specifies time dependencies between
states/variables;
3. An observation function P(Yt|xt)
Specifies dependencies of
observation nodes regarding to
other nodes at time slice t.
10
Time slice
Dynamic Bayesian Network (DBN): Example
Raint-1 P(Raint-1)
True (T) 0.7
False (F) 0.3
Raint P(Umbrellat|Raint)
T 0.9
F 0.1
Rain : Hidden Variable
Umbrella : Observed Variable
11
Research Question
How could fundamental principles of robotics and transport
engineering be integrated in addressing research challenges
associated with real-time crash prediction of autonomous vehicles?
 Act proactively for the ego-vehicle
 Improve real-time prediction by using network-level hint
 Take traffic environment into account
 May reduce the need for expensive (“super”- accurate) sensor measurements
Potential improvements?
Modelling crash prediction in real-time
Required variables:
 Network-level Risk (CRN): “Is the road segment on which the vehicle
travels dangerous or not?”
 Vehicle-level Risk (CRV): “Are the vehicles in the vicinity of the ego-
vehicle dangerous or not?”
 Vehicle Kinematics (K): “How likely is that the vehicles will follow the
same course according to a physical model of motion?”
 Sensor Measurements (Z): “How likely is that the measurements from
the sensors are giving the correct values?”
How are the variables connected?
Observations
(Z)
Kinematics
(K)
Crash Risk
Vehicle-Level
(CRV)
Crash Risk
Network-Level
(CRN)
What happens on the road segment
influences the behaviour of the vehicles
If a situation between
vehicles is dangerous,
their motion will be
affected
The motion of the vehicles is depicted in the
sensors’ observations
Variable relationship depicted as a DBN
t t + 1 t+2
Figure: Dynamic Bayesian
Network
Markov State Space model
Multi-vehicle dependencies
Single vehicle dependencies
 Use traffic flow parameters to estimate the risk of an accident
happening in real-time
 Compare & Contrast traffic conditions just before an accident with
normal conditions
Data: Highways England & DfT
• 15-min Traffic flow data (HATRIS JTDB)
• Historical Accident data (STATS 19)
• Traffic microsimulation (PTV VISSIM) -> 30second traffic data
Method : Machine learning classifiers (i.e. SVMs, RVMs, Random
Forests, k-Nearest Neighbours)
Network – Level Risk
 Represents the probability of a crash happening between two
vehicles
 Needs a well-calibrated metric or risk indicator
Data
 Sensor measurements, Maps, Vehicle trajectories
 Methods
 Unscented Kalman Filter for sensor data fusion, Time-to-
collision metrics
 Problems: Efficient data fusion, crashes in real-world
environments
Vehicle – Level Risk
Safe and dangerous vehicle contexts
Which of the vehicle trajectories end
up in a collision?
Vehicle – Level Risk
𝑓𝐾 = 𝑓(TTCn
t−1
)
= ቊ
1: dangerous 𝑖𝑓 TTCn
t
< 𝐶𝑟𝑖𝑡𝑖𝑐𝑎𝑙 𝑇𝑇𝐶
0: 𝑠𝑎𝑓𝑒; 𝑜𝑡ℎ𝑒𝑟𝑤𝑖𝑠𝑒
Kinematics/ Vehicle motion
Kinematics
• Kinematics variable describes the probability that the vehicle will
follow a certain course according to the context.
• Uses information on position, heading and speed to distinguish
between contexts
Kinematics/ Vehicle motion
Kinematics
Bicycle model
Compromise between bicycle model estimations
and context thresholds
Accuracy of the sensors’ system
Sensor measurements
• Each measurement from the sensors contains only partial
information about the environment
• This variable (Z) describes the probability that the sensor
readings correspond correctly to the real values of the
attributes that are measured
Sensor Measurements
Correct measurements probability
Sensor Measurements
𝑃 Τ𝑍 𝑛
𝑡
𝐾 𝑛
𝑡
~ 𝑆𝑡𝑢𝑑𝑒𝑛𝑡 𝐶 𝑇
𝐾 𝑛
𝑡
, 𝜎2
𝛪, 𝜈
where C is a rectangular matrix that selects entries from
the kinematic (physical state), ν are the degrees of
freedom, Ι is the identity matrix and σ is related to the
accuracy of the sensor system.
Inference
t t + 1 t+2
𝑷 𝑪𝑹𝑽 𝒏
𝒕
= 𝒅 𝑪𝑹𝑽 𝑵
𝒕−𝟏
𝑲 𝑵
𝒕−𝟏
𝑪𝑹𝑵 𝒏
𝒕
> λ
Preliminary Findings:
Vehicle-level risk estimation
𝑷 𝑪𝑹𝑽 𝒏
𝒕
= 𝒅 𝑪𝑹𝑽 𝑵
𝒕−𝟏
𝑲 𝑵
𝒕−𝟏
𝑪𝑹𝑵 𝒏
𝒕
and assuming 6 vehicles are sensed
by the ego-vehicle
With network-level hint
σ 𝒏=𝟏
𝑵
(𝒇 𝑲 𝒏
= 𝟏) + σ 𝒏=𝟏
𝑵
(𝒇 𝑪𝑹𝑽 𝒏
= 𝟏) + σ 𝒏=𝟏
𝑵
(𝒇 𝑪𝑹𝑵 𝒏
= 𝟏)
𝑵
=
𝟏+𝟏+𝟏
𝟔
= 𝟎. 𝟓
Without network-level hint
σ 𝒏=𝟏
𝑵
(𝒇 𝑲 𝒏
= 𝟏) + σ 𝒏=𝟏
𝑵
(𝒇 𝑪𝑹𝑽 𝒏
= 𝟏)
𝑵
=
𝟏 + 𝟏
𝟔
= 𝟎. 𝟑𝟑
By simply adding a function checking the network-level collision
risk, hazardous vehicle identification is potentially improved!
25
Potential contribution
 Improve real-time effectiveness of
vehicle-level collision prediction by
making use of network-level risk
- Knowing the road segment
where an accident is likely to
happen
- Find faster which car is going
to trigger the accident in this
road segment
 Make AVs drive in a human-like cautious
way in road segments which are flagged
dangerous (e.g reduce speed)
 Assist obstructed or low-cost AV sensor’
systems.
Inspiring Winners Since 1909
Thank you!
Christos Katrakazas
c.katrakazas@lboro.ac.uk

More Related Content

PPTX
Cinematica rotacional
PDF
Energía, su utilización, transmisión
PDF
Real time traffic management - challenges and solutions
PDF
Proportionally fair scheduling for traffic light networks
PDF
A new theory of lane selection on highways
PDF
Agent based car following model for heterogeneities of platoon driving with v...
PDF
Capacity maximising traffic signal control policies
PPTX
Understanding quality of life operationalization in policy - lessons from uk ...
Cinematica rotacional
Energía, su utilización, transmisión
Real time traffic management - challenges and solutions
Proportionally fair scheduling for traffic light networks
A new theory of lane selection on highways
Agent based car following model for heterogeneities of platoon driving with v...
Capacity maximising traffic signal control policies
Understanding quality of life operationalization in policy - lessons from uk ...

Viewers also liked (20)

PPT
A bus ride with Foucalt
PDF
Critical issues in estimating human exposure to traffic related air pollution...
PPTX
An Ontology-Based Intelligent Speed Adaptation System for Autonomous Cars
PPTX
Creative industries flexibility of work and travel
PPTX
2014 MATC Spring Lecture Series: Chris Schwarz
PDF
Autonomous Vehicles
PDF
Study HERE SBD - How autonomous vehicles could relieve or worsen traffic cong...
PDF
2016- A Year in Review of the Development of Autonomous vehicles
PDF
Autonomous Vehicles and Reducing GHG
PDF
Millennials on the move - life transitions and Australian millennials
PDF
Connected & Autonomous vehicles: cybersecurity on a grand scale v1
PPTX
Autonomous Vehicles: the Intersection of Robotics and Artificial Intelligence
PDF
Wenyuan xu Minrui yan can you trust autonomous vehicles_slides_liu_final
PDF
Designing Roads for AVs (autonomous vehicles)
PPTX
MEMS and Sensors in Automotive Applications on the Road to Autonomous Vehicle...
PPTX
Connected and Autonomous Vehicles: The Enabling Technologies
PDF
Smart infrastructure for autonomous vehicles
PPTX
Autonomous vehicles
PDF
Autonomous Vehicles: Technologies, Economics, and Opportunities
PPT
The Future Development of Traffic Signals and the Impact of Autonomous Vehicles
A bus ride with Foucalt
Critical issues in estimating human exposure to traffic related air pollution...
An Ontology-Based Intelligent Speed Adaptation System for Autonomous Cars
Creative industries flexibility of work and travel
2014 MATC Spring Lecture Series: Chris Schwarz
Autonomous Vehicles
Study HERE SBD - How autonomous vehicles could relieve or worsen traffic cong...
2016- A Year in Review of the Development of Autonomous vehicles
Autonomous Vehicles and Reducing GHG
Millennials on the move - life transitions and Australian millennials
Connected & Autonomous vehicles: cybersecurity on a grand scale v1
Autonomous Vehicles: the Intersection of Robotics and Artificial Intelligence
Wenyuan xu Minrui yan can you trust autonomous vehicles_slides_liu_final
Designing Roads for AVs (autonomous vehicles)
MEMS and Sensors in Automotive Applications on the Road to Autonomous Vehicle...
Connected and Autonomous Vehicles: The Enabling Technologies
Smart infrastructure for autonomous vehicles
Autonomous vehicles
Autonomous Vehicles: Technologies, Economics, and Opportunities
The Future Development of Traffic Signals and the Impact of Autonomous Vehicles
Ad

Similar to Bayesian risk assessment of autonomous vehicles (20)

PDF
ICIF19_Garg_job_talk_portfolio_modification.pdf
PDF
Autonomous Systems: How to Address the Dilemma between Autonomy and Safety
PDF
Embedded machine learning-based road conditions and driving behavior monitoring
PDF
Driving behaviors for adas and autonomous driving XI
PPT
Session 42_1 Peter Fries-Hansen
PPTX
Traffic Prediction from Street Network images.pptx
PDF
Review of Environment Perception for Intelligent Vehicles
PDF
Ieeepro techno solutions 2013 ieee embedded project driver behavior
PDF
A Traffic Sign Classifier Model using Sage Maker
PDF
Bertrand Fontaine - Deep Learning for driver/passenger detection of car trips
PDF
IRJET- Traffic Sign Classification and Detection using Deep Learning
PDF
internetofvehicle-Bennet.pdf
PPTX
Uncertainty Quantification with Unsupervised Deep learning and Multi Agent Sy...
PDF
Virtual Environments as Driving Schools for Deep Learning Vision-Based Sensor...
PPTX
Presentation reliability and diagnosis in industrial systems
PDF
MSSISS ATLAS
PDF
Applications of Search-based Software Testing to Trustworthy Artificial Intel...
PDF
Dw35701704
PDF
Testing Machine Learning-enabled Systems: A Personal Perspective
PDF
AI in SE: A 25-year Journey
ICIF19_Garg_job_talk_portfolio_modification.pdf
Autonomous Systems: How to Address the Dilemma between Autonomy and Safety
Embedded machine learning-based road conditions and driving behavior monitoring
Driving behaviors for adas and autonomous driving XI
Session 42_1 Peter Fries-Hansen
Traffic Prediction from Street Network images.pptx
Review of Environment Perception for Intelligent Vehicles
Ieeepro techno solutions 2013 ieee embedded project driver behavior
A Traffic Sign Classifier Model using Sage Maker
Bertrand Fontaine - Deep Learning for driver/passenger detection of car trips
IRJET- Traffic Sign Classification and Detection using Deep Learning
internetofvehicle-Bennet.pdf
Uncertainty Quantification with Unsupervised Deep learning and Multi Agent Sy...
Virtual Environments as Driving Schools for Deep Learning Vision-Based Sensor...
Presentation reliability and diagnosis in industrial systems
MSSISS ATLAS
Applications of Search-based Software Testing to Trustworthy Artificial Intel...
Dw35701704
Testing Machine Learning-enabled Systems: A Personal Perspective
AI in SE: A 25-year Journey
Ad

More from Institute for Transport Studies (ITS) (20)

PPT
Transport Projects Aimed at Fostering Economic Growth – experience in the UK ...
PPT
BA Geography with Transport Studies at the University of Leeds
PDF
Highways Benchmarking - Accelerating Impact
PDF
Using telematics data to research traffic related air pollution
PDF
Masters Dissertation Posters 2017
PDF
Institute for Transport Studies - Masters Open Day 2017
PPT
London's Crossrail Scheme - its evolution, governance, financing and challenges
PDF
Secretary of State Visit
PDF
Business model innovation for electrical vehicle futures
PPTX
A clustering method based on repeated trip behaviour to identify road user cl...
PDF
PDF
Annual Review 2015-16 - University of leeds
PDF
Social networks, activities, and travel - building links to understand behaviour
PPTX
Rail freight in Japan - track access
PDF
Shipping by the crowd - empirical analysis of operations and behavior
PPTX
Towards an effective transitioning of public transport system in Ghana
PDF
City regions, transport and devolution
PDF
Mobility in deprived settlements - walking and the built environment
PPTX
Incorporating social influence into hybrid choice models
PPTX
Managing the introduction of electric vehicles into the car fleet of Scotland
Transport Projects Aimed at Fostering Economic Growth – experience in the UK ...
BA Geography with Transport Studies at the University of Leeds
Highways Benchmarking - Accelerating Impact
Using telematics data to research traffic related air pollution
Masters Dissertation Posters 2017
Institute for Transport Studies - Masters Open Day 2017
London's Crossrail Scheme - its evolution, governance, financing and challenges
Secretary of State Visit
Business model innovation for electrical vehicle futures
A clustering method based on repeated trip behaviour to identify road user cl...
Annual Review 2015-16 - University of leeds
Social networks, activities, and travel - building links to understand behaviour
Rail freight in Japan - track access
Shipping by the crowd - empirical analysis of operations and behavior
Towards an effective transitioning of public transport system in Ghana
City regions, transport and devolution
Mobility in deprived settlements - walking and the built environment
Incorporating social influence into hybrid choice models
Managing the introduction of electric vehicles into the car fleet of Scotland

Recently uploaded (20)

PDF
Volvo EC20C Excavator Step-by-step Maintenance Instructions pdf
PDF
Caterpillar Cat 315C Excavator (Prefix CJC) Service Repair Manual Instant Dow...
PPTX
Fire Fighting Unit IV industrial safety.pptx
PDF
computer system to create, modify, analyse or optimize an engineering design.
PPT
ACCOMPLISHMENT REPOERTS AND FILE OF GRADE 12 2021.ppt
PDF
Presentation.pdf ...............gjtn....tdubsr..........
PPTX
Independence_Day_Patriotic theme (1).pptx
PPTX
laws of thermodynamics with diagrams details
PPTX
Gayatri Cultural Educational Society.pptx
PDF
RPL-ASDC PPT PROGRAM NSDC GOVT SKILLS INDIA
PPTX
Small Fleets, Big Change: Overcoming Obstacles in the Transition to MHD Elect...
PDF
Caterpillar CAT 312B L EXCAVATOR (2KW00001-UP) Operation and Maintenance Manu...
PDF
Caterpillar Cat 315C Excavator (Prefix ANF) Service Repair Manual Instant Dow...
PDF
EC290C NL EC290CNL - Volvo Service Repair Manual.pdf
PDF
Volvo EC290C NL EC290CNL Hydraulic Excavator Specs Manual.pdf
PPTX
1. introduction-to-bvcjdhjdfffffffffffffffffffffffffffffffffffmicroprocessors...
PDF
book-slidefsdljflsk fdslkfjslf sflgs.pdf
PDF
Honda Dealership SNS Evaluation pdf/ppts
PDF
Physics class 12thstep down transformer project.pdf
PPTX
Business Economics uni 1.pptxRTRETRETRTRETRETRETRETERT
Volvo EC20C Excavator Step-by-step Maintenance Instructions pdf
Caterpillar Cat 315C Excavator (Prefix CJC) Service Repair Manual Instant Dow...
Fire Fighting Unit IV industrial safety.pptx
computer system to create, modify, analyse or optimize an engineering design.
ACCOMPLISHMENT REPOERTS AND FILE OF GRADE 12 2021.ppt
Presentation.pdf ...............gjtn....tdubsr..........
Independence_Day_Patriotic theme (1).pptx
laws of thermodynamics with diagrams details
Gayatri Cultural Educational Society.pptx
RPL-ASDC PPT PROGRAM NSDC GOVT SKILLS INDIA
Small Fleets, Big Change: Overcoming Obstacles in the Transition to MHD Elect...
Caterpillar CAT 312B L EXCAVATOR (2KW00001-UP) Operation and Maintenance Manu...
Caterpillar Cat 315C Excavator (Prefix ANF) Service Repair Manual Instant Dow...
EC290C NL EC290CNL - Volvo Service Repair Manual.pdf
Volvo EC290C NL EC290CNL Hydraulic Excavator Specs Manual.pdf
1. introduction-to-bvcjdhjdfffffffffffffffffffffffffffffffffffmicroprocessors...
book-slidefsdljflsk fdslkfjslf sflgs.pdf
Honda Dealership SNS Evaluation pdf/ppts
Physics class 12thstep down transformer project.pdf
Business Economics uni 1.pptxRTRETRETRTRETRETRETRETERT

Bayesian risk assessment of autonomous vehicles

  • 1. BAYESIAN RISK ASSESSMENT OF AUTONOMOUS VEHICLES Christos Katrakazas Mohammed Quddus Wen-Hua Chen* Transport Studies Group School of Civil and Building Engineering *Department of Aeronautics and Automobile Engineering Loughborough University NORTHMOST 01: ITS-Leeds Monday 12th Dec.
  • 2. Overview  Introduction to the problem  Bayesian & Dynamic Bayesian Networks (DBN)  DBN models and risk assessment of autonomous vehicles - Variables, estimation of probabilities and inference  Preliminary findings  Potential contribution
  • 3. 3 Introduction Human error is responsible for causing 75 – 90% traffic accidents Examples: • Blind-spots & line of sight • Risk perception • Reaction time • Impaired driving • Fails to look properly • Excessive/inappropriate speed Removing the human element from the task of driving Potential Solution? Autonomous vehicles
  • 4. Road to Autonomy Potential obstacles? - Reliability - High quality data - Perception horizon How could Transport Professional help? 4 © European Commission Roadmap for automated driving
  • 5. 5 Robotics  Expensive sensors  Real-time effectiveness  Lack of context Collision Prediction (vehicle-level) In-vehicle sensors Dangerous road user
  • 6. 6 Transport Engineering  Aggregated data  Location-based variables  Spatio-temporal risk Could network-level collision predication in transport engineering be integrated to vehicle-level risk assessment of autonomous vehicles? - Bayesian Inference? Collision Prediction (network-level) Dangerous road segment Classification Real-time traffic data
  • 7. Bayesian Networks  Directed Acyclic Probabilistic Graphs  Every node represents a random variable  Edges represent probabilistic dependencies or influences  Joint Probability Distribution shows how a situation is modelled (e.g. the probabilistic relationship between the variables of the whole system) 7
  • 8. Bayesian Networks • Suitable for learning causal relationships • Ideal representation for combining prior knowledge and data • Help in modelling noisy systems • Can handle situations where data is incomplete BUT Are applied for events in a particular point in time! 8
  • 9. Dynamic Bayesian Networks (DBN)  Bayesian Networks used to model a system that dynamically changes or evolves over time  Probabilistic reasoning over time  How do the variables affect each other over time?  Requirements for DBNs: 1. A prior probability P(x1) 2. A state-transition function P(xt|xt-1) 3. An observation function P(Yt|xt) Time slice 9
  • 10. Dynamic Bayesian Networks (DBN) 1. A prior (initial) probability distribution P(x1) in the beginning of the process; 2. A state-transition function P(xt|xt-1) specifies time dependencies between states/variables; 3. An observation function P(Yt|xt) Specifies dependencies of observation nodes regarding to other nodes at time slice t. 10 Time slice
  • 11. Dynamic Bayesian Network (DBN): Example Raint-1 P(Raint-1) True (T) 0.7 False (F) 0.3 Raint P(Umbrellat|Raint) T 0.9 F 0.1 Rain : Hidden Variable Umbrella : Observed Variable 11
  • 12. Research Question How could fundamental principles of robotics and transport engineering be integrated in addressing research challenges associated with real-time crash prediction of autonomous vehicles?  Act proactively for the ego-vehicle  Improve real-time prediction by using network-level hint  Take traffic environment into account  May reduce the need for expensive (“super”- accurate) sensor measurements Potential improvements?
  • 13. Modelling crash prediction in real-time Required variables:  Network-level Risk (CRN): “Is the road segment on which the vehicle travels dangerous or not?”  Vehicle-level Risk (CRV): “Are the vehicles in the vicinity of the ego- vehicle dangerous or not?”  Vehicle Kinematics (K): “How likely is that the vehicles will follow the same course according to a physical model of motion?”  Sensor Measurements (Z): “How likely is that the measurements from the sensors are giving the correct values?”
  • 14. How are the variables connected? Observations (Z) Kinematics (K) Crash Risk Vehicle-Level (CRV) Crash Risk Network-Level (CRN) What happens on the road segment influences the behaviour of the vehicles If a situation between vehicles is dangerous, their motion will be affected The motion of the vehicles is depicted in the sensors’ observations
  • 15. Variable relationship depicted as a DBN t t + 1 t+2 Figure: Dynamic Bayesian Network Markov State Space model Multi-vehicle dependencies Single vehicle dependencies
  • 16.  Use traffic flow parameters to estimate the risk of an accident happening in real-time  Compare & Contrast traffic conditions just before an accident with normal conditions Data: Highways England & DfT • 15-min Traffic flow data (HATRIS JTDB) • Historical Accident data (STATS 19) • Traffic microsimulation (PTV VISSIM) -> 30second traffic data Method : Machine learning classifiers (i.e. SVMs, RVMs, Random Forests, k-Nearest Neighbours) Network – Level Risk
  • 17.  Represents the probability of a crash happening between two vehicles  Needs a well-calibrated metric or risk indicator Data  Sensor measurements, Maps, Vehicle trajectories  Methods  Unscented Kalman Filter for sensor data fusion, Time-to- collision metrics  Problems: Efficient data fusion, crashes in real-world environments Vehicle – Level Risk
  • 18. Safe and dangerous vehicle contexts Which of the vehicle trajectories end up in a collision? Vehicle – Level Risk 𝑓𝐾 = 𝑓(TTCn t−1 ) = ቊ 1: dangerous 𝑖𝑓 TTCn t < 𝐶𝑟𝑖𝑡𝑖𝑐𝑎𝑙 𝑇𝑇𝐶 0: 𝑠𝑎𝑓𝑒; 𝑜𝑡ℎ𝑒𝑟𝑤𝑖𝑠𝑒
  • 19. Kinematics/ Vehicle motion Kinematics • Kinematics variable describes the probability that the vehicle will follow a certain course according to the context. • Uses information on position, heading and speed to distinguish between contexts
  • 20. Kinematics/ Vehicle motion Kinematics Bicycle model Compromise between bicycle model estimations and context thresholds Accuracy of the sensors’ system
  • 21. Sensor measurements • Each measurement from the sensors contains only partial information about the environment • This variable (Z) describes the probability that the sensor readings correspond correctly to the real values of the attributes that are measured Sensor Measurements
  • 22. Correct measurements probability Sensor Measurements 𝑃 Τ𝑍 𝑛 𝑡 𝐾 𝑛 𝑡 ~ 𝑆𝑡𝑢𝑑𝑒𝑛𝑡 𝐶 𝑇 𝐾 𝑛 𝑡 , 𝜎2 𝛪, 𝜈 where C is a rectangular matrix that selects entries from the kinematic (physical state), ν are the degrees of freedom, Ι is the identity matrix and σ is related to the accuracy of the sensor system.
  • 23. Inference t t + 1 t+2 𝑷 𝑪𝑹𝑽 𝒏 𝒕 = 𝒅 𝑪𝑹𝑽 𝑵 𝒕−𝟏 𝑲 𝑵 𝒕−𝟏 𝑪𝑹𝑵 𝒏 𝒕 > λ
  • 24. Preliminary Findings: Vehicle-level risk estimation 𝑷 𝑪𝑹𝑽 𝒏 𝒕 = 𝒅 𝑪𝑹𝑽 𝑵 𝒕−𝟏 𝑲 𝑵 𝒕−𝟏 𝑪𝑹𝑵 𝒏 𝒕 and assuming 6 vehicles are sensed by the ego-vehicle With network-level hint σ 𝒏=𝟏 𝑵 (𝒇 𝑲 𝒏 = 𝟏) + σ 𝒏=𝟏 𝑵 (𝒇 𝑪𝑹𝑽 𝒏 = 𝟏) + σ 𝒏=𝟏 𝑵 (𝒇 𝑪𝑹𝑵 𝒏 = 𝟏) 𝑵 = 𝟏+𝟏+𝟏 𝟔 = 𝟎. 𝟓 Without network-level hint σ 𝒏=𝟏 𝑵 (𝒇 𝑲 𝒏 = 𝟏) + σ 𝒏=𝟏 𝑵 (𝒇 𝑪𝑹𝑽 𝒏 = 𝟏) 𝑵 = 𝟏 + 𝟏 𝟔 = 𝟎. 𝟑𝟑 By simply adding a function checking the network-level collision risk, hazardous vehicle identification is potentially improved!
  • 25. 25 Potential contribution  Improve real-time effectiveness of vehicle-level collision prediction by making use of network-level risk - Knowing the road segment where an accident is likely to happen - Find faster which car is going to trigger the accident in this road segment  Make AVs drive in a human-like cautious way in road segments which are flagged dangerous (e.g reduce speed)  Assist obstructed or low-cost AV sensor’ systems.
  • 26. Inspiring Winners Since 1909 Thank you! Christos Katrakazas c.katrakazas@lboro.ac.uk