paper-with-me

홈 › Papers

Improving Target-driven Visual Navigation with Attention on 3D Spatial Relationships

2020-04-29 · Yunlian Lv, Ning Xie, Yimin Shi, Zijiao Wang, Heng Tao Shen

Embodied artificial intelligence (AI) tasks shift from tasks focusing on internet images to active settings involving embodied agents that perceive and act within 3D environments. In this paper, we investigate the target-driven visual navigation using deep reinforcement learning (DRL) in 3D indoor scenes, whose navigation task aims to train an agent that can intelligently make a series of decisions to arrive at a pre-specified target location from any possible starting positions only based on egocentric views. However, most navigation methods currently struggle against several challenging problems, such as data efficiency, automatic obstacle avoidance, and generalization. Generalization problem means that agent does not have the ability to transfer navigation skills learned from previous experience to unseen targets and scenes. To address these issues, we incorporate two designs into classic DRL framework: attention on 3D knowledge graph (KG) and target skill extension (TSE) module. On the one hand, our proposed method combines visual features and 3D spatial representations to learn navigation policy. On the other hand, TSE module is used to generate sub-targets which allow agent to learn from failures. Specifically, our 3D spatial relationships are encoded through recently popular graph convolutional network (GCN). Considering the real world settings, our work also considers open action and adds actionable targets into conventional navigation situations. Those more difficult settings are applied to test whether DRL agent really understand its task, navigating environment, and can carry out reasoning. Our experiments, performed in the AI2-THOR, show that our model outperforms the baselines in both SR and SPL metrics, and improves generalization ability across targets and scenes.

📄 PDF Abstract BibTeX arXiv:2005.02153

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningVisual Navigation

Similar Papers 제목 키워드 기반

Learning Object Relation Graph and Tentative Policy for Visual Navigation

2020-07-21 · ECCV 2020 8 · Heming Du, Xin Yu, Liang Zheng

Target-driven visual navigation aims at navigating an agent towards a given target based on the observation of the agent. In this task, it is critical to learn informative visual representation and robust navigation poli…

Imitation LearningRelationRepresentation LearningVisual Navigation

Audio Spatially-Guided Fusion for Audio-Visual Navigation

2026-04-02 · Xinyu Zhou, Yinfeng Yu arxiv

Audio-visual Navigation refers to an agent utilizing visual and auditory information in complex 3D environments to accomplish target localization and path planning, thereby achieving autonomous navigation. The core chall…

Visual Navigation

TDANet: Target-Directed Attention Network For Object-Goal Visual Navigation With Zero-Shot Ability

2024-04-12 · Shiwei Lian, Feitian Zhang

The generalization of the end-to-end deep reinforcement learning (DRL) for object-goal visual navigation is a long-standing challenge since object classes and placements vary in new test environments. Learning domain-ind…

Deep Reinforcement LearningObjectVisual Navigation

Building Category Graphs Representation with Spatial and Temporal Attention for Visual Navigation

2023-12-06 · Xiaobo Hu, Youfang Lin, Hehe Fan, Shuo Wang 외

Given an object of interest, visual navigation aims to reach the object's location based on a sequence of partial observations. To this end, an agent needs to 1) learn a piece of certain knowledge about the relations of …

ObjectVisual Navigation

VTNet: Visual Transformer Network for Object Goal Navigation

2021-05-20 · ICLR 2021 1 · Heming Du, Xin Yu, Liang Zheng

Object goal navigation aims to steer an agent towards a target object based on observations of the agent. It is of pivotal importance to design effective visual representations of the observed scene in determining naviga…

Object