paper-with-me

Papers

Guessing State Tracking for Visual Dialogue

2020-02-24 · ECCV 2020 8 · Wei Pang, Xiaojie Wang

The Guesser is a task of visual grounding in GuessWhat?! like visual dialogue. It locates the target object in an image supposed by an Oracle oneself over a question-answer based dialogue between a Questioner and the Oracle. Most existing guessers make one and only one guess after receiving all question-answer pairs in a dialogue with the predefined number of rounds. This paper proposes a guessing state for the Guesser, and regards guess as a process with change of guessing state through a dialogue. A guessing state tracking based guess model is therefore proposed. The guessing state is defined as a distribution on objects in the image. With that in hand, two loss functions are defined as supervisions for model training. Early supervision brings supervision to Guesser at early rounds, and incremental supervision brings monotonicity to the guessing state. Experimental results on GuessWhat?! dataset show that our model significantly outperforms previous models, achieves new state-of-the-art, especially the success rate of guessing 83.3% is approaching the human-level accuracy of 84.4%.

📄 PDF Abstract BibTeX arXiv:2002.10340

Code (1)

xubuvd/guesswhat tf

Tasks

Visual Grounding

Similar Papers 제목 키워드 기반

Multi-Modal Dialogue State Tracking for Playing GuessWhich Game

2024-08-15 · Wei Pang, Ruixue Duan, Jinfu Yang, Ning li

GuessWhich is an engaging visual dialogue game that involves interaction between a Questioner Bot (QBot) and an Answer Bot (ABot) in the context of image-guessing. In this game, QBot's objective is to locate a concealed …

Dialogue State TrackingVisual Reasoning

The Interplay of Task Success and Dialogue Quality: An in-depth Evaluation in Task-Oriented Visual Dialogues

2021-03-20 · EACL 2021 2 · Alberto Testoni, Raffaella Bernardi

When training a model on referential dialogue guessing games, the best model is usually chosen based on its task success. We show that in the popular end-to-end approach, this choice prevents the model from learning to g…

Multimodal Dialogue State Tracking

2022-06-16 · NAACL 2022 7 · Hung Le, Nancy F. Chen, Steven C. H. Hoi

Designed for tracking user goals in dialogues, a dialogue state tracker is an essential component in a dialogue system. However, the research of dialogue state tracking has largely been limited to unimodality, in which s…

Dialogue State TrackingVideo Understanding

On the role of effective and referring questions in GuessWhat?!

2020-07-01 · WS 2020 7 · Mauricio Mazuecos, Alberto Testoni, Raffaella Bernardi, Luciana Benotti

Task success is the standard metric used to evaluate referential visual dialogue systems. In this paper we propose two new metrics that evaluate how each question contributes to the goal. First, we measure how effective …

Visual Dialogue State Tracking for Question Generation

2019-11-12 · Wei Pang, Xiaojie Wang

GuessWhat?! is a visual dialogue task between a guesser and an oracle. The guesser aims to locate an object supposed by the oracle oneself in an image by asking a sequence of Yes/No questions. Asking proper questions wit…

Dialogue State TrackingQuestion GenerationQuestion-GenerationVisual Dialog