paper-with-me

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 policy. Aiming to improve these two components, this paper proposes three complementary techniques, object relation graph (ORG), trial-driven imitation learning (IL), and a memory-augmented tentative policy network (TPN). ORG improves visual representation learning by integrating object relationships, including category closeness and spatial correlations, e.g., a TV usually co-occurs with a remote spatially. Both Trial-driven IL and TPN underlie robust navigation policy, instructing the agent to escape from deadlock states, such as looping or being stuck. Specifically, trial-driven IL is a type of supervision used in policy network training, while TPN, mimicking the IL supervision in unseen environment, is applied in testing. Experiment in the artificial environment AI2-Thor validates that each of the techniques is effective. When combined, the techniques bring significantly improvement over baseline methods in navigation effectiveness and efficiency in unseen environments. We report 22.8% and 23.5% increase in success rate and Success weighted by Path Length (SPL), respectively. The code is available at https://github.com/xiaobaishu0097/ECCV-VN.git.

📄 PDF Abstract BibTeX arXiv:2007.11018

Code (1)

xiaobaishu0097/ECCV-VN pytorch

Tasks

Imitation LearningRelationRepresentation LearningVisual Navigation

Similar Papers 제목 키워드 기반

Knowledge-Guided Manipulation Using Multi-Task Reinforcement Learning

2026-03-25 · Aditya Narendra, Mukhammadrizo Maribjonov, Dmitry Makarov, Dmitry Yudin 외 arxiv

This paper introduces Knowledge Graph based Massively Multi-task Model-based Policy Optimization (KG-M3PO), a framework for multi-task robotic manipulation in partially observable settings that unifies Perception, Knowle…

Reinforcement LearningDecision Making

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

Do Vision-Language Transformers Exhibit Visual Commonsense? An Empirical Study of VCR

2024-05-27 · Zhenyang Li, Yangyang Guo, Kejie Wang, Xiaolin Chen 외

Visual Commonsense Reasoning (VCR) calls for explanatory reasoning behind question answering over visual scenes. To achieve this goal, a model is required to provide an acceptable rationale as the reason for the predicte…

Question AnsweringTAGVisual Commonsense ReasoningVisual Reasoning

Counterfactual Critic Multi-Agent Training for Scene Graph Generation

2018-12-06 · ICCV 2019 10 · Long Chen, Hanwang Zhang, Jun Xiao, Xiangnan He 외

Scene graphs -- objects as nodes and visual relationships as edges -- describe the whereabouts and interactions of the things and stuff in an image for comprehensive scene understanding. To generate coherent scene graphs…

counterfactualGraph GenerationScene Graph GenerationScene Understanding

Context-Aware Visual Policy Network for Fine-Grained Image Captioning

2019-06-06 · Zheng-Jun Zha, Daqing Liu, Hanwang Zhang, Yongdong Zhang 외

With the maturity of visual detection techniques, we are more ambitious in describing visual content with open-vocabulary, fine-grained and free-form language, i.e., the task of image captioning. In particular, we are in…

Image CaptioningImage Paragraph CaptioningSentenceText Generation