143 research outputs found

    Offline reconstruction of missing vehicle trajectory data from 3D LIDAR

    Full text link
    LIDAR has become an important part of many autonomous vehicles with its advantages on distance measurement and obstacle detection. LIDAR produces point clouds which have important information about surrounding environment. In this paper, we collected trajectory data on a two lane urban road using a Velodyne VLP-16 Lidar. Due to dynamic nature of data collection and limited range of the sensor, some of these trajectories have missing points or gaps. In this paper, we propose a novel method for recovery of missing vehicle trajectory data points using microscopic traffic flow models. While short gaps (less than 5 seconds) can be recovered with simple linear regression, and longer gaps are recovered with the proposed method that makes use of car following models calibrated by assigning weights to known points based on proximity to the gaps. Newell's, Pipes, IDM and Gipps' car following models are calibrated and tested with the ground truth trajectory data from LIDAR and NGSIM I-80 dataset. Gipps' calibrated model yielded the best result

    What Is an Effective Way to Measure Arterial Demand When It Exceeds Capacity?

    Get PDF
    This project focused on developing and evaluating methods for estimating demand volume for oversaturated corridors. Measuring demand directly with vehicle sensors is not possible when demand is larger than capacity for an extended period, as the queue grows beyond the sensor, and the flow measurements at a given point cannot exceed the capacity of the section. The main objective of the study was to identify and develop methods that could be implemented in practice based on readily available data. To this end, two methods were proposed: an innovative method based on shockwave theory; and the volume delay function adapted from the Highway Capacity Manual. Both methods primarily rely on probe vehicle speeds (e.g., from INRIX) as the input data and the capacity of the segment or bottleneck being analyzed. The proposed methods were tested with simulation data and validated based on volume data from the field. The results show both methods are effective for estimating the demand volume and produce less than 4% error when tested with field data

    Developing A Physics-informed Deep Learning Paradigm for Traffic State Estimation

    Get PDF
    The traffic delay due to congestion cost the U.S. economy $ 81 billion in 2022, and on average, each worker lost 97 hours each year during commute due to longer wait time. Traffic management and control strategies that serve as a potent solution to the congestion problem require accurate information on prevailing traffic conditions. However, due to the cost of sensor installation and maintenance, associated sensor noise, and outages, the key traffic metrics are often observed partially, making the task of estimating traffic states (TSE) critical. The challenge of TSE lies in the sparsity of observed traffic data and the noise present in the measurements. The central research premise of this dissertation is whether and how the fundamental principles of traffic flow theory could be harnessed to augment machine learning in estimating traffic conditions. This dissertation develops a physics-informed deep learning (PIDL) paradigm for traffic state estimation. The developed PIDL framework equips a deep learning neural network with the strength of the governing physical laws of the traffic flow to better estimate traffic conditions based on partial and limited sensing measurements. First, this research develops a PIDL framework for TSE with the continuity equation Lighthill-Whitham-Richards (LWR) conservation law - a partial differential equation (PDE). The developed PIDL framework is illustrated with multiple fundamental diagrams capturing the relationship between traffic state variables. The framework is expanded to incorporate a more practical, discretized traffic flow model - the cell transmission model (CTM). Case studies are performed to validate the proposed PIDL paradigm by reconstructing the velocity and density fields using both synthetic and realistic traffic datasets, such as the next-generation simulation (NGSIM). The case studies mimic a multitude of application scenarios with pragmatic considerations such as sensor placement, coverage area, data loss, and the penetration rate of connected autonomous vehicles (CAVs). The study results indicate that the proposed PIDL approach brings exceedingly superior performance in state estimation tasks with a lower training data requirement compared to the benchmark deep learning (DL) method. Next, the dissertation continues with an investigation of the empirical evidence which points to the limitation of PIDL architectures with certain types of PDEs. It presents the challenges in training PIDL architecture by contrasting PIDL performances in learning the first-order scalar hyperbolic LWR conservation law and its second-order parabolic counterpart. The outcome indicates that PIDL experiences challenges in incorporating the hyperbolic LWR equation due to the non-smoothness of its solution. On the other hand, the PIDL architecture with the parabolic version of the PDE, augmented with the diffusion term, leads to the successful reassembly of the density field even with the shockwaves present. Thereafter, the implication of PIDL limitations for traffic state estimation and prediction is commented upon, and readers\u27 attention is directed to potential mitigation strategies. Lastly, a PIDL framework with nonlocal traffic flow physics, capturing the driver reaction to the downstream traffic conditions, is proposed. In summary, this dissertation showcases the vast capability of the developed physics-informed deep learning paradigm for traffic state estimation in terms of efficiently utilizing meager observation for precise reconstruction of the data field. Moreover, it contemplates the practical ramification of PIDL for TSE with the hyperbolic flow conservation law and explores the remedy with sampling strategies of training instances and adding the diffusion term. Ultimately, it paints the picture of potent PIDL applications in TSE with nonlocal physics and suggests future research directions in PIDL for traffic state predictions

    Intelligent Transportation Related Complex Systems and Sensors

    Get PDF
    Building around innovative services related to different modes of transport and traffic management, intelligent transport systems (ITS) are being widely adopted worldwide to improve the efficiency and safety of the transportation system. They enable users to be better informed and make safer, more coordinated, and smarter decisions on the use of transport networks. Current ITSs are complex systems, made up of several components/sub-systems characterized by time-dependent interactions among themselves. Some examples of these transportation-related complex systems include: road traffic sensors, autonomous/automated cars, smart cities, smart sensors, virtual sensors, traffic control systems, smart roads, logistics systems, smart mobility systems, and many others that are emerging from niche areas. The efficient operation of these complex systems requires: i) efficient solutions to the issues of sensors/actuators used to capture and control the physical parameters of these systems, as well as the quality of data collected from these systems; ii) tackling complexities using simulations and analytical modelling techniques; and iii) applying optimization techniques to improve the performance of these systems. It includes twenty-four papers, which cover scientific concepts, frameworks, architectures and various other ideas on analytics, trends and applications of transportation-related data

    The Multi-Agent Transport Simulation MATSim

    Get PDF
    "The MATSim (Multi-Agent Transport Simulation) software project was started around 2006 with the goal of generating traffic and congestion patterns by following individual synthetic travelers through their daily or weekly activity programme. It has since then evolved from a collection of stand-alone C++ programs to an integrated Java-based framework which is publicly hosted, open-source available, automatically regression tested. It is currently used by about 40 groups throughout the world. This book takes stock of the current status. The first part of the book gives an introduction to the most important concepts, with the intention of enabling a potential user to set up and run basic simulations.The second part of the book describes how the basic functionality can be extended, for example by adding schedule-based public transit, electric or autonomous cars, paratransit, or within-day replanning. For each extension, the text provides pointers to the additional documentation and to the code base. It is also discussed how people with appropriate Java programming skills can write their own extensions, and plug them into the MATSim core. The project has started from the basic idea that traffic is a consequence of human behavior, and thus humans and their behavior should be the starting point of all modelling, and with the intuition that when simulations with 100 million particles are possible in computational physics, then behavior-oriented simulations with 10 million travelers should be possible in travel behavior research. The initial implementations thus combined concepts from computational physics and complex adaptive systems with concepts from travel behavior research. The third part of the book looks at theoretical concepts that are able to describe important aspects of the simulation system; for example, under certain conditions the code becomes a Monte Carlo engine sampling from a discrete choice model. Another important aspect is the interpretation of the MATSim score as utility in the microeconomic sense, opening up a connection to benefit cost analysis. Finally, the book collects use cases as they have been undertaken with MATSim. All current users of MATSim were invited to submit their work, and many followed with sometimes crisp and short and sometimes longer contributions, always with pointers to additional references. We hope that the book will become an invitation to explore, to build and to extend agent-based modeling of travel behavior from the stable and well tested core of MATSim documented here.

    Urban Informatics

    Get PDF
    This open access book is the first to systematically introduce the principles of urban informatics and its application to every aspect of the city that involves its functioning, control, management, and future planning. It introduces new models and tools being developed to understand and implement these technologies that enable cities to function more efficiently – to become ‘smart’ and ‘sustainable’. The smart city has quickly emerged as computers have become ever smaller to the point where they can be embedded into the very fabric of the city, as well as being central to new ways in which the population can communicate and act. When cities are wired in this way, they have the potential to become sentient and responsive, generating massive streams of ‘big’ data in real time as well as providing immense opportunities for extracting new forms of urban data through crowdsourcing. This book offers a comprehensive review of the methods that form the core of urban informatics from various kinds of urban remote sensing to new approaches to machine learning and statistical modelling. It provides a detailed technical introduction to the wide array of tools information scientists need to develop the key urban analytics that are fundamental to learning about the smart city, and it outlines ways in which these tools can be used to inform design and policy so that cities can become more efficient with a greater concern for environment and equity

    Urban Informatics

    Get PDF
    This open access book is the first to systematically introduce the principles of urban informatics and its application to every aspect of the city that involves its functioning, control, management, and future planning. It introduces new models and tools being developed to understand and implement these technologies that enable cities to function more efficiently – to become ‘smart’ and ‘sustainable’. The smart city has quickly emerged as computers have become ever smaller to the point where they can be embedded into the very fabric of the city, as well as being central to new ways in which the population can communicate and act. When cities are wired in this way, they have the potential to become sentient and responsive, generating massive streams of ‘big’ data in real time as well as providing immense opportunities for extracting new forms of urban data through crowdsourcing. This book offers a comprehensive review of the methods that form the core of urban informatics from various kinds of urban remote sensing to new approaches to machine learning and statistical modelling. It provides a detailed technical introduction to the wide array of tools information scientists need to develop the key urban analytics that are fundamental to learning about the smart city, and it outlines ways in which these tools can be used to inform design and policy so that cities can become more efficient with a greater concern for environment and equity
    • …
    corecore