Efficient Multi-Objective Planning with Weighted Maximization Using Large Neighbourhood Search

arXiv cs.RO / 4/7/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper addresses autonomous navigation planning as a multi-objective optimization problem and argues that traditional weighted-sum scalarization can miss important Pareto-optimal trade-offs.
  • It proposes using a weighted maximum formulation to recover all Pareto-optimal solutions, including non-convex regions that weighted-sum methods typically cannot reach.
  • Because weighted maximum planning is computationally expensive in discrete settings, the authors introduce a Large Neighbourhood Search (LNS)-based algorithm to make it efficient.
  • Simulation results indicate the new method matches existing weighted-maximum planners’ solution quality while improving runtime by 1–2 orders of magnitude, making the approach more practical for autonomous navigation.

Abstract

Autonomous navigation often requires the simultaneous optimization of multiple objectives. The most common approach scalarizes these into a single cost function using a weighted sum, but this method is unable to find all possible trade-offs and can therefore miss critical solutions. An alternative, the weighted maximum of objectives, can find all Pareto-optimal solutions, including those in non-convex regions of the trade-off space that weighted sum methods cannot find. However, the increased computational complexity of finding weighted maximum solutions in the discrete domain has limited its practical use. To address this challenge, we propose a novel search algorithm based on the Large Neighbourhood Search framework that efficiently solves the weighted maximum planning problem. Through extensive simulations, we demonstrate that our algorithm achieves comparable solution quality to existing weighted maximum planners with a runtime improvement of 1-2 orders of magnitude, making it a viable option for autonomous navigation.