paper-with-me

Papers

A Generalized A* Algorithm for Finding Globally Optimal Paths in Weighted Colored Graphs

2020-12-24 · Jaein Lim, Panagiotis Tsiotras

Both geometric and semantic information of the search space is imperative for a good plan. We encode those properties in a weighted colored graph (geometric information in terms of edge weight and semantic information in terms of edge and vertex color), and propose a generalized A* to find the shortest path among the set of paths with minimal inclusion of low-ranked color edges. We prove the completeness and optimality of this Class-Ordered A* (COA*) algorithm with respect to the hereto defined notion of optimality. The utility of COA* is numerically validated in a ternary graph with feasible, infeasible, and unknown vertices and edges for the cases of a 2D mobile robot, a 3D robotic arm, and a 5D robotic arm with limited sensing capabilities. We compare the results of COA* to that of the regular A* algorithm, the latter of which finds the shortest path regardless of uncertainty, and we show that the COA* dominates the A* solution in terms of finding less uncertain paths.

📄 PDF Abstract BibTeX arXiv:2012.13057

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Certifiably Globally Optimal Solution to Generalized Essential Matrix Estimation

2020-06-01 · CVPR 2020 6 · Ji Zhao, Wanting Xu, Laurent Kneip

We present a convex optimization approach for generalized essential matrix (GEM) estimation. The six-point minimal solver for the GEM has poor numerical stability and applies only for a minimal number of points. Existing…

Finding Globally Optimal Configuration of Active RIS in Linear Time

2023-08-08 · Heedong Do, Namyoon Lee

This paper presents an algorithm for finding the optimal configuration of active reconfigurable intelligent surface (RIS) when both transmitter and receiver are equipped with a single antenna each. The resultant configur…

Biologically Inspired Neural Path Finding

2022-06-13 · Hang Li, Qadeer Khan, Volker Tresp, Daniel Cremers

The human brain can be considered to be a graphical structure comprising of tens of billions of biological neurons connected by synapses. It has the remarkable ability to automatically re-route information flow through a…

OPMOS: Ordered Parallel Algorithm for Multi-Objective Shortest-Paths

2024-11-25 · Leo Gold, Adam Bienkowski, David Sidoti, Krishna Pattipati 외

The Multi-Objective Shortest-Path (MOS) problem finds a set of Pareto-optimal solutions from a start node to a destination node in a multi-attribute graph. The literature explores multi-objective A*-style algorithmic app…

AttributeCPU

SpiderMatch: 3D Shape Matching with Global Optimality and Geometric Consistency

2024-01-01 · CVPR 2024 1 · Paul Roetzer, Florian Bernard

Finding shortest paths on product spaces is a popular approach to tackle numerous variants of matching problems including the dynamic time warping method for matching signals the matching of curves or the matching of…

Dynamic Time Warping