Highway dimension

From testwiki
Jump to navigation Jump to search

The highway dimension is a graph parameter modelling transportation networks, such as road networks or public transportation networks. It was first formally defined by Abraham et al.[1] based on the observation by Bast et al.[2][3] that any road network has a sparse set of "transit nodes", such that driving from a point A to a sufficiently far away point B along the shortest route will always pass through one of these transit nodes. It has also been proposed that the highway dimension captures the properties of public transportation networks well (at least according to definitions 1 and 2 below), given that longer routes using busses, trains, or airplanes will typically be serviced by larger transit hubs (stations and airports). This relates to the spoke–hub distribution paradigm in transport topology optimization.

Definitions

Several definitions of the highway dimension exist.[4] Each definition of the highway dimension uses a hitting set of a certain set of shortest paths: given a graph G=(V,E) with edge lengths :E+, let 𝒫 contain every vertex set PV such that P induces a shortest path between some vertex pair of G, according to the edge lengths . To measure the highway dimension we determine the "sparseness" of a hitting set of a subset of 𝒫 in a local area of the graph, for which we define a ball of radius r>0 around a vertex uV to be the set Br(u)V of vertices at distance at most r from u in G according to the edge lengths . In the context of low highway dimension graphs, the vertices of a hitting set for the shortest paths are called hubs.

Definition 1

The original definition[1] of the highway dimension measures the sparseness of a hub set

H

of shortest paths contained within a ball of radius

4r

:

The highway dimension of

G

is the smallest integer

h1

such that for any radius

r>0

and any node

uV

there is a hitting set

HB4r(u)

of size at most

h1

for all shortest paths

P𝒫

of length more than

r

for which

PB4r(u)

.

A variant of this definition uses balls of radius

cr

for some constant

c>4

. Choosing a constant greater than 4 implies additional structural properties of graphs of bounded highway dimension, which can be exploited algorithmically.[5]

Definition 2

A subsequent definition[6] of the highway dimension measures the sparseness of a hub set

H

of shortest paths intersecting a ball of radius

2r

:

The highway dimension of

G

is the smallest integer

h2

such that for any radius

r>0

and any node

uV

there is a hitting set

HV

of size at most

h2

for all shortest paths

P𝒫

of length more than

r

and at most

2r

for which

PB2r(u)

.

This definition is weaker than the first, i.e., every graph of highway dimension

h1

also has highway dimension

h2

, but not vice versa.[5]

Definition 3

For the third definition[7] of the highway dimension we introduce the notion of a "witness path": for a given radius

r

, a shortest path

P𝒫

has an

r

-witness path

Q𝒫

if

Q

has length more than

r

and

Q

can be obtained from

P

by adding at most one vertex to either end of

P

(i.e.,

Q

has at most 2 vertices more than

P

and these additional vertices are incident to

P

). Note that

P

may be shorter than

r

but is contained in

Q

, which has length more than

r

.

The highway dimension of

G

is the smallest integer

h3

such that for any radius

r>0

and any node

uV

there is a hitting set

HV

of size at most

h3

for all shortest paths

P𝒫

that have an

r

-witness path

Q

with

QB2r(u)

.

This definition is stronger than the above, i.e., every graph of highway dimension

h1

also has highway dimension

h3=O(h12)

, but

h1

cannot be bounded in terms of

h3

.[5]

Shortest path cover

A notion closely related to the highway dimension is that of a shortest path cover,[1] where the order of the quantifiers in the definition is reversed, i.e., instead of a hub set for each ball, there is a one hub set

H

, which is sparse in every ball:

Given a radius

r>0

, an

r

-shortest path cover of

G

is a hitting set

HV

for all shortest paths in

𝒫

of length more than

r

and at most

2r

. The

r

-shortest path cover

H

is locally

h

-sparse if any node

uV

the ball

B2r(u)

contains at most

h

vertices of

H

, i.e.,

|B2r(u)H|h

.

Every graph of bounded highway dimension

h

(according to any of the above definitions) also has a locally

h

-sparse

r

-shortest path cover for every

r>0

, but not vice versa.[4] For algorithmic purposes it is often more convenient to work with one hitting set for each radius

r

, which makes shortest path covers an important tool for algorithms on graphs of bounded highway dimension.

Relation to other graph parameters

The highway dimension combines structural and metric properties of graphs, and is thus incomparable to common structural and metric parameters. In particular, for any graph it is possible to choose edge lengths such that the highway dimension is 1,[5] while at the same time some graphs with very simple structure such as trees can have arbitrarily large highway dimension. This implies that the highway dimension parameter is incomparable to structural graph parameters such as treewidth, cliquewidth, or minor-freeness. On the other hand, a star with unit edge lengths has highway dimension 1 (according to definitions 1 and 2 above) but unbounded doubling dimension, while a k×k grid graph with unit edge lengths has constant doubling dimension but highway dimension Ω(k).[1] This means that the highway dimension according to definitions 1 and 2 is also incomparable to the doubling dimension. Any graph of bounded highway dimension according to definition 3 above, also has bounded doubling dimension.[7]

Computing the highway dimension

Computing the highway dimension of a given graph is NP-hard.[5] Assuming that all shortest paths are unique (which can be done by slightly perturbing the edge lengths), an O(logh)-approximation can be computed in polynomial time,[6] given that the highway dimension of the graph is h. It is not known whether computing the highway dimension is fixed-parameter tractable (FPT), however there are hardness results indicating that this is likely not the case.[8] In particular, these results imply that, under standard complexity assumptions, an FPT algorithm can neither compute the highway dimension bottom-up (from the smallest value r to the largest) nor top-down (from the largest value r to the smallest).

Algorithms exploiting the highway dimension

Shortest path algorithms

Some heuristics to compute shortest paths, such as the Reach, Contraction Hierarchies, Transit Nodes, and Hub Labelling algorithms, can be formally proven to run faster than other shortest path algorithms (e.g. Dijkstra's algorithm) on graphs of bounded highway dimension according to definition 3 above.[7]

Approximations for NP-hard problems

A crucial property that can be exploited algorithmically for graphs of bounded highway dimension is that vertices that are far from the hubs of a shortest path cover are clustered into so-called towns:[5]

Given a radius

r>0

, an

r

-shortest path cover

H

of

G

, and a vertex

uV

at distance more than

2r

from

H

, the set

TV

of vertices at distance at most

r

from

u

according to the edge lengths

is called a town. The set of all vertices not lying in any town is called the sprawl.

It can be shown that the diameter of every town is at most

r

, while the distance between a town and any vertex outside it is more than

r

. Furthermore, the distance from any vertex in the sprawl to some hub of

H

is at most

2r

.

Based on this structure, Feldmann et al.[5] defined the towns decomposition, which recursively decomposes the sprawl into towns of exponentially growing values r. For a graph of bounded highway dimension (according to definition 1 above) this decomposition can be used to find a metric embedding into a graph of bounded treewidth that preserves distances between vertices arbitrarily well. Due to this embedding it is possible to obtain quasi-polynomial time approximation schemes (QPTASs) for various problems such as Travelling Salesman (TSP), Steiner Tree, k-Median, and Facility Location.[5]

For clustering problems such as k-Median, k-Means, and Facility Location, faster polynomial-time approximation schemes (PTASs) are known for graphs of bounded highway dimension according to definition 1 above.[9] For network design problems such as TSP and Steiner Tree it is not known how to obtain a PTAS.

For the k-Center problem, it is not known whether a PTAS exists for graphs of bounded highway dimension, however it is NP-hard to compute a (2ε)-approximation on graphs of highway dimension O(log2n),[10] which implies that any (2ε)-approximation algorithm needs at least double exponential time in the highway dimension, unless P=NP.[10] On the other hand, it was shown that a parameterized 3/2-approximation algorithm with a runtime of 2O(khlogh)nO(1) exists for k-Center where h is the highway dimension according to any of the above definitions.[10] When using definition 1 above, a parameterized approximation scheme (PAS) is known to exist when using k and h as parameters.[11]

For the Capacitated k-Center problem there is no PAS parameterized by k and the highway dimension h, unless FPT=W[1].[12] This is notable, since typically (i.e., for all the problems mentioned above), if there is an approximation scheme for metrics of low doubling dimension, then there is also one for graphs of bounded highway dimension. But for Capacitated k-Center there is a PAS parameterized by k and the doubling dimension.[12]

References

Template:Reflist