CVHCApr 2, 2021

VisQA: X-raying Vision and Language Reasoning in Transformers

arXiv:2104.00926v236 citations
Originality Incremental advance
AI Analysis

This work addresses bias issues in VQA systems, which are crucial for applications like assistance for the visually impaired, but it is incremental as it builds on existing visual analytics and bias analysis methods.

The authors tackled the problem of bias exploitation in Visual Question Answering models by developing VisQA, a visual analytics tool that uses attention maps to expose reasoning steps, leading to a method for transferring reasoning patterns from an oracle model and making model decision processes accessible to users.

Visual Question Answering systems target answering open-ended textual questions given input images. They are a testbed for learning high-level reasoning with a primary use in HCI, for instance assistance for the visually impaired. Recent research has shown that state-of-the-art models tend to produce answers exploiting biases and shortcuts in the training data, and sometimes do not even look at the input image, instead of performing the required reasoning steps. We present VisQA, a visual analytics tool that explores this question of reasoning vs. bias exploitation. It exposes the key element of state-of-the-art neural models -- attention maps in transformers. Our working hypothesis is that reasoning steps leading to model predictions are observable from attention distributions, which are particularly useful for visualization. The design process of VisQA was motivated by well-known bias examples from the fields of deep learning and vision-language reasoning and evaluated in two ways. First, as a result of a collaboration of three fields, machine learning, vision and language reasoning, and data analytics, the work lead to a better understanding of bias exploitation of neural models for VQA, which eventually resulted in an impact on its design and training through the proposition of a method for the transfer of reasoning patterns from an oracle model. Second, we also report on the design of VisQA, and a goal-oriented evaluation of VisQA targeting the analysis of a model decision process from multiple experts, providing evidence that it makes the inner workings of models accessible to users.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes