OpenIN: Open-Vocabulary Instance-Oriented Navigation in Dynamic Domestic Environments
Yujie Tang, Meiling Wang, Yinan Deng, Zibo Zheng, Jingchuan Deng, Yufeng Yue
TL;DR
OpenIN tackles the challenge of navigating to specific object instances in dynamic domestic environments by introducing a dynamic Carrier-Relationship Scene Graph (CRSG) that encodes carried-by relationships and object carriers. The navigation strategy models the search as a Markov Decision Process, selecting targets via multimodal similarities and using a large language model for commonsense-driven exploration when necessary; CRSG updates are performed continually from robot observations. The approach integrates open-vocabulary instance mapping with LLM-assisted reasoning and visual-language features, enabling robust instance discrimination and responsive adaptation as objects move or change carriers. Across both simulated and real-world tests, CRSG updates improved navigation efficiency to moved targets, and ablations confirmed the contributions of each component to performance gains.
Abstract
In daily domestic settings, frequently used objects like cups often have unfixed positions and multiple instances within the same category, and their carriers frequently change as well. As a result, it becomes challenging for a robot to efficiently navigate to a specific instance. To tackle this challenge, the robot must capture and update scene changes and plans continuously. However, current object navigation approaches primarily focus on the semantic level and lack the ability to dynamically update scene representation. In contrast, this paper captures the relationships between frequently used objects and their static carriers. It constructs an open-vocabulary Carrier-Relationship Scene Graph (CRSG) and updates the carrying status during robot navigation to reflect the dynamic changes of the scene. Based on the CRSG, we further propose an instance navigation strategy that models the navigation process as a Markov Decision Process. At each step, decisions are informed by the Large Language Model's commonsense knowledge and visual-language feature similarity. We designed a series of long-sequence navigation tasks for frequently used everyday items in the Habitat simulator. The results demonstrate that by updating the CRSG, the robot can efficiently navigate to moved targets. Additionally, we deployed our algorithm on a real robot and validated its practical effectiveness. The project page can be found here: https://OpenIN-nav.github.io.
