paper-with-me

Papers

Learning Better Visual Dialog Agents with Pretrained Visual-Linguistic Representation

2021-05-24 · CVPR 2021 1 · Tao Tu, Qing Ping, Govind Thattai, Gokhan Tur, Prem Natarajan

GuessWhat?! is a two-player visual dialog guessing game where player A asks a sequence of yes/no questions (Questioner) and makes a final guess (Guesser) about a target object in an image, based on answers from player B (Oracle). Based on this dialog history between the Questioner and the Oracle, a Guesser makes a final guess of the target object. Previous baseline Oracle model encodes no visual information in the model, and it cannot fully understand complex questions about color, shape, relationships and so on. Most existing work for Guesser encode the dialog history as a whole and train the Guesser models from scratch on the GuessWhat?! dataset. This is problematic since language encoder tend to forget long-term history and the GuessWhat?! data is sparse in terms of learning visual grounding of objects. Previous work for Questioner introduces state tracking mechanism into the model, but it is learned as a soft intermediates without any prior vision-linguistic insights. To bridge these gaps, in this paper we propose Vilbert-based Oracle, Guesser and Questioner, which are all built on top of pretrained vision-linguistic model, Vilbert. We introduce two-way background/target fusion mechanism into Vilbert-Oracle to account for both intra and inter-object questions. We propose a unified framework for Vilbert-Guesser and Vilbert-Questioner, where state-estimator is introduced to best utilize Vilbert's power on single-turn referring expression comprehension. Experimental results show that our proposed models outperform state-of-the-art models significantly by 7%, 10%, 12% for Oracle, Guesser and End-to-End Questioner respectively.

📄 PDF Abstract BibTeX arXiv:2105.11541

Code (1)

amazon-research/read-up 공식 구현 pytorch

Tasks

Referring ExpressionReferring Expression ComprehensionVisual DialogVisual Grounding

Similar Papers 제목 키워드 기반

Learning Cooperative Visual Dialog Agents with Deep Reinforcement Learning

2017-03-20 · ICCV 2017 10 · Abhishek Das, Satwik Kottur, José M. F. Moura, Stefan Lee 외

We introduce the first goal-driven training for visual question answering and dialog agents. Specifically, we pose a cooperative 'image guessing' game between two agents -- Qbot and Abot -- who communicate in natural lan…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+3

BT-Adapter: Video Conversation is Feasible Without Video Instruction Tuning

2023-09-27 · CVPR 2024 1 · Ruyang Liu, Chen Li, Yixiao Ge, Ying Shan 외

The recent progress in Large Language Models (LLM) has spurred various advancements in image-language conversation agents, while how to build a proficient video-based dialogue system is still under exploration. Consideri…

GPUVideo-based Generative Performance BenchmarkingVideo-based Generative Performance Benchmarking (Consistency)Video-based Generative Performance Benchmarking (Contextual Understanding)+7

Pointing out Human Answer Mistakes in a Goal-Oriented Visual Dialogue

2023-09-19 · Ryosuke Oshima, Seitaro Shinagawa, Hideki Tsunashima, Qi Feng 외

Effective communication between humans and intelligent agents has promising applications for solving complex problems. One such approach is visual dialogue, which leverages multimodal context to assist humans. However, r…

Language ModelingLanguage Modelling

Modeling Explicit Concerning States for Reinforcement Learning in Visual Dialogue

2021-07-12 · Zipeng Xu, Fandong Meng, Xiaojie Wang, Duo Zheng 외

To encourage AI agents to conduct meaningful Visual Dialogue (VD), the use of Reinforcement Learning has been proven potential. In Reinforcement Learning, it is crucial to represent states and assign rewards based on the…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

VD-BERT: A Unified Vision and Dialog Transformer with BERT

2020-04-28 · EMNLP 2020 11 · Yue Wang, Shafiq Joty, Michael R. Lyu, Irwin King 외

Visual dialog is a challenging vision-language task, where a dialog agent needs to answer a series of questions through reasoning on the image content and dialog history. Prior work has mostly focused on various attentio…

Answer GenerationVisual Dialog