Embodied Navigation with Auxiliary Task of Action Description Prediction
Haru Kondoh, Asako Kanezaki
TL;DR
This work tackles explainability in multimodal embodied navigation by introducing DescRL, an auxiliary-task framework that trains agents to describe their past and future actions during navigation. It employs a two-phase pipeline: Phase 1 pre-trains an ADGenerator to verbalize observations, and Phase 2 trains the navigation policy with an ADPredictor to predict action descriptions, optionally aided by knowledge distillation from vision-language models. Across ObjNav, VLN, and SAVNav, DescRL yields strong navigation performance, with the largest gains in the challenging SAVNav task, and enables analysis of failure modes through predicted descriptions. The approach reduces reliance on human-labeled data via VLM distillation and demonstrates that action-description auxiliary tasks can enhance both interpretability and, in many cases, navigation effectiveness.
Abstract
The field of multimodal robot navigation in indoor environments has garnered significant attention in recent years. However, as tasks and methods become more advanced, the action decision systems tend to become more complex and operate as black-boxes. For a reliable system, the ability to explain or describe its decisions is crucial; however, there tends to be a trade-off in that explainable systems can not outperform non-explainable systems in terms of performance. In this paper, we propose incorporating the task of describing actions in language into the reinforcement learning of navigation as an auxiliary task. Existing studies have found it difficult to incorporate describing actions into reinforcement learning due to the absence of ground-truth data. We address this issue by leveraging knowledge distillation from pre-trained description generation models, such as vision-language models. We comprehensively evaluate our approach across various navigation tasks, demonstrating that it can describe actions while attaining high navigation performance. Furthermore, it achieves state-of-the-art performance in the particularly challenging multimodal navigation task of semantic audio-visual navigation.
