2018
DOI: 10.1186/s40537-018-0125-8
|View full text |Cite
|
Sign up to set email alerts
|

The MapReduce-based approach to improve the shortest path computation in large-scale road networks: the case of A* algorithm

Abstract: With the increasing size of road networks (4.4 billions of vertices and 6 billions of uploaded GPS points, according to OpenStreetMap data stats 2018 [1]), there has been vast improvement in hardware architecture for intelligent transportation system. The traditional GPS systems embedded in vehicles are only designed to find the shortest paths in small or medium road networks. With the increase in the size of road-networks, implementing efficient GPS programs has become challenging. This is mainly due to impra… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
16
0

Year Published

2019
2019
2022
2022

Publication Types

Select...
3
3
2

Relationship

3
5

Authors

Journals

citations
Cited by 17 publications
(17 citation statements)
references
References 26 publications
(52 reference statements)
0
16
0
Order By: Relevance
“…Their proposed technique is very inspiring and achieves significant gain in term of runtime complexity. They used the similarly technique to propose parallel and distributed version of A* pathfinding algorithm called MRA* (MapReduce-A*) [7,8] which consists to combine the A* algorithm with MapReduce paradigm to compute the shortest path on large-scale road network.…”
Section: Related Workmentioning
confidence: 99%
See 1 more Smart Citation
“…Their proposed technique is very inspiring and achieves significant gain in term of runtime complexity. They used the similarly technique to propose parallel and distributed version of A* pathfinding algorithm called MRA* (MapReduce-A*) [7,8] which consists to combine the A* algorithm with MapReduce paradigm to compute the shortest path on large-scale road network.…”
Section: Related Workmentioning
confidence: 99%
“…Our research was motivated by [6,7,8,9,10,11,12] and made feasible by access to data from Casablanca's buses, tramways, and GIS data of Morocco. The data originates from a variety of sources, including GPS (Global Positioning System) sensors, traffic control devices, and car embedded systems.…”
Section: Introductionmentioning
confidence: 99%
“…In the example below, the graph Gr = (V r , Ed ) in Figure 4 (b) is a sub-graph of Gr = (V r, Ed) because V r ⊂ V r and Ed ⊂ Ed. We obtain Gr by removing from Gr the vertex 4 and these adjacent edges (1,4), (3,4) et (4,5). Definition 3 (Partition) Let Gr be a nonempty set and k is a natural integer greater than or equal to 2.…”
Section: Definitions and Notationsmentioning
confidence: 99%
“…Large-scale network such as social networks (e.g., Facebook and Twitter) [11,1], road networks [6,10,2,3,1], brain networks [34], etc... with their heterogeneity allow to analyze a chaotic dynamics or represent a complex phenomenon. They represent numerous exciting challenges related to high performance computing problems, where data scalability, program complexity and robustness hardware configurations play an important roles.…”
Section: Introductionmentioning
confidence: 99%
“…Heuristic probabilistic search has better global optimization ability. However, the disadvantage of ant colony algorithm is that the computation is large [10]. Mauricio et al [11] adopted a particle swarm optimization method to solve the nonuniform vehicle routing problem with terminal.…”
Section: Introductionmentioning
confidence: 99%