CVApr 8, 2021

How Transferable are Reasoning Patterns in VQA?

arXiv:2104.03656v129 citations
Originality Incremental advance
AI Analysis

This addresses the issue of bias dependency in VQA models, offering a method to enhance reasoning transferability, though it is incremental as it builds on existing approaches.

The paper tackles the problem of visual question answering models exploiting dataset biases instead of learning reasoning, by showing that a visual oracle is less prone to biases and transferring its reasoning patterns to a standard model improves accuracy and generalization.

Since its inception, Visual Question Answering (VQA) is notoriously known as a task, where models are prone to exploit biases in datasets to find shortcuts instead of performing high-level reasoning. Classical methods address this by removing biases from training data, or adding branches to models to detect and remove biases. In this paper, we argue that uncertainty in vision is a dominating factor preventing the successful learning of reasoning in vision and language problems. We train a visual oracle and in a large scale study provide experimental evidence that it is much less prone to exploiting spurious dataset biases compared to standard models. We propose to study the attention mechanisms at work in the visual oracle and compare them with a SOTA Transformer-based model. We provide an in-depth analysis and visualizations of reasoning patterns obtained with an online visualization tool which we make publicly available (https://reasoningpatterns.github.io). We exploit these insights by transferring reasoning patterns from the oracle to a SOTA Transformer-based VQA model taking standard noisy visual inputs via fine-tuning. In experiments we report higher overall accuracy, as well as accuracy on infrequent answers for each question type, which provides evidence for improved generalization and a decrease of the dependency on dataset biases.

Foundations

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

Your Notes