English

GraghVQA: Language-Guided Graph Neural Networks for Graph-based Visual Question Answering

Computation and Language 2021-06-03 v2 Computer Vision and Pattern Recognition

Abstract

Images are more than a collection of objects or attributes -- they represent a web of relationships among interconnected objects. Scene Graph has emerged as a new modality for a structured graphical representation of images. Scene Graph encodes objects as nodes connected via pairwise relations as edges. To support question answering on scene graphs, we propose GraphVQA, a language-guided graph neural network framework that translates and executes a natural language question as multiple iterations of message passing among graph nodes. We explore the design space of GraphVQA framework, and discuss the trade-off of different design choices. Our experiments on GQA dataset show that GraphVQA outperforms the state-of-the-art model by a large margin (88.43% vs. 94.78%).

Keywords

Cite

@article{arxiv.2104.10283,
  title  = {GraghVQA: Language-Guided Graph Neural Networks for Graph-based Visual Question Answering},
  author = {Weixin Liang and Yanhao Jiang and Zixuan Liu},
  journal= {arXiv preprint arXiv:2104.10283},
  year   = {2021}
}

Comments

NAACL 2021 MAI-Workshop. Code available at https://github.com/codexxxl/GraphVQA

R2 v1 2026-06-24T01:23:09.898Z