Search papers, labs, and topics across Lattice.
This paper addresses the challenge of efficient multi-objective planning for autonomous navigation, where weighted sum methods fail to find all Pareto-optimal solutions. They introduce a Large Neighbourhood Search (LNS) algorithm tailored for weighted maximum planning, which can identify solutions in non-convex regions. The proposed algorithm achieves comparable solution quality to existing weighted maximum planners but with a 1-2 order of magnitude runtime improvement, making it practical for real-world applications.
Weighted maximization can unlock better navigation plans, but until now, it was too slow to use in practice.
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.