CVCLLGDec 4, 2017

Learning by Asking Questions

arXiv:1712.01238v186 citations
Originality Incremental advance
AI Analysis

This addresses data efficiency for visual AI systems, though it is incremental as it builds on existing VQA methods.

The paper tackles the problem of data inefficiency in visual question answering by introducing a learning-by-asking framework where the model asks questions interactively, resulting in improved sample efficiency and performance matching or exceeding standard training data on the CLEVR dataset.

We introduce an interactive learning framework for the development and testing of intelligent visual systems, called learning-by-asking (LBA). We explore LBA in context of the Visual Question Answering (VQA) task. LBA differs from standard VQA training in that most questions are not observed during training time, and the learner must ask questions it wants answers to. Thus, LBA more closely mimics natural learning and has the potential to be more data-efficient than the traditional VQA setting. We present a model that performs LBA on the CLEVR dataset, and show that it automatically discovers an easy-to-hard curriculum when learning interactively from an oracle. Our LBA generated data consistently matches or outperforms the CLEVR train data and is more sample efficient. We also show that our model asks questions that generalize to state-of-the-art VQA models and to novel test time distributions.

Foundations

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

Your Notes