English

Learning Visual Reasoning Without Strong Priors

Computer Vision and Pattern Recognition 2017-12-20 v5 Artificial Intelligence Computation and Language Machine Learning

Abstract

Achieving artificial visual reasoning - the ability to answer image-related questions which require a multi-step, high-level process - is an important step towards artificial general intelligence. This multi-modal task requires learning a question-dependent, structured reasoning process over images from language. Standard deep learning approaches tend to exploit biases in the data rather than learn this underlying structure, while leading methods learn to visually reason successfully but are hand-crafted for reasoning. We show that a general-purpose, Conditional Batch Normalization approach achieves state-of-the-art results on the CLEVR Visual Reasoning benchmark with a 2.4% error rate. We outperform the next best end-to-end method (4.5%) and even methods that use extra supervision (3.1%). We probe our model to shed light on how it reasons, showing it has learned a question-dependent, multi-step process. Previous work has operated under the assumption that visual reasoning calls for a specialized architecture, but we show that a general architecture with proper conditioning can learn to visually reason effectively.

Keywords

Cite

@article{arxiv.1707.03017,
  title  = {Learning Visual Reasoning Without Strong Priors},
  author = {Ethan Perez and Harm de Vries and Florian Strub and Vincent Dumoulin and Aaron Courville},
  journal= {arXiv preprint arXiv:1707.03017},
  year   = {2017}
}

Comments

Full AAAI 2018 paper is at arXiv:1709.07871. Presented at ICML 2017's Machine Learning in Speech and Language Processing Workshop. Code is at http://github.com/ethanjperez/film

R2 v1 2026-06-22T20:42:53.360Z