paper-with-me

홈 › Papers

Learning to Caption Images through a Lifetime by Asking Questions

2018-12-01 · Kevin Shen, Amlan Kar, Sanja Fidler

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.

📄 PDF Abstract BibTeX arXiv:1812.00235

Code (1)

shenkev/Caption-Lifetime-by-Asking-Questions 공식 구현 pytorch

Tasks

Active LearningImage Captioning

Similar Papers 제목 키워드 기반

Learning to Caption Images Through a Lifetime by Asking Questions

2019-10-01 · ICCV 2019 10 · Tingke Shen, Amlan Kar, Sanja Fidler

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, …

Active Learning

QACE: Asking Questions to Evaluate an Image Caption

2021-08-28 · Findings (EMNLP) 2021 11 · Hwanhee Lee, Thomas Scialom, Seunghyun Yoon, Franck Dernoncourt 외

In this paper, we propose QACE, a new metric based on Question Answering for Caption Evaluation. QACE generates questions on the evaluated caption and checks its content by asking the questions on either the reference ca…

Question AnsweringVisual Question Answering (VQA)

ChatGPT Asks, BLIP-2 Answers: Automatic Questioning Towards Enriched Visual Descriptions

2023-03-12 · Deyao Zhu, Jun Chen, Kilichbek Haydarov, Xiaoqian Shen 외

Asking insightful questions is crucial for acquiring knowledge and expanding our understanding of the world. However, the importance of questioning has been largely overlooked in AI research, where models have been prima…

Image CaptioningQuestion AnsweringVisual Reasoning

Learning to Disambiguate by Asking Discriminative Questions

2017-08-09 · ICCV 2017 10 · Yining Li, Chen Huang, Xiaoou Tang, Chen-Change Loy

The ability to ask questions is a powerful tool to gather information in order to learn about the world and resolve ambiguities. In this paper, we explore a novel problem of generating discriminative questions to help di…

BenchmarkingImage CaptioningQuestion AnsweringQuestion Generation+3

Generating Natural Questions About an Image

2016-03-19 · ACL 2016 8 · Nasrin Mostafazadeh, Ishan Misra, Jacob Devlin, Margaret Mitchell 외

There has been an explosion of work in the vision & language community during the past few years from image captioning to video transcription, and answering questions about images. These tasks have focused on literal des…

Image CaptioningNatural QuestionsQuestion GenerationQuestion-Generation+1