paper-with-me

홈 › Papers

A Scalable Heuristic for Fastest-Path Computation on Very Large Road Maps

2018-12-18 · Renjie Chen, Craig Gotsman

Fastest-path queries between two points in a very large road map is an increasingly important primitive in modern transportation and navigation systems, thus very efficient computation of these paths is critical for system performance and throughput. We present a method to compute an effective heuristic for the fastest path travel time between two points on a road map, which can be used to significantly accelerate the classical A* algorithm when computing fastest paths. Our method is based on two hierarchical sets of separators of the map represented by two binary trees. A preprocessing step computes a short vector of values per road junction based on the separator trees, which is then stored with the map and used to efficiently compute the heuristic at the online query stage. We demonstrate experimentally that this method scales well to any map size, providing a better quality heuristic, thus more efficient A* search, for fastest path queries between points at all distances - especially small and medium range - relative to other known heuristics.

📄 PDF Abstract BibTeX arXiv:1812.07441

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Efficient Fastest-Path Computations in Road Maps

2018-10-02 · Renjie Chen, Craig Gotsman

In the age of real-time online traffic information and GPS-enabled devices, fastest-path computations between two points in a road network modeled as a directed graph, where each directed edge is weighted by a "travel ti…

LSP-DETR: Efficient and Scalable Nuclei Segmentation in Whole-Slide Images

2026-01-06 · Matěj Pekár, Vít Musil, Rudolf Nenutil, Petr Holub 외 arxiv

Background and Objective: Precise and scalable instance segmentation of cell nuclei is a fundamental prerequisite for computational pathology, yet gigapixel whole-slide images (WSIs) pose significant computational challe…

Instance Segmentation

Properly learning decision trees in almost polynomial time

2021-09-01 · Guy Blanc, Jane Lange, Mingda Qiao, Li-Yang Tan

We give an $n^{O(\log\log n)}$-time membership query algorithm for properly and agnostically learning decision trees under the uniform distribution over $\{\pm 1\}^n$. Even in the realizable setting, the previous fastest…

A Fast and Scalable Pathwise-Solver for Group Lasso and Elastic Net Penalized Regression via Block-Coordinate Descent

2024-05-14 · James Yang, Trevor Hastie

We develop fast and scalable algorithms based on block-coordinate descent to solve the group lasso and the group elastic net for generalized linear models along a regularization path. Special attention is given when the …

CoRe-GD: A Hierarchical Framework for Scalable Graph Visualization with GNNs

2024-02-09 · Florian Grötschla, Joël Mathys, Robert Veres, Roger Wattenhofer

Graph Visualization, also known as Graph Drawing, aims to find geometric embeddings of graphs that optimize certain criteria. Stress is a widely used metric; stress is minimized when every pair of nodes is positioned at …

Graph Neural Network