MOON: Multi-Objective Optimization-Driven Object-Goal Navigation Using a Variable-Horizon Set-Orienteering Planner
Daigo Nakajima, Kanji Tanaka, Daiki Iwata, Kouki Terashima
TL;DR
MOON reframes object-goal navigation as a multi-objective, budget-aware planning problem that balances unexplored region discovery with exploitation of observed landmarks. It integrates a Query-Based Occupancy Map (QOM), a StructNav-inspired perception-and-scene pipeline, and a variable-horizon Set Orienteering Problem (SOP) to achieve globally coherent long-horizon navigation. A data-driven budget-return predictor and mode-switching mechanism steer the agent between exploration and exploitation, while a high-speed transformer-based neural planner distills the expert SOP solver to millisecond latency with near-expert quality. Evaluations in large-scale, procedurally generated indoor environments show substantial SPL gains over baselines, demonstrating the practicality of scalable, long-horizon, landmark-informed ON. The framework offers a general template for long-horizon decision-making in resource-constrained, semantically structured navigation and can extend to multi-robot and multi-target settings.
Abstract
This paper proposes MOON (Multi-Objective Optimization-driven Object-goal Navigation), a novel framework designed for efficient navigation in large-scale, complex indoor environments. While existing methods often rely on local heuristics, they frequently fail to address the strategic trade-offs between competing objectives in vast areas. To overcome this, we formulate the task as a multi-objective optimization problem (MOO) that balances frontier-based exploration with the exploitation of observed landmarks. Our prototype integrates three key pillars: (1) QOM [IROS05] for discriminative landmark encoding; (2) StructNav [RSS23] to enhance the navigation pipeline; and (3) a variable-horizon Set Orienteering Problem (SOP) formulation for globally coherent planning. To further support the framework's scalability, we provide a detailed theoretical foundation for the budget-constrained SOP formulation and the data-driven mode-switching strategy that enables long-horizon resource allocation. Additionally, we introduce a high-speed neural planner that distills the expert solver into a transformer-based model, reducing decision latency by a factor of nearly 10 while maintaining high planning quality.
