AIAug 22, 2023

VBMO: Voting-Based Multi-Objective Path Planning

arXiv:2308.11755v11 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses path planning for robotics or autonomous systems, but it is incremental as it builds on existing single-objective optimization with a novel selection method.

The paper tackles the problem of multi-objective path planning by introducing VBMO, which generates optimal single-objective plans and selects one using voting mechanisms, resulting in efficient plans that satisfy multiple objectives without hand-tuned weights or evolutionary algorithms.

This paper presents VBMO, the Voting-Based Multi-Objective path planning algorithm, that generates optimal single-objective plans, evaluates each of them with respect to the other objectives, and selects one with a voting mechanism. VBMO does not use hand-tuned weights, consider the multiple objectives at every step of search, or use an evolutionary algorithm. Instead, it considers how a plan that is optimal in one objective may perform well with respect to others. VBMO incorporates three voting mechanisms: range, Borda, and combined approval. Extensive evaluation in diverse and complex environments demonstrates the algorithm's ability to efficiently produce plans that satisfy multiple objectives.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes