• No results found

Finding Fastest Paths on A Road Network with Speed Patterns

N/A
N/A
Protected

Academic year: 2021

Share "Finding Fastest Paths on A Road Network with Speed Patterns"

Copied!
27
0
0

Loading.... (view fulltext now)

Full text

(1)

Finding Fastest Paths on A Road Network with

Speed Patterns

Evangelos Kanoulas, Yang Du, Tian Xia, and Donghui Zhang

College of Computer & Information Science Northeastern University, Boston

September 29, 2006

Appeared in: International Conference on Data Engineering (ICDE06)

(2)

Outline

Background

Fastest-Path Computation

Experimental Results

(3)

Problem

Cause

Current navigation system assume that the travel time on a road segment is constant.

Effect

The travel-time in for example rush hour is highly underestimated.

Solution

“I may leave for work any time between 7am and 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.”

(4)

Outline

Background

Fastest-Path Computation

Experimental Results

(5)

CapeCod Network

Definition

Day CategoryD is a day category set.

Example

D ={workday,non−workday}

Definition

CAtegorized PiecewisE COnstant speeD (CapeCod) CapeCod is a pattern of one daily speed pattern for every day-category inD.

Example workday = [00 : 00−07 : 00) = 1.00mp/h [07 : 00−09 : 00) = 0.75mp/h [09 : 00−15 : 00) = 1.00mp/h [15 : 00−17 : 00) = 0.60mp/h [17 : 00−24 : 00) = 1.00mp/h

(6)

CapeCod Network, cont.

Definition

CapeCod Network A directed graphG(N,E) whereN =

{(ni,loci)|i ∈[1,m]} is the set of nodes andE =

{ni,nj,dij,patij |i,j ∈[1,m]} is the set of edges wheredij is a

(7)

Queries

Single Fastest Path (singleFP) Query

Given a start nodes, an end nodee, and a leaving time intervalI, find the time instantl ∈I and the corresponding fastest path from

s toe such that leaving froms at time l minimizes the travel time froms toe

All Fastest Path (allFP) Query

Given a CapeCod network, a start nodes and an end node e, and

a leaving time intervalI, find a full partitioning ofI: I1,... ,Ik,

where each sub-interval is associated with a fastest path, such that two leaving time instants in one sub-interval leads to the same fastest-path and two leaving time instants in two adjacent sub-intervals leads to different fastest paths.

(8)

Storage Model

I Connectivity Cluster Access Method (CCAM)

I For each nodeni

I Stores the locationloci

I Stores the list of neighbors

I Stores the Euclidian distance to each neighbor

I Stores the CapeCod speed pattern (patij) to each neighbor I Hilbert curve value indexes the loci value

Operations

I FindNode(ni)

I GetSuccessor(ni)

(9)

From Speed Pattern to Travel Time

I Speed v1 in [t1,t2) andv2 there after

I Speed can be changed more than once (not likely)

Travel-Time Function T(l ∈[t1,t2],ni →nj) = ( d v1 l ∈[t1,t2, d v1] (1−v1 v2)(t2−l) + d v2 l ∈[t2− d v1,t2]

(10)

Outline

Background

Fastest-Path Computation

Experimental Results

(11)

Initialization

I = [6 : 50−7 : 05] T(l ∈[6 : 50−7 : 05],s →e) = 6 T(l ∈[6 : 50−7 : 05],s →n) =    6 l ∈[6 : 50−6 : 54) 2 l ∈[7 : 00−7 : 05) 2 3(7 : 00−l) + 2 l ∈[6 : 54−7 : 00)

(12)

Initialization

I = [6 : 50−7 : 05] T(l ∈[6 : 50−7 : 05],s →e) = 6 T(l ∈[6 : 50−7 : 05],s →n) =    6 l ∈[6 : 50−6 : 54) 2 l ∈[7 : 00−7 : 05) 2 3(7 : 00−l) + 2 l ∈[6 : 54−7 : 00)

(13)

Initialization

I = [6 : 50−7 : 05] T(l ∈[6 : 50−7 : 05],s →e) = 6 T(l ∈[6 : 50−7 : 05],s →n) =    6 l ∈[6 : 50−6 : 54) 2 l ∈[7 : 00−7 : 05) 2 3(7 : 00−l) + 2 l ∈[6 : 54−7 : 00)

(14)

Initialization

I = [6 : 50−7 : 05] T(l ∈[6 : 50−7 : 05],s →e) = 6 T(l ∈[6 : 50−7 : 05],s →n) =    6 l ∈[6 : 50−6 : 54) 2 l ∈[7 : 00−7 : 05) 2 3(7 : 00−l) + 2 l ∈[6 : 54−7 : 00)

(15)

Initialization

I = [6 : 50−7 : 05] T(l ∈[6 : 50−7 : 05],s →e) = 6 T(l ∈[6 : 50−7 : 05],s →n) =    6 l ∈[6 : 50−6 : 54) 2 l ∈[7 : 00−7 : 05) 2 3(7 : 00−l) + 2 l ∈[6 : 54−7 : 00)

(16)

Initialization

I = [6 : 50−7 : 05] T(l ∈[6 : 50−7 : 05],s →e) = 6 T(l ∈[6 : 50−7 : 05],s →n) =    6 l ∈[6 : 50−6 : 54) 2 l ∈[7 : 00−7 : 05) 2 3(7 : 00−l) + 2 l ∈[6 : 54−7 : 00)

(17)

Initialization

I = [6 : 50−7 : 05] T(l ∈[6 : 50−7 : 05],s →e) = 6 T(l ∈[6 : 50−7 : 05],s →n) =    6 l ∈[6 : 50−6 : 54) 2 l ∈[7 : 00−7 : 05) 2 3(7 : 00−l) + 2 l ∈[6 : 54−7 : 00)

(18)

Path Expansion

Based onT() + Test()

(19)

Path Expansion, cont.

I Determine the interval during which the travel-time function for road segment is needed

I Determine the time instants at which the resulting function changes

I For each time interval determine the travel-time function

T(l ∈[6 : 56−7 : 07],n →e) =

3 l ∈[6 : 56−7 : 05)

(20)

Fastest Path Result

T(l ∈[6 : 50−7 : 05],s →e) =    s →e l ∈[6 : 50−6 : 58 : 30) s →n→e l ∈[6 : 58 : 30−7 : 03 : 26) s →e l ∈[7 : 03 : 26−7 : 05)

(21)

Outline

Background

Fastest-Path Computation

Experimental Results

(22)

Setup

I Road network : Suffolk county of Massachusetts (Boston)

I 14,456 nodes and 20,461 directed edges

I Day categories D: ={ workday and non-workday}

I Road segments types

I inbound highways

I outbound highway

I local roads outside Boston

I local roads inside Boston

I Speed Pattern

Inbound Hw Outbound Hw Local (in) Local (out)

non-workday 65 65 40 40 workday 00:00-07:00 65 07:00-10:00 20 10:00-24:00 65 00:00-04:00 65 04:00-07:00 30 07:00-24:00 65 00:00-04:00 40 04:00-07:00 20 07:00-24:00 40 40

(23)
(24)
(25)

Outline

Background

Fastest-Path Computation

Experimental Results

(26)

Strong Points

I Contributions of paper clearly pointed out

I Good coverage of related work

(27)

Weak Points

I Synthetic setup of CapeCod travel-time speed patterns

I Some references are pretty old ([5, 9, 10, 12])

References

Related documents

The project partners JSB, Stohl and LM will go ahead and beyond and offer the vehicle platform in small series production to bring the components and subsystems from Speed for SMEs

Based on quality management principles Customer focused Leadership Involvement of people Process Approach System Approach Continual Improvement. Factual Approach to Decision

If you are unable to make your monthly mortgage payment, the mortgage company may extend forbearance by agreeing to suspend payments or accept partial payments for

The removing path algorithm has the lowest preprocessing time while de- viation paths algorithm is the fastest to do the rank in randomly generated instances (where the number

From the TOP of the park on The City’s Square go RIGHT first, this is Valley Road and is the fastest path to our 3 kid-friendly areas, plus Thunderation and Time Traveler. 1)

owed the plaintiff, and which bars the plaintiff from recovering for any injury received. In order for assumption of risk to apply, an injured party must have known, understood

Vy´sledek je pomeˇrneˇ uspokojivy´, ale mnoho hran vlivem sˇumu nebylo detekova´no. Za b) jsme zasˇumeˇny´ obraz nejprve odsˇumili pomocı´ metody VisuShrink s