paper-with-me

Papers

Syntax Tree Constrained Graph Network for Visual Question Answering

2023-09-17 · Xiangrui Su, Qi Zhang, Chongyang Shi, Jiachang Liu, Liang Hu

Visual Question Answering (VQA) aims to automatically answer natural language questions related to given image content. Existing VQA methods integrate vision modeling and language understanding to explore the deep semantics of the question. However, these methods ignore the significant syntax information of the question, which plays a vital role in understanding the essential semantics of the question and guiding the visual feature refinement. To fill the gap, we suggested a novel Syntax Tree Constrained Graph Network (STCGN) for VQA based on entity message passing and syntax tree. This model is able to extract a syntax tree from questions and obtain more precise syntax information. Specifically, we parse questions and obtain the question syntax tree using the Stanford syntax parsing tool. From the word level and phrase level, syntactic phrase features and question features are extracted using a hierarchical tree convolutional network. We then design a message-passing mechanism for phrase-aware visual entities and capture entity features according to a given visual context. Extensive experiments on VQA2.0 datasets demonstrate the superiority of our proposed model.

📄 PDF Abstract BibTeX arXiv:2309.09179

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Exploiting Rich Syntax for Better Knowledge Base Question Answering

2021-07-16 · Pengju Zhang, Yonghui Jia, Muhua Zhu, Wenliang Chen 외

Recent studies on Knowledge Base Question Answering (KBQA) have shown great progress on this task via better question understanding. Previous works for encoding questions mainly focus on the word sequences, but seldom co…

Knowledge Base Question AnsweringQuestion Answering

AI-Driven Code Refactoring: Using Graph Neural Networks to Enhance Software Maintainability

2025-04-14 · Gopichand Bandarupalli

This study explores Graph Neural Networks (GNNs) as a transformative tool for code refactoring, using abstract syntax trees (ASTs) to boost software maintainability. It analyzes a dataset of 2 million snippets from CodeS…

Do Syntax Trees Help Pre-trained Transformers Extract Information?

2020-08-20 · EACL 2021 2 · Devendra Singh Sachan, Yuhao Zhang, Peng Qi, William Hamilton

Much recent work suggests that incorporating syntax information from dependency trees can improve task-specific transformer models. However, the effect of incorporating dependency tree information into pre-trained transf…

Graph Neural Networknamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3

A Better Way to Attend: Attention with Trees for Video Question Answering

2019-09-05 · Hongyang Xue, Wenqing Chu, Zhou Zhao, Deng Cai

We propose a new attention model for video question answering. The main idea of the attention models is to locate on the most informative parts of the visual data. The attention mechanisms are quite popular these days. H…

Question AnsweringVideo Question Answering

Syntax and Semantics in a Treebank for Esperanto

2020-05-01 · LREC 2020 5 · Eckhard Bick

In this paper we describe and evaluate syntactic and semantic aspects of Arbobanko, a treebank for the artificial language Esperanto, as well as tools and methods used in the production of the treebank. In addition to cl…