paper-with-me

Papers

Multi-Objective Path-Based D* Lite

2021-08-02 · Zhongqiang Ren, Sivakumar Rathinam, Maxim Likhachev, Howie Choset

Incremental graph search algorithms such as D* Lite reuse previous, and perhaps partial, searches to expedite subsequent path planning tasks. In this article, we are interested in developing incremental graph search algorithms for path finding problems to simultaneously optimize multiple objectives such as travel risk, arrival time, etc. This is challenging because in a multi-objective setting, the number of "Pareto-optimal" solutions can grow exponentially with respect to the size of the graph. This article presents a new multi-objective incremental search algorithm called Multi-Objective Path-Based D* Lite (MOPBD*) which leverages a path-based expansion strategy to prune dominated solutions. Additionally, we introduce a sub-optimal variant of MOPBD* to improve search efficiency while approximating the Pareto-optimal front. We numerically evaluate the performance of MOPBD* and its variants in various maps with two and three objectives. Results show that our approach is more efficient than search from scratch, and runs up to an order of magnitude faster than the existing incremental method for multi-objective path planning.

📄 PDF Abstract BibTeX arXiv:2108.00710

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Travel 설명 없음

Similar Papers 제목 키워드 기반

A Conflict-Based Search Framework for Multi-Objective Multi-Agent Path Finding

2021-01-11 · Zhongqiang Ren, Sivakumar Rathinam, Howie Choset

Conventional multi-agent path planners typically compute an ensemble of paths while optimizing a single objective, such as path length. However, many applications may require multiple objectives, say fuel consumption and…

Multi-Agent Path Finding

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

Enhanced Teaching-Learning-based Optimization for 3D Path Planning of Multicopter UAVs

2022-05-31 · Van Truong Hoang, Manh Duong Phung

This paper introduces a new path planning algorithm for unmanned aerial vehicles (UAVs) based on the teaching-learning-based optimization (TLBO) technique. We first define an objective function that incorporates requirem…

Enhanced Multi-Objective A* Using Balanced Binary Search Trees

2022-02-18 · Zhongqiang Ren, Richard Zhan, Sivakumar Rathinam, Maxim Likhachev 외

This work addresses a Multi-Objective Shortest Path Problem (MO-SPP) on a graph where the goal is to find a set of Pareto-optimal solutions from a start node to a destination in the graph. A family of approaches based on…

An Aggregation of Aggregation Methods in Computational Pathology

2022-11-02 · Mohsin Bilal, Robert Jewsbury, Ruoyu Wang, Hammam M. AlGhamdi 외

Image analysis and machine learning algorithms operating on multi-gigapixel whole-slide images (WSIs) often process a large number of tiles (sub-images) and require aggregating predictions from the tiles in order to pred…

Multiple Instance Learningwhole slide images