SlideShare a Scribd company logo
1 of 50
Download to read offline
Harnassing Crowd
Intelligence…
Prof. Dr. Serge Hoogendoorn
Transport & Planning Department
Transport & Mobility Institute
Delft University of Technology
What crowds
can teach us…
Stress testing crowds in CrowdLimits
In June 2018, we tried to establish the limits to self-organization in
pedestrian flows…
We did not succeed to
induce a breakdown…
Efficient self-organization is not
limited to bi-directional
pedestrian flows…
Examples of self-organisation
Formation of diagonal stripes in
crossing flows…
Viscous fingering when standing and
moving pedestrians interact
Efficient multi-direction flow
interactions
Massive pedestrian flows
during the Hajj remain efficient…
25 years of fascination for pedestrian and bicycle flows:
Active modes are wonderfully complex and showcase unexpected dynamics
But there are other reasons to
focus on active modes…
Sustainable urban mobility is impossible without active modes
due to their limited spatial and ecological impact, health impact,
relevance as first / last mile / transfer mode
There are major scientific, technological and engineering
challenges to solve, including data collection
We can learn a lot from the active modes and the modeling
and control thereof…
Can we somehow harnass this
“Crowd Intelligence”?
Our first step?
Understand and mathematically
model these efficient
self-organized phenomena…
Continuum models
Cellular Automata models
(animation by Prof. Mahmassani)
Social Forces models (and variants)
by Prof. Helbing
Instead of borrowing from
traditonal traffic flow theory, we
looked for a model better rooted
in behavioral (game) theory…
Pedestrian
Games
Differential games as basis
for pedestrian modeling
Our take on pedestrian modeling…
Our behavioral model for pedestrian flow dynamics
• Main assumption “pedestrian economicus” based on
principle of least effort:
From all possible actions (accelerate, decelerate,
changing direction, do nothing) a pedestrian chooses
the action yielding smallest predicted effort (disutility)
• The predicted effort is the (weighed) sum of different
effort components (e.g., walking too close / colliding,
walking too slowly or too fast, straying from intended
path, etc.) - like attributes in utility models
How does the predicted effort work?
Path A
Path B
Path C
Destination
Shortest path
Effort component examples:
• Straying from shortest path
• Being too close to other pedestrians
• Accelerating / stopping
• Not adhering to traffic rules…
Possible paths result from candidate
control actions; note: there are an infinite
number of these paths possible
Anticipation strategies…
Furthering the behavioral foundation
• A key element in our modeling approach is that we assume that
the ego pedestrian anticipates on the behavior of other pedestrians…
• Research in the Seventies and Eighties have shown that:
• Pedestrians unconsciously communicate via very subtle movements
exchanging their intentions when interacting
• Communication sometimes fails, in particular when pedestrians from
different cultures interact (“reciprocal dance”)
• Our differential game model allows for three different strategies reflecting
different levels of (non-) cooperation
Solving the differential game…
Numerical solution scheme
• We determine the optimal acceleration
assuming predicted effort minimization:
⃗
𝑎[","$%)
∗
= arg min 𝐽(𝑢[","$%))
subject to pedestrians’ motion dynamics
• Minimum Principle of Pontryagin
results in necessary conditions, forms
basis for Iterative Real-time Trajectory
Optimization Algorithm (IRTA)
• IRTA computes equilibrium where ego-
pedestrian cannot improve her situation
given assumed reaction of others
4.2 Iterative numerical solution
In this section, we briefly discuss the iterative numerical solution approach.
The algorithm is shown for one prediction period only; the receding horizon
generalization is straightforward and left to the reader. Moreover, for the sake
of simplicity, we have omitted obstacles, and terminal costs.
1. Initialization of control variables (prediction horizon T, time step h);
2. Initialization of parameters (weights, desired speed; relaxation parameter
a, cut-o↵ error eps
3. For each pedestrian, initialization of initial position ~
r(0) and velocities
~
v(0) and target position ~
r1
4. Initialize co-states for the positions ~
⇤r(t) = ~
0 and velocities ~
⇤v(t) = ~
0 for
all t = 0 : t : T
5. While error > eps do
(a) Set ~r(t) = ~
⇤r(t) and ~v(t) = ~
⇤v(t)
(b) For t = 0 : t : T t
i. For i = 1 : n
A. ~
u(t|i) = ~v(t|i)
B. ~
v(t + t|i) = ~
v(t|i) + t · ~
u(t|i)
C. ~
x(t + t|i) = ~
x(t|i) + t · ~
v(t|i)
(c) For t = T : t : t
i. For i = 1 : n
A. Compute desired velocity ~
v0
i (t)
B. ~r(t t|i) = ~r(t|i) + t · d0
P
j6=i e dij /d0
~
nij
C. ~v(t t|i) = ~v(t|i) + t ·
⇣
↵(~
v0
i ~
v(t|i)) + ~r(t|i)
⌘
(d) Relaxation ~
⇤r(t) = (1 a) · ~
⇤r(t) + a · r(t) and ~
⇤v(t) = (1 a) ·
~
⇤v(t) + a · v(t)
(e) error = ||~
⇤ ~||
It is beyond the scope of the paper to analyze the performance of the numer-
ical solution in detail. For illustration purposes, Fig. 1 shows the convergence
properties of the scheme for a one-on-one drone interaction scenario, with a
Validation outcomes
• Calibration using ML approach + trajectory data
• Reproduces all coll. self-organized phenomena
• Model yields realistic flow – density relation for a
location (FD) and for an entire network (p-MFD)
Multi-scale
modelling
framework
Risk-
neutral
Nash game
Risk-prone
cooperativ
e game
‘Social-
forces’
model
Network-
wide
modelling
MFD
Simplification of
behavioural
assumptions
Assuming
equilibrium and
Taylor series
expansion
Spatial aggregation
under equilibrium
Risk-prone
pedestrian
game
Risk-
averse
demon
game
Continuum
modelling
Learning opportunities
Pedestrian flow theory as inspiration for other domains
Our proposition:
Game-theoretical approach
can be used as a basis for
decentralized control schemes
inheriting efficient self-organization
characteristics
▪ Use of simple control strategy
Modelling cyclist & pedestrians
Control of connected & autonomous vessels
Lane-free control schemes for CAVs
Generic machinery:
Differential game theory
and dedicated numerical
solution algorithm IRTA
are broadly applicable
Cooperative decentralized schemes for drones
Decentralized multi-
drone conflict
resolution
• Prospect of drones in (urban) transport and logistics
depend on our ability to solve complex drone
interaction problems in high density airspace
• Multi-drone conflict resolution is a key challenge!
• Our proposition: use game-theoretical approach
used for pedestrian modeling to formulate and solve
multi-drone conflict resolution, assuming that many
of the self-organization properties carry over to 3D…
Game of
Drones*
Differential games as basis for
multi-drone conflict resolution
Multi-drone conflict resolution
Path A
Path B
Path C
Destination
Shortest path
Cost component examples:
• Straying from shortest path
• Being too close to the other drones
• Acceleration / braking
• Not adhering to airspace regulation…
Ego-drone can use different strategies that represent
different levels of risk taken by the drone given
sensor and communication accuracy and reliability
Adapted version of IRTA
used as solver
Learning from active modes?
Applications to decentralized control
Decentralized
multi-
drone
conflict
resolution
• As with
pedestrian
flows, we see
different forms
of self-
organization
• Example shows
formation of
diagonal
patterns in
case of two
crossing drone
flows
Top view Side view 1 Side view 2
y
y
y
Decentralized multi-drone conflict resolution
Self-organized drone roundabouts
• Scenario shows patterns drones generate at interaction (center-)point
N=10 N=20
Decentralized multi-drone conflict resolution
Self-organized drone roundabouts
N=10 N=20
Decentralized multi-drone conflict resolution
Self-organized drone roundabouts
N=20
• Different factors influence self-
organized patterns, including
demand level
• Important factor: desired speed
variability
• Large variation breaks formation
of roundabouts
• Other self-organized patterns are
also influenced by heterogeneity
Limits to
self-organization
• Impact of heterogeneity well
known for pedestrian flows:
“freezing by heating” describes
the fact heterogeneity messes
up self organization
• As a result, heterogeneous flows
break down at a lower demand
than homogenous flows
• Shows possible impact of (local)
homogenization to increase
capacity of a bottleneck
1.2 1.4 1.6 1.8 2.0
1.0
0
1
Demand (P/s)
Breakdown
prob.
medium low
high
Limits to
self-organization
Higher pressure leads to reduced capacity and longer evacuation times
• Faster-is-slower effect
describes the reduction of
bottleneck capacity due to
increase haste due to arc
formation
• Insight leads to different types
of local interventions to improve
situation (e.g., placing obstacle
in front of door to reduce
pressure, or the ‘polonaise’)
Queues at local bottlenecks spill back, possibly causing grid-lock
effects, in turn leading to turbulence and asphyxiation…
When self-organization fails:
Local problems may eventually lead
to deterioration at network level
Using insights for design and management
Improved design to
limit crossing flows
prev. spill-back
Inflow reduction by using
gating
Spreading of Pilgrims
using different flows
Remove bottlenecks
in design Testing interventions by simulation
Using our understanding for Management &
Design: Example Grand Mosque
Towards effective crowd management
Classify intervention strategies at 3 levels…
INDIVIDUAL
Efficient decentralised strategies
Influencing individual behaviour
BOTTLENECK
Increase bottleneck capacity
Reduce break-down probability
by homogenisation
NETWORK
Reduce inflow into network
Increase network outflow
Spread traffic over network and
separate flows
Increasing traffic demand
Similar approach could work for drones!
Three level approach to managing drone traffic operations
INDIVIDUAL
Efficient decentralised strategies
LOCAL
Priority regulations
Speed homogenisation
Control of interacting flows
NETWORK
Schedule inflow into network
Reroute drone flows
Increasing traffic demand
But if we understand the
processes so well…
Why does it still go wrong?
Lack of accurate
and reliable real-
time datasources
Lack of effective
decision support
tools for real-time
decision making
and planning
Data collection
Sensing technology
• Adequate data collection
technologies have become
available only recently
• Still, single datasources
seldom provide complete
picture (spatial coverage,
granularity, bias)
• Acurate / complete
information requires
methods to process, fuse,
and enrich multi-source data
3D camera, BT scanner, and
climate sensor
Mood & stress detection (DCM,
GreshamSmith)
Use of
location-based
services
(Resono)
Social-data
crawler
Use of AI for prediction and risk assessment
Digital Twin for Real-Time Decision Support and event planning
• Advanced multi-source
data collection and
effective decision
support come together
in CSM
• XAI technology for data
fusion, short-term and
long-term prediction of
crowdedness
• Future work focusses
on risk assessment
(EMERALDS)
Risk assessment is about much
more than crowding…
Asphyxiation due to overcrowding Riots during the pandemic
Stabbing incidents after a hot and
crowded day at the beach
Risk of being pushed of platform
(courtesy of J van den Heuvel, NS Stations)
Our current work focuses on using
advanced monitoring, data fusion,
XAI, and decision support tools for
advanced predictive risk
assessment
Making impact!
Keeping education open
during the pandemic…
• Sensing locations and distances with
wearables and beacons
• Dashboard shows areas of concern:
where do the critical interactions occur?
• Design interventions (floorplans,
circulation strategies, occupancy limits)
• Establish critical interactions between
“bubbles” (groups/classes), so that only
students at risk had to be isolated in
case of infection
Main take aways
From Crowd Intelligence to Artifical Crowd Intelligence
• Show how efficient self-organized phenomena in active mode traffic can be
modeled using decentralized schemes, generalizing well-known models
• Show how approaches can be generalized to other problems, including multi-
drone conflict resolution
• Show (limits to) self-organization and how interventions can help improve
• Discuss future steps in decision support using Artificial Crowd Intelligence
Overall, I aimed to show you the importance of sharing knowledge across
domains and not reinventing the wheel!
IEEE-ITSC 2023 Keynote - What Crowds can Teach Us

More Related Content

What's hot

Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)Matthew Leingang
 
データ解析11 因子分析の応用
データ解析11 因子分析の応用データ解析11 因子分析の応用
データ解析11 因子分析の応用Hirotaka Hachiya
 
研究室内PRML勉強会 8章1節
研究室内PRML勉強会 8章1節研究室内PRML勉強会 8章1節
研究室内PRML勉強会 8章1節Koji Matsuda
 
マルコフモデル,隠れマルコフモデルとコネクショニスト時系列分類法
マルコフモデル,隠れマルコフモデルとコネクショニスト時系列分類法マルコフモデル,隠れマルコフモデルとコネクショニスト時系列分類法
マルコフモデル,隠れマルコフモデルとコネクショニスト時系列分類法Shuhei Sowa
 
Sequence Level Training with Recurrent Neural Networks (関東CV勉強会 強化学習論文読み会)
Sequence Level Training with Recurrent Neural Networks (関東CV勉強会 強化学習論文読み会)Sequence Level Training with Recurrent Neural Networks (関東CV勉強会 強化学習論文読み会)
Sequence Level Training with Recurrent Neural Networks (関東CV勉強会 強化学習論文読み会)Yoshitaka Ushiku
 
トピックモデルによる統計的潜在意味解析読書会 3.7 評価方法 - 3.9 モデル選択 #トピ本
トピックモデルによる統計的潜在意味解析読書会 3.7 評価方法 - 3.9 モデル選択 #トピ本トピックモデルによる統計的潜在意味解析読書会 3.7 評価方法 - 3.9 モデル選択 #トピ本
トピックモデルによる統計的潜在意味解析読書会 3.7 評価方法 - 3.9 モデル選択 #トピ本hoxo_m
 
Lattices AND Hasse Diagrams
Lattices AND Hasse DiagramsLattices AND Hasse Diagrams
Lattices AND Hasse DiagramsDebarati Das
 
PRML 3.3.3-3.4 ベイズ線形回帰とモデル選択 / Baysian Linear Regression and Model Comparison)
PRML 3.3.3-3.4 ベイズ線形回帰とモデル選択 / Baysian Linear Regression and Model Comparison)PRML 3.3.3-3.4 ベイズ線形回帰とモデル選択 / Baysian Linear Regression and Model Comparison)
PRML 3.3.3-3.4 ベイズ線形回帰とモデル選択 / Baysian Linear Regression and Model Comparison)Akihiro Nitta
 
SSII2012 2D&3Dレジストレーション ~画像と3次元点群の合わせ方~ 第1部
SSII2012 2D&3Dレジストレーション ~画像と3次元点群の合わせ方~ 第1部SSII2012 2D&3Dレジストレーション ~画像と3次元点群の合わせ方~ 第1部
SSII2012 2D&3Dレジストレーション ~画像と3次元点群の合わせ方~ 第1部Toru Tamaki
 
Tokyo.R #22 Association Rules
Tokyo.R #22 Association RulesTokyo.R #22 Association Rules
Tokyo.R #22 Association Rulesosamu morimoto
 
10分でわかる主成分分析(PCA)
10分でわかる主成分分析(PCA)10分でわかる主成分分析(PCA)
10分でわかる主成分分析(PCA)Takanori Ogata
 
離散と連続の入り混じった相互情報量を推定して、 SNP と遺伝子発現量の因果関係をさぐる
離散と連続の入り混じった相互情報量を推定して、SNP と遺伝子発現量の因果関係をさぐる離散と連続の入り混じった相互情報量を推定して、SNP と遺伝子発現量の因果関係をさぐる
離散と連続の入り混じった相互情報量を推定して、 SNP と遺伝子発現量の因果関係をさぐるJoe Suzuki
 
Causal discovery and prediction mechanisms
Causal discovery and prediction mechanismsCausal discovery and prediction mechanisms
Causal discovery and prediction mechanismsShiga University, RIKEN
 
Markov Chain Monte Carlo Methods
Markov Chain Monte Carlo MethodsMarkov Chain Monte Carlo Methods
Markov Chain Monte Carlo MethodsFrancesco Casalegno
 
情報統計力学のすすめ
情報統計力学のすすめ情報統計力学のすすめ
情報統計力学のすすめNaoki Hayashi
 
GEE(一般化推定方程式)の理論
GEE(一般化推定方程式)の理論GEE(一般化推定方程式)の理論
GEE(一般化推定方程式)の理論Koichiro Gibo
 
MLaPP 5章 「ベイズ統計学」
MLaPP 5章 「ベイズ統計学」MLaPP 5章 「ベイズ統計学」
MLaPP 5章 「ベイズ統計学」moterech
 

What's hot (20)

Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)
 
データ解析11 因子分析の応用
データ解析11 因子分析の応用データ解析11 因子分析の応用
データ解析11 因子分析の応用
 
研究室内PRML勉強会 8章1節
研究室内PRML勉強会 8章1節研究室内PRML勉強会 8章1節
研究室内PRML勉強会 8章1節
 
マルコフモデル,隠れマルコフモデルとコネクショニスト時系列分類法
マルコフモデル,隠れマルコフモデルとコネクショニスト時系列分類法マルコフモデル,隠れマルコフモデルとコネクショニスト時系列分類法
マルコフモデル,隠れマルコフモデルとコネクショニスト時系列分類法
 
Sequence Level Training with Recurrent Neural Networks (関東CV勉強会 強化学習論文読み会)
Sequence Level Training with Recurrent Neural Networks (関東CV勉強会 強化学習論文読み会)Sequence Level Training with Recurrent Neural Networks (関東CV勉強会 強化学習論文読み会)
Sequence Level Training with Recurrent Neural Networks (関東CV勉強会 強化学習論文読み会)
 
トピックモデルによる統計的潜在意味解析読書会 3.7 評価方法 - 3.9 モデル選択 #トピ本
トピックモデルによる統計的潜在意味解析読書会 3.7 評価方法 - 3.9 モデル選択 #トピ本トピックモデルによる統計的潜在意味解析読書会 3.7 評価方法 - 3.9 モデル選択 #トピ本
トピックモデルによる統計的潜在意味解析読書会 3.7 評価方法 - 3.9 モデル選択 #トピ本
 
Lattices AND Hasse Diagrams
Lattices AND Hasse DiagramsLattices AND Hasse Diagrams
Lattices AND Hasse Diagrams
 
PRML 3.3.3-3.4 ベイズ線形回帰とモデル選択 / Baysian Linear Regression and Model Comparison)
PRML 3.3.3-3.4 ベイズ線形回帰とモデル選択 / Baysian Linear Regression and Model Comparison)PRML 3.3.3-3.4 ベイズ線形回帰とモデル選択 / Baysian Linear Regression and Model Comparison)
PRML 3.3.3-3.4 ベイズ線形回帰とモデル選択 / Baysian Linear Regression and Model Comparison)
 
SSII2012 2D&3Dレジストレーション ~画像と3次元点群の合わせ方~ 第1部
SSII2012 2D&3Dレジストレーション ~画像と3次元点群の合わせ方~ 第1部SSII2012 2D&3Dレジストレーション ~画像と3次元点群の合わせ方~ 第1部
SSII2012 2D&3Dレジストレーション ~画像と3次元点群の合わせ方~ 第1部
 
Tokyo.R #22 Association Rules
Tokyo.R #22 Association RulesTokyo.R #22 Association Rules
Tokyo.R #22 Association Rules
 
EMアルゴリズム
EMアルゴリズムEMアルゴリズム
EMアルゴリズム
 
10分でわかる主成分分析(PCA)
10分でわかる主成分分析(PCA)10分でわかる主成分分析(PCA)
10分でわかる主成分分析(PCA)
 
離散と連続の入り混じった相互情報量を推定して、 SNP と遺伝子発現量の因果関係をさぐる
離散と連続の入り混じった相互情報量を推定して、SNP と遺伝子発現量の因果関係をさぐる離散と連続の入り混じった相互情報量を推定して、SNP と遺伝子発現量の因果関係をさぐる
離散と連続の入り混じった相互情報量を推定して、 SNP と遺伝子発現量の因果関係をさぐる
 
Causal discovery and prediction mechanisms
Causal discovery and prediction mechanismsCausal discovery and prediction mechanisms
Causal discovery and prediction mechanisms
 
PRML第3章@京大PRML輪講
PRML第3章@京大PRML輪講PRML第3章@京大PRML輪講
PRML第3章@京大PRML輪講
 
FUZZY LOGIC
FUZZY LOGICFUZZY LOGIC
FUZZY LOGIC
 
Markov Chain Monte Carlo Methods
Markov Chain Monte Carlo MethodsMarkov Chain Monte Carlo Methods
Markov Chain Monte Carlo Methods
 
情報統計力学のすすめ
情報統計力学のすすめ情報統計力学のすすめ
情報統計力学のすすめ
 
GEE(一般化推定方程式)の理論
GEE(一般化推定方程式)の理論GEE(一般化推定方程式)の理論
GEE(一般化推定方程式)の理論
 
MLaPP 5章 「ベイズ統計学」
MLaPP 5章 「ベイズ統計学」MLaPP 5章 「ベイズ統計学」
MLaPP 5章 「ベイズ統計学」
 

Similar to IEEE-ITSC 2023 Keynote - What Crowds can Teach Us

TFT 2016 summer meeting Sydney
TFT 2016 summer meeting SydneyTFT 2016 summer meeting Sydney
TFT 2016 summer meeting SydneySerge Hoogendoorn
 
Differential game theory for Traffic Flow Modelling
Differential game theory for Traffic Flow ModellingDifferential game theory for Traffic Flow Modelling
Differential game theory for Traffic Flow ModellingSerge Hoogendoorn
 
MT-ITS keynote on active mode modelling
MT-ITS keynote on active mode modellingMT-ITS keynote on active mode modelling
MT-ITS keynote on active mode modellingSerge Hoogendoorn
 
Modal split analysis
Modal split analysis Modal split analysis
Modal split analysis ashahit
 
Information Spread in the Context of Evacuation Optimization
Information Spread in the Context of Evacuation OptimizationInformation Spread in the Context of Evacuation Optimization
Information Spread in the Context of Evacuation OptimizationDr. Mirko Kämpf
 
Linear Regression Model Fitting and Implication to Self Similar Behavior Traf...
Linear Regression Model Fitting and Implication to Self Similar Behavior Traf...Linear Regression Model Fitting and Implication to Self Similar Behavior Traf...
Linear Regression Model Fitting and Implication to Self Similar Behavior Traf...IOSRjournaljce
 
Presentation of GreenYourMove's hybrid approach in 3rd International Conferen...
Presentation of GreenYourMove's hybrid approach in 3rd International Conferen...Presentation of GreenYourMove's hybrid approach in 3rd International Conferen...
Presentation of GreenYourMove's hybrid approach in 3rd International Conferen...GreenYourMove
 
When and where are bus express services justified?
When and where are bus express services justified?When and where are bus express services justified?
When and where are bus express services justified?BRTCoE
 
Modeling business management systems transportation
Modeling business management systems transportationModeling business management systems transportation
Modeling business management systems transportationSherin El-Rashied
 
Active modes and urban mobility: outcomes from the ALLEGRO project
Active modes and urban mobility: outcomes from the ALLEGRO projectActive modes and urban mobility: outcomes from the ALLEGRO project
Active modes and urban mobility: outcomes from the ALLEGRO projectSerge Hoogendoorn
 
ESCC 2016, July 10-16, Athens, Greece
ESCC 2016, July 10-16, Athens, GreeceESCC 2016, July 10-16, Athens, Greece
ESCC 2016, July 10-16, Athens, GreeceLIFE GreenYourMove
 

Similar to IEEE-ITSC 2023 Keynote - What Crowds can Teach Us (20)

4_serge_ITS for drones.pdf
4_serge_ITS for drones.pdf4_serge_ITS for drones.pdf
4_serge_ITS for drones.pdf
 
TFT 2016 summer meeting Sydney
TFT 2016 summer meeting SydneyTFT 2016 summer meeting Sydney
TFT 2016 summer meeting Sydney
 
The Physics of Active Modes
The Physics of Active ModesThe Physics of Active Modes
The Physics of Active Modes
 
ITS for Crowds
ITS for CrowdsITS for Crowds
ITS for Crowds
 
Crowd Dynamics and Networks
Crowd Dynamics and NetworksCrowd Dynamics and Networks
Crowd Dynamics and Networks
 
Pedestrian modelling
Pedestrian modellingPedestrian modelling
Pedestrian modelling
 
Differential game theory for Traffic Flow Modelling
Differential game theory for Traffic Flow ModellingDifferential game theory for Traffic Flow Modelling
Differential game theory for Traffic Flow Modelling
 
MT-ITS keynote on active mode modelling
MT-ITS keynote on active mode modellingMT-ITS keynote on active mode modelling
MT-ITS keynote on active mode modelling
 
VU talk May 2020
VU talk May 2020VU talk May 2020
VU talk May 2020
 
Modal split analysis
Modal split analysis Modal split analysis
Modal split analysis
 
Information Spread in the Context of Evacuation Optimization
Information Spread in the Context of Evacuation OptimizationInformation Spread in the Context of Evacuation Optimization
Information Spread in the Context of Evacuation Optimization
 
Linear Regression Model Fitting and Implication to Self Similar Behavior Traf...
Linear Regression Model Fitting and Implication to Self Similar Behavior Traf...Linear Regression Model Fitting and Implication to Self Similar Behavior Traf...
Linear Regression Model Fitting and Implication to Self Similar Behavior Traf...
 
Presentation escc 2016
Presentation escc 2016Presentation escc 2016
Presentation escc 2016
 
Presentation of GreenYourMove's hybrid approach in 3rd International Conferen...
Presentation of GreenYourMove's hybrid approach in 3rd International Conferen...Presentation of GreenYourMove's hybrid approach in 3rd International Conferen...
Presentation of GreenYourMove's hybrid approach in 3rd International Conferen...
 
When and where are bus express services justified?
When and where are bus express services justified?When and where are bus express services justified?
When and where are bus express services justified?
 
thesis
thesisthesis
thesis
 
AI In the Game Development
AI In the Game DevelopmentAI In the Game Development
AI In the Game Development
 
Modeling business management systems transportation
Modeling business management systems transportationModeling business management systems transportation
Modeling business management systems transportation
 
Active modes and urban mobility: outcomes from the ALLEGRO project
Active modes and urban mobility: outcomes from the ALLEGRO projectActive modes and urban mobility: outcomes from the ALLEGRO project
Active modes and urban mobility: outcomes from the ALLEGRO project
 
ESCC 2016, July 10-16, Athens, Greece
ESCC 2016, July 10-16, Athens, GreeceESCC 2016, July 10-16, Athens, Greece
ESCC 2016, July 10-16, Athens, Greece
 

More from Serge Hoogendoorn

16 juni opening fietspad.pdf
16 juni opening fietspad.pdf16 juni opening fietspad.pdf
16 juni opening fietspad.pdfSerge Hoogendoorn
 
Bataafsch genootschap lezing Hoogendoorn
Bataafsch genootschap lezing HoogendoornBataafsch genootschap lezing Hoogendoorn
Bataafsch genootschap lezing HoogendoornSerge Hoogendoorn
 
Short talk impact Covid-19 on supply and demand during the RA webinar
Short talk impact Covid-19 on supply and demand during the RA webinarShort talk impact Covid-19 on supply and demand during the RA webinar
Short talk impact Covid-19 on supply and demand during the RA webinarSerge Hoogendoorn
 
Smart Urban Mobility - 5 years of AMS
Smart Urban Mobility - 5 years of AMSSmart Urban Mobility - 5 years of AMS
Smart Urban Mobility - 5 years of AMSSerge Hoogendoorn
 
Masterclass stresstesten - verkeerskundige aspecten veerkracht
Masterclass stresstesten - verkeerskundige aspecten veerkrachtMasterclass stresstesten - verkeerskundige aspecten veerkracht
Masterclass stresstesten - verkeerskundige aspecten veerkrachtSerge Hoogendoorn
 
Engineering Urban Mobility (in Dutch)
Engineering Urban Mobility (in Dutch)Engineering Urban Mobility (in Dutch)
Engineering Urban Mobility (in Dutch)Serge Hoogendoorn
 
Ams we make the city resilient
Ams we make the city resilientAms we make the city resilient
Ams we make the city resilientSerge Hoogendoorn
 
Introduction to transport resilience
Introduction to transport resilienceIntroduction to transport resilience
Introduction to transport resilienceSerge Hoogendoorn
 
Future of Traffic Management and ITS
Future of Traffic Management and ITSFuture of Traffic Management and ITS
Future of Traffic Management and ITSSerge Hoogendoorn
 
Aanzet onderzoeksprogramma Wetenschappelijke Raad Veilig Ontruimen
Aanzet onderzoeksprogramma Wetenschappelijke Raad Veilig OntruimenAanzet onderzoeksprogramma Wetenschappelijke Raad Veilig Ontruimen
Aanzet onderzoeksprogramma Wetenschappelijke Raad Veilig OntruimenSerge Hoogendoorn
 
Floating Car Data and Traffic Management
Floating Car Data and Traffic ManagementFloating Car Data and Traffic Management
Floating Car Data and Traffic ManagementSerge Hoogendoorn
 
Praktijkrelevantie TRAIL PhD onderzoek
Praktijkrelevantie TRAIL PhD onderzoekPraktijkrelevantie TRAIL PhD onderzoek
Praktijkrelevantie TRAIL PhD onderzoekSerge Hoogendoorn
 
Active transport workshop hoogendoorn
Active transport workshop hoogendoornActive transport workshop hoogendoorn
Active transport workshop hoogendoornSerge Hoogendoorn
 
Smart and Seamless Urban Mobility
Smart and Seamless Urban MobilitySmart and Seamless Urban Mobility
Smart and Seamless Urban MobilitySerge Hoogendoorn
 
Emergency response behaviour data collection issue
Emergency response behaviour data collection issueEmergency response behaviour data collection issue
Emergency response behaviour data collection issueSerge Hoogendoorn
 
Unraveling urban traffic flows
Unraveling urban traffic flowsUnraveling urban traffic flows
Unraveling urban traffic flowsSerge Hoogendoorn
 
IPAM Hoogendoorn 2015 - workshop on Decision Support Systems
IPAM Hoogendoorn 2015 - workshop on Decision Support SystemsIPAM Hoogendoorn 2015 - workshop on Decision Support Systems
IPAM Hoogendoorn 2015 - workshop on Decision Support SystemsSerge Hoogendoorn
 

More from Serge Hoogendoorn (20)

Crowd management pitch
Crowd management pitchCrowd management pitch
Crowd management pitch
 
16 juni opening fietspad.pdf
16 juni opening fietspad.pdf16 juni opening fietspad.pdf
16 juni opening fietspad.pdf
 
Bataafsch genootschap lezing Hoogendoorn
Bataafsch genootschap lezing HoogendoornBataafsch genootschap lezing Hoogendoorn
Bataafsch genootschap lezing Hoogendoorn
 
Short talk impact Covid-19 on supply and demand during the RA webinar
Short talk impact Covid-19 on supply and demand during the RA webinarShort talk impact Covid-19 on supply and demand during the RA webinar
Short talk impact Covid-19 on supply and demand during the RA webinar
 
Smart Urban Mobility - 5 years of AMS
Smart Urban Mobility - 5 years of AMSSmart Urban Mobility - 5 years of AMS
Smart Urban Mobility - 5 years of AMS
 
Masterclass stresstesten - verkeerskundige aspecten veerkracht
Masterclass stresstesten - verkeerskundige aspecten veerkrachtMasterclass stresstesten - verkeerskundige aspecten veerkracht
Masterclass stresstesten - verkeerskundige aspecten veerkracht
 
Engineering Urban Mobility (in Dutch)
Engineering Urban Mobility (in Dutch)Engineering Urban Mobility (in Dutch)
Engineering Urban Mobility (in Dutch)
 
Ams we make the city resilient
Ams we make the city resilientAms we make the city resilient
Ams we make the city resilient
 
Introduction to transport resilience
Introduction to transport resilienceIntroduction to transport resilience
Introduction to transport resilience
 
Future of Traffic Management and ITS
Future of Traffic Management and ITSFuture of Traffic Management and ITS
Future of Traffic Management and ITS
 
Aanzet onderzoeksprogramma Wetenschappelijke Raad Veilig Ontruimen
Aanzet onderzoeksprogramma Wetenschappelijke Raad Veilig OntruimenAanzet onderzoeksprogramma Wetenschappelijke Raad Veilig Ontruimen
Aanzet onderzoeksprogramma Wetenschappelijke Raad Veilig Ontruimen
 
Floating Car Data and Traffic Management
Floating Car Data and Traffic ManagementFloating Car Data and Traffic Management
Floating Car Data and Traffic Management
 
Praktijkrelevantie TRAIL PhD onderzoek
Praktijkrelevantie TRAIL PhD onderzoekPraktijkrelevantie TRAIL PhD onderzoek
Praktijkrelevantie TRAIL PhD onderzoek
 
RIOH / RWS workshop
RIOH / RWS workshopRIOH / RWS workshop
RIOH / RWS workshop
 
Active transport workshop hoogendoorn
Active transport workshop hoogendoornActive transport workshop hoogendoorn
Active transport workshop hoogendoorn
 
Smart and Seamless Urban Mobility
Smart and Seamless Urban MobilitySmart and Seamless Urban Mobility
Smart and Seamless Urban Mobility
 
Emergency response behaviour data collection issue
Emergency response behaviour data collection issueEmergency response behaviour data collection issue
Emergency response behaviour data collection issue
 
Unraveling urban traffic flows
Unraveling urban traffic flowsUnraveling urban traffic flows
Unraveling urban traffic flows
 
IPAM Hoogendoorn 2015 - workshop on Decision Support Systems
IPAM Hoogendoorn 2015 - workshop on Decision Support SystemsIPAM Hoogendoorn 2015 - workshop on Decision Support Systems
IPAM Hoogendoorn 2015 - workshop on Decision Support Systems
 
Ditcm 30 maart
Ditcm 30 maartDitcm 30 maart
Ditcm 30 maart
 

Recently uploaded

Artificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PArtificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PPRINCE C P
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...RohitNehra6
 
Ahmedabad Call Girls Service 9537192988 can satisfy every one of your dreams
Ahmedabad Call Girls Service 9537192988 can satisfy every one of your dreamsAhmedabad Call Girls Service 9537192988 can satisfy every one of your dreams
Ahmedabad Call Girls Service 9537192988 can satisfy every one of your dreamsoolala9823
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...Sérgio Sacani
 
Module 4: Mendelian Genetics and Punnett Square
Module 4:  Mendelian Genetics and Punnett SquareModule 4:  Mendelian Genetics and Punnett Square
Module 4: Mendelian Genetics and Punnett SquareIsiahStephanRadaza
 
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
TOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physicsTOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physicsssuserddc89b
 
A relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfA relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfnehabiju2046
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...anilsa9823
 
Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )aarthirajkumar25
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxUmerFayaz5
 
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.PraveenaKalaiselvan1
 
Analytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptxAnalytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptxSwapnil Therkar
 
Scheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docxScheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docxyaramohamed343013
 
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...jana861314
 
Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoSérgio Sacani
 
Work, Energy and Power for class 10 ICSE Physics
Work, Energy and Power for class 10 ICSE PhysicsWork, Energy and Power for class 10 ICSE Physics
Work, Energy and Power for class 10 ICSE Physicsvishikhakeshava1
 
Genomic DNA And Complementary DNA Libraries construction.
Genomic DNA And Complementary DNA Libraries construction.Genomic DNA And Complementary DNA Libraries construction.
Genomic DNA And Complementary DNA Libraries construction.k64182334
 

Recently uploaded (20)

Artificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PArtificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C P
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...
 
Ahmedabad Call Girls Service 9537192988 can satisfy every one of your dreams
Ahmedabad Call Girls Service 9537192988 can satisfy every one of your dreamsAhmedabad Call Girls Service 9537192988 can satisfy every one of your dreams
Ahmedabad Call Girls Service 9537192988 can satisfy every one of your dreams
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
 
Module 4: Mendelian Genetics and Punnett Square
Module 4:  Mendelian Genetics and Punnett SquareModule 4:  Mendelian Genetics and Punnett Square
Module 4: Mendelian Genetics and Punnett Square
 
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
 
TOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physicsTOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physics
 
A relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfA relative description on Sonoporation.pdf
A relative description on Sonoporation.pdf
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
 
The Philosophy of Science
The Philosophy of ScienceThe Philosophy of Science
The Philosophy of Science
 
Engler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomyEngler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomy
 
Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptx
 
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.
 
Analytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptxAnalytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptx
 
Scheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docxScheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docx
 
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
 
Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on Io
 
Work, Energy and Power for class 10 ICSE Physics
Work, Energy and Power for class 10 ICSE PhysicsWork, Energy and Power for class 10 ICSE Physics
Work, Energy and Power for class 10 ICSE Physics
 
Genomic DNA And Complementary DNA Libraries construction.
Genomic DNA And Complementary DNA Libraries construction.Genomic DNA And Complementary DNA Libraries construction.
Genomic DNA And Complementary DNA Libraries construction.
 

IEEE-ITSC 2023 Keynote - What Crowds can Teach Us

  • 1. Harnassing Crowd Intelligence… Prof. Dr. Serge Hoogendoorn Transport & Planning Department Transport & Mobility Institute Delft University of Technology What crowds can teach us…
  • 2. Stress testing crowds in CrowdLimits In June 2018, we tried to establish the limits to self-organization in pedestrian flows…
  • 3. We did not succeed to induce a breakdown…
  • 4. Efficient self-organization is not limited to bi-directional pedestrian flows…
  • 5. Examples of self-organisation Formation of diagonal stripes in crossing flows… Viscous fingering when standing and moving pedestrians interact Efficient multi-direction flow interactions
  • 6. Massive pedestrian flows during the Hajj remain efficient…
  • 7. 25 years of fascination for pedestrian and bicycle flows: Active modes are wonderfully complex and showcase unexpected dynamics
  • 8. But there are other reasons to focus on active modes…
  • 9. Sustainable urban mobility is impossible without active modes due to their limited spatial and ecological impact, health impact, relevance as first / last mile / transfer mode
  • 10. There are major scientific, technological and engineering challenges to solve, including data collection
  • 11. We can learn a lot from the active modes and the modeling and control thereof…
  • 12. Can we somehow harnass this “Crowd Intelligence”?
  • 13. Our first step? Understand and mathematically model these efficient self-organized phenomena…
  • 14. Continuum models Cellular Automata models (animation by Prof. Mahmassani) Social Forces models (and variants) by Prof. Helbing
  • 15. Instead of borrowing from traditonal traffic flow theory, we looked for a model better rooted in behavioral (game) theory…
  • 16. Pedestrian Games Differential games as basis for pedestrian modeling
  • 17. Our take on pedestrian modeling… Our behavioral model for pedestrian flow dynamics • Main assumption “pedestrian economicus” based on principle of least effort: From all possible actions (accelerate, decelerate, changing direction, do nothing) a pedestrian chooses the action yielding smallest predicted effort (disutility) • The predicted effort is the (weighed) sum of different effort components (e.g., walking too close / colliding, walking too slowly or too fast, straying from intended path, etc.) - like attributes in utility models
  • 18. How does the predicted effort work? Path A Path B Path C Destination Shortest path Effort component examples: • Straying from shortest path • Being too close to other pedestrians • Accelerating / stopping • Not adhering to traffic rules… Possible paths result from candidate control actions; note: there are an infinite number of these paths possible
  • 19. Anticipation strategies… Furthering the behavioral foundation • A key element in our modeling approach is that we assume that the ego pedestrian anticipates on the behavior of other pedestrians… • Research in the Seventies and Eighties have shown that: • Pedestrians unconsciously communicate via very subtle movements exchanging their intentions when interacting • Communication sometimes fails, in particular when pedestrians from different cultures interact (“reciprocal dance”) • Our differential game model allows for three different strategies reflecting different levels of (non-) cooperation
  • 20. Solving the differential game… Numerical solution scheme • We determine the optimal acceleration assuming predicted effort minimization: ⃗ 𝑎[","$%) ∗ = arg min 𝐽(𝑢[","$%)) subject to pedestrians’ motion dynamics • Minimum Principle of Pontryagin results in necessary conditions, forms basis for Iterative Real-time Trajectory Optimization Algorithm (IRTA) • IRTA computes equilibrium where ego- pedestrian cannot improve her situation given assumed reaction of others 4.2 Iterative numerical solution In this section, we briefly discuss the iterative numerical solution approach. The algorithm is shown for one prediction period only; the receding horizon generalization is straightforward and left to the reader. Moreover, for the sake of simplicity, we have omitted obstacles, and terminal costs. 1. Initialization of control variables (prediction horizon T, time step h); 2. Initialization of parameters (weights, desired speed; relaxation parameter a, cut-o↵ error eps 3. For each pedestrian, initialization of initial position ~ r(0) and velocities ~ v(0) and target position ~ r1 4. Initialize co-states for the positions ~ ⇤r(t) = ~ 0 and velocities ~ ⇤v(t) = ~ 0 for all t = 0 : t : T 5. While error > eps do (a) Set ~r(t) = ~ ⇤r(t) and ~v(t) = ~ ⇤v(t) (b) For t = 0 : t : T t i. For i = 1 : n A. ~ u(t|i) = ~v(t|i) B. ~ v(t + t|i) = ~ v(t|i) + t · ~ u(t|i) C. ~ x(t + t|i) = ~ x(t|i) + t · ~ v(t|i) (c) For t = T : t : t i. For i = 1 : n A. Compute desired velocity ~ v0 i (t) B. ~r(t t|i) = ~r(t|i) + t · d0 P j6=i e dij /d0 ~ nij C. ~v(t t|i) = ~v(t|i) + t · ⇣ ↵(~ v0 i ~ v(t|i)) + ~r(t|i) ⌘ (d) Relaxation ~ ⇤r(t) = (1 a) · ~ ⇤r(t) + a · r(t) and ~ ⇤v(t) = (1 a) · ~ ⇤v(t) + a · v(t) (e) error = ||~ ⇤ ~|| It is beyond the scope of the paper to analyze the performance of the numer- ical solution in detail. For illustration purposes, Fig. 1 shows the convergence properties of the scheme for a one-on-one drone interaction scenario, with a
  • 21. Validation outcomes • Calibration using ML approach + trajectory data • Reproduces all coll. self-organized phenomena • Model yields realistic flow – density relation for a location (FD) and for an entire network (p-MFD)
  • 22. Multi-scale modelling framework Risk- neutral Nash game Risk-prone cooperativ e game ‘Social- forces’ model Network- wide modelling MFD Simplification of behavioural assumptions Assuming equilibrium and Taylor series expansion Spatial aggregation under equilibrium Risk-prone pedestrian game Risk- averse demon game Continuum modelling
  • 23. Learning opportunities Pedestrian flow theory as inspiration for other domains
  • 24. Our proposition: Game-theoretical approach can be used as a basis for decentralized control schemes inheriting efficient self-organization characteristics
  • 25. ▪ Use of simple control strategy Modelling cyclist & pedestrians Control of connected & autonomous vessels Lane-free control schemes for CAVs Generic machinery: Differential game theory and dedicated numerical solution algorithm IRTA are broadly applicable Cooperative decentralized schemes for drones
  • 26. Decentralized multi- drone conflict resolution • Prospect of drones in (urban) transport and logistics depend on our ability to solve complex drone interaction problems in high density airspace • Multi-drone conflict resolution is a key challenge! • Our proposition: use game-theoretical approach used for pedestrian modeling to formulate and solve multi-drone conflict resolution, assuming that many of the self-organization properties carry over to 3D…
  • 27. Game of Drones* Differential games as basis for multi-drone conflict resolution
  • 28. Multi-drone conflict resolution Path A Path B Path C Destination Shortest path Cost component examples: • Straying from shortest path • Being too close to the other drones • Acceleration / braking • Not adhering to airspace regulation… Ego-drone can use different strategies that represent different levels of risk taken by the drone given sensor and communication accuracy and reliability Adapted version of IRTA used as solver
  • 29. Learning from active modes? Applications to decentralized control
  • 30. Decentralized multi- drone conflict resolution • As with pedestrian flows, we see different forms of self- organization • Example shows formation of diagonal patterns in case of two crossing drone flows Top view Side view 1 Side view 2 y y y
  • 31. Decentralized multi-drone conflict resolution Self-organized drone roundabouts • Scenario shows patterns drones generate at interaction (center-)point N=10 N=20
  • 32. Decentralized multi-drone conflict resolution Self-organized drone roundabouts N=10 N=20
  • 33. Decentralized multi-drone conflict resolution Self-organized drone roundabouts N=20 • Different factors influence self- organized patterns, including demand level • Important factor: desired speed variability • Large variation breaks formation of roundabouts • Other self-organized patterns are also influenced by heterogeneity
  • 34. Limits to self-organization • Impact of heterogeneity well known for pedestrian flows: “freezing by heating” describes the fact heterogeneity messes up self organization • As a result, heterogeneous flows break down at a lower demand than homogenous flows • Shows possible impact of (local) homogenization to increase capacity of a bottleneck 1.2 1.4 1.6 1.8 2.0 1.0 0 1 Demand (P/s) Breakdown prob. medium low high
  • 35. Limits to self-organization Higher pressure leads to reduced capacity and longer evacuation times • Faster-is-slower effect describes the reduction of bottleneck capacity due to increase haste due to arc formation • Insight leads to different types of local interventions to improve situation (e.g., placing obstacle in front of door to reduce pressure, or the ‘polonaise’)
  • 36. Queues at local bottlenecks spill back, possibly causing grid-lock effects, in turn leading to turbulence and asphyxiation… When self-organization fails: Local problems may eventually lead to deterioration at network level
  • 37. Using insights for design and management Improved design to limit crossing flows prev. spill-back Inflow reduction by using gating Spreading of Pilgrims using different flows Remove bottlenecks in design Testing interventions by simulation Using our understanding for Management & Design: Example Grand Mosque
  • 38. Towards effective crowd management Classify intervention strategies at 3 levels… INDIVIDUAL Efficient decentralised strategies Influencing individual behaviour BOTTLENECK Increase bottleneck capacity Reduce break-down probability by homogenisation NETWORK Reduce inflow into network Increase network outflow Spread traffic over network and separate flows Increasing traffic demand
  • 39. Similar approach could work for drones! Three level approach to managing drone traffic operations INDIVIDUAL Efficient decentralised strategies LOCAL Priority regulations Speed homogenisation Control of interacting flows NETWORK Schedule inflow into network Reroute drone flows Increasing traffic demand
  • 40. But if we understand the processes so well… Why does it still go wrong?
  • 41. Lack of accurate and reliable real- time datasources Lack of effective decision support tools for real-time decision making and planning
  • 42. Data collection Sensing technology • Adequate data collection technologies have become available only recently • Still, single datasources seldom provide complete picture (spatial coverage, granularity, bias) • Acurate / complete information requires methods to process, fuse, and enrich multi-source data 3D camera, BT scanner, and climate sensor Mood & stress detection (DCM, GreshamSmith) Use of location-based services (Resono) Social-data crawler
  • 43. Use of AI for prediction and risk assessment Digital Twin for Real-Time Decision Support and event planning • Advanced multi-source data collection and effective decision support come together in CSM • XAI technology for data fusion, short-term and long-term prediction of crowdedness • Future work focusses on risk assessment (EMERALDS)
  • 44. Risk assessment is about much more than crowding…
  • 45. Asphyxiation due to overcrowding Riots during the pandemic Stabbing incidents after a hot and crowded day at the beach Risk of being pushed of platform (courtesy of J van den Heuvel, NS Stations)
  • 46. Our current work focuses on using advanced monitoring, data fusion, XAI, and decision support tools for advanced predictive risk assessment
  • 47.
  • 48. Making impact! Keeping education open during the pandemic… • Sensing locations and distances with wearables and beacons • Dashboard shows areas of concern: where do the critical interactions occur? • Design interventions (floorplans, circulation strategies, occupancy limits) • Establish critical interactions between “bubbles” (groups/classes), so that only students at risk had to be isolated in case of infection
  • 49. Main take aways From Crowd Intelligence to Artifical Crowd Intelligence • Show how efficient self-organized phenomena in active mode traffic can be modeled using decentralized schemes, generalizing well-known models • Show how approaches can be generalized to other problems, including multi- drone conflict resolution • Show (limits to) self-organization and how interventions can help improve • Discuss future steps in decision support using Artificial Crowd Intelligence Overall, I aimed to show you the importance of sharing knowledge across domains and not reinventing the wheel!