CVNov 20, 2018

VQA with no questions-answers training

arXiv:1811.08481v213 citations
Originality Highly original
AI Analysis

This addresses the challenge of modular integration and explanation in VQA for AI systems, representing a novel approach rather than an incremental improvement.

The paper tackles the problem of visual question answering (VQA) by proposing a method that eliminates the need for training on images with associated questions and answers, achieving high performance and domain extensibility without such training.

Methods for teaching machines to answer visual questions have made significant progress in recent years, but current methods still lack important human capabilities, including integrating new visual classes and concepts in a modular manner, providing explanations for the answers and handling new domains without explicit examples. We propose a novel method that consists of two main parts: generating a question graph representation, and an answering procedure, guided by the abstract structure of the question graph to invoke an extendable set of visual estimators. Training is performed for the language part and the visual part on their own, but unlike existing schemes, the method does not require any training using images with associated questions and answers. This approach is able to handle novel domains (extended question types and new object classes, properties and relations) as long as corresponding visual estimators are available. In addition, it can provide explanations to its answers and suggest alternatives when questions are not grounded in the image. We demonstrate that this approach achieves both high performance and domain extensibility without any questions-answers training.

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