Advanced Route Planning and Related Topics Freiburg Update

Similar documents
Algorithm Engineering for Route Planning: An Update International Symposium on Algorithms and Computation 2011 Dorothea Wagner December 6, 2011

Highway Dimension and Provably Efficient Shortest Paths Algorithms

Location-Based Services & Route Planning & Alternative Routes

Hub Label Compression

Highway Hierarchies (Dominik Schultes) Presented by: Andre Rodriguez

Reach for A : an Efficient Point-to-Point Shortest Path Algorithm

Location-Based Services & Route Planning

arxiv: v1 [cs.ds] 5 Oct 2010

Multi-Hop Ride Sharing

2) Multi-Criteria 1) Contraction Hierarchies 3) for Ride Sharing

Route Planning. Reach ArcFlags Transit Nodes Contraction Hierarchies Hub-based labelling. Tabulation Dijkstra Bidirectional A* Landmarks

Point-to-Point Shortest Path Algorithms with Preprocessing

Route Planning in Transportation Networks

Advanced Route Planning in Transportation Networks

Hierarchical Hub Labelings for Shortest Paths

Introduction to Parallel & Distributed Computing Parallel Graph Algorithms

Shortest Paths: Algorithms for standard variants. Algorithms and Networks 2017/2018 Johan M. M. van Rooij Hans L. Bodlaender

A Study of Different Parallel Implementations of Single Source Shortest Path Algorithms

Combining Hierarchical and Goal-Directed Speed-Up Techniques for Dijkstra s Algorithm

Time-Dependent Contraction Hierarchies

Connection Scan. Julian Dibbelt, Thomas Pajor, Ben Strasser, Dorothea Wagner.

Alternative Routes in Road Networks

Time-Dependent Contraction Hierarchies and Approximation

Combining Hierarchical and Goal-Directed Speed-Up Techniques for Dijkstra s Algorithm

Heuristic Search. Theory and Applications. Stefan Edelkamp. Stefan Schrodl ELSEVIER. Morgan Kaufmann is an imprint of Elsevier HEIDELBERG LONDON

Shortest Paths: Basics. Algorithms and Networks 2016/2017 Johan M. M. van Rooij Hans L. Bodlaender

Experimental Study on Speed-Up Techniques for Timetable Information Systems

An algorithm for Performance Analysis of Single-Source Acyclic graphs

Bidirectional search and Goal-directed Dijkstra

CHAPTER 3 A TIME-DEPENDENT k-shortest PATH ALGORITHM FOR ATIS APPLICATIONS

Route Planning with Flexible Objective Functions

Contraction Hierarchies: Faster and Simpler Hierarchical Routing in Road Networks

09 B: Graph Algorithms II

Lecture 4: Graph Algorithms

Introduction to Mobile Robotics Path Planning and Collision Avoidance

Route Planning for Bicycles Exact Constrained Shortest Paths made Practical via Contraction Hierarchy

Parallel Time-Dependent Contraction Hierarchies

Reach for A : Efficient Point-to-Point Shortest Path Algorithms

Route Planning in Road Networks

Introduction to Mobile Robotics Path Planning and Collision Avoidance. Wolfram Burgard, Maren Bennewitz, Diego Tipaldi, Luciano Spinello

TSIN01 Information Networks Lecture 8

CS 3410 Ch 14 Graphs and Paths

Customizable Contraction Hierarchies

Computing Many-to-Many Shortest Paths Using Highway Hierarchies

Highway Hierarchies Star

Customizable Route Planning in Road Networks

Engineering shortest-path algorithms for dynamic networks

Exploring Graph Partitioning for Shortest Path Queries on Road Networks

Route Planning for Bicycles Exact Constrained Shortest Paths made Practical via Contraction Hierarchy

Operating System Concepts Ch. 5: Scheduling

Scalability of Route Planning Techniques

Customizable Route Planning

Reach for A : Efficient Point-to-Point Shortest Path Algorithms

CHAPTER SIX. the RRM creates small covering roadmaps for all tested environments.

Placement of Loading Stations for Electric Vehicles: No Detours Necessary!

Splitting Algorithms

Understanding Subgoal Graphs by Augmenting Contraction Hierarchies

Challenges in large-scale graph processing on HPC platforms and the Graph500 benchmark. by Nkemdirim Dockery

Fast First-Move Queries through Run-Length Encoding

Parallel Graph Algorithms

Integer Programming ISE 418. Lecture 7. Dr. Ted Ralphs

A Fast and Simple Heuristic for Constrained Two-Level Crossing Reduction

CS 5220: Parallel Graph Algorithms. David Bindel

Homework 3 Solutions

From Routing to Traffic Engineering

Parallel Graph Algorithms

Robust, Almost Constant Time Shortest-Path Queries in Road Networks

Answering Pattern Match Queries in Large Graph Databases Via Graph Embedding

Data Analytics on RAMCloud

A and Branch-and-Bound Search

Recap A Search Optimality of A. Search: A. CPSC 322 Search 5. Textbook 3.6. Search: A CPSC 322 Search 5, Slide 1

Optimal Routing Algorithms

Selected Topics in Column Generation

Transit Nodes Lower Bounds and Refined Construction

Computing the Shortest Path: A Search Meets Graph Theory

Assembly Queries: Planning and Discovering Assemblies of Moving Objects Using Partial Information

E-BLOW: E-Beam Lithography Overlapping aware Stencil Planning for MCC System

On Asymptotic Cost of Triangle Listing in Random Graphs

k-way Hypergraph Partitioning via n-level Recursive Bisection

Route Planning in Road Networks with Turn Costs

Methods and Models for Combinatorial Optimization Exact methods for the Traveling Salesman Problem

Seeing Around Corners: Fast Orthogonal Connector Routing

Scalable Transfer Patterns

Simple Silhouettes for Complex Surfaces

A Case for Merge Joins in Mediator Systems

Visualization of Hyperbolic Tessellations

15.082J and 6.855J. Lagrangian Relaxation 2 Algorithms Application to LPs

Route Planning with Breaks and Truck Driving Bans Using Time-Dependent Contraction Hierarchies

Forward Search in Contraction Hierarchies

CSC 8301 Design & Analysis of Algorithms: Linear Programming

GRAPHS Lecture 19 CS2110 Spring 2013

Supporting Information for Identifying Gene Clusters by Discovering Common Intervals in Indeterminate Strings

Improving Jump Point Search

Routing in a network

Compressing Optimal Paths with Run Length Encoding

Engineering Highway Hierarchies

Design and Analysis of Algorithms

Multi-objective Linked Data Query Optimization Technical Report

Engineering Time-Expanded Graphs for Faster Timetable Information

Collaboration with: Dieter Pfoser, Computer Technology Institute, Athens, Greece Peter Wagner, German Aerospace Center, Berlin, Germany

Transcription:

Advanced Route Planning and Related Topics Freiburg Update G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker - 0 KIT G. University V. Batz, of the M. StateKobitzsch, of Baden-Wuerttemberg D. Luxen, and P. Sanders, D. Schieferdecker: National Advanced Laboratory of Route the Helmholtz Planning Association and Related Topics Freiburg Update www.kit.edu

Agenda Route Planning Parallel Multi-Objective Transit Nodes Alternatives Stochastics 1 G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker:

Label Setting Multiobjective SP Procedure paretosearch(g, s) L[v]:= for all v V ; L[s]:= { 0 d } PriorityQueue Q = { (s, 0 d ) } while Q = do remove some Pareto optimal label L from Q scan L insert new locally nondominated labels (v, l) into Q and remove old locally dominated labels 2 G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker:

Parallel Label Setting MOSP Procedure paretosearch(g, s) L[v]:= for all v V ; L[s]:= { 0 d } ParetoQueue Q = { (s, 0 d ) } while Q = do remove all Pareto optimal labels L from Q scan all labels in L in parallel insert new locally nondominated labels (v, l) into Q and remove old locally dominated labels Theorem: n iterations Theorem: (super)linear speedup for bicriteria case Implementation: ongoing Master thesis of Stefan Erb 3 G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker:

CH based Transit Node Routing [Arz, Luxen, Sanders, SEA submission] Preprocessing time: mostly CH construction Purely graph theoretical locality filter (Graph Voronoi Filter) Faster than HH-based TNR Much less space/preprocessing than hub based routing 4 G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker:

Alternative Routes [recap] two main approaches penalty method (alternative graphs) [Bader et al. 11] plateau method (via node alternatives) [Abraham et al. 10a] relation to our research Luxen, Schieferdecker: Candidate Sets for Alternatives (SEA 2012, JEA?) Kobitzsch: Hierarchy Implosion for Alternatives (SEA 2013?) Kobitzsch, Radermacher, Schieferdecker: Fast Alternative Graphs with CRP (SEA 2013?) }plateau method via alternatives + graphs } penalty method alternative graphs 5 G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker:

Alternative Routes [candidate sets method] candidates shortcoming of [Abraham et al. 10a] graph exploration + candidate evaluation costly precompute sparse set of candidates to test s t working assumption few shortest paths between two regions [Bast et al. 07, Abraham et al. 10b] few good alternatives covered by few via nodes 6 G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker:

Alternative Routes [candidate sets method] candidates shortcoming of [Abraham et al. 10a] graph exploration + candidate evaluation costly precompute sparse set of candidates to test s t working assumption few shortest paths between two regions [Bast et al. 07, Abraham et al. 10b] few good alternatives covered by few via nodes 6 G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker:

Alternative Routes [candidate sets method] candidates shortcoming of [Abraham et al. 10a] graph exploration + candidate evaluation costly precompute sparse set of candidates to test s t working assumption few shortest paths between two regions [Bast et al. 07, Abraham et al. 10b] few good alternatives covered by few via nodes 6 G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker:

Alternative Routes [candidate sets method] approach partition graph into regions (single-, multi-level variant) compute via node candidate set for each region pair (bootstrapping) alternative for each pair of border nodes with our query algorithm not successful new via node with baseline algorithm and add to set only evaluate these candidates during query results alternatives in sub-milliseconds (0.1ms 0.3ms 0.5ms) more than one order of magnitude faster than previous methods high success rates (90% 70% 44%) 7 G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker:

Alternative Routes [candidate sets method applications] Online Setting learn candidate sets on-the-fly applicable to legacy system (plus additional graph partitioning) quick convergence quality like offline variant Query Time [µs] 0 200 400 600 800 1000 p = 1 p = 2 p = 3 0 500 1000 1500 2000 2500 3000 Queries [1k] 8 G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker:

Alternative Routes [candidate sets method applications] Alternative Graphs use full candidate sets to build reduced alternative graph quick to compute: 1-2 ms average quality: 2.5 (according to Bader et al.) 9 G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker:

Alternative Routes Hierarchy Implosion for higher Quality routes Classic Via Routes low success rates in pruned search space relaxed search space for larger candidate selection relaxation adds more vertices with invalid distance each candidate to be evaluated by four point to point queries requires severe filtering methods to be practical filtering based on (incorrect) CH search space data contradicting goals New Approach clarify 2nd degree admissibility evaluate all possible candidates at once without additional queries 10 G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker:

Alternative Routes Hierarchy Implosion for higher Quality routes u s v w t Admissibility L(P s,t P s,v,t ) γ L(P s,t ) (limited sharing) v i, v j P s,t, L( v i,..., v j ) α Ps,t : L( v i,..., v j ) = d(vi, v j ) (local optimality) v i, v j P s,t : L( v i,..., v j ) (1 + ɛ)d(vi, v j ) (bounded stretch) 11 G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker:

Alternative Routes Hierarchy Implosion for higher Quality routes Algorithm calculate forwards and backwards shortest path trees (localized PHAST) all necessary distance values perform hierarchy implosion to find important vertices plateaus eliminate necessity for T-test compress graph for small representation nearly for free if correct information generated during implosion Results significantly higher quality, especially local optimality comparable runtime for first alternative compared to algorithms with similar preprocessing overhead further alternatives for free SEA submission 12 G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker:

Alternative Graphs Fast Implementation of the Penalty Method Penalty Method 1. compute shortest path 2. possibly add to output 3. add penalties to path and connected arcs 4. repeat until satisfied Problems highly dynamic requires Dijkstras algorithm (?) inherently slow (?) 13 G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker:

Alternative Graphs Fast Implementation of the Penalty Method Bachelor Thesis: Marcel Radermacher CRP based implementation parallel updates fast query currently alternative graphs in 0.75 to 0.8 seconds on single i7 ongoing efforts to speed calculation up even further still possibly SEA submission(?) 14 G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker:

Route Corridors Idea allow for deviations from shortest path calculate all necessary shortest path distances in advance developed in context of hybrid scenario also potential alternative route candidates (?) Properties iterative construction possible (n-turn corridor) size about doubles with each turn fast below 100 ms even for six turns hard to leave corridor random drive simulation gives high success rate 15 G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker:

Route Corridors Algorithm, Search Space Extraction and Sweep Algorithm perform backwards search from target repeat until number of deviations reached 1. determine necessary forward search space 2. sweep calculated search space 3. unpack and update s 1 Dependency Sets compute reachable nodes with distance label not set bucket queue allows for in-order extraction efficient due to small number of levels Sweep sweep calculated node set in generated order set usually very small due to early pruning t 16 G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker:

Route Corridors Algorithm, Search Space Extraction and Sweep Algorithm perform backwards search from target repeat until number of deviations reached 1. determine necessary forward search space 2. sweep calculated search space 3. unpack and update s 1 Dependency Sets compute reachable nodes with distance label not set bucket queue allows for in-order extraction efficient due to small number of levels Sweep sweep calculated node set in generated order set usually very small due to early pruning t 16 G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker:

dependency set Route Corridors Algorithm, Search Space Extraction and Sweep Algorithm perform backwards search from target repeat until number of deviations reached 1. determine necessary forward search space 2. sweep calculated search space 3. unpack and update Dependency Sets compute reachable nodes with distance label not set bucket queue allows for in-order extraction efficient due to small number of levels Sweep sweep calculated node set in generated order set usually very small due to early pruning s 1 t 16 G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker:

sweep Route Corridors Algorithm, Search Space Extraction and Sweep Algorithm perform backwards search from target repeat until number of deviations reached 1. determine necessary forward search space 2. sweep calculated search space 3. unpack and update Dependency Sets compute reachable nodes with distance label not set bucket queue allows for in-order extraction efficient due to small number of levels Sweep sweep calculated node set in generated order set usually very small due to early pruning s 1 t 16 G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker:

Route Corridors Unpacking and Update unpack shortest paths up to the first node within the corridor keep corridor as small as possible no equal sized paths whenever possible avoid unpacking of identical information as much as possible s 1 set distance values along the path sets lower level values pruning for search space extraction traversal necessary for deviation vertex calculation anyways remember new deviation vertices t 17 G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker:

Route Corridors Unpacking and Update unpack shortest paths up to the first node within the corridor keep corridor as small as possible no equal sized paths whenever possible avoid unpacking of identical information as much as possible s 1 set distance values along the path sets lower level values pruning for search space extraction traversal necessary for deviation vertex calculation anyways remember new deviation vertices t 17 G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker:

SOTA Stochastic on time arrival Definition Given a graph G = (V, A), V = n, A = m, for each a A a probability distribution p : N [0, 1], depicting the cumulative probability to traverse an arc in a given time T N, as well as a time budget B and a source node s as well as a target node t: Goal: Find the optimal strategy, starting at s, maximizing the probability of arriving at t within the budget B. 18 G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker:

SOTA Problems strategy depends on travel times experienced so far optimal strategy might contain loops computation has to look at each node multiple times each edge relaxation represents a costly convolution 1 0.9 2 0.1 1 1 4 1 Solved (Berkeley Results) optimal computation order reinserting Dijkstra zero delay convolutions for faster edge relaxations low overhead for updating cumulative distribution functions 1 0.1 6 0.9 19 G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker:

SOTA Status of ongoing research project Algorithm ported JAVA implementation (Berkeley) to C++ tuned C++ implementation handles larger inputs faster Next Goals extract meaningful distributions from your data evaluate alternative routes in comparison to plain SOTA via routes penalty method corridors combine and adjust alternative techniques for efficient SOTA extensible to other algorithms as well 20 G. V. Batz, M. Kobitzsch, D. Luxen, P. Sanders, D. Schieferdecker: