paper-with-me

Papers

Learning Convolutional Text Representations for Visual Question Answering

2017-05-18 · Zhengyang Wang, Shuiwang Ji

Visual question answering is a recently proposed artificial intelligence task that requires a deep understanding of both images and texts. In deep learning, images are typically modeled through convolutional neural networks, and texts are typically modeled through recurrent neural networks. While the requirement for modeling images is similar to traditional computer vision tasks, such as object recognition and image classification, visual question answering raises a different need for textual representation as compared to other natural language processing tasks. In this work, we perform a detailed analysis on natural language questions in visual question answering. Based on the analysis, we propose to rely on convolutional neural networks for learning textual representations. By exploring the various properties of convolutional neural networks specialized for text data, such as width and depth, we present our "CNN Inception + Gate" model. We show that our model improves question representations and thus the overall accuracy of visual question answering models. We also show that the text representation requirement in visual question answering is more complicated and comprehensive than that in conventional natural language processing tasks, making it a better task to evaluate textual representation methods. Shallow models like fastText, which can obtain comparable results with deep learning models in tasks like text classification, are not suitable in visual question answering.

📄 PDF Abstract BibTeX arXiv:1705.06824

Code (1)

divelab/vqa-text 공식 구현 caffe2

Tasks

General Classificationimage-classificationtext-classificationVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

fastText fastText embeddings exploit subword information to construct word embeddings. Representations are learnt of character $n$-grams, and words represented as the sum of the…

Similar Papers 제목 키워드 기반

Aligned Dual Channel Graph Convolutional Network for Visual Question Answering

2020-07-01 · ACL 2020 6 · Qingbao Huang, Jielong Wei, Yi Cai, Changmeng Zheng 외

Visual question answering aims to answer the natural language question about a given image. Existing graph-based methods only focus on the relations between objects in an image and neglect the importance of the syntactic…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Multimodal Compact Bilinear Pooling for Visual Question Answering and Visual Grounding

2016-06-06 · EMNLP 2016 11 · Akira Fukui, Dong Huk Park, Daylen Yang, Anna Rohrbach 외

Modeling textual or visual information with vector representations trained from large language or visual datasets has been successfully explored in recent years. However, tasks such as visual question answering require c…

Phrase GroundingVisual GroundingVisual Question AnsweringVisual Question Answering (VQA)

Think Visually: Question Answering through Virtual Imagery

2018-05-25 · ACL 2018 7 · Ankit Goyal, Jian Wang, Jia Deng

In this paper, we study the problem of geometric reasoning in the context of question-answering. We introduce Dynamic Spatial Memory Network (DSMN), a new deep network architecture designed for answering questions that a…

Question AnsweringVisual Commonsense Reasoning

Scene Graph Reasoning with Prior Visual Relationship for Visual Question Answering

2018-12-23 · Zhuoqian Yang, Zengchang Qin, Jing Yu, Yue Hu

One of the key issues of Visual Question Answering (VQA) is to reason with semantic clues in the visual content under the guidance of the question, how to model relational semantics still remains as a great challenge. To…

Cross-Modal Information RetrievalInformation RetrievalQuestion AnsweringVisual Question Answering+1

Open-Ended Visual Question-Answering

2016-10-09 · Issey Masuda, Santiago Pascual de la Puente, Xavier Giro-i-Nieto

This thesis report studies methods to solve Visual Question-Answering (VQA) tasks with a Deep Learning framework. As a preliminary step, we explore Long Short-Term Memory (LSTM) networks used in Natural Language Processi…

Question AnsweringSentenceSentence EmbeddingSentence-Embedding+2