Simulating Pedestrian Navigation Behavior Using a Probabilistic Model

Size: px
Start display at page:

Download "Simulating Pedestrian Navigation Behavior Using a Probabilistic Model"

Transcription

1 Proceedings of the 2009 Industrial Engineering Research Conference Simulating Pedestrian Navigation Behavior Using a Probabilistic Model John M. Usher, Eric Kolstad, and Lesley Strawderman Department of Industrial & Systems Engineering Mississippi State University, MS 39762, USA Abstract The Intermodal Simulator for the Analysis of Pedestrian Traffic (ISAPT) is being developed for the purpose of modeling pedestrian traffic within intermodal facilities, such that designers may evaluate the impact of building design on the Level of Service provided to pedestrians. The ISAPT system models each pedestrian s behavior individually and the collective behavior of the crowd is allowed to emerge from the interactions between individuals. This paper presents a probabilistic approach for pedestrian navigation and demonstrates its application in example navigational scenarios along a pedestrian corridor. Keywords Pedestrian simulation, behavior simulation, probabilistic navigation, discrete choice model, utility factors 1. Background Three major interaction schemes are often seen in simulating crowds of agents: cellular automata, social forces and rule-based systems each of which has certain tradeoffs [1]. The first of these relies on a grid cell-based division of space for pedestrian travel, occupancy and consideration of movement alternatives [2]. Using a force strategy attempts to distribute motion via physically motivating forces such as forward movement, steering and avoidance of obstacles. Rule-based systems enact logical choices when a certain series of conditions or overall criteria have been met. System models are somewhat divided as to whether choices are examined in terms of a continuous space of motion alternatives (as with social forces systems modeled as repulsive forces [3, 4] or these are focused on several discrete combinations of base navigation factors during a given time step for example, discrete spatial regions in cellular automata [2, 5] or representative combinations of direction and speed [6, 7]. When simulated movement choices are not viable or have already resulted in an undesirable state, however, it is up to the individual system to allow for braking force, stop-and-wait conditions, and other actions to enable individual pedestrians (and the system overall) to re-adjust, for example, after one or more collisions have been encountered. Another primary distinction is whether a simulation model examines the pedestrians as a higher-level process (e.g. with large-scale crowd and flock-influenced behavior, where each agent is influenced by system-wide information), or opts to focus more so on representation of individual agents decision-making based on their available knowledge and objectives. A more encompassing scale model is often utilized in computer-generated animations [8]; crowds of insects in Indiana Jones and the Kingdom of the Crystal Skull [9] and urban visualization, where system-level effects may take precedence over micro-scale realism [3, 10]. The latter, however, better allows for imperfect awareness of the environment along with individual preferences and agendas. 2. Pedestrian Navigation The pedestrian s overall objectives determine their higher-level behaviors, e.g. focus on accomplishing certain tasks and planning routes to reach an eventual destination. More immediate in any system, however, are the basic concerns encountered in the process of moving from one desired location to another. Thus at the core of any navigational approach are the evaluation and choice of a movement option, which generally requires examining such base factors as collision avoidance with other pedestrians and/or stationary or moving objects, preference for less crowded areas, and maintenance of a desired speed and route/direction towards a goal. 1634

2 1.5x speed zone ( x) 1.0x speed zone ( x) 0.5x speed zone ( x) stop option pedestrian 85 o 60 o 60 o 40 o 40 o 25 o 15 o 5 o 5 o 15 o 25 o In our initial development work we examined the possibility of using rule-based navigation criteria in conjunction with navigation primarily via steering forces, as implemented using the OpenSteer framework [8]. For our purposes in simulating large-scale facilities with dense traffic (akin to findings by others, e.g. Pelechano et al. [1]), it was apparent that casebased logic was not sufficient in itself to describe the range of possible conditions in these environments, and basing motion on force-steered adjustments did not permit the range of options necessary for reasonable navigation. We felt it was important to represent a variety of pedestrian behaviors that varied based on individual choice, while allowing an acceptably realistic range of movement options that could be evaluated based on navigation factors, and a system whose criteria would correspond to real-world observations. We have opted to model pedestrian navigation as a series of choices made based on current environmental conditions. This model is based on the concepts developed by Antonini et al. [7] and Robin et al. [11], where a continuous set of combined speed and direction movement choices is deconstructed into a discrete set of radial and angular sector divisions. 85 o The basic idea of the Intermodal Simulator for the Analysis of Figure 1: Speed and direction alternatives. Pedestrian Traffic ISAPT navigational system is to provide each pedestrian agent with a series of alternative decisions they can choose from for their next step. There are 33 alternative movement decisions (plus stop) that represent potential combinations of direction and speed. The pedestrian s field of view (FOV) is split into 11 angular divisions whose sizes differ based on their position. Similarly, their travel range is divided into three zones centered at 0.5, 1.0 and 1.5 times their current speed. Thus for each sector there are three possible choices: deceleration (0.5), no change (1.0), or acceleration (1.5). Each of the resulting regions represents a continuous space (as shown in the diagram) for purposes of computing collision avoidance and other factors involving other pedestrians. The actual speed/direction outcome, however, will be one of 33 discrete combinations of direction and speed at a region s center (see Figure 1). A decision to stop may be arrived at based on evaluation of the 33 alternatives utility values. Given the availability of alternatives that a pedestrian can choose from, a utility function is employed to indicate the value of each alternative based on the pedestrian s current environmental situation. The environment they consider takes into account the location of stationary obstacles (building architecture, furniture, etc.), moving obstacles (carts, baggage, etc.) and other pedestrians (both standing and in motion). The utility function used in this project is composed of a weighted sum of individual utility factors that each focus on some aspect that influences the navigational decisions of a pedestrian. The overall utility function is: Utility = w 1 U KD + w 2 U TD + w 3 U FF + w 4 U PA + w 5 U OA (1) The individual utility factors include collision avoidance with pedestrians (PA) and obstacles (OA), free-flow acceleration based on crowd density (FF), maintenance of current travel direction (KD), and movement towards a goal (TD). An overall utility value is computed for each sector/speed combination corresponding to a decision alternative. At each simulation frame the maximum utility represents the best sector and speed that results in beneficial movement. Many of these utility factors are an outgrowth of the work by Antonini et al. [7] and Robin et al. [11]. Each of these factors is discussed in the sections below. 2.1 Keep Direction Utility Factor This factor is motivated by the desire for the pedestrian to maintain their current direction and minimize the need for angular displacements. To account for this, the utility measures the angular deviation between the direction of the possible alternative, d alt, and their current direction, d n. U KD = ( (d alt d n ) ) (2) 1635

3 The initial values employed for the equation parameters in this and the other factors to follow were estimated based on first principles to obtain a desired utility (disutility) based on values of the variables. For example, given a maximum possible deviation of π/2 radians to the left or right of the current direction, a coefficient of (1/1.5707) results in a utility value that ranges linearly from 0 to -1. A value of zero indicates no change in direction and a value of -1 represents a disutility measure due to the maximum possible deviation from the current direction. A study employing formal parameter estimation techniques using observational data is part of our future plans. 2.2 Toward Destination Utility Factor This factor is motivated by the observed behavior where once a trajectory change has been made, the pedestrian will tend to return to a trajectory in the direction of their original path. The desire of the pedestrian is to not deviate too far from their destination throughout their journey, but to make continual progress toward their goal. This factor supports the basic concept of efficiency of movement. Two terms are included in its utility equation. The first considers the distance between the destination and the future position for the corresponding alternative (d alt-dest ). The objective is to determine how much improvement in moving toward their destination the proposed alternative provides with respect to the distance between the current position and the destination (d cur-dest ). The second term relates how much the proposed direction of the alternative (d alt ) deviates from the direction to the destination (d dest ). U TD = (d cur-dest - d alt-dest ) - ( * (d dest d alt ) ) 0.5 (3) 2.3 Free Flow Utility Factor The free-flow speed for a pedestrian is that at which they normally travel when not faced with any imposing traffic. Their preferred speed takes into account the need for them to adjust their speed to fit the overall situation; this is a pedestrian s desired speed for the given density independent of the need to adjust speed in the face of impending collisions. The utility equation for this factor rewards alternatives where a pedestrian makes a speed adjustment that brings them closer to their preferred speed. However, one option for avoiding collisions is for a pedestrian to change their speed; such speed changes have been observed to be favored over making directional changes to avoid collision [7]. Since the benefit of accelerating or decelerating is a function of the pedestrian s current speed, four terms are considered in the factor equation. These include the pedestrian s current speed, the speed recommended by decision alternative being evaluated, and their preferred speed. The overall equation used for this factor is: U FF = 2 I bps I dec v s ( v d /v max ) + I aps I dec ( v s )( v d /v max ) I bps I acc v s ( v d /v max ) I aps I acc ( v s )( v d /v max )) 0.4 (4) where: v n = current speed v s = current speed - preferred speed v d = speed of alternative - preferred speed v m = max speed - current speed v max = maximum speed of pedestrian I acc = 1 if decision is to accelerate I dec = 1 if decision is to decelerate I bps = 1 if pedestrian s current speed is below the preferred speed I aps = 1 if pedestrian s current speed is equal to or above the preferred speed Each I indicator variable will take on a value of zero or one depending on whether the condition for that specific variable is met. This has the effect of there being at most one non-zero term in the equation at any one time. The first term in the equation becomes non-zero when an alternative prescribes that the pedestrian decelerate further when they are already traveling below their preferred speed. In like manner, the third provides an encouragement for the pedestrian to accelerate when they are below their preferred speed. The second term becomes active when a pedestrian is currently traveling above their preferred speed and the alternative prescribes they decelerate. This action to decelerate is favored since it will bring them closer to their preferred speed. Subtracting 0.05 from v s in this second term is required since I aps includes the case where current speed is equal to preferred speed. In that case everything comes out zero for all terms, yet we still want to penalize the choice to slow down since the pedestrian is at their preferred speed, and any change from that speed should be discouraged in proportion to the size of the 1636

4 current deviation. The last term addresses the situation where the pedestrian is currently traveling above their preferred speed and the alternative is suggesting that they accelerate. This action is discouraged with a reduction in utility that grows linearly. As with the second term, the ( v s +0.05) expression in this term is needed since the indicator variable, I aps, includes the case where current speed is equal to preferred speed. In this case v s is zero and we still want to penalize a decision to speed up, since the pedestrian is at their preferred speed and any change from that should be discouraged in proportion to the size of the change. 2.4 Pedestrian Avoidance Utility Factor This utility factor is a measure of the potential for a collision if the pedestrian were to choose a specific alternative. The utility equation is: U PA = -(0.25N c ) (6/(t c +0.02)) 0.5 (5) The first term takes into account the number of potential collisions, N c, that exist for a specified movement alternative, enacting a penalty for collision density vs. pedestrians given current directions of travel of all pedestrians and a time-distance limit. ISAPT incorporates a look-ahead time (currently 2.0 sec), where collisions are assessed for movement within a lower travel distance to an upper bounded range which includes this added time. This considers what may lie ahead for a certain movement choice, allowing pre-emptive action to change course away from future obstacles. The second term considers the time until the most imminent collision, t c, given the selected speed of the corresponding decision alternative. A constant of small magnitude is added to t c in case the distance to collision becomes near zero during evaluation. 2.5 Obstacle Avoidance Utility Factor The Obstacle Avoidance (OA) factor gauges the relative threat of colliding with a non-yielding obstacle in the near future for a given movement alternative. This measure accounts for the number of potential obstacles in a sector region, the distance to the most immediate obstacle, and the time to collision. The OA equation is: U OA = -1.5 N c Σ (0.31 / D(collision) i ) (6) The first term recognizes the number of potential collisions N c that can occur in a sector within the span of a given direction and speed alternative. The region ahead of the pedestrian that is explored for collisions is defined as the immediately navigable area during the next time step of the simulation (currently 0.05 sec) plus a look ahead time period setting of the pedestrian (currently 2.0 sec). Given the presence of potential collisions, the second term of the equation then accounts for the relative immediacy of each collision threat depending on how far away it is. Both terms are negative representing strict penalties, as physical obstacles do not typically yield or move in response to pedestrians, and the pedestrian would strongly prefer not to have their path intersect with them. 3.0 Probabilistic navigation While real-world pedestrians attempt to arrive at the best working solution, it won t necessarily be a perfect or nearoptimal one. Particularly where discrete movement models are used, probabilistic navigation [11, 12] may be incorporated to simulate pedestrians incomplete knowledge or attention in decision-making. Based on their knowledge of the system and assessment of movement factors, raw values are initially computed for a group of movement alternatives. The resulting set of decision factor values and overall utility are summarized vs. the range(s) of results and used to produce an initial likelihood distribution, which can be modified via function. A random number generator then determines which option is selected. The utility equation presented earlier provides a means for computing a utility value for each of the 33 alternatives representing a specific combination of direction and speed. Each of these alternatives is assumed to be independent of one another. It is not possible to select a direction and separately consider a speed, since each specific combination of speed and direction impacts utility differently. The pedestrian is modeled as selecting the alternative with the greatest utility, taking into account the pedestrian s surrounding at that moment. The actual utility values of the alternatives, U i, represent random variables and the probability of that alternative being the best is computed using a multinomial logit model (MNL) where the probability pedestrian n chooses alternative i from among the set of alternatives C n is: P n (i) = e β U in e β U jn j Cn where 0 P n (i) 1 and P n i = 1 i C n for all i C n (7) 1637

5 All alternative choices are assumed to have the same scale parameter, β, which has been set to 9 in our initial trials. Lowering the value of β raises the probabilities of additional alternatives being manifested, with the pedestrian switching from one decision to the next. Raising the value of β has the opposite impact, resulting in fewer alternatives with stronger probabilities, thus decreasing the likelihood that the pedestrian will select another option on successive iterations when there is little change in their environment. On each ISAPT iteration, an alternative is selected according to the computed probabilities. Compared to our previous rule-based navigation method [13], this approach permits a pedestrian to not always make the best decision, which mimics the reality of navigation as evidenced by the fact that it is not unusual to see pedestrians run into other pedestrians and obstacles on occasion. 4.0 Model Evaluation Given that the overall utility equation and individual factor equations include variables and weights, the system has the capacity to be fine-tuned to correspond more directly to certain types of crowds and/or environmental conditions observed at a certain place or time. However, in these tests initial values were chosen for the weights and parameters based on observations of the system under various scenarios. Figure 2: Two way flow in a corridor (50 pedestrians). To illustrate this navigational approach we set up two common corridor examples. In each example, the time Figure 3: Corridor with three columns (80 pedestrians). between arrivals of pedestrians follows an exponential distribution, and their start position along the width of the corridor follows a uniform distribution. An equal number of pedestrians are generated for each direction, and once a pedestrian exits the system it will be reintroduced again back at their lateral start location, with their initial position along the width of the corridor set akin to where they exited. The first example simulates a corridor 27 meters in length and 8m wide with a 4m doorway in the middle of the corridor. Even though traffic began with a random pattern, one can see in Figure 2, that in less than a minute, lanes start to form as the pedestrians begin to work out efficient traffic patterns. The second example, Figure 3, depicts a corridor of the same size, but with 3 columns located in the center. Again, starting with random placement, after roughly 735 seconds have passed, the pedestrians were observed to have organized themselves into two uniform lanes. The last example is to help illustrate the maneuvering that takes place. Approximately 3 seconds of simulation time is represented in the Figures 4a-d. Note that while the pedestrians alter their paths to avoid collision based on their own predictions, their assessments are not infallible (e.g. as in Figure 4b). 5.0 Conclusions As demonstrated in the examples above, using probabilistic navigation at the micro-level reproduces the macro-level behavior characteristics common to crowded traffic corridors. Compared with strict rule-based approaches, a probabilistic approach better emulates pedestrian behavior by permitting agents to make poor choices on occasion. Given the ability to navigate, the ISAPT system is working to simulate the tactical level planning that pedestrians employ when visiting an intermodal facility. The navigational component of ISAPT will be a lower level component of the overall system providing pedestrians the capability to navigation between points in a series defined at the tactical level for each pedestrian. 1638

6 Acknowledgements This project is sponsored by the U.S. Department of Transportation (Grant No. DTOS59-06-G-00041). References 1. Pelechano, N., Allbeck, J.M. and Badler, N.I., 2007, Controlling Individual Agents in High- Density Crowded Environments, Eurographics/ ACM SIGGRAPH Symposium on Computer Animation. 2. Kirchner, A., Namazi, A., Nishinari, K. and Schadschneider, A., 2003, Role of Conflicts in the Floor Field Cellular Automaton Model for Pedestrian Dynamics. 2nd International Conference on Pedestrians and Evacuation Dynamics, Helbing, D., Farkas, I., and Vicsek, T., 2000, Simulating Dynamical Features of Escape Panic, Nature. 407: Williams, S, and Huang, D., 2006, A Group Force Mobility Model The 9th Communications and Networking Simulation Symposium. 5. Blue, V.J., and Adler, J.L., 2001, Cellular automata microsimulation for modeling bidirectional pedestrian walkways, Trans. Res. Part B: Methodological, 35(3), Bierlaire, M., Antonini, G. and Weber, M. 2003, Behavioral dynamics for pedestrians, In Moving through nets: the physical and social dimensions of travel, Elsevier. 7. Antonini, G., Bierlaire, M., and Weber, M., (a) Time = 20.3 sec. (b) Time = 21.3 sec. (c) Time = 22.4 sec. (d) Time = 23.4 sec Figure 4: Time-lapsed navigational example. 2006, "Discrete choice models of pedestrian walking behavior". Transportation Research Part B: Methodological, 40(8): Reynolds, C.W. OpenSteer website, Robertson, Barbara, 2008, Keys To the Kingdom. Computer Graphics World, 31(6), June. 10. Loscos, C., Marchel, D., and Meyer, A., 2003, Intuitive crowd behaviour in dense urban environments using local laws, Proc. Theory and Practice of Computer Graphics, IEEE Computer Society, Robin, T., Antonini, G., Bierlaire, M., and Cruz, J., 2008, Specification, estimation and validation of a pedestrian walking behavior model, Transportation Research Part B: Methodological, 43(1), Hoogendoorn, S.P. and Bovy, P.H.L., 2005, Pedestrian Travel Behavior Modeling. Networks and Spatial Economics, 5(2), Usher, J.M. & Strawderman, L., 2008, "Emergent Crowd Behavior from the Microsimulation of Individual Pedestrians," Proc. of the 2008 Industrial Engineering Research Conference, Vancouver, BC, May, CD-ROM. 1639

Emergent Crowd Behavior from the Microsimulation of Individual Pedestrians

Emergent Crowd Behavior from the Microsimulation of Individual Pedestrians Proceedings of the 2008 Industrial Engineering Research Conference J. Fowler and S. Mason, eds. Emergent Crowd Behavior from the Microsimulation of Individual Pedestrians John M. Usher and Lesley Strawderman

More information

Modeling Pedestrian Traffic in the Presence of Unmanned Mobile Robots

Modeling Pedestrian Traffic in the Presence of Unmanned Mobile Robots Proceedings of the 2015 Industrial and Systems Engineering Research Conference S. Cetinkaya and J. K. Ryan, eds. Modeling Pedestrian Traffic in the Presence of Unmanned Mobile Robots Ross McCool, John

More information

Pedestrian Dynamics: Models of Pedestrian Behaviour

Pedestrian Dynamics: Models of Pedestrian Behaviour Pedestrian Dynamics: Models of Pedestrian Behaviour John Ward 19 th January 2006 Contents Macro-scale sketch plan model Micro-scale agent based model for pedestrian movement Development of JPed Results

More information

Designing a Traffic Circle By David Bosworth For MATH 714

Designing a Traffic Circle By David Bosworth For MATH 714 Designing a Traffic Circle By David Bosworth For MATH 714 Abstract We all have had the experience of sitting in a traffic jam, or we ve seen cars bunched up on a road for some no apparent reason. The use

More information

The Application of Pedestrian Microscopic Simulation Technology in Researching the Influenced Realm around Urban Rail Transit Station

The Application of Pedestrian Microscopic Simulation Technology in Researching the Influenced Realm around Urban Rail Transit Station Journal of Traffic and Transportation Engineering 4 (2016) 242-246 doi: 10.17265/2328-2142/2016.05.002 D DAVID PUBLISHING The Application of Pedestrian Microscopic Simulation Technology in Researching

More information

Traffic circles. February 9, 2009

Traffic circles. February 9, 2009 Traffic circles February 9, 2009 Abstract The use of a traffic circle is a relatively common means of controlling traffic in an intersection. Smaller Traffic circles can be especially effective in routing

More information

Title: Modeling Crossing Behavior of Drivers and Pedestrians at Uncontrolled Intersections and Mid-block Crossings

Title: Modeling Crossing Behavior of Drivers and Pedestrians at Uncontrolled Intersections and Mid-block Crossings Title: Modeling Crossing Behavior of Drivers and Pedestrians at Uncontrolled Intersections and Mid-block Crossings Objectives The goal of this study is to advance the state of the art in understanding

More information

ENHANCED PARKWAY STUDY: PHASE 2 CONTINUOUS FLOW INTERSECTIONS. Final Report

ENHANCED PARKWAY STUDY: PHASE 2 CONTINUOUS FLOW INTERSECTIONS. Final Report Preparedby: ENHANCED PARKWAY STUDY: PHASE 2 CONTINUOUS FLOW INTERSECTIONS Final Report Prepared for Maricopa County Department of Transportation Prepared by TABLE OF CONTENTS Page EXECUTIVE SUMMARY ES-1

More information

Queue analysis for the toll station of the Öresund fixed link. Pontus Matstoms *

Queue analysis for the toll station of the Öresund fixed link. Pontus Matstoms * Queue analysis for the toll station of the Öresund fixed link Pontus Matstoms * Abstract A new simulation model for queue and capacity analysis of a toll station is presented. The model and its software

More information

Exploration of design solutions for the enhancement of crowd safety

Exploration of design solutions for the enhancement of crowd safety Australasian Transport Research Forum 2011 Proceedings 28-30 September 2011, Adelaide, Australia Publication website: http://www.patrec.org/atrf.aspx Exploration of design solutions for the enhancement

More information

#19 MONITORING AND PREDICTING PEDESTRIAN BEHAVIOR USING TRAFFIC CAMERAS

#19 MONITORING AND PREDICTING PEDESTRIAN BEHAVIOR USING TRAFFIC CAMERAS #19 MONITORING AND PREDICTING PEDESTRIAN BEHAVIOR USING TRAFFIC CAMERAS Final Research Report Luis E. Navarro-Serment, Ph.D. The Robotics Institute Carnegie Mellon University November 25, 2018. Disclaimer

More information

Evaluation and further development of car following models in microscopic traffic simulation

Evaluation and further development of car following models in microscopic traffic simulation Urban Transport XII: Urban Transport and the Environment in the 21st Century 287 Evaluation and further development of car following models in microscopic traffic simulation P. Hidas School of Civil and

More information

Available online at ScienceDirect. Transportation Research Procedia 2 (2014 )

Available online at   ScienceDirect. Transportation Research Procedia 2 (2014 ) Available online at www.sciencedirect.com ScienceDirect Transportation Research Procedia 2 (2014 ) 264 272 The Conference on in Pedestrian and Evacuation Dynamics 2014 (PED2014) Exhaustive analysis with

More information

Simulation of Micro Pedestrian Behaviour in Shopping Streets

Simulation of Micro Pedestrian Behaviour in Shopping Streets Simulation of Micro Pedestrian Behaviour in Shopping Streets Aloys W.J. Borgers, I.M.E. Smeets, A.D.A.M. Kemperman, and H.J.P. Timmermans Urban planning Group, Eindhoven University of Technology, The Netherlands

More information

MICROSCOPIC DYNAMICS OF PEDESTRIAN EVACUATION IN HYPERMARKET

MICROSCOPIC DYNAMICS OF PEDESTRIAN EVACUATION IN HYPERMARKET MICROSCOPIC DYNAMICS OF PEDESTRIAN EVACUATION IN HYPERMARKET Lim Eng Aik 1, Tan Wee Choon 2 1 Institut Matematik Kejuruteraan, Universiti Malaysia Perlis, 02600 Ulu Pauh, Perlis, Malaysia 2 Pusat Pengajian

More information

OBSERVATION OF GAP ACCEPTANCE DURING INTERSECTION APPROACH

OBSERVATION OF GAP ACCEPTANCE DURING INTERSECTION APPROACH OBSERVATION OF GAP ACCEPTANCE DURING INTERSECTION APPROACH Delphine Cody, Christopher Nowakowski, Bénédicte Bougler California PATH program - Institute of Transportation Studies University of California,

More information

A hybrid and multiscale approach to model and simulate mobility in the context of public event

A hybrid and multiscale approach to model and simulate mobility in the context of public event A hybrid and multiscale approach to model and simulate mobility in the context of public event Daniel H. Biedermann, Peter M. Kielar, Oliver Handel, André Borrmann Carolin Torchiani, David Willems, Stefan

More information

Real-Time Crowd Simulation: A Review

Real-Time Crowd Simulation: A Review Real-Time Crowd Simulation: A Review Richard Leggett December 2004 Abstract This paper presents a review of current research in the area of real-time crowd simulation. Crowd simulation has many diverse

More information

arxiv: v1 [cs.ma] 22 Nov 2017

arxiv: v1 [cs.ma] 22 Nov 2017 Micro and Macro Pedestrian Dynamics in Counterflow: the Impact of Social Groups Luca Crociani, Andrea Gorrini, Claudio Feliciani, Giuseppe Vizzari, Katsuhiro Nishinari, Stefania Bandini arxiv:1711.08225v1

More information

Estimating benefits of travel demand management measures

Estimating benefits of travel demand management measures Estimating benefits of travel demand management measures E. ~ani~uchi' and H. Hirao Department of Civil Engineering Systems, Kyoto University, Japan Abstract This paper presents models for estimating benefits

More information

ROSE-HULMAN INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering. Mini-project 3 Tennis ball launcher

ROSE-HULMAN INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering. Mini-project 3 Tennis ball launcher Mini-project 3 Tennis ball launcher Mini-Project 3 requires you to use MATLAB to model the trajectory of a tennis ball being shot from a tennis ball launcher to a player. The tennis ball trajectory model

More information

MICROSIMULATION USING FOR CAPACITY ANALYSIS OF ROUNDABOUTS IN REAL CONDITIONS

MICROSIMULATION USING FOR CAPACITY ANALYSIS OF ROUNDABOUTS IN REAL CONDITIONS Session 5. Transport and Logistics System Modelling Proceedings of the 11 th International Conference Reliability and Statistics in Transportation and Communication (RelStat 11), 19 22 October 2011, Riga,

More information

The calibration of vehicle and pedestrian flow in Mangalore city using PARAMICS

The calibration of vehicle and pedestrian flow in Mangalore city using PARAMICS Urban Transport XX 293 The calibration of vehicle and pedestrian flow in Mangalore city using PARAMICS S. K. Prusty, R. Phadnis & Kunal National Institute Of Technology Karnataka, India Abstract This paper

More information

A Conceptual Approach for Using the UCF Driving Simulator as a Test Bed for High Risk Locations

A Conceptual Approach for Using the UCF Driving Simulator as a Test Bed for High Risk Locations A Conceptual Approach for Using the UCF Driving Simulator as a Test Bed for High Risk Locations S. Chundi, M. Abdel-Aty, E. Radwan, H. Klee and E. Birriel Center for Advanced Transportation Simulation

More information

Determining bicycle infrastructure preferences A case study of Dublin

Determining bicycle infrastructure preferences A case study of Dublin *Manuscript Click here to view linked References 1 Determining bicycle infrastructure preferences A case study of Dublin Brian Caulfield 1, Elaine Brick 2, Orla Thérèse McCarthy 1 1 Department of Civil,

More information

A Traffic Operations Method for Assessing Automobile and Bicycle Shared Roadways

A Traffic Operations Method for Assessing Automobile and Bicycle Shared Roadways A Traffic Operations Method for Assessing Automobile and Bicycle Shared Roadways A Thesis Proposal By James A. Robertson Submitted to the Office of Graduate Studies Texas A&M University in partial fulfillment

More information

Multi Exit Configuration of Mesoscopic Pedestrian Simulation

Multi Exit Configuration of Mesoscopic Pedestrian Simulation Multi Exit Configuration of Mesoscopic Pedestrian Simulation Allan Lao Lorma Colleges San Fernando City La Union alao@lorma.edu Kardi Teknomo Ateneo de Manila University Loyola Heights Quezon City teknomo@gmail.com

More information

Integrated Pedestrian Simulation in VISSIM

Integrated Pedestrian Simulation in VISSIM Integrated Pedestrian Simulation in VISSIM PTV worldwide MUGS Conference October 30-31, 2008 Wellington Founded > 1979 30 years fast approaching Employees > Approximately 800 persons in the PTV Group worldwide

More information

Global Journal of Engineering Science and Research Management

Global Journal of Engineering Science and Research Management SIMULATION AND OPTIMZING TRAFFIC FLOW AT SIGNALIZED INTERSECTION USING MATLAB Dr Mohammed B. Abduljabbar*, Dr Amal Ali, Ruaa Hameed * Assist Prof., Civil Engineering Department, Al-Mustansiriayah University,

More information

Modeling Planned and Unplanned Store Stops for the Scenario Based Simulation of Pedestrian Activity in City Centers

Modeling Planned and Unplanned Store Stops for the Scenario Based Simulation of Pedestrian Activity in City Centers Modeling Planned and Unplanned Store Stops for the Scenario Based Simulation of Pedestrian Activity in City Centers Jan Dijkstra and Joran Jessurun Department of the Built Environment Eindhoven University

More information

Analysing the Effects of Stop-&-Go Conditions in Traffic Assignment Models

Analysing the Effects of Stop-&-Go Conditions in Traffic Assignment Models Analysing the Effects of Stop-&-Go Conditions in Traffic Assignment Models Neeraj Saxena * ; Vinayak Dixit 1 ; Travis S. Waller 2 * Corresponding author: E-mail address: n.saxena@unsw.edu.au ; Tel: (+61

More information

Verification and Validation Pathfinder Release 0730 x64

Verification and Validation Pathfinder Release 0730 x64 403 Poyntz Avenue, Suite B Manhattan, KS 66502 USA +1.785.770.8511 www.thunderheadeng.com Verification and Validation Pathfinder 2014.2 Release 0730 x64 Disclaimer Thunderhead Engineering makes no warranty,

More information

CAM Final Report John Scheele Advisor: Paul Ohmann I. Introduction

CAM Final Report John Scheele Advisor: Paul Ohmann I. Introduction CAM Final Report John Scheele Advisor: Paul Ohmann I. Introduction Herds are a classic complex system found in nature. From interactions amongst individual animals, group behavior emerges. Historically

More information

Lane changing and merging under congested conditions in traffic simulation models

Lane changing and merging under congested conditions in traffic simulation models Urban Transport 779 Lane changing and merging under congested conditions in traffic simulation models P. Hidas School of Civil and Environmental Engineering, University of New South Wales, Australia Abstract

More information

if all agents follow RSS s interpretation then there will be zero accidents.

if all agents follow RSS s interpretation then there will be zero accidents. RSS Concept RSS - Mobileye SFF - Nvidia Safety Goal Guaranteeing that an agent will never be involved in an accident is impossible. Hence, our ultimate goal is to guarantee that an agent will be careful

More information

Pedestrian vision and collision avoidance behaviour: Investigation of the Information Process Space of pedestrians using an eye tracker

Pedestrian vision and collision avoidance behaviour: Investigation of the Information Process Space of pedestrians using an eye tracker Pedestrian vision and collision avoidance behaviour: Investigation of the Information Process Space of pedestrians using an eye tracker Kay Kitazawa 1, Taku Fujiyama 2 1 Centre for Advanced Spatial Analysis

More information

A STUDY OF SIMULATION MODEL FOR PEDESTRIAN MOVEMENT WITH EVACUATION AND QUEUING

A STUDY OF SIMULATION MODEL FOR PEDESTRIAN MOVEMENT WITH EVACUATION AND QUEUING A STUDY OF SIMULATION MODEL FOR PEDESTRIAN MOVEMENT WITH EVACUATION AND QUEUING Shigeyuki Okazaki a and Satoshi Matsushita a a Department of Architecture and Civil Engineering, Faculty of Engineering,

More information

ScienceDirect. On the Use of a Pedestrian Simulation Model with Natural Behavior Representation in Metro Stations

ScienceDirect. On the Use of a Pedestrian Simulation Model with Natural Behavior Representation in Metro Stations Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 52 (2015 ) 137 144 The 6th International Conference on Ambient Systems, Networks and Technologies (ANT 2015) On the Use

More information

Pedestrian Scenario Design and Performance Assessment in Driving Simulations

Pedestrian Scenario Design and Performance Assessment in Driving Simulations Pedestrian Scenario Design and Performance Assessment in Driving Simulations Achal Oza, Qiong Wu, and Ronald R. Mourant Virtual Environments Laboratory, Dept. of Mechanical and Industrial Engineering 334

More information

At each type of conflict location, the risk is affected by certain parameters:

At each type of conflict location, the risk is affected by certain parameters: TN001 April 2016 The separated cycleway options tool (SCOT) was developed to partially address some of the gaps identified in Stage 1 of the Cycling Network Guidance project relating to separated cycleways.

More information

Estimating a Toronto Pedestrian Route Choice Model using Smartphone GPS Data. Gregory Lue

Estimating a Toronto Pedestrian Route Choice Model using Smartphone GPS Data. Gregory Lue Estimating a Toronto Pedestrian Route Choice Model using Smartphone GPS Data Gregory Lue Presentation Outline Introduction Background Data Smartphone Data Alternative Route Generation Choice Model Toronto

More information

Application of Dijkstra s Algorithm in the Evacuation System Utilizing Exit Signs

Application of Dijkstra s Algorithm in the Evacuation System Utilizing Exit Signs Application of Dijkstra s Algorithm in the Evacuation System Utilizing Exit Signs Jehyun Cho a, Ghang Lee a, Jongsung Won a and Eunseo Ryu a a Dept. of Architectural Engineering, University of Yonsei,

More information

Simulating Street-Running LRT Terminus Station Options in Dense Urban Environments Shaumik Pal, Rajat Parashar and Michael Meyer

Simulating Street-Running LRT Terminus Station Options in Dense Urban Environments Shaumik Pal, Rajat Parashar and Michael Meyer Simulating Street-Running LRT Terminus Station Options in Dense Urban Environments Shaumik Pal, Rajat Parashar and Michael Meyer Abstract The Exposition Corridor transit project is a light rail project

More information

Project: OpenDRIVE Document No. Issue: Title: Style Guide For OpenDRIVE Databases VI C. Date: 05 th March 2014 no.

Project: OpenDRIVE Document No. Issue: Title: Style Guide For OpenDRIVE Databases VI C. Date: 05 th March 2014 no. Project: OpenDRIVE Document No. Issue: Title: Style Guide For OpenDRIVE Databases VI2011.040 C Date: 05 th March 2014 no. of pages: 12 Issuing Party: Author: Distribution List: VIRES Simulationstechnologie

More information

LECTUR 10 CHARACTERISTICS OF THE DRIVER, THE PEDESTRIAN, THE VEHICLE AND THE ROAD. One problem that faces traffic and transportation engineers is:

LECTUR 10 CHARACTERISTICS OF THE DRIVER, THE PEDESTRIAN, THE VEHICLE AND THE ROAD. One problem that faces traffic and transportation engineers is: LECTUR 10 CHARACTERISTICS OF THE DRIVER, THE PEDESTRIAN, THE VEHICLE AND THE ROAD 3.1 DRIVER CHARACTERISTICS Physiological Measurable and Usually Quantifiable Psychological Much more difficult to measure

More information

Literature Review: Final

Literature Review: Final Jonathan Sigel Section A December 19 th, 2016 Literature Review: Final Function and Purpose of a Roundabout: Roundabouts are a location in which multiple roads are joined together in a circle, with an

More information

The Walkability Indicator. The Walkability Indicator: A Case Study of the City of Boulder, CO. College of Architecture and Planning

The Walkability Indicator. The Walkability Indicator: A Case Study of the City of Boulder, CO. College of Architecture and Planning 1 : A Case Study of the City of Boulder, CO College of Architecture and Planning University of Colorado Author Note: Daryoosh Ardalan, Urban Regional Planning, College of Architecture and Planning, University

More information

Towards Simulation Tools for Innovative Street Designs

Towards Simulation Tools for Innovative Street Designs Towards Simulation Tools for Innovative Street Designs Dr Bani Anvari Lecturer in Intelligent Mobility Pedestrian Dynamics: Modeling, Validation and Calibration, Brown University, 22 August 2017 University

More information

Pedestrian Behaviour Modelling

Pedestrian Behaviour Modelling Pedestrian Behaviour Modelling An Application to Retail Movements using Genetic Algorithm Contents Requirements of pedestrian behaviour models Framework of a new model Test of shortest-path model Urban

More information

Car Following by Optical Parameters

Car Following by Optical Parameters University of Iowa Iowa Research Online Driving Assessment Conference 03 Driving Assessment Conference Jul 23rd, 12:00 AM Car Following by Optical Parameters Craig W. Sauer George J. Andersen Asad Saidpour

More information

AnyLogic pedestrian simulation projects for public buildings in France: museums, terminals, big shops

AnyLogic pedestrian simulation projects for public buildings in France: museums, terminals, big shops AnyLogic pedestrian simulation projects for public buildings in France: museums, terminals, big shops Vladimir Koltchanov PhD, Director ANYLOGIC EUROPE AnyLogic Conference 2014 San Francisco, CA November

More information

Traffic and Pollution in Torino

Traffic and Pollution in Torino Luca Cesare Biagio Alasio Scuola di Studi Superiori dell Università di Torino - A.A. 2010/2011 Traffic and Pollution in Torino INTRODUCTION I decided to work on this project after attending a lecture about

More information

AN AUTONOMOUS DRIVER MODEL FOR THE OVERTAKING MANEUVER FOR USE IN MICROSCOPIC TRAFFIC SIMULATION

AN AUTONOMOUS DRIVER MODEL FOR THE OVERTAKING MANEUVER FOR USE IN MICROSCOPIC TRAFFIC SIMULATION AN AUTONOMOUS DRIVER MODEL FOR THE OVERTAKING MANEUVER FOR USE IN MICROSCOPIC TRAFFIC SIMULATION OMAR AHMAD oahmad@nads-sc.uiowa.edu YIANNIS E. PAPELIS yiannis@nads-sc.uiowa.edu National Advanced Driving

More information

EFFICIENCY OF TRIPLE LEFT-TURN LANES AT SIGNALIZED INTERSECTIONS

EFFICIENCY OF TRIPLE LEFT-TURN LANES AT SIGNALIZED INTERSECTIONS EFFICIENCY OF TRIPLE LEFT-TURN LANES AT SIGNALIZED INTERSECTIONS Khaled Shaaban, Ph.D., P.E., PTOE (a) (a) Assistant Professor, Department of Civil Engineering, Qatar University (a) kshaaban@qu.edu.qa

More information

PEDESTRIAN crowd is a phenomenon that can be observed

PEDESTRIAN crowd is a phenomenon that can be observed A Simple and Realistic Pedestrian Model for Crowd Simulation and Application Wonho Kang and Youngnam Han arxiv:78.8v [cs.ma] Aug 7 Abstract The simulation of pedestrian crowd that reflects reality is a

More information

This objective implies that all population groups should find walking appealing, and that it is made easier for them to walk more on a daily basis.

This objective implies that all population groups should find walking appealing, and that it is made easier for them to walk more on a daily basis. Walking for life The Norwegian Walking Strategy Guro Berge Norwegian public Roads Administration "Walking for life" is the slogan for the National Walking Strategy that is now being formulated in Norway.

More information

Models for Pedestrian Behavior

Models for Pedestrian Behavior arxiv:cond-mat/9805089v1 [cond-mat.stat-mech] 7 May 1998 Models for Pedestrian Behavior Dirk Helbing II. Institut für Theoretische Physik Universität Stuttgart http://www.theo2.physik.uni-stuttgart.de/helbing.html

More information

Evaluating Roundabout Capacity, Level of Service and Performance

Evaluating Roundabout Capacity, Level of Service and Performance Roundabouts with Metering Signals ITE 2009 Annual Meeting, San Antonio, Texas, USA, August 9-12, 2009 Evaluating Roundabout Capacity, Level of Service and Performance Presenter: Rahmi Akçelik rahmi.akcelik@sidrasolutions.com

More information

Design assessment of Lisbon transfer stations using microscopic pedestrian simulation

Design assessment of Lisbon transfer stations using microscopic pedestrian simulation Design assessment of Lisbon transfer stations using microscopic pedestrian simulation S. P. Hoogendoorn & W. Daamen Transport & Planning Department, Delft University of Technology, The Netherlands Abstract

More information

Access Location, Spacing, Turn Lanes, and Medians

Access Location, Spacing, Turn Lanes, and Medians Design Manual Chapter 5 - Roadway Design 5L - Access Management 5L-3 Access Location, Spacing, Turn Lanes, and Medians This section addresses access location, spacing, turn lane and median needs, including

More information

PTV VISWALK TIPS AND TRICKS PTV VISWALK TIPS AND TRICKS: USE OF DENSITY-BASED PARTIAL ROUTES

PTV VISWALK TIPS AND TRICKS PTV VISWALK TIPS AND TRICKS: USE OF DENSITY-BASED PARTIAL ROUTES PTV VISWALK TIPS AND TRICKS PTV VISWALK TIPS AND TRICKS: USE OF DENSITY-BASED PARTIAL ROUTES Karlsruhe, April 2015 Use of density-based partial routes Imagine that in a bustling building, a train station

More information

Simulation Analysis of Intersection Treatments for Cycle Tracks

Simulation Analysis of Intersection Treatments for Cycle Tracks Abstract Simulation Analysis of Intersection Treatments for Cycle Tracks The increased use of cycle tracks also known as protected bike lanes has led to investigations of how to accommodate them at intersections.

More information

A Method Quantitatively Evaluating on Technical Progress of Students in Ship Handling Simulator Training ABSTRACT

A Method Quantitatively Evaluating on Technical Progress of Students in Ship Handling Simulator Training ABSTRACT A Method Quantitatively Evaluating on Technical Progress of Students in Ship Handling Simulator Training Kinzo INOUE, Hideo USUI, Rong MA and Cemil YURTOREN Kobe University of Mercantile Marine 5-1-1 Fukae-minami

More information

WHY AND WHEN PEDESTRIANS WALK ON CARRIAGEWAY IN PRESENCE OF FOOTPATH? A BEHAVIORAL ANALYSIS IN MIXED TRAFFIC SCENARIO OF INDIA.

WHY AND WHEN PEDESTRIANS WALK ON CARRIAGEWAY IN PRESENCE OF FOOTPATH? A BEHAVIORAL ANALYSIS IN MIXED TRAFFIC SCENARIO OF INDIA. WHY AND WHEN PEDESTRIANS WALK ON CARRIAGEWAY IN PRESENCE OF FOOTPATH? A BEHAVIORAL ANALYSIS IN MIXED TRAFFIC SCENARIO OF INDIA. Sobhana Patnaik, Mukti Advani, Purnima Parida. There are reasons for walking

More information

SAFETY EVALUATION OF AN UNCONTROLLED

SAFETY EVALUATION OF AN UNCONTROLLED SAFETY EVALUATION OF AN UNCONTROLLED INTERSECTION USING SURROGATE SAFETY MEASURES By S. Shekhar Babu Research scholar (Ext) IITB Asso Prof CME Pune Prof. P. Vedagiri Asst Prof Dept of civil Engg IIT Bombay

More information

Team #5888 Page 1 of 16

Team #5888 Page 1 of 16 Team #5888 Page 1 of 16 Abstract Over the past couple decades, growing amounts of research in the United States and especially in Europe have been devoted to developing modern traffic circles. It has been

More information

Memorandum. Drive alone

Memorandum. Drive alone Memorandum To: Cc: From: Kimberly Kerr, Assistant Chief Administrative Officer Natalie Porter, PE, TE Shawna Purvines Claudia Wade, PE Michael Schmitt, AICP CTP, PTP Re: Technical Memorandum #2: Model

More information

Tokyo: Simulating Hyperpath-Based Vehicle Navigations and its Impact on Travel Time Reliability

Tokyo: Simulating Hyperpath-Based Vehicle Navigations and its Impact on Travel Time Reliability CHAPTER 92 Tokyo: Simulating Hyperpath-Based Vehicle Navigations and its Impact on Travel Time Reliability Daisuke Fukuda, Jiangshan Ma, Kaoru Yamada and Norihito Shinkai 92.1 Introduction Most standard

More information

Author s Name Name of the Paper Session. Positioning Committee. Marine Technology Society. DYNAMIC POSITIONING CONFERENCE September 18-19, 2001

Author s Name Name of the Paper Session. Positioning Committee. Marine Technology Society. DYNAMIC POSITIONING CONFERENCE September 18-19, 2001 Author s Name Name of the Paper Session PDynamic Positioning Committee Marine Technology Society DYNAMIC POSITIONING CONFERENCE September 18-19, 2001 POWER PLANT SESSION A New Concept for Fuel Tight DP

More information

DEVELOPMENT OF A MICRO-SIMULATION MODEL TO PREDICT ROAD TRAFFIC SAFETY ON INTERSECTIONS WITH SURROGATE SAFETY MEASURES

DEVELOPMENT OF A MICRO-SIMULATION MODEL TO PREDICT ROAD TRAFFIC SAFETY ON INTERSECTIONS WITH SURROGATE SAFETY MEASURES DEVELOPMENT OF A MICRO-SIMULATION MODEL TO PREDICT ROAD TRAFFIC SAFETY ON INTERSECTIONS WITH SURROGATE SAFETY MEASURES Gerdien Klunder 1*, Arshad Abdoelbasier 2 and Ben Immers 3 1 TNO, Business Unit Mobility

More information

Analysis of the Interrelationship Among Traffic Flow Conditions, Driving Behavior, and Degree of Driver s Satisfaction on Rural Motorways

Analysis of the Interrelationship Among Traffic Flow Conditions, Driving Behavior, and Degree of Driver s Satisfaction on Rural Motorways Analysis of the Interrelationship Among Traffic Flow Conditions, Driving Behavior, and Degree of Driver s Satisfaction on Rural Motorways HIDEKI NAKAMURA Associate Professor, Nagoya University, Department

More information

Observation-Based Lane-Vehicle Assignment Hierarchy

Observation-Based Lane-Vehicle Assignment Hierarchy 96 Transportation Research Record 1710 Paper No. 00-1696 Observation-Based Lane-Vehicle Assignment Hierarchy Microscopic Simulation on Urban Street Network Heng Wei, Joe Lee, Qiang Li, and Connie J. Li

More information

MRI-2: Integrated Simulation and Safety

MRI-2: Integrated Simulation and Safety MRI-2: Integrated Simulation and Safety Year 3 2 nd Quarterly Report Submitted by: Dr. Essam Radwan, P.E. (PI), Ahmed.Radwan@ucf.edu Dr. Hatem Abou-Senna, P.E., habousenna@ucf.edu Dr. Mohamed Abdel-Aty,

More information

Reduction of Speed Limit at Approaches to Railway Level Crossings in WA. Main Roads WA. Presenter - Brian Kidd

Reduction of Speed Limit at Approaches to Railway Level Crossings in WA. Main Roads WA. Presenter - Brian Kidd Australasian College of Road Safety Conference A Safe System: Making it Happen! Melbourne 1-2 September 2011 Reduction of Speed Limit at Approaches to Railway Level Crossings in WA Radalj T 1, Kidd B 1

More information

Chapter 5 5. INTERSECTIONS 5.1. INTRODUCTION

Chapter 5 5. INTERSECTIONS 5.1. INTRODUCTION Chapter 5 5. INTERSECTIONS 5.1. INTRODUCTION Intersections are the physical component of the roadways where two highways intersect. They are the most complex element of roadways, since it requires more

More information

An Application of Signal Detection Theory for Understanding Driver Behavior at Highway-Rail Grade Crossings

An Application of Signal Detection Theory for Understanding Driver Behavior at Highway-Rail Grade Crossings An Application of Signal Detection Theory for Understanding Driver Behavior at Highway-Rail Grade Crossings Michelle Yeh and Jordan Multer United States Department of Transportation Volpe National Transportation

More information

TRAFFIC CHARACTERISTICS. Unit I

TRAFFIC CHARACTERISTICS. Unit I TRAFFIC CHARACTERISTICS Unit I Traffic stream Characteristics Overview Overview of Traffic Stream Components To begin to understand the functional and operational aspects of traffic on streets and highways

More information

Improving the Bus Network through Traffic Signalling. Henry Axon Transport for London

Improving the Bus Network through Traffic Signalling. Henry Axon Transport for London Improving the Bus Network through Traffic Signalling Henry Axon Transport for London Improving the Bus Network through Traffic Signalling Introduction Transport for London (TfL) operates the most frequent

More information

City of Homewood Transportation Plan

City of Homewood Transportation Plan City of Homewood Transportation Plan Prepared for: City of Homewood, Alabama Prepared by: Skipper Consulting, Inc. May 2007 TABLE OF CONTENTS INTRODUCTION... 1 BACKGROUND INFORMATION... 1 EXISTING TRANSPORTATION

More information

A Game Theoretic Study of Attack and Defense in Cyber-Physical Systems

A Game Theoretic Study of Attack and Defense in Cyber-Physical Systems The First International Workshop on Cyber-Physical Networking Systems A Game Theoretic Study of Attack and Defense in Cyber-Physical Systems ChrisY.T.Ma Advanced Digital Sciences Center Illinois at Singapore

More information

Evaluation of the ACC Vehicles in Mixed Traffic: Lane Change Effects and Sensitivity Analysis

Evaluation of the ACC Vehicles in Mixed Traffic: Lane Change Effects and Sensitivity Analysis CALIFORNIA PATH PROGRAM INSTITUTE OF TRANSPORTATION STUDIES UNIVERSITY OF CALIFORNIA, BERKELEY Evaluation of the ACC Vehicles in Mixed Traffic: Lane Change Effects and Sensitivity Analysis Petros Ioannou,

More information

Applying Occam s Razor to the Prediction of the Final NCAA Men s Basketball Poll

Applying Occam s Razor to the Prediction of the Final NCAA Men s Basketball Poll to the Prediction of the Final NCAA Men s Basketball Poll John A. Saint Michael s College One Winooski Park Colchester, VT 05439 (USA) jtrono@smcvt.edu Abstract Several approaches have recently been described

More information

Active Travel and Exposure to Air Pollution: Implications for Transportation and Land Use Planning

Active Travel and Exposure to Air Pollution: Implications for Transportation and Land Use Planning Active Travel and Exposure to Air Pollution: Implications for Transportation and Land Use Planning Steve Hankey School of Public and International Affairs, Virginia Tech, 140 Otey Street, Blacksburg, VA

More information

Safety and Design Alternatives for Two-Way Stop-Controlled Expressway Intersections

Safety and Design Alternatives for Two-Way Stop-Controlled Expressway Intersections Safety and Design Alternatives for Two-Way Stop-Controlled Expressway Intersections Thomas H. Maze Center for Transportation Research and Education Iowa State University 2901 South Loop Drive, Suite 3100

More information

AN INVESTIGATION OF LONGITUDINAL VENTILATION FOR SHORT ROAD TUNNELS WITH HIGH FIRE HRR

AN INVESTIGATION OF LONGITUDINAL VENTILATION FOR SHORT ROAD TUNNELS WITH HIGH FIRE HRR - 9 - AN INVESTIGATION OF LONGITUDINAL VENTILATION FOR SHORT ROAD TUNNELS WITH HIGH FIRE HRR O Gorman S., Nuttall R., Purchase A. Parsons Brinckerhoff, Australia ABSTRACT Recent fire tests for tunnels

More information

Numerical Simulations of a Three-Lane Traffic Model Using Cellular Automata. A. Karim Daoudia and Najem Moussa

Numerical Simulations of a Three-Lane Traffic Model Using Cellular Automata. A. Karim Daoudia and Najem Moussa CHINESE JOURNAL OF PHYSICS VOL. 41, NO. 6 DECEMBER 2003 Numerical Simulations of a Three-Lane Traffic Model Using Cellular Automata A. Karim Daoudia and Najem Moussa LMSPCPV, Dépt. de Physique, FST, B.P.

More information

M-58 HIGHWAY ACCESS MANAGEMENT STUDY Mullen Road to Bel-Ray Boulevard. Prepared for CITY OF BELTON. May 2016

M-58 HIGHWAY ACCESS MANAGEMENT STUDY Mullen Road to Bel-Ray Boulevard. Prepared for CITY OF BELTON. May 2016 M-58 HIGHWAY ACCESS MANAGEMENT STUDY Prepared for CITY OF BELTON By May 2016 Introduction Missouri State Highway 58 (M-58 Highway) is a major commercial corridor in the City of Belton. As development has

More information

The Willingness to Walk of Urban Transportation Passengers (A Case Study of Urban Transportation Passengers in Yogyakarta Indonesia)

The Willingness to Walk of Urban Transportation Passengers (A Case Study of Urban Transportation Passengers in Yogyakarta Indonesia) The Willingness to Walk of Urban Transportation Passengers (A Case Study of Urban Transportation Passengers in Yogyakarta Indonesia) Imam Basuki 1,a 1 Civil Engineering Program Faculty of Engineering -

More information

Scaling up of ADAS Traffic Impacts to German Cities

Scaling up of ADAS Traffic Impacts to German Cities 10th ITS European Congress, Helsinki, Finland 16 19 June 2014 TP 0220 Scaling up of ADAS Traffic Impacts to German Cities Judith Geßenhardt 1*, Oliver Fakler 2, Tobias Schendzielorz 3, Fritz Busch 1 1.

More information

Online Companion to Using Simulation to Help Manage the Pace of Play in Golf

Online Companion to Using Simulation to Help Manage the Pace of Play in Golf Online Companion to Using Simulation to Help Manage the Pace of Play in Golf MoonSoo Choi Industrial Engineering and Operations Research, Columbia University, New York, NY, USA {moonsoo.choi@columbia.edu}

More information

Transportation Engineering - II Dr. Rajat Rastogi Department of Civil Engineering Indian Institute of Technology - Roorkee. Lecture - 35 Exit Taxiway

Transportation Engineering - II Dr. Rajat Rastogi Department of Civil Engineering Indian Institute of Technology - Roorkee. Lecture - 35 Exit Taxiway Transportation Engineering - II Dr. Rajat Rastogi Department of Civil Engineering Indian Institute of Technology - Roorkee Lecture - 35 Exit Taxiway Dear students, we are back with the lecture series of

More information

Honest Mirror: Quantitative Assessment of Player Performances in an ODI Cricket Match

Honest Mirror: Quantitative Assessment of Player Performances in an ODI Cricket Match Honest Mirror: Quantitative Assessment of Player Performances in an ODI Cricket Match Madan Gopal Jhawar 1 and Vikram Pudi 2 1 Microsoft, India majhawar@microsoft.com 2 IIIT Hyderabad, India vikram@iiit.ac.in

More information

ROUNDABOUT CAPACITY: THE UK EMPIRICAL METHODOLOGY

ROUNDABOUT CAPACITY: THE UK EMPIRICAL METHODOLOGY ROUNDABOUT CAPACITY: THE UK EMPIRICAL METHODOLOGY 1 Introduction Roundabouts have been used as an effective means of traffic control for many years. This article is intended to outline the substantial

More information

AutonoVi-Sim: Modular Autonomous Vehicle Simulation Platform Supporting Diverse Vehicle Models, Sensor Configuration, and Traffic Conditions

AutonoVi-Sim: Modular Autonomous Vehicle Simulation Platform Supporting Diverse Vehicle Models, Sensor Configuration, and Traffic Conditions AutonoVi-Sim: Modular Autonomous Vehicle Simulation Platform Supporting Diverse Vehicle Models, Sensor Configuration, and Traffic Conditions Andrew Best, Sahil Narang, Lucas Pasqualin, Daniel Barber, Dinesh

More information

Relative Vulnerability Matrix for Evaluating Multimodal Traffic Safety. O. Grembek 1

Relative Vulnerability Matrix for Evaluating Multimodal Traffic Safety. O. Grembek 1 337 Relative Vulnerability Matrix for Evaluating Multimodal Traffic Safety O. Grembek 1 1 Safe Transportation Research and Education Center, Institute of Transportation Studies, University of California,

More information

PEDESTRIAN LEADERSHIP AND EGRESS ASSISTANCE SIMULATION ENVIRONMENT (PLEASE)

PEDESTRIAN LEADERSHIP AND EGRESS ASSISTANCE SIMULATION ENVIRONMENT (PLEASE) PEDESTRIAN LEADERSHIP AND EGRESS ASSISTANCE SIMULATION ENVIRONMENT (PLEASE) by Kyle D. Feuz A thesis submitted in partial fulfillment of the requirements for the degree of MASTER OF SCIENCE in Computer

More information

Calculation of Trail Usage from Counter Data

Calculation of Trail Usage from Counter Data 1. Introduction 1 Calculation of Trail Usage from Counter Data 1/17/17 Stephen Martin, Ph.D. Automatic counters are used on trails to measure how many people are using the trail. A fundamental question

More information

ISOLATION OF NON-HYDROSTATIC REGIONS WITHIN A BASIN

ISOLATION OF NON-HYDROSTATIC REGIONS WITHIN A BASIN ISOLATION OF NON-HYDROSTATIC REGIONS WITHIN A BASIN Bridget M. Wadzuk 1 (Member, ASCE) and Ben R. Hodges 2 (Member, ASCE) ABSTRACT Modeling of dynamic pressure appears necessary to achieve a more robust

More information

Reliability. Introduction, 163 Quantifying Reliability, 163. Finding the Probability of Functioning When Activated, 163

Reliability. Introduction, 163 Quantifying Reliability, 163. Finding the Probability of Functioning When Activated, 163 ste41912_ch04_123-175 3:16:06 01.29pm Page 163 SUPPLEMENT TO CHAPTER 4 Reliability LEARNING OBJECTIVES SUPPLEMENT OUTLINE After completing this supplement, you should be able to: 1 Define reliability.

More information

A Collision Avoidance Behavior Model for Crowd Simulation based on Psychological Findings

A Collision Avoidance Behavior Model for Crowd Simulation based on Psychological Findings A Collision Avoidance Behavior Model for Crowd Simulation based on Psychological Findings Jin Hyoung Park KAIST, KIOST jin.h.park@kaist.ac.kr Francisco Arturo Rojas KAIST frojas@kaist.ac.kr Hyun Seung

More information