paper-with-me

Papers

Prioritized Semantic Learning for Zero-shot Instance Navigation

2024-03-18 · Xinyu Sun, Lizhao Liu, Hongyan Zhi, Ronghe Qiu, Junwei Liang

We study zero-shot instance navigation, in which the agent navigates to a specific object without using object annotations for training. Previous object navigation approaches apply the image-goal navigation (ImageNav) task (go to the location of an image) for pretraining, and transfer the agent to achieve object goals using a vision-language model. However, these approaches lead to issues of semantic neglect, where the model fails to learn meaningful semantic alignments. In this paper, we propose a Prioritized Semantic Learning (PSL) method to improve the semantic understanding ability of navigation agents. Specifically, a semantic-enhanced PSL agent is proposed and a prioritized semantic training strategy is introduced to select goal images that exhibit clear semantic supervision and relax the reward function from strict exact view matching. At inference time, a semantic expansion inference scheme is designed to preserve the same granularity level of the goal semantic as training. Furthermore, for the popular HM3D environment, we present an Instance Navigation (InstanceNav) task that requires going to a specific object instance with detailed descriptions, as opposed to the Object Navigation (ObjectNav) task where the goal is defined merely by the object category. Our PSL agent outperforms the previous state-of-the-art by 66% on zero-shot ObjectNav in terms of success rate and is also superior on the new InstanceNav task. Code will be released at https://github.com/XinyuSun/PSL-InstanceNav.

📄 PDF Abstract BibTeX arXiv:2403.11650

Code (1)

xinyusun/psl-instancenav 공식 구현 pytorch

Tasks

Language ModellingObject

Similar Papers 제목 키워드 기반

CLUE: Adaptively Prioritized Contextual Cues by Leveraging a Unified Semantic Map for Effective Zero-Shot Object-Goal Navigation

2026-05-19 · Taeyun Kim, Alvin Jinsung Choi, Dasol Hong, Hyun Myung arxiv

Zero-shot object-goal navigation (ZSON) is a challenging problem in robotics that requires a comprehensive understanding of both language and visual observations. Contextual cues from rooms and objects are critical, but …

OpenMap: Instruction Grounding via Open-Vocabulary Visual-Language Mapping

2025-08-03 · Danyang Li, Zenghui Yang, Guangpeng Qi, Songtao Pang 외 arxiv

Grounding natural language instructions to visual observations is fundamental for embodied agents operating in open-world environments. Recent advances in visual-language mapping have enabled generalizable semantic repre…

ZSON: Zero-Shot Object-Goal Navigation using Multimodal Goal Embeddings

2022-06-24 · Arjun Majumdar, Gunjan Aggarwal, Bhavika Devnani, Judy Hoffman 외

We present a scalable approach for learning open-world object-goal navigation (ObjectNav) -- the task of asking a virtual robot (agent) to find any instance of an object in an unexplored environment (e.g., "find a sink")…

EvoMemNav: Efficient Self-Evolving Fine-Grained Memory for Zero-Shot Embodied Navigation

2026-06-02 · Zuhao Ge, Xiaosong Jia, Chao Wu, Yuchen Zhou 외 arxiv

Building memory is essential for long-horizon planning in zero-shot embodied navigation. Detector-centric scene graphs often compress observations into sparse nodes, discarding fine-grained visual evidence and accumulati…

Zero-shot Generalization3D Reconstruction

VLFM: Vision-Language Frontier Maps for Zero-Shot Semantic Navigation

2023-12-06 · Naoki Yokoyama, Sehoon Ha, Dhruv Batra, Jiuguang Wang 외

Understanding how humans leverage semantic knowledge to navigate unfamiliar environments and decide where to explore next is pivotal for developing robots capable of human-like search behaviors. We introduce a zero-shot …

Language ModellingNavigate