English

Simple Baseline for Visual Question Answering

Computer Vision and Pattern Recognition 2015-12-16 v2 Computation and Language

Abstract

We describe a very simple bag-of-words baseline for visual question answering. This baseline concatenates the word features from the question and CNN features from the image to predict the answer. When evaluated on the challenging VQA dataset [2], it shows comparable performance to many recent approaches using recurrent neural networks. To explore the strength and weakness of the trained model, we also provide an interactive web demo and open-source code. .

Keywords

Cite

@article{arxiv.1512.02167,
  title  = {Simple Baseline for Visual Question Answering},
  author = {Bolei Zhou and Yuandong Tian and Sainbayar Sukhbaatar and Arthur Szlam and Rob Fergus},
  journal= {arXiv preprint arXiv:1512.02167},
  year   = {2015}
}

Comments

One comparison method's scores are put into the correct column, and a new experiment of generating attention map is added

R2 v1 2026-06-22T12:03:31.770Z