paper-with-me

Papers

GoG: Relation-aware Graph-over-Graph Network for Visual Dialog

2021-09-17 · Findings (ACL) 2021 8 · Feilong Chen, Xiuyi Chen, Fandong Meng, Peng Li, Jie zhou

Visual dialog, which aims to hold a meaningful conversation with humans about a given image, is a challenging task that requires models to reason the complex dependencies among visual content, dialog history, and current questions. Graph neural networks are recently applied to model the implicit relations between objects in an image or dialog. However, they neglect the importance of 1) coreference relations among dialog history and dependency relations between words for the question representation; and 2) the representation of the image based on the fully represented question. Therefore, we propose a novel relation-aware graph-over-graph network (GoG) for visual dialog. Specifically, GoG consists of three sequential graphs: 1) H-Graph, which aims to capture coreference relations among dialog history; 2) History-aware Q-Graph, which aims to fully understand the question through capturing dependency relations between words based on coreference resolution on the dialog history; and 3) Question-aware I-Graph, which aims to capture the relations between objects in an image based on fully question representation. As an additional feature representation module, we add GoG to the existing visual dialogue model. Experimental results show that our model outperforms the strong baseline in both generative and discriminative settings by a significant margin.

📄 PDF Abstract BibTeX arXiv:2109.08475

Code (0)

등록된 구현이 없습니다.

Tasks

coreference-resolutionCoreference ResolutionImplicit RelationsRelationVisual Dialog

Similar Papers 제목 키워드 기반

Iterative Context-Aware Graph Inference for Visual Dialog

2020-04-05 · CVPR 2020 6 · Dan Guo, Hui Wang, Hanwang Zhang, Zheng-Jun Zha 외

Visual dialog is a challenging task that requires the comprehension of the semantic dependencies among implicit visual and textual contexts. This task can refer to the relation inference in a graphical model with sparse …

Graph AttentionGraph EmbeddingRelationVisual Dialog

Relation-Aware Graph Attention Network for Visual Question Answering

2019-03-29 · ICCV 2019 10 · Linjie Li, Zhe Gan, Yu Cheng, Jingjing Liu

In order to answer semantically-complicated questions about an image, a Visual Question Answering (VQA) model needs to fully understand the visual scene in the image, especially the interactive dynamics between different…

Graph AttentionImplicit RelationsQuestion AnsweringRelation+2

Exploring Sparse Spatial Relation in Graph Inference for Text-Based VQA

2023-10-13 · Sheng Zhou, Dan Guo, Jia Li, Xun Yang 외

Text-based visual question answering (TextVQA) faces the significant challenge of avoiding redundant relational inference. To be specific, a large number of detected objects and optical character recognition (OCR) tokens…

Graph LearningObjectOptical Character RecognitionOptical Character Recognition (OCR)+5

Class-level Structural Relation Modelling and Smoothing for Visual Representation Learning

2023-08-08 · Zitan Chen, Zhuang Qi, Xiao Cao, Xiangxian Li 외

Representation learning for images has been advanced by recent progress in more complex neural models such as the Vision Transformers and new learning theories such as the structural causal models. However, these models …

Graph SamplingRelationRepresentation Learning

Unbiased Heterogeneous Scene Graph Generation with Relation-aware Message Passing Neural Network

2022-12-01 · Kanghoon Yoon, Kibum Kim, Jinyoung Moon, Chanyoung Park

Recent scene graph generation (SGG) frameworks have focused on learning complex relationships among multiple objects in an image. Thanks to the nature of the message passing neural network (MPNN) that models high-order i…

Graph GenerationRelationRepresentation LearningScene Graph Generation