CVAIDec 4, 2023

Towards Learning a Generalist Model for Embodied Navigation

arXiv:2312.02010v3173 citationsh-index: 11CVPR
Originality Highly original
AI Analysis

This work addresses the lack of generalizability in embodied navigation agents, which is a key challenge for developing AI systems that can interact with the real world, though it is incremental as it builds on existing LLM capabilities.

The authors tackled the problem of creating a generalist agent for embodied navigation by proposing NaviLLM, which adapts large language models using schema-based instruction to unify various tasks, achieving state-of-the-art performance with a 29% improvement in goal progress on CVDN and strong results on other benchmarks.

Building a generalist agent that can interact with the world is the intriguing target of AI systems, thus spurring the research for embodied navigation, where an agent is required to navigate according to instructions or respond to queries. Despite the major progress attained, previous works primarily focus on task-specific agents and lack generalizability to unseen scenarios. Recently, LLMs have presented remarkable capabilities across various fields, and provided a promising opportunity for embodied navigation. Drawing on this, we propose the first generalist model for embodied navigation, NaviLLM. It adapts LLMs to embodied navigation by introducing schema-based instruction. The schema-based instruction flexibly casts various tasks into generation problems, thereby unifying a wide range of tasks. This approach allows us to integrate diverse data sources from various datasets into the training, equipping NaviLLM with a wide range of capabilities required by embodied navigation. We conduct extensive experiments to evaluate the performance and generalizability of our model. The experimental results demonstrate that our unified model achieves state-of-the-art performance on CVDN, SOON, and ScanQA. Specifically, it surpasses the previous stats-of-the-art method by a significant margin of 29% in goal progress on CVDN. Moreover, our model also demonstrates strong generalizability and presents impressive results on unseen tasks, e.g., embodied question answering and 3D captioning.

Code Implementations2 repos
Foundations

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

Your Notes