paper-with-me

홈 › Papers

Tutorial on Answering Questions about Images with Deep Learning

2016-10-04 · Mateusz Malinowski, Mario Fritz

Together with the development of more accurate methods in Computer Vision and Natural Language Understanding, holistic architectures that answer on questions about the content of real-world images have emerged. In this tutorial, we build a neural-based approach to answer questions about images. We base our tutorial on two datasets: (mostly on) DAQUAR, and (a bit on) VQA. With small tweaks the models that we present here can achieve a competitive performance on both datasets, in fact, they are among the best methods that use a combination of LSTM with a global, full frame CNN representation of an image. We hope that after reading this tutorial, the reader will be able to use Deep Learning frameworks, such as Keras and introduced Kraino, to build various architectures that will lead to a further performance improvement on this challenging task.

📄 PDF Abstract BibTeX arXiv:1610.01076

Code (1)

mateuszmalinowski/visual_turing_test-tutorial 공식 구현

Tasks

Deep LearningNatural Language UnderstandingVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Open-Domain Question Answering

2020-07-01 · ACL 2020 6 · Danqi Chen, Wen-tau Yih

This tutorial provides a comprehensive and coherent overview of cutting-edge research in open-domain question answering (QA), the task of answering questions using a large collection of documents of diversified topics. W…

Open-Domain Question AnsweringQuestion Answering

Connecting Language and Vision to Actions

2018-07-01 · ACL 2018 7 · Peter Anderson, Abhishek Das, Qi Wu

A long-term goal of AI research is to build intelligent agents that can see the rich visual environment around us, communicate this understanding in natural language to humans and other agents, and act in a physical or e…

Image CaptioningLanguage ModelingLanguage ModellingQuestion Answering+3

Unanswerable Questions about Images and Texts

2021-01-25 · Ernest Davis

Questions about a text or an image that cannot be answered raise distinctive issues for an AI. This note discusses the problem of unanswerable questions in VQA (visual question answering), in QA (visual question answerin…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Level Up Your Tutorials: VLMs for Game Tutorials Quality Assessment

2024-08-15 · Daniele Rege Cambrin, Gabriele Scaffidi Militone, Luca Colomba, Giovanni Malnati 외

Designing effective game tutorials is crucial for a smooth learning curve for new players, especially in games with many rules and complex core mechanics. Evaluating the effectiveness of these tutorials usually requires …

TutorialVQA: Question Answering Dataset for Tutorial Videos

2019-12-02 · LREC 2020 5 · Anthony Colas, Seokhwan Kim, Franck Dernoncourt, Siddhesh Gupte 외

Despite the number of currently available datasets on video question answering, there still remains a need for a dataset involving multi-step and non-factoid answers. Moreover, relying on video transcripts remains an und…

Question AnsweringVideo Question Answering