# Cycle-Consistency for Robust Visual Question Answering

**Authors:** Meet Shah, Xinlei Chen, Marcus Rohrbach, Devi Parikh

arXiv: 1902.05660 · 2019-02-18

## TL;DR

This paper introduces a new evaluation dataset and a cycle-consistency framework to improve the robustness of VQA models against linguistic variations, demonstrating significant gains over existing methods.

## Contribution

The paper proposes a model-agnostic cycle-consistency approach and a new dataset to enhance VQA model robustness without extra annotations.

## Key findings

- Our approach improves robustness to question rephrasings.
- It outperforms state-of-the-art on VQA and Visual Question Generation tasks.
- The new dataset reveals brittleness in current VQA models.

## Abstract

Despite significant progress in Visual Question Answering over the years, robustness of today's VQA models leave much to be desired. We introduce a new evaluation protocol and associated dataset (VQA-Rephrasings) and show that state-of-the-art VQA models are notoriously brittle to linguistic variations in questions. VQA-Rephrasings contains 3 human-provided rephrasings for 40k questions spanning 40k images from the VQA v2.0 validation dataset. As a step towards improving robustness of VQA models, we propose a model-agnostic framework that exploits cycle consistency. Specifically, we train a model to not only answer a question, but also generate a question conditioned on the answer, such that the answer predicted for the generated question is the same as the ground truth answer to the original question. Without the use of additional annotations, we show that our approach is significantly more robust to linguistic variations than state-of-the-art VQA models, when evaluated on the VQA-Rephrasings dataset. In addition, our approach outperforms state-of-the-art approaches on the standard VQA and Visual Question Generation tasks on the challenging VQA v2.0 dataset.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.05660/full.md

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1902.05660/full.md

## References

48 references — full list in the complete paper: https://tomesphere.com/paper/1902.05660/full.md

---
Source: https://tomesphere.com/paper/1902.05660