A border line-based pruning scheme for shortest path computations

Jin Kyu Park, Daejin Moon, Eenjun Hwang

Research output: Contribution to journalArticlepeer-review

Abstract

With the progress of IT and mobile positioning technologies, various types of location-based services (LBS) have been proposed and implemented. Finding a shortest path between two nodes is one of the most fundamental tasks in many LBS related applications. So far, there have been many research efforts on the shortest path finding problem. For instance, A* algorithm estimates neighboring nodes using a heuristic function and selects minimum cost node as the closest one to the destination. Pruning method, which is known to outperform the A* algorithm, improves its routing performance by avoiding unnecessary exploration in the search space. For pruning, shortest paths for all node pairs in a map need to be pre-computed, from which a shortest path container is generated for each edge. The container for an edge consists of all the destination nodes whose shortest path passes through the edge and possibly some unnecessary nodes. These containers are used during routing to prune unnecessary node visits. However, this method shows poor performance as the number of unnecessary nodes included in the container increases. In this paper, we focus on this problem and propose a new border line-based pruning scheme for path routing which can reduce the number of unnecessary node visits significantly. Through extensive experiments on randomly-generated, various complexity of maps, we empirically find out optimal number of border lines for clipping containers and compare its performance with other methods.

Original languageEnglish
Pages (from-to)939-955
Number of pages17
JournalKSII Transactions on Internet and Information Systems
Volume4
Issue number5
DOIs
Publication statusPublished - 2010 Oct

Keywords

  • Border-line
  • Convex hull
  • Dijkstra's algorithm
  • Minimum bounding rectangle
  • Path-finding
  • Pruning method
  • Shortest path container

ASJC Scopus subject areas

  • Information Systems
  • Computer Networks and Communications

Fingerprint

Dive into the research topics of 'A border line-based pruning scheme for shortest path computations'. Together they form a unique fingerprint.

Cite this