paper-with-me

Papers

Multi-Object Navigation with dynamically learned neural implicit representations

2022-10-11 · ICCV 2023 1 · Pierre Marza, Laetitia Matignon, Olivier Simonin, Christian Wolf

Understanding and mapping a new environment are core abilities of any autonomously navigating agent. While classical robotics usually estimates maps in a stand-alone manner with SLAM variants, which maintain a topological or metric representation, end-to-end learning of navigation keeps some form of memory in a neural network. Networks are typically imbued with inductive biases, which can range from vectorial representations to birds-eye metric tensors or topological structures. In this work, we propose to structure neural networks with two neural implicit representations, which are learned dynamically during each episode and map the content of the scene: (i) the Semantic Finder predicts the position of a previously seen queried object; (ii) the Occupancy and Exploration Implicit Representation encapsulates information about explored area and obstacles, and is queried with a novel global read mechanism which directly maps from function space to a usable embedding space. Both representations are leveraged by an agent trained with Reinforcement Learning (RL) and learned online during each episode. We evaluate the agent on Multi-Object Navigation and show the high impact of using neural implicit representations as a memory source.

📄 PDF Abstract BibTeX arXiv:2210.05129

Code (1)

PierreMarza/dynamic_implicit_representations 공식 구현 pytorch

Tasks

ObjectReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Implicit Obstacle Map-driven Indoor Navigation Model for Robust Obstacle Avoidance

2023-08-24 · Wei Xie, Haobo Jiang, Shuo Gu, Jin Xie

Robust obstacle avoidance is one of the critical steps for successful goal-driven indoor navigation tasks.Due to the obstacle missing in the visual image and the possible missed detection issue, visual image-based obstac…

Teaching Agents how to Map: Spatial Reasoning for Multi-Object Navigation

2021-07-13 · Pierre Marza, Laetitia Matignon, Olivier Simonin, Christian Wolf

In the context of visual navigation, the capacity to map a novel environment is necessary for an agent to exploit its observation history in the considered place and efficiently reach known goals. This ability can be ass…

Reinforcement Learning (RL)Spatial ReasoningVisual Navigation

CogNav: Cognitive Process Modeling for Object Goal Navigation with LLMs

2024-12-11 · Yihan Cao, Jiazhao Zhang, Zhinan Yu, Shuzhen Liu 외

Object goal navigation (ObjectNav) is a fundamental task in embodied AI, requiring an agent to locate a target object in previously unseen environments. This task is particularly challenging because it requires both perc…

Large Language ModelObjectObject Recognition

Object Goal Navigation with Recursive Implicit Maps

2023-08-10 · ShiZhe Chen, Thomas Chabal, Ivan Laptev, Cordelia Schmid

Object goal navigation aims to navigate an agent to locations of a given object category in unseen environments. Classical methods explicitly build maps of environments and require extensive engineering while lacking sem…

NavigateObjectSpatial Reasoning

GA-VLN: Geometry-Aware BEV Representation for Efficient Vision-Language Navigation

2026-05-21 · Jiahao Yang, Zihan Wang, Xiangyang Li, Xing Zhu 외 arxiv

Despite significant progress in Vision-Language Navigation (VLN), existing approaches still rely on dense RGB videos that produce excessive patch tokens and lack explicit spatial structure, resulting in substantial compu…

Vision-Language NavigationSpatial Reasoning3D Reconstruction