paper-with-me

홈 › Papers

ORD: Object Relationship Discovery for Visual Dialogue Generation

2020-06-15 · Ziwei Wang, Zi Huang, Yadan Luo, Huimin Lu

With the rapid advancement of image captioning and visual question answering at single-round level, the question of how to generate multi-round dialogue about visual content has not yet been well explored.Existing visual dialogue methods encode the image into a fixed feature vector directly, concatenated with the question and history embeddings to predict the response.Some recent methods tackle the co-reference resolution problem using co-attention mechanism to cross-refer relevant elements from the image, history, and the target question.However, it remains challenging to reason visual relationships, since the fine-grained object-level information is omitted before co-attentive reasoning. In this paper, we propose an object relationship discovery (ORD) framework to preserve the object interactions for visual dialogue generation. Specifically, a hierarchical graph convolutional network (HierGCN) is proposed to retain the object nodes and neighbour relationships locally, and then refines the object-object connections globally to obtain the final graph embeddings. A graph attention is further incorporated to dynamically attend to this graph-structured representation at the response reasoning stage. Extensive experiments have proved that the proposed method can significantly improve the quality of dialogue by utilising the contextual information of visual relationships. The model achieves superior performance over the state-of-the-art methods on the Visual Dialog dataset, increasing MRR from 0.6222 to 0.6447, and recall@1 from 48.48% to 51.22%.

📄 PDF Abstract BibTeX arXiv:2006.08322

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue GenerationGraph AttentionImage CaptioningObjectQuestion AnsweringVisual DialogVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

DualVD: An Adaptive Dual Encoding Model for Deep Visual Understanding in Visual Dialogue

2019-11-17 · Xiaoze Jiang, Jing Yu, Zengchang Qin, Yingying Zhuang 외

Different from Visual Question Answering task that requires to answer only one question about an image, Visual Dialogue involves multiple questions which cover a broad range of visual content that could be related to any…

feature selectionQuestion AnsweringVisual DialogVisual Question Answering+1

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

Generative Framework for Personalized Persuasion: Inferring Causal, Counterfactual, and Latent Knowledge

2025-04-08 · Donghuo Zeng, Roberto Legaspi, Yuewen Sun, Xinshuai Dong 외

We hypothesize that optimal system responses emerge from adaptive strategies grounded in causal and counterfactual knowledge. Counterfactual inference allows us to create hypothetical scenarios to examine the effects of …

Causal DiscoverycounterfactualCounterfactual Inference

GuessWhat?! Visual object discovery through multi-modal dialogue

2016-11-23 · CVPR 2017 7 · Harm de Vries, Florian Strub, Sarath Chandar, Olivier Pietquin 외

We introduce GuessWhat?!, a two-player guessing game as a testbed for research on the interplay of computer vision and dialogue systems. The goal of the game is to locate an unknown object in a rich image scene by asking…

ObjectObject DiscoverySpatial Reasoning

GRAVL-BERT: Graphical Visual-Linguistic Representations for Multimodal Coreference Resolution

2022-10-01 · COLING 2022 10 · Danfeng Guo, Arpit Gupta, Sanchit Agarwal, Jiun-Yu Kao 외

Learning from multimodal data has become a popular research topic in recent years. Multimodal coreference resolution (MCR) is an important task in this area. MCR involves resolving the references across different modalit…

coreference-resolutionCoreference ResolutionVisual Grounding