SOTAVerified

Learning to Caption Images through a Lifetime by Asking Questions

2018-12-01Code Available0· sign in to hype

Kevin Shen, Amlan Kar, Sanja Fidler

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

In order to bring artificial agents into our lives, we will need to go beyond supervised learning on closed datasets to having the ability to continuously expand knowledge. Inspired by a student learning in a classroom, we present an agent that can continuously learn by posing natural language questions to humans. Our agent is composed of three interacting modules, one that performs captioning, another that generates questions and a decision maker that learns when to ask questions by implicitly reasoning about the uncertainty of the agent and expertise of the teacher. As compared to current active learning methods which query images for full captions, our agent is able to ask pointed questions to improve the generated captions. The agent trains on the improved captions, expanding its knowledge. We show that our approach achieves better performance using less human supervision than the baselines on the challenging MSCOCO dataset.

Tasks

Reproductions