SlideShare a Scribd company logo
1 of 19
BAYERO UNIVERSITY KANO
DEPARTMENT OF CIVIL ENGINEERING
ADVANCED TRAFFIC ENGINEERING
REVIEW ON MICROSCOPIC MODELS
USING ARTIFICIAL INTELLIGENCE {AI}
BY
ANIKOH ABRAHAM OMEIZA
SPS/20/MCE/00017
SUPERVISED BY
PROF. HASHIM M. ALHASSAN
INTRODUCTION
• The Artificial Intelligence Traffic Model (AITM) generates a fleet of semi-
intelligent vehicles with which a human driver interacts within a virtual
driving simulation environment. The behavior of the vehicles is based upon
the basic principles of rigid body physics and real-time collision detection,
and includes a rule-base for: road-appropriate travel speed behavior, behavior
at intersections (e.g., stop signs, street lights), and interactions with other AI
and human-driven vehicles on the virtual roads (i.e., lane changing, headway
distance).
STATEMENT OF PROBLEM
• Artificial Intelligence in Microscopic Traffic Model is one that is
very difficult to comprehend and its not easily understood and
explained. It is complex and requires critical thinking to
expatiate.
AIM OF AI MICROSCOPIC MODEL
• To properly understand the basis of AI in Microscopic traffic
model
OBJECTIVES OF AI MICROSCOPIC MODEL
• To clearly understand the concept of AI microscopic model
using Newton’s law of linear and radial motion
• To understand the collision theory of self driving cars using
Oriented Bounding Box
• To be able to clearly and politely criticize present works on AI
Microscopic Model and to give recommendations for future
research.
FEATURES OF AI MICROSCOPIC TRAFFIC
MODELS
 AI microscopic traffic models are able to process high data travel
information of Drivers/Vehicle.
 AI microscopic traffic models simulates increasingly complex scenarios,
helping algorithms learn how to predict vehicular changes.
 AI microscopic traffic models provides vehicle–infrastructure integration
(VII) in which vehicles and infrastructure units will communicate with one
another, provides an opportunity to improve the effectiveness and efficiency
of the existing traffic surveillance system.
GENESIS AND BASIS OF AITM
• Artificial intelligence (AI) is in the spotlight as one of the emerging fields transforming the transport
sector. It is not a new term. Academics talked about artificial intelligence as early as the 1950s.
• In 1925, inventor Francis Houdina demonstrated a radio-controlled car through the streets of
Manhattan without anyone at the steering wheel. The radio was able to start its engine, shift gears, and
sound its horn. This car offered a glimpse into the future of autonomy but was quickly shut down when
the operator lost control twice during the ride and crashed into another vehicle.
• At the 1939 World’s Fair, General Motors created the first self-driving car model. It was an electric
vehicle guided by radio-controlled electromagnetic fields and operated from magnetized metal spikes
embedded in the roadway.
GENESIS AND BASIS OF AITM
• To allow the AI vehicles to navigate within the virtual
environment, a function was designed to dictate their basic
motion path. For this purpose, equations of motion were
implemented based on physics. The motion of the AI vehicles
was decomposed into three broad phases: acceleration,
deceleration, and turning (Newton, 1666).
• The equations of motion are summarized in table below
GENESIS AND BASIS OF AITM
Linear Motion Equations Radial Motion Equations
v=s/t
v=v0+a t
s=v0t+1/2a t2
v2=v0
2+2a s
Where:
v= velocity (Km/hr)
s= linear displacement in (Km)
t= time (s)
V0= initial linear velocity (Km/hr)
a= acceleration (Km/hr2)
ω=ɵ/t
ω = ω0 + α t; ω = (ω0
2 + 2 α θ)1/2
θ = ω0 t + 1/2 α t2
α = dω / dt = d2θ / dt2
Where:
ω= angular velocity (rad/s)
θ = angular displacement (rad)
t = time (s)
ɷ0 = angular velocity at time zero (rad/s)
α = angular acceleration (rad/s2)
GENESIS AND BASIS OF AITM
• The Linear Motion Equations account for the acceleration and deceleration
motions of the AI vehicles on a straight road. Each time slice was set to the
current frame rate of the simulation, which was approximately 60 Hz.
Maximum travel speeds are calculated dynamically, based largely on the
posted speed limit on each road of travel.
• Regarding turning (radial) motion, outlined in the Radial Motion Equations in
the table above, semi-circular arcs were employed between the end-points
of the lane centers of two adjacent roads. This way, AI vehicular motion
along the turn would be fluent, and angular motion equations were used to
approximate the motion of the vehicle while traversing the arc segment. The
radius of the arc was identified by using the distance between the end
points of adjacent road segments, and the interior angle between the two.
GENESIS AND BASIS OF AITM
• Determining if any two 3D objects intersect – a technique
commonly known as collision detection. A common procedure
known as Oriented Bounding Box is used for collision detection
in AITM (Eberly, 2008) This method rotates the bounding box
with the geometry so that the bounding box represents the
geometry of the object, even when rotated. As shown in Figure
1.1, the bounding box is attached to the AI vehicle, and new
coordinates are calculated (using matrix transformations) each
time the AI vehicle moves or rotates.
“
”
GENESIS AND BASIS OF AITM
FIG 1.1
APPLICATIONS OF AITM
• Artificial intelligence traffic model are used to generate
scenarios, optimize control, and predict network behavior from
an operational standpoint. They can provide scientists and
researchers with an overall picture of a hypothetical traffic
system (Boxill and Yu, 2000)
• AI Microscopic Traffic Models Utilizes Oriented Bounding Box
procedure to detect collision. It is created using a
transformation matrix where the box will be translated. The
bounding box is oriented such that the axes are ordered with
respect to the principal components. (Eberly, 2008)
ADVANTAGES OF AI TRAFFIC MODEL (AITM)
• AI microscopic traffic model is realistic enough to be able to produce
spontaneous traffic jam as in real traffic.
• AI microscopic traffic model gives accurate prediction of behavior of traffic
flow.
• AI microscopic traffic model is flexible and can compute complex data in a
short period of time.
• With a reliable integrated simulation capacity, researchers could more
accurately study the anticipated impacts of driving on “green”
(environmental) concerns, such as estimated vehicle mileage efficiency and
predicted tailpipe emissions (Hulme et al, 2010). This will become
increasingly relevant with evolving technologies such as hybrid and electric
vehicles, and particularly autonomous driving (Hou et al., 2014).
DISADVANTAGES OF AI TRAFFIC MODEL
(AITM)
• A typical Driving Simulators (DS) allows for the analysis of
driver behavior by immersing human subjects within a virtual
simulation environment and monitoring their reactions.
Unfortunately, a Driving Simulators often lacks traffic
authenticity and transportation network realism. In the majority
of simulators, accompanying traffic is pre-programmed, and
does not respond according to the real-time actions of the
human subject who is operating the human-driven vehicle.
(That and Casas, 2011)
• AI Microscopic Traffic Model is a costly model and it is
financially demanding.
CURRENT STATE OF RESEARCH
• (Nakasone et al.,2011) introduced OpenEnergySim: a multi-
user driving simulator that is capable of integrating with a
traffic simulator (X-Roads) using the OpenScience framework.
• (Punzo and Ciuffo, 2011) have emphasized the four main
requirements for appropriately integrated (TS-DS) simulation
models. These are: Accurate Road matching between traffic and
driving simulators; Synchronization of traffic and driving
modules with real time; Consistency of the updating calculation
frequency; and Management of autonomous vehicle
visualization.
FUTURE RESEARCH
• Implementation of customized human behavior models to
enhance the traffic mobility
• Provide a high-fidelity, multiple-participant capability to
facilitate research that involves real-time interaction between
human participants. (Prendinger et al., 2014)
CONCLUSION
• Roadway safety and sustainability continue to be major public health
concerns, and subsequently, simulators (and other M&S technologies)
continue to become more abundant in a wide variety of Intelligent
Transportation Systems (ITS) research applications (e.g., autonomous
driving, human factors, and rehabilitation). To confront these
problems, standalone simulators are often implemented as an
analysis and decision-making tool. The preliminary development of
the core components (i.e., linear motion, radial motion and collision
detection ) of the AITM was described in detail. Subsequent to pilot
testing, the complexity of the interactions between the various model
components was noted, and therefore required numerous revisions
to the baseline AITM model, which were described and illustrated.
RECOMMENDATION
• Based on the review conducted, it is recommended that further
traffic research studies be carried out on proper integration of
Driving Simulators and Traffic Simulators in microscopic traffic
model.

More Related Content

Similar to AI Traffic Model Review on Microscopic Models Using Oriented Bounding Box

REVIEW OF MICROSCOPIC TRAFFIC MODEL USING ARTIFICIAL INTELLIGENCE.pptx
REVIEW OF MICROSCOPIC TRAFFIC MODEL USING ARTIFICIAL INTELLIGENCE.pptxREVIEW OF MICROSCOPIC TRAFFIC MODEL USING ARTIFICIAL INTELLIGENCE.pptx
REVIEW OF MICROSCOPIC TRAFFIC MODEL USING ARTIFICIAL INTELLIGENCE.pptxJonathanOkpanachi
 
Highway_Mobility_and_Vehicular_Ad-Hoc_Networks_in_.pdf
Highway_Mobility_and_Vehicular_Ad-Hoc_Networks_in_.pdfHighway_Mobility_and_Vehicular_Ad-Hoc_Networks_in_.pdf
Highway_Mobility_and_Vehicular_Ad-Hoc_Networks_in_.pdfduytan35
 
CIV 8331 Presentation Assignment Upload.pptx
CIV 8331 Presentation Assignment Upload.pptxCIV 8331 Presentation Assignment Upload.pptx
CIV 8331 Presentation Assignment Upload.pptxKABIRABUBAKARRAWAYAU
 
Review of Optimal Speed Model
Review of Optimal Speed Model Review of Optimal Speed Model
Review of Optimal Speed Model Ahmad Muhammad
 
Review of Microscopic Traffic Model Using Artificial Intelligence Slides.pptx
Review of Microscopic Traffic Model Using Artificial Intelligence Slides.pptxReview of Microscopic Traffic Model Using Artificial Intelligence Slides.pptx
Review of Microscopic Traffic Model Using Artificial Intelligence Slides.pptxKennedy991290
 
REVIEW OF OPTIMAL SPEED TRAFFIC FLOW MODEL
REVIEW OF OPTIMAL SPEED TRAFFIC FLOW MODELREVIEW OF OPTIMAL SPEED TRAFFIC FLOW MODEL
REVIEW OF OPTIMAL SPEED TRAFFIC FLOW MODELBashir Abdu
 
A Review on Road Traffic Models for Intelligent Transportation System (ITS)
A Review on Road Traffic Models for Intelligent Transportation System (ITS)A Review on Road Traffic Models for Intelligent Transportation System (ITS)
A Review on Road Traffic Models for Intelligent Transportation System (ITS)IJSRD
 
CREATING DATA OUTPUTS FROM MULTI AGENT TRAFFIC MICRO SIMULATION TO ASSIMILATI...
CREATING DATA OUTPUTS FROM MULTI AGENT TRAFFIC MICRO SIMULATION TO ASSIMILATI...CREATING DATA OUTPUTS FROM MULTI AGENT TRAFFIC MICRO SIMULATION TO ASSIMILATI...
CREATING DATA OUTPUTS FROM MULTI AGENT TRAFFIC MICRO SIMULATION TO ASSIMILATI...cscpconf
 
Traffic Forecasting
Traffic Forecasting Traffic Forecasting
Traffic Forecasting icanearn555
 
Modeling business management systems transportation
Modeling business management systems transportationModeling business management systems transportation
Modeling business management systems transportationSherin El-Rashied
 
Modeling and simulation of vehicular networks
Modeling and simulation of vehicular networksModeling and simulation of vehicular networks
Modeling and simulation of vehicular networksDaisyWatson5
 
Review of microscopic using artificial intelligence.pptx
Review of microscopic using artificial intelligence.pptxReview of microscopic using artificial intelligence.pptx
Review of microscopic using artificial intelligence.pptxHarisuMuhammadMuhamm
 
Vanet report 2020 2nd semester
Vanet report 2020 2nd semesterVanet report 2020 2nd semester
Vanet report 2020 2nd semesterSudarshiniAuradkar
 
IRJET- Detailed Survey & Analysis of a Traffic System on Mid Block Sectio...
IRJET-  	  Detailed Survey & Analysis of a Traffic System on Mid Block Sectio...IRJET-  	  Detailed Survey & Analysis of a Traffic System on Mid Block Sectio...
IRJET- Detailed Survey & Analysis of a Traffic System on Mid Block Sectio...IRJET Journal
 
DYNAMIC RESOURCE ALLOCATION IN ROAD TRANSPORT SECTOR USING MOBILE CLOUD COMPU...
DYNAMIC RESOURCE ALLOCATION IN ROAD TRANSPORT SECTOR USING MOBILE CLOUD COMPU...DYNAMIC RESOURCE ALLOCATION IN ROAD TRANSPORT SECTOR USING MOBILE CLOUD COMPU...
DYNAMIC RESOURCE ALLOCATION IN ROAD TRANSPORT SECTOR USING MOBILE CLOUD COMPU...IAEME Publication
 
CIV8331 ASSIGNMENT PRESENTATION.pptx
CIV8331 ASSIGNMENT PRESENTATION.pptxCIV8331 ASSIGNMENT PRESENTATION.pptx
CIV8331 ASSIGNMENT PRESENTATION.pptxJamiluAdamuSalisu
 
Help the Genetic Algorithm to Minimize the Urban Traffic on Intersections
Help the Genetic Algorithm to Minimize the Urban Traffic on IntersectionsHelp the Genetic Algorithm to Minimize the Urban Traffic on Intersections
Help the Genetic Algorithm to Minimize the Urban Traffic on IntersectionsIJORCS
 
Presentation on advance traffic engineering.pptx
Presentation on advance traffic engineering.pptxPresentation on advance traffic engineering.pptx
Presentation on advance traffic engineering.pptxEtahEneji1
 

Similar to AI Traffic Model Review on Microscopic Models Using Oriented Bounding Box (20)

REVIEW OF MICROSCOPIC TRAFFIC MODEL USING ARTIFICIAL INTELLIGENCE.pptx
REVIEW OF MICROSCOPIC TRAFFIC MODEL USING ARTIFICIAL INTELLIGENCE.pptxREVIEW OF MICROSCOPIC TRAFFIC MODEL USING ARTIFICIAL INTELLIGENCE.pptx
REVIEW OF MICROSCOPIC TRAFFIC MODEL USING ARTIFICIAL INTELLIGENCE.pptx
 
Highway_Mobility_and_Vehicular_Ad-Hoc_Networks_in_.pdf
Highway_Mobility_and_Vehicular_Ad-Hoc_Networks_in_.pdfHighway_Mobility_and_Vehicular_Ad-Hoc_Networks_in_.pdf
Highway_Mobility_and_Vehicular_Ad-Hoc_Networks_in_.pdf
 
CIV 8331 Presentation Assignment Upload.pptx
CIV 8331 Presentation Assignment Upload.pptxCIV 8331 Presentation Assignment Upload.pptx
CIV 8331 Presentation Assignment Upload.pptx
 
Review of Optimal Speed Model
Review of Optimal Speed Model Review of Optimal Speed Model
Review of Optimal Speed Model
 
Review of Microscopic Traffic Model Using Artificial Intelligence Slides.pptx
Review of Microscopic Traffic Model Using Artificial Intelligence Slides.pptxReview of Microscopic Traffic Model Using Artificial Intelligence Slides.pptx
Review of Microscopic Traffic Model Using Artificial Intelligence Slides.pptx
 
REVIEW OF OPTIMAL SPEED TRAFFIC FLOW MODEL
REVIEW OF OPTIMAL SPEED TRAFFIC FLOW MODELREVIEW OF OPTIMAL SPEED TRAFFIC FLOW MODEL
REVIEW OF OPTIMAL SPEED TRAFFIC FLOW MODEL
 
A Review on Road Traffic Models for Intelligent Transportation System (ITS)
A Review on Road Traffic Models for Intelligent Transportation System (ITS)A Review on Road Traffic Models for Intelligent Transportation System (ITS)
A Review on Road Traffic Models for Intelligent Transportation System (ITS)
 
CREATING DATA OUTPUTS FROM MULTI AGENT TRAFFIC MICRO SIMULATION TO ASSIMILATI...
CREATING DATA OUTPUTS FROM MULTI AGENT TRAFFIC MICRO SIMULATION TO ASSIMILATI...CREATING DATA OUTPUTS FROM MULTI AGENT TRAFFIC MICRO SIMULATION TO ASSIMILATI...
CREATING DATA OUTPUTS FROM MULTI AGENT TRAFFIC MICRO SIMULATION TO ASSIMILATI...
 
REVIEW OF OPTIMUM SPEED LIMIT TRAFFIC MODEL
  REVIEW OF OPTIMUM SPEED LIMIT TRAFFIC MODEL  REVIEW OF OPTIMUM SPEED LIMIT TRAFFIC MODEL
REVIEW OF OPTIMUM SPEED LIMIT TRAFFIC MODEL
 
Traffic Forecasting
Traffic Forecasting Traffic Forecasting
Traffic Forecasting
 
Modeling business management systems transportation
Modeling business management systems transportationModeling business management systems transportation
Modeling business management systems transportation
 
Modeling and simulation of vehicular networks
Modeling and simulation of vehicular networksModeling and simulation of vehicular networks
Modeling and simulation of vehicular networks
 
Review of microscopic using artificial intelligence.pptx
Review of microscopic using artificial intelligence.pptxReview of microscopic using artificial intelligence.pptx
Review of microscopic using artificial intelligence.pptx
 
Harisu Muhd Muhd.pptx
Harisu Muhd Muhd.pptxHarisu Muhd Muhd.pptx
Harisu Muhd Muhd.pptx
 
Vanet report 2020 2nd semester
Vanet report 2020 2nd semesterVanet report 2020 2nd semester
Vanet report 2020 2nd semester
 
IRJET- Detailed Survey & Analysis of a Traffic System on Mid Block Sectio...
IRJET-  	  Detailed Survey & Analysis of a Traffic System on Mid Block Sectio...IRJET-  	  Detailed Survey & Analysis of a Traffic System on Mid Block Sectio...
IRJET- Detailed Survey & Analysis of a Traffic System on Mid Block Sectio...
 
DYNAMIC RESOURCE ALLOCATION IN ROAD TRANSPORT SECTOR USING MOBILE CLOUD COMPU...
DYNAMIC RESOURCE ALLOCATION IN ROAD TRANSPORT SECTOR USING MOBILE CLOUD COMPU...DYNAMIC RESOURCE ALLOCATION IN ROAD TRANSPORT SECTOR USING MOBILE CLOUD COMPU...
DYNAMIC RESOURCE ALLOCATION IN ROAD TRANSPORT SECTOR USING MOBILE CLOUD COMPU...
 
CIV8331 ASSIGNMENT PRESENTATION.pptx
CIV8331 ASSIGNMENT PRESENTATION.pptxCIV8331 ASSIGNMENT PRESENTATION.pptx
CIV8331 ASSIGNMENT PRESENTATION.pptx
 
Help the Genetic Algorithm to Minimize the Urban Traffic on Intersections
Help the Genetic Algorithm to Minimize the Urban Traffic on IntersectionsHelp the Genetic Algorithm to Minimize the Urban Traffic on Intersections
Help the Genetic Algorithm to Minimize the Urban Traffic on Intersections
 
Presentation on advance traffic engineering.pptx
Presentation on advance traffic engineering.pptxPresentation on advance traffic engineering.pptx
Presentation on advance traffic engineering.pptx
 

Recently uploaded

VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 

Recently uploaded (20)

VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 

AI Traffic Model Review on Microscopic Models Using Oriented Bounding Box

  • 1. BAYERO UNIVERSITY KANO DEPARTMENT OF CIVIL ENGINEERING ADVANCED TRAFFIC ENGINEERING REVIEW ON MICROSCOPIC MODELS USING ARTIFICIAL INTELLIGENCE {AI} BY ANIKOH ABRAHAM OMEIZA SPS/20/MCE/00017 SUPERVISED BY PROF. HASHIM M. ALHASSAN
  • 2. INTRODUCTION • The Artificial Intelligence Traffic Model (AITM) generates a fleet of semi- intelligent vehicles with which a human driver interacts within a virtual driving simulation environment. The behavior of the vehicles is based upon the basic principles of rigid body physics and real-time collision detection, and includes a rule-base for: road-appropriate travel speed behavior, behavior at intersections (e.g., stop signs, street lights), and interactions with other AI and human-driven vehicles on the virtual roads (i.e., lane changing, headway distance).
  • 3. STATEMENT OF PROBLEM • Artificial Intelligence in Microscopic Traffic Model is one that is very difficult to comprehend and its not easily understood and explained. It is complex and requires critical thinking to expatiate.
  • 4. AIM OF AI MICROSCOPIC MODEL • To properly understand the basis of AI in Microscopic traffic model
  • 5. OBJECTIVES OF AI MICROSCOPIC MODEL • To clearly understand the concept of AI microscopic model using Newton’s law of linear and radial motion • To understand the collision theory of self driving cars using Oriented Bounding Box • To be able to clearly and politely criticize present works on AI Microscopic Model and to give recommendations for future research.
  • 6. FEATURES OF AI MICROSCOPIC TRAFFIC MODELS  AI microscopic traffic models are able to process high data travel information of Drivers/Vehicle.  AI microscopic traffic models simulates increasingly complex scenarios, helping algorithms learn how to predict vehicular changes.  AI microscopic traffic models provides vehicle–infrastructure integration (VII) in which vehicles and infrastructure units will communicate with one another, provides an opportunity to improve the effectiveness and efficiency of the existing traffic surveillance system.
  • 7. GENESIS AND BASIS OF AITM • Artificial intelligence (AI) is in the spotlight as one of the emerging fields transforming the transport sector. It is not a new term. Academics talked about artificial intelligence as early as the 1950s. • In 1925, inventor Francis Houdina demonstrated a radio-controlled car through the streets of Manhattan without anyone at the steering wheel. The radio was able to start its engine, shift gears, and sound its horn. This car offered a glimpse into the future of autonomy but was quickly shut down when the operator lost control twice during the ride and crashed into another vehicle. • At the 1939 World’s Fair, General Motors created the first self-driving car model. It was an electric vehicle guided by radio-controlled electromagnetic fields and operated from magnetized metal spikes embedded in the roadway.
  • 8. GENESIS AND BASIS OF AITM • To allow the AI vehicles to navigate within the virtual environment, a function was designed to dictate their basic motion path. For this purpose, equations of motion were implemented based on physics. The motion of the AI vehicles was decomposed into three broad phases: acceleration, deceleration, and turning (Newton, 1666). • The equations of motion are summarized in table below
  • 9. GENESIS AND BASIS OF AITM Linear Motion Equations Radial Motion Equations v=s/t v=v0+a t s=v0t+1/2a t2 v2=v0 2+2a s Where: v= velocity (Km/hr) s= linear displacement in (Km) t= time (s) V0= initial linear velocity (Km/hr) a= acceleration (Km/hr2) ω=ɵ/t ω = ω0 + α t; ω = (ω0 2 + 2 α θ)1/2 θ = ω0 t + 1/2 α t2 α = dω / dt = d2θ / dt2 Where: ω= angular velocity (rad/s) θ = angular displacement (rad) t = time (s) ɷ0 = angular velocity at time zero (rad/s) α = angular acceleration (rad/s2)
  • 10. GENESIS AND BASIS OF AITM • The Linear Motion Equations account for the acceleration and deceleration motions of the AI vehicles on a straight road. Each time slice was set to the current frame rate of the simulation, which was approximately 60 Hz. Maximum travel speeds are calculated dynamically, based largely on the posted speed limit on each road of travel. • Regarding turning (radial) motion, outlined in the Radial Motion Equations in the table above, semi-circular arcs were employed between the end-points of the lane centers of two adjacent roads. This way, AI vehicular motion along the turn would be fluent, and angular motion equations were used to approximate the motion of the vehicle while traversing the arc segment. The radius of the arc was identified by using the distance between the end points of adjacent road segments, and the interior angle between the two.
  • 11. GENESIS AND BASIS OF AITM • Determining if any two 3D objects intersect – a technique commonly known as collision detection. A common procedure known as Oriented Bounding Box is used for collision detection in AITM (Eberly, 2008) This method rotates the bounding box with the geometry so that the bounding box represents the geometry of the object, even when rotated. As shown in Figure 1.1, the bounding box is attached to the AI vehicle, and new coordinates are calculated (using matrix transformations) each time the AI vehicle moves or rotates.
  • 12. “ ” GENESIS AND BASIS OF AITM FIG 1.1
  • 13. APPLICATIONS OF AITM • Artificial intelligence traffic model are used to generate scenarios, optimize control, and predict network behavior from an operational standpoint. They can provide scientists and researchers with an overall picture of a hypothetical traffic system (Boxill and Yu, 2000) • AI Microscopic Traffic Models Utilizes Oriented Bounding Box procedure to detect collision. It is created using a transformation matrix where the box will be translated. The bounding box is oriented such that the axes are ordered with respect to the principal components. (Eberly, 2008)
  • 14. ADVANTAGES OF AI TRAFFIC MODEL (AITM) • AI microscopic traffic model is realistic enough to be able to produce spontaneous traffic jam as in real traffic. • AI microscopic traffic model gives accurate prediction of behavior of traffic flow. • AI microscopic traffic model is flexible and can compute complex data in a short period of time. • With a reliable integrated simulation capacity, researchers could more accurately study the anticipated impacts of driving on “green” (environmental) concerns, such as estimated vehicle mileage efficiency and predicted tailpipe emissions (Hulme et al, 2010). This will become increasingly relevant with evolving technologies such as hybrid and electric vehicles, and particularly autonomous driving (Hou et al., 2014).
  • 15. DISADVANTAGES OF AI TRAFFIC MODEL (AITM) • A typical Driving Simulators (DS) allows for the analysis of driver behavior by immersing human subjects within a virtual simulation environment and monitoring their reactions. Unfortunately, a Driving Simulators often lacks traffic authenticity and transportation network realism. In the majority of simulators, accompanying traffic is pre-programmed, and does not respond according to the real-time actions of the human subject who is operating the human-driven vehicle. (That and Casas, 2011) • AI Microscopic Traffic Model is a costly model and it is financially demanding.
  • 16. CURRENT STATE OF RESEARCH • (Nakasone et al.,2011) introduced OpenEnergySim: a multi- user driving simulator that is capable of integrating with a traffic simulator (X-Roads) using the OpenScience framework. • (Punzo and Ciuffo, 2011) have emphasized the four main requirements for appropriately integrated (TS-DS) simulation models. These are: Accurate Road matching between traffic and driving simulators; Synchronization of traffic and driving modules with real time; Consistency of the updating calculation frequency; and Management of autonomous vehicle visualization.
  • 17. FUTURE RESEARCH • Implementation of customized human behavior models to enhance the traffic mobility • Provide a high-fidelity, multiple-participant capability to facilitate research that involves real-time interaction between human participants. (Prendinger et al., 2014)
  • 18. CONCLUSION • Roadway safety and sustainability continue to be major public health concerns, and subsequently, simulators (and other M&S technologies) continue to become more abundant in a wide variety of Intelligent Transportation Systems (ITS) research applications (e.g., autonomous driving, human factors, and rehabilitation). To confront these problems, standalone simulators are often implemented as an analysis and decision-making tool. The preliminary development of the core components (i.e., linear motion, radial motion and collision detection ) of the AITM was described in detail. Subsequent to pilot testing, the complexity of the interactions between the various model components was noted, and therefore required numerous revisions to the baseline AITM model, which were described and illustrated.
  • 19. RECOMMENDATION • Based on the review conducted, it is recommended that further traffic research studies be carried out on proper integration of Driving Simulators and Traffic Simulators in microscopic traffic model.