paper-with-me

Papers

Tightest Admissible Shortest Path

2023-08-15 · Eyal Weiss, Ariel Felner, Gal A. Kaminka

The shortest path problem in graphs is fundamental to AI. Nearly all variants of the problem and relevant algorithms that solve them ignore edge-weight computation time and its common relation to weight uncertainty. This implies that taking these factors into consideration can potentially lead to a performance boost in relevant applications. Recently, a generalized framework for weighted directed graphs was suggested, where edge-weight can be computed (estimated) multiple times, at increasing accuracy and run-time expense. We build on this framework to introduce the problem of finding the tightest admissible shortest path (TASP); a path with the tightest suboptimality bound on the optimal cost. This is a generalization of the shortest path problem to bounded uncertainty, where edge-weight uncertainty can be traded for computational cost. We present a complete algorithm for solving TASP, with guarantees on solution quality. Empirical evaluation supports the effectiveness of this approach.

📄 PDF Abstract BibTeX arXiv:2308.08453

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Generalization of the Shortest Path Problem to Graphs with Multiple Edge-Cost Estimates

2022-08-22 · Eyal Weiss, Ariel Felner, Gal A. Kaminka

The shortest path problem in graphs is a cornerstone of AI theory and applications. Existing algorithms generally ignore edge weight computation time. We present a generalized framework for weighted directed graphs, wher…

Delta Epsilon Alpha Star: A PAC-Admissible Search Algorithm

2016-08-08 · David Cox

Delta Epsilon Alpha Star is a minimal coverage, real-time robotic search algorithm that yields a moderately aggressive search path with minimal backtracking. Search performance is bounded by a placing a combinatorial bou…

The FastMap Algorithm for Shortest Path Computations

2017-06-08 · Liron Cohen, Tansel Uras, Shiva Jahangiri, Aliyah Arunasalam 외

We present a new preprocessing algorithm for embedding the nodes of a given edge-weighted undirected graph into a Euclidean space. The Euclidean distance between any two nodes in this space approximates the length of the…

A shortest-path based clustering algorithm for joint human-machine analysis of complex datasets

2018-12-31 · Diego Ulisse Pizzagalli, Santiago Fernandez Gonzalez, Rolf Krause

Clustering is a technique for the analysis of datasets obtained by empirical studies in several disciplines with a major application for biomedical research. Essentially, clustering algorithms are executed by machines ai…

Clustering

Planning in Stochastic Environments with Goal Uncertainty

2018-10-18 · Sandhya Saisubramanian, Kyle Hollins Wray, Luis Pineda, Shlomo Zilberstein

We present the Goal Uncertain Stochastic Shortest Path (GUSSP) problem -- a general framework to model path planning and decision making in stochastic environments with goal uncertainty. The framework extends the stochas…

Decision Making