Top Banner
Design and Evaluation of Adaptive Traffic Control System for Heterogeneous flow conditions SiMTraM & CosCiCost2G Tom Mathew IIT Bombay
31

Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Jul 27, 2020

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Design and Evaluation of Adaptive

Traffic Control System for

Heterogeneous flow conditions

SiMTraM & CosCiCost2G

Tom Mathew IIT Bombay

Page 2: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Outline

1. Heterogeneous traffic

2. Traffic Simulation

3. Traffic Signal control

4. Adaptive traffic control

5. Conclusion

2

Page 3: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Heterogeneous Traffic

Homogeneous traffic

Single vehicle type

Lane-based Movement

Follow a single leader

Well defined surrounding

vehicle

3

Page 4: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Heterogeneous Traffic

Mixed vehicle type

Static characteristics

Dynamic characteristics

Non-lane-based

Who is my leader?

What are my

surrounding vehicle?

4

Page 5: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Heterogeneous Traffic

Intersection

Seepage

Maneuverability

Stop-line

Lane-changing

5

Page 6: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Heterogeneous Traffic

Vehicle type dependant car-following

6

Page 7: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Heterogeneous Traffic

Effect of vehicle type on car-following

7

Page 8: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Heterogeneous Traffic

Effect of vehicle type on lane-changing

8

Page 9: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Heterogeneous Traffic

Modeling needs

Address mixed vehicle type

Model non-lane based movement

9

Page 10: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Outline

1. Heterogeneous traffic

2. Traffic Simulation

3. Traffic Signal control

4. Adaptive traffic control

5. Conclusion

10

Page 11: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Strips for non-lane based modelling

11

BikeBike

Car

Truck

Car

Auto Rick

Car

Longitudinal movement

Continuous

Modified car-following

Lateral movement

Discrete

Strip changes

Auto Rick

Page 12: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Strips for non-lane based modelling

12

BikeBike

Car

Truck

Car

Auto Rick

Car

Vehicle-following model

Who is my leader?

Lateral movement model

Which strip should I occupy

Page 13: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Implementation of strips

Simulation of Urban Mobility (SUMO)

131

3

MSAbstractLaneChangeModel MSVehicleQuitReminded

MSVehicleType

MSRoute

MSVehicle

MSStrip

MSLane

MSInternalLane

MSEdge

MSEdgeControl MSNetMSLink

MSDevice

MSRouteHandler

Page 14: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Implementation of strips

14

Page 15: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Outline

1. Heterogeneous traffic

2. Traffic Simulation

3. Traffic Signal control

4. Adaptive traffic control

5. Conclusion

15

Page 16: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Traffic Signal Control

Fixed Time Signal Vehicle Actuated

Coordinated Signal Area Traffic Control

Responsive

16

Adaptive

Page 17: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Traffic Signal Control

Two Popular Network Systems

Centralized system

SCOOT

Split, Cycle, Offset, Optimization

Distributed system

SCAT

Sydney Coordinated Adaptive Traffic System

22

Page 18: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

SCOOT vs. SCAT

25

Page 19: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

SCOOT vs. SCAT SCOOT

Centralized System

Upstream detection

Fixed traffic regions

Fallback - fixed

Model based

SCAT

Distributed system

Stop line detection

Adjustable region

Fallback - VA

Algorithmic

26

Page 20: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Outline

1. Heterogeneous traffic

2. Traffic Simulation

3. Traffic Signal control

4. Adaptive traffic control

5. Conclusion

27

Page 21: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Adaptive control

28

Detector placement

Stop-line

Loop occupancy

Performance

Based on actual &

utilized green time

Page 22: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Adaptive controlBasic Algorithm

for every phase

set green equals queue service time

for every scan time

get detector state for each lane-group

compute gap

if gap greater than threshold

terminate green

else increment green time

limit green to max green time

if green greater than max green

terminate green

29

Page 23: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Adaptive control Working principle

30

Page 24: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Adaptive controlNeuro-Fuzzy model – Estimate Gmax

31

Curr

ent

Gre

en T

imes

Actu

al dis

charg

es

Max Green

Page 25: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Adaptive controlEvaluation using traffic simulator

32

Page 26: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

05

101520253035404550

0 5000 10000 15000 20000 25000 30000 35000 40000

Gre

en

(s)

Time (s)

Green Time by VA control

Green-1

0

10

20

30

40

50

60

0 5000 10000 15000 20000 25000 30000 35000 40000

Vo

lum

e (

veh

)

Time (s)

Volume

Vol-1

0102030405060708090100

0 5000 10000 15000 20000 25000 30000 35000 40000

Gre

en

(s)

Time (s)

Green Time by NFAL control

Green-1

Adaptive control

Page 27: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Adaptive controlResults

34

Volume Control Delay Queue

Low

(V/C 0.3-0.5)

NF 15 6

VA 17 6

Fixed 20 8

Medium

(V/C 0.5-0.8)

NF 20 11

VA 23 14

Fixed 28 20

High

(V/C 0.8-1.2)

NF 44 66

VA 53 93

Fixed 67 129

Page 28: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Outline

1. Heterogeneous traffic

2. Traffic Simulation

3. Traffic Signal control

4. Adaptive traffic control

5. Conclusion

35

Page 29: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Conclusion

Heterogeneous traffic

Mixed vehicle type

Non-lane based movement

Strip based simulator

Compatible to homogeneous traffic

Ability to handle complex driving behavior

Adaptive control

Sensitive to fluctuating traffic demand

Evaluation by traffic simulators

Optimal use of infrastructure

Enhances service quality

36

Page 30: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

Conclusion - Challenges

Heterogeneous traffic

Complex geometry

Strip based simulator

Better behavioral models

Integrated driving models

Bike’s/Auto movement

Adaptive control

Developing for large systems

Optimal control

Traffic management capabilities

37

Page 31: Design and Evaluation of Adaptive Traffic Control System for … · 2020-01-24 · Design and Evaluation of Adaptive Traffic Control System for ... Responsive 16 Adaptive. Traffic

38

Thank You

[email protected]