Finding Fastest Paths on A Road Network with Speed Patterns

Slides:



Advertisements
Similar presentations
A Minimum Cost Path Search Algorithm Through Tile Obstacles Zhaoyun Xing and Russell Kao Sun Microsystems Laboratories.
Advertisements

Problem solving with graph search
ADAPTIVE FASTEST PATH COMPUTATION ON A ROAD NETWORK: A TRAFFIC MINING APPROACH Hector Gonzalez, Jiawei Han, Xiaolei Li, Margaret Myslinska, John Paul Sondag.
Finding the Sites with Best Accessibilities to Amenities Qianlu Lin, Chuan Xiao, Muhammad Aamir Cheema and Wei Wang University of New South Wales, Australia.
Fast Algorithms For Hierarchical Range Histogram Constructions
Progressive Computation of The Min-Dist Optimal-Location Query Donghui Zhang, Yang Du, Tian Xia, Yufei Tao* Northeastern University * Chinese University.
Constructing Popular Routes from Uncertain Trajectories Ling-Yin Wei 1, Yu Zheng 2, Wen-Chih Peng 1 1 National Chiao Tung University, Taiwan 2 Microsoft.
Adaptive Fastest Path Computation on a Road Network : A Traffic Mining Approach Hector Gonzalez Jiawei Han Xiaolei Li Margaret Myslinska John Paul Sondag.
Tirgul 12 Algorithm for Single-Source-Shortest-Paths (s-s-s-p) Problem Application of s-s-s-p for Solving a System of Difference Constraints.
1 Greedy Algorithms. 2 2 A short list of categories Algorithm types we will consider include: Simple recursive algorithms Backtracking algorithms Divide.
3 -1 Chapter 3 The Greedy Method 3 -2 The greedy method Suppose that a problem can be solved by a sequence of decisions. The greedy method has that each.
The Fourth WIM Meeting 1 Active Nearest Neighbor Queries for Moving Objects Jan Kolar, Igor Timko.
Dean H. Lorenz, Danny Raz Operations Research Letter, Vol. 28, No
Tracking Moving Objects in Anonymized Trajectories Nikolay Vyahhi 1, Spiridon Bakiras 2, Panos Kalnis 3, and Gabriel Ghinita 3 1 St. Petersburg State University.
Scalable Network Distance Browsing in Spatial Database Samet, H., Sankaranarayanan, J., and Alborzi H. Proceedings of the 2008 ACM SIGMOD international.
Abstract Shortest distance query is a fundamental operation in large-scale networks. Many existing methods in the literature take a landmark embedding.
Trip Planning Queries F. Li, D. Cheng, M. Hadjieleftheriou, G. Kollios, S.-H. Teng Boston University.
The Shortest Path Problem
© The McGraw-Hill Companies, Inc., Chapter 3 The Greedy Method.
Mehdi Kargar Aijun An York University, Toronto, Canada Keyword Search in Graphs: Finding r-cliques.
Graph Theory Hamilton Paths and Hamilton Circuits.
1 Introduction to Spatial Databases Donghui Zhang CCIS Northeastern University.
Efficient Route Computation on Road Networks Based on Hierarchical Communities Qing Song, Xiaofan Wang Department of Automation, Shanghai Jiao Tong University,
WEAR: A Balanced, Fault-Tolerant, Energy-Aware Routing Protocol for Wireless Sensor Networks Kewei Sha, Junzhao Du, and Weisong Shi Wayne State University.
CSE 589 Part VI. Reading Skiena, Sections 5.5 and 6.8 CLR, chapter 37.
Group 8: Denial Hess, Yun Zhang Project presentation.
On Computing Top-t Influential Spatial Sites Authors: T. Xia, D. Zhang, E. Kanoulas, Y.Du Northeastern University, USA Appeared in: VLDB 2005 Presenter:
9/2/2005VLDB 2005, Trondheim, Norway1 On Computing Top-t Most Influential Spatial Sites Tian Xia, Donghui Zhang, Evangelos Kanoulas, Yang Du Northeastern.
Efficient Computing k-Coverage Paths in Multihop Wireless Sensor Networks XuFei Mao, ShaoJie Tang, and Xiang-Yang Li Dept. of Computer Science, Illinois.
1 Online Computation and Continuous Maintaining of Quantile Summaries Tian Xia Database CCIS Northeastern University April 16, 2004.
Progressive Computation of The Min-Dist Optimal-Location Query Donghui Zhang, Yang Du, Tian Xia, Yufei Tao* Northeastern University * Chinese University.
Outline Standard 2-way minimum graph cut problem. Applications to problems in computer vision Classical algorithms from the theory literature A new algorithm.
Suppose G = (V, E) is a directed network. Each edge (i,j) in E has an associated ‘length’ c ij (cost, time, distance, …). Determine a path of shortest.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. Fast.
Zaiben Chen et al. Presented by Lian Liu. You’re traveling from s to t. Which gas station would you choose?
Da Yan (HKUST) James Cheng (CUHK) Wilfred Ng (HKUST) Steven Liu (HKUST)
Spatial Data Management
Hamilton Paths and Hamilton Circuits
Greedy Algorithms.
Shortest Paths.
Shortest Path Problems
Progressive Computation of The Min-Dist Optimal-Location Query
The minimum cost flow problem
Surviving Holes and Barriers in Geographic Data Reporting for
Fast Approximate Query Answering over Sensor Data with Deterministic Error Guarantees Chunbin Lin Joint with Etienne Boursier, Jacque Brito, Yannis Katsis,
Introduction to Spatial Databases
Discrete Mathematics and Its Applications (5th Edition)
Enumerating Distances Using Spanners of Bounded Degree
Efficient Evaluation of k-NN Queries Using Spatial Mashups
Shortest Paths.
Fast Nearest Neighbor Search on Road Networks
Graphs Chapter 11 Objectives Upon completion you will be able to:
1.206J/16.77J/ESD.215J Airline Schedule Planning
Copyrights (H.Rashidi & E.Tsang)
Introduction Wireless Ad-Hoc Network
Graph Indexing for Shortest-Path Finding over Dynamic Sub-Graphs
Showcasing work by Jing Yuan, Yu Zheng, Xing Xie, Guangzhou Sun
Minimizing the Aggregate Movements for Interval Coverage
Discrete Mathematics and Its Applications (5th Edition)
Joseph S.B. Mitchell, Stony Brook University
Chapter 6 Network Flow Models.
Compact routing schemes with improved stretch
Continuous Density Queries for Moving Objects
Brad Karp UCL Computer Science
Shortest Paths.
Donghui Zhang, Tian Xia Northeastern University
Distance-Constraint Reachability Computation in Uncertain Graphs
Shortest Paths Discrete Mathematics and Its Applications (7th Edition)
More Graphs Lecture 19 CS2110 – Fall 2009.
Presentation transcript:

Finding Fastest Paths on A Road Network with Speed Patterns Evangelos Kanoulas, Yang Du, Tian Xia, Donghui Zhang Northeastern University Boston, USA 2018/11/28 ICDE 2006, Atlanta, USA

Outline Motivation Problem Definition Related Work Query Processing Travel-Time Estimator Conclusions 2018/11/28 ICDE 2006, Atlanta, USA

Motivation Highway, 10 miles Home School Local, 15 miles Query: From Alice’s home to school, which path is the fastest? Existing GIS systems either find shortest path, not consider the speed at all or assume constant speed, such as MapPoint 2018/11/28 ICDE 2006, Atlanta, USA

Motivation In real world Our goal Highway: 1 hour (10 mph) in rush hours, 10 minutes (60 mph) otherwise Local road: 20 minutes (45 mph) anytime Speed and time do change the fastest path Our goal Consider the speed on a road as a function of time Answer queries within a departure interval 2018/11/28 ICDE 2006, Atlanta, USA

Outline Motivation Problem Definition Related Work Query Processing Travel-Time Estimator Conclusions 2018/11/28 ICDE 2006, Atlanta, USA

Daily Speed Pattern on A Road v t v t (a) real pattern (b) approximation The real pattern on a road is a continuous function of time. The approximation is a piecewise linear constant function of time. 2018/11/28 ICDE 2006, Atlanta, USA

CapeCod Pattern CAtegorized PiecewisE COnstant speeD pattern Categorized (e.g. weekday, weekend) Each day belongs to exactly one category The CapeCod pattern of the highway Weekend: [00:00-24:00) 60mph Weekday: [07:00-09:00) 10 mph, otherwise 60mph 2018/11/28 ICDE 2006, Atlanta, USA

CapeCod Network Model the road network as a directed graph Each edge (a road segment) is associated with a CapeCod pattern Adopt the CCAM storage model [Shekhar & Liu, 1997] Use a B+-tree to index the nodes by the Z-ordering (Hilbert values) 2018/11/28 ICDE 2006, Atlanta, USA

Fastest Path Queries Given a CapeCod network, a start node s and an end node e, and a departure time interval I Two types of queries: SingleFP AllFP 2018/11/28 ICDE 2006, Atlanta, USA

SingleFP Queries Find a single departure time l0 within I and the corresponding fastest path to minimize the travel time For example: Alice may leave for work any time in [7am, 9am]; please suggest the fastest path, e.g. route A, and the corresponding leaving time, e.g. leave at 7:13am 2018/11/28 ICDE 2006, Atlanta, USA

AllFP Queries Find the fastest paths for all departure time during I For example: Alice may leave for work any time in [7am, 9am]; please suggest all fastest paths, e.g. take route A if the leaving time is between 7 and 7:45, and take route B otherwise The answer to AllFP query contains the answer to the counterpart SingleFP query 2018/11/28 ICDE 2006, Atlanta, USA

Outline Motivation Problem Definition Related Work Query Processing Travel-Time Estimator Conclusions 2018/11/28 ICDE 2006, Atlanta, USA

Related Work Shortest Path Fastest Path with Changing Speed Classical solutions: Dijkstra’s Algorithm, A* Algorithm Can be straightforwardly extended to solve fastest path problem with constant speed Fastest Path with Changing Speed Discrete Time Model Continuous Time Model 2018/11/28 ICDE 2006, Atlanta, USA

The A* Algorithm s e d t ( n 1 ; ) 2 Each node ni has an estimated distance to the end node dest(ni, e) If the estimation is a lower-bound, it is guaranteed to find the shortest path A simple estimation is Euclidean distance 2018/11/28 ICDE 2006, Atlanta, USA

The A* Algorithm (cont.) 2 s n 1 e Expand the nodes from s Each time expand the node which has the minimal d(s, ni)+dest(ni, e) The nodes on the other direction, such as n2, may never be expanded 2018/11/28 ICDE 2006, Atlanta, USA

Extend A* to Fastest Path Replace distance by travel time (function) The travel time along a path can be accurately computed Use the lower bound estimation of travel time from ni to e: d e u c ( n i ; ) v m a x 2018/11/28 ICDE 2006, Atlanta, USA

Challenges Travel time to each node is a function of departure time Which node do we pick to expand? How do we expand the nodes (and the travel time function)? The lower bound estimation is too inaccurate How to get better estimation? 2018/11/28 ICDE 2006, Atlanta, USA

Existing Work on Fastest Path [Nac95] Discrete time model Apply the A* algorithm for every time instance [Cha98] based on the assumption that the travel time on an edge remains constant after some time [SBSP00] Piecewise constant speed model Address queries with a given departure time 2018/11/28 ICDE 2006, Atlanta, USA

Outline Motivation Problem Definition Related Work Query Processing Travel-Time Estimator Conclusions 2018/11/28 ICDE 2006, Atlanta, USA

Overview Extend the A* Algorithm Maintain a piecewise-linear function for each expanded path in a priority queue The function is the sum of the accurate travel time from start node and the estimated travel time to end node Pick the path whose minimum value of the maintained function is the smallest Maintain a lower border function for all expanded paths 2018/11/28 ICDE 2006, Atlanta, USA

Running Example n s e 2 miles 1 mile Query time interval [6:50-7:05] s ! e : [ 6 - 8 ) 1 / 3 m p n 7 , Query time interval [6:50-7:05] 2018/11/28 ICDE 2006, Atlanta, USA

Travel Time on A Road Travel time on a road with length d ( [ i f l 2 ¡ ) 1 2 v ; ; 1 v 1 ( 1 ¡ v 1 ) ( t ¡ l ) d d + i f l [ t ¡ t ] 2 2 2 2 v ; ; 2 v 2 v 1 2018/11/28 ICDE 2006, Atlanta, USA

Travel Time from s to Its Neighbors ( l ; s ! e ) = 6 m i n T ( l ; s ! n ) = 8 > < : 6 i f 2 [ 5 - 4 3 7 ¡ + ] 2018/11/28 ICDE 2006, Atlanta, USA

Functions in The Queue T ( n ! ) = 1 m i Expand path s to n first e s 2018/11/28 ICDE 2006, Atlanta, USA

Before Expanding Node n Find the departure time interval of node n: [6:56, 7:07] Compute the travel time from n to e during this interval 2018/11/28 ICDE 2006, Atlanta, USA

Expanding Node n Compound the travel time function of path s to n and n to e 2018/11/28 ICDE 2006, Atlanta, USA

The SingleFP Query Result Path s to n to e has the global smallest minimum value Report this path and interval [7:00, 7:03] as the answer 2018/11/28 ICDE 2006, Atlanta, USA

The AllFP Query Result In this case, return the lower border function. In general cases, more paths may be expanded. 2018/11/28 ICDE 2006, Atlanta, USA

Outline Motivation Problem Definition Related Work Query Processing Travel-Time Estimator Conclusions 2018/11/28 ICDE 2006, Atlanta, USA

Travel-time Estimator The more accurate the estimation, the more efficient the algorithm Euclidean distance divided by maximum speed is very inaccurate in most cases We propose boundary-node estimator Cell partitioning Pre-computation 2018/11/28 ICDE 2006, Atlanta, USA

Boundary-node Estimator Space is divided into non-overlapping cells. Boundary node: a node directly connected to a node in other cell. Pre-computation: For each pair of cells, precompute the shortest path between their boundary nodes. For each node, precompute the shortest path from and to the boundary nodes. 2018/11/28 ICDE 2006, Atlanta, USA

Boundary-node Estimator (cont.) b1 to b2 is the shortest path between two cells b3 is the nearest boundary node from n, and b4 is the nearest to e Estimation: d e s t ( n ; ) = b 3 + 1 2 4 2018/11/28 ICDE 2006, Atlanta, USA

Outline Motivation Problem Definition Related Work Query Processing Travel-Time Estimator Conclusions 2018/11/28 ICDE 2006, Atlanta, USA

Conclusions Proposed the CapeCod pattern, which captures the real-life speed information, and two practical queries Proposed an algorithm to answer both queries based on novel extensions to A* algorithm Provided a new lower-bound estimator to improve the efficiency 2018/11/28 ICDE 2006, Atlanta, USA

Thank you! Q & A 2018/11/28 ICDE 2006, Atlanta, USA