paper-with-me

Papers

What do navigation agents learn about their environment?

2022-06-17 · CVPR 2022 1 · Kshitij Dwivedi, Gemma Roig, Aniruddha Kembhavi, Roozbeh Mottaghi

Today's state of the art visual navigation agents typically consist of large deep learning models trained end to end. Such models offer little to no interpretability about the learned skills or the actions of the agent taken in response to its environment. While past works have explored interpreting deep learning models, little attention has been devoted to interpreting embodied AI systems, which often involve reasoning about the structure of the environment, target characteristics and the outcome of one's actions. In this paper, we introduce the Interpretability System for Embodied agEnts (iSEE) for Point Goal and Object Goal navigation agents. We use iSEE to probe the dynamic representations produced by these agents for the presence of information about the agent as well as the environment. We demonstrate interesting insights about navigation agents using iSEE, including the ability to encode reachable locations (to avoid obstacles), visibility of the target, progress from the initial spawn location as well as the dramatic effect on the behaviors of agents when we mask out critical individual neurons. The code is available at: https://github.com/allenai/iSEE

📄 PDF Abstract BibTeX arXiv:2206.08500

Code (1)

allenai/isee 공식 구현

Tasks

Visual Navigation

Similar Papers 제목 키워드 기반

Adaptive Theory of Mind for LLM-based Multi-Agent Coordination

2026-03-17 · Chunjiang Mu, Ya Zeng, Qiaosheng Zhang, Kun Shao 외 arxiv

Theory of Mind (ToM) refers to the ability to reason about others' mental states, and higher-order ToM involves considering that others also possess their own ToM. Equipping large language model (LLM)-driven agents with …

Been There, Done That: Meta-Learning with Episodic Recall

2018-05-24 · ICML 2018 7 · Samuel Ritter, Jane. X. Wang, Zeb Kurth-Nelson, Siddhant M. Jayakumar 외

Meta-learning agents excel at rapidly learning new tasks from open-ended task distributions; yet, they forget what they learn about each task as soon as the next begins. When tasks reoccur - as they do in natural environ…

Meta-Learning

Visual Navigation with Spatial Attention

2021-04-20 · CVPR 2021 1 · Bar Mayo, Tamir Hazan, Ayellet Tal

This work focuses on object goal visual navigation, aiming at finding the location of an object from a given class, where in each step the agent is provided with an egocentric RGB image of the scene. We propose to learn …

NavigateObjectreinforcement-learningReinforcement Learning (RL)+1

Guided Navigation from Multiple Viewpoints using Qualitative Spatial Reasoning

2020-11-03 · Danilo Perico, Paulo E. Santos, Reinaldo Bianchi

Navigation is an essential ability for mobile agents to be completely autonomous and able to perform complex actions. However, the problem of navigation for agents with limited (or no) perception of the world, or devoid …

Spatial Reasoning

Diagnosing Vision-and-Language Navigation: What Really Matters

2021-03-30 · NAACL 2022 7 · Wanrong Zhu, Yuankai Qi, Pradyumna Narayana, Kazoo Sone 외

Vision-and-language navigation (VLN) is a multimodal task where an agent follows natural language instructions and navigates in visual environments. Multiple setups have been proposed, and researchers apply new model arc…

DiagnosticObjectVision and Language Navigation