paper-with-me

홈 › Papers

Enhanced Multi-Objective A* with Partial Expansion

2022-12-06 · Valmiki Kothare, Zhongqiang Ren, Sivakumar Rathinam, Howie Choset

The Multi-Objective Shortest Path Problem (MO-SPP), typically posed on a graph, determines a set of paths from a start vertex to a destination vertex while optimizing multiple objectives. In general, there does not exist a single solution path that can simultaneously optimize all the objectives and the problem thus seeks to find a set of so-called Pareto-optimal solutions. To address this problem, several Multi-Objective A* (MOA*) algorithms were recently developed to quickly compute solutions with quality guarantees. However, these MOA* algorithms often suffer from high memory usage, especially when the branching factor (i.e. the number of neighbors of any vertex) of the graph is large. This work thus aims at reducing the high memory consumption of MOA* with little increase in the runtime. By generalizing and unifying several single- and multi-objective search algorithms, we develop the Runtime and Memory Efficient MOA* (RME-MOA*) approach, which can balance between runtime and memory efficiency by tuning two user-defined hyper-parameters.

📄 PDF Abstract BibTeX arXiv:2212.03712

Code (0)

등록된 구현이 없습니다.

Similar 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 algo…

Physics-informed Polynomial Chaos Expansion with Enhanced Constrained Optimization Solver and D-optimal Sampling

2025-12-11 · Qitian Lu, Himanshu Sharma, Michael D. Shields, Lukáš Novák arxiv

Physics-informed polynomial chaos expansions (PC$^2$) provide an efficient physically constrained surrogate modeling framework by embedding governing equations and other physical constraints into the standard data-driven…

Computational Efficiency

Landing Probabilities of Random Walks for Seed-Set Expansion in Hypergraphs

2019-10-20 · Eli Chien, Pan Li, Olgica Milenkovic

We describe the first known mean-field study of landing probabilities for random walks on hypergraphs. In particular, we examine clique-expansion and tensor methods and evaluate their mean-field characteristics over a cl…

Solving stochastic partial differential equations using neural networks in the Wiener chaos expansion

2024-11-05 · Ariel Neufeld, Philipp Schmocker

In this paper, we solve stochastic partial differential equations (SPDEs) numerically by using (possibly random) neural networks in the truncated Wiener chaos expansion of their corresponding solution. Moreover, we provi…

Subdimensional Expansion for Multi-objective Multi-agent Path Finding

2021-02-02 · Zhongqiang Ren, Sivakumar Rathinam, Howie Choset

Conventional multi-agent path planners typically determine a path that optimizes a single objective, such as path length. Many applications, however, may require multiple objectives, say time-to-completion and fuel use, …

Computational EfficiencyMulti-Agent Path Finding