paper-with-me

홈 › Papers

On the Efficacy of Co-Attention Transformer Layers in Visual Question Answering

2022-01-11 · Ankur Sikarwar, Gabriel Kreiman

In recent years, multi-modal transformers have shown significant progress in Vision-Language tasks, such as Visual Question Answering (VQA), outperforming previous architectures by a considerable margin. This improvement in VQA is often attributed to the rich interactions between vision and language streams. In this work, we investigate the efficacy of co-attention transformer layers in helping the network focus on relevant regions while answering the question. We generate visual attention maps using the question-conditioned image attention scores in these co-attention layers. We evaluate the effect of the following critical components on visual attention of a state-of-the-art VQA model: (i) number of object region proposals, (ii) question part of speech (POS) tags, (iii) question semantics, (iv) number of co-attention layers, and (v) answer accuracy. We compare the neural network attention maps against human attention maps both qualitatively and quantitatively. Our findings indicate that co-attention transformer modules are crucial in attending to relevant regions of the image given a question. Importantly, we observe that the semantic meaning of the question is not what drives visual attention, but specific keywords in the question do. Our work sheds light on the function and interpretation of co-attention transformer layers, highlights gaps in current networks, and can guide the development of future VQA models and networks that simultaneously process visual and language streams.

📄 PDF Abstract BibTeX arXiv:2201.03965

Code (0)

등록된 구현이 없습니다.

Tasks

POSQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

SGEITL: Scene Graph Enhanced Image-Text Learning for Visual Commonsense Reasoning

2021-12-16 · Zhecan Wang, Haoxuan You, Liunian Harold Li, Alireza Zareian 외

Answering complex questions about images is an ambitious goal for machine intelligence, which requires a joint understanding of images, text, and commonsense knowledge, as well as a strong reasoning ability. Recently, mu…

Visual Commonsense Reasoning

Chop Chop BERT: Visual Question Answering by Chopping VisualBERT's Heads

2021-04-30 · Chenyu Gao, Qi Zhu, Peng Wang, Qi Wu

Vision-and-Language (VL) pre-training has shown great potential on many related downstream tasks, such as Visual Question Answering (VQA), one of the most popular problems in the VL field. All of these pre-trained models…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)Visual Reasoning

VL-InterpreT: An Interactive Visualization Tool for Interpreting Vision-Language Transformers

2022-03-30 · CVPR 2022 1 · Estelle Aflalo, Meng Du, Shao-Yen Tseng, Yongfei Liu 외

Breakthroughs in transformer-based models have revolutionized not only the NLP field, but also vision and multimodal systems. However, although visualization and interpretability tools have become available for NLP model…

Question AnsweringVisual Commonsense ReasoningVisual Question AnsweringVisual Question Answering (VQA)

DeFormer: Decomposing Pre-trained Transformers for Faster Question Answering

2020-05-02 · ACL 2020 6 · Qingqing Cao, Harsh Trivedi, Aruna Balasubramanian, Niranjan Balasubramanian

Transformer-based QA models use input-wide self-attention -- i.e. across both the question and the input passage -- at all layers, causing them to be slow and memory-intensive. It turns out that we can get by without inp…

Question Answering

How Does Attention Work in Vision Transformers? A Visual Analytics Attempt

2023-03-24 · Yiran Li, Junpeng Wang, Xin Dai, Liang Wang 외

Vision transformer (ViT) expands the success of transformer models from sequential data to images. The model decomposes an image into many smaller patches and arranges them into a sequence. Multi-head self-attentions are…