Proceedings of the 18th ACM Conference on Information and Knowledge Management 2009
DOI: 10.1145/1645953.1646063
|View full text |Cite
|
Sign up to set email alerts
|

Fast shortest path distance estimation in large networks

Abstract: We study the problem of preprocessing a large graph so that point-to-point shortest-path queries can be answered very fast. Computing shortest paths is a well studied problem, but exact algorithms do not scale to huge graphs encountered on the web, social networks, and other applications.In this paper we focus on approximate methods for distance estimation, in particular using landmark-based distance indexing. This approach involves selecting a subset of nodes as landmarks and computing (offline) the distances… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

1
271
0

Year Published

2011
2011
2021
2021

Publication Types

Select...
4
3
1

Relationship

0
8

Authors

Journals

citations
Cited by 238 publications
(276 citation statements)
references
References 40 publications
1
271
0
Order By: Relevance
“…Kleinberg et al (2004) show that landmarks can be picked randomly with good theoretical results. Potamias et al (2009) build landmarks according to basic metrics with better result than in the previous work. All the above mentioned landmark-based approaches estimates the lengths of the shortest path in |S| , where L is a set of landmarks.…”
Section: Algorithms For the Shortest Path Problemmentioning
confidence: 99%
See 2 more Smart Citations
“…Kleinberg et al (2004) show that landmarks can be picked randomly with good theoretical results. Potamias et al (2009) build landmarks according to basic metrics with better result than in the previous work. All the above mentioned landmark-based approaches estimates the lengths of the shortest path in |S| , where L is a set of landmarks.…”
Section: Algorithms For the Shortest Path Problemmentioning
confidence: 99%
“…For instance, the breadth-first search requires at least 1.5 GB (200 000 000 * 8 bytes) of the primary memory to store all vertices, each vertex is represented by an 8 bytes long integer, in its inner queue of a graph which contains 200 million vertices. According to the performance estimation (Potamias, Bonchi, Castillo, & Gionis, 2009), it takes roughly a minute in a standard desktop computer to calculate the shortest path using the breadth-first search between two vertices in a graph that contains four million vertices and 50 million edges. While one of the most popular social networking sites, Facebook, has circa one and a half billion active users (Statista, 2015).…”
Section: Motivation For the Researchmentioning
confidence: 99%
See 1 more Smart Citation
“…M. Potamias et al [13] provided solution for calculating shortest path in a large network and used Landmarks indexes. It gives more accurate results particularly in less time using Random, Degree, Centrality strategies.…”
Section: Related Workmentioning
confidence: 99%
“…So far no optimal strategy with respect to landmark selection and random queries has been found. Specifically, landmark selection is NP-hard [26] and ALT does not guarantee to yield the smallest search spaces with respect to fastest path computations where source and destination nodes are chosen at random. Our experiments with real-world time-dependent travel-times show that our approach consumes much less storage as compared to ALT based approaches and yields faster response times (see Section 6).…”
Section: Related Workmentioning
confidence: 99%