Proceedings of the 2011 ACM SIGMOD International Conference on Management of Data 2011
DOI: 10.1145/1989323.1989368
|View full text |Cite
|
Sign up to set email alerts
|

On k-skip shortest paths

Abstract: Given two vertices s, t in a graph, let P be the shortest path (SP) from s to t, and P a subset of the vertices in P . P is a k-skip shortest path from s to t, if it includes at least a vertex out of every k consecutive vertices in P . In general, P succinctly describes P by sampling the vertices in P with a rate of at least 1/k. This makes P a natural substitute in scenarios where reporting every single vertex of P is unnecessary or even undesired. This paper studies k-skip SP computation in the context of sp… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

1
53
0

Year Published

2012
2012
2023
2023

Publication Types

Select...
5
2
2

Relationship

0
9

Authors

Journals

citations
Cited by 43 publications
(54 citation statements)
references
References 30 publications
1
53
0
Order By: Relevance
“…Instead, they use a small number of landmarks to do estimation. Tao et al [32] introduce the k-skip shortest path, which is a natural substantial of returning the exact shortest path. Intuitively, it reports a set of vertices V that consecutively reside on a shortest path from s to t, having every vertex on this path is at most k-hop away from at least one vertex in V. Followup works, like graph simplification [30], shortest path discovery over road network [11,34], employ similar concepts to perform a distance-preserving graph partition.…”
Section: Related Workmentioning
confidence: 99%
“…Instead, they use a small number of landmarks to do estimation. Tao et al [32] introduce the k-skip shortest path, which is a natural substantial of returning the exact shortest path. Intuitively, it reports a set of vertices V that consecutively reside on a shortest path from s to t, having every vertex on this path is at most k-hop away from at least one vertex in V. Followup works, like graph simplification [30], shortest path discovery over road network [11,34], employ similar concepts to perform a distance-preserving graph partition.…”
Section: Related Workmentioning
confidence: 99%
“…Regardless of the uncertainty, we use simple graphs just as other studies on graph database [7][8][9][10][11] . Without loss of generality, we mainly process undirected simple graphs.…”
Section: Correlated Uncertain Graphsmentioning
confidence: 99%
“…To avoid calculating all-pairs shortest path, we adopt k-skip shortest paths [12] and vertex labeling hierarchy [3] techniques. For example, Figure 2 shows an original graph at the bottom, a 2-skip graph in the middle and two sub-graphs on the top to be stored in the cloud.…”
Section: Figure 1 Link Graph and Outsourced Graphs (By Gao)mentioning
confidence: 99%
“…For the first step, building k-skip sub graph, the k-skip graph was introduced in the context of spatial network databases [12]. It is able to answer k-skip queries significantly faster than finding the original shortest paths in their entirety.…”
Section: Construction Of K-skip Graphmentioning
confidence: 99%