paper-with-me

홈 › Papers

Analysis on Image Set Visual Question Answering

2021-03-31 · Abhinav Khattar, Aviral Joshi, Har Simrat Singh, Pulkit Goel, Rohit Prakash Barnwal

We tackle the challenge of Visual Question Answering in multi-image setting for the ISVQA dataset. Traditional VQA tasks have focused on a single-image setting where the target answer is generated from a single image. Image set VQA, however, comprises of a set of images and requires finding connection between images, relate the objects across images based on these connections and generate a unified answer. In this report, we work with 4 approaches in a bid to improve the performance on the task. We analyse and compare our results with three baseline models - LXMERT, HME-VideoQA and VisualBERT - and show that our approaches can provide a slight improvement over the baselines. In specific, we try to improve on the spatial awareness of the model and help the model identify color using enhanced pre-training, reduce language dependence using adversarial regularization, and improve counting using regression loss and graph based deduplication. We further delve into an in-depth analysis on the language bias in the ISVQA dataset and show how models trained on ISVQA implicitly learn to associate language more strongly with the final answer.

📄 PDF Abstract BibTeX arXiv:2104.00107

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

LXMERT LXMERT is a model for learning vision-and-language cross-modality representations. It consists of a Transformer model that consists three encoders: object relationship encoder, a…
VisualBERT VisualBERT aims to reuse self-attention to implicitly align elements of the input text and regions in the input image. Visual embeddings are used to model images where the…

Similar 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 netwo…

General Classificationimage-classificationtext-classificationVisual Question Answering+1

Can Open Domain Question Answering Systems Answer Visual Knowledge Questions?

2022-02-09 · Jiawen Zhang, Abhijit Mishra, Avinesh P. V. S, Siddharth Patwardhan 외

The task of Outside Knowledge Visual Question Answering (OKVQA) requires an automatic system to answer natural language questions about pictures and images using external knowledge. We observe that many visual questions,…

Open-Domain Question AnsweringQuestion AnsweringQuestion RewritingVisual Question Answering+1

Dynamic Memory Networks for Visual and Textual Question Answering

2016-03-04 · Caiming Xiong, Stephen Merity, Richard Socher

Neural network architectures with memory and attention mechanisms exhibit certain reasoning capabilities required for question answering. One such architecture, the dynamic memory network (DMN), obtained high accuracy on…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Visual Question Answering using Deep Learning: A Survey and Performance Analysis

2019-08-27 · Yash Srivastava, Vaishnav Murali, Shiv Ram Dubey, Snehasis Mukherjee

The Visual Question Answering (VQA) task combines challenges for processing data with both Visual and Linguistic processing, to answer basic `common sense' questions about given images. Given an image and a question in n…

Common Sense ReasoningQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Are You Smarter Than a Sixth Grader? Textbook Question Answering for Multimodal Machine Comprehension

2017-07-01 · CVPR 2017 7 · Aniruddha Kembhavi, Minjoon Seo, Dustin Schwenk, Jonghyun Choi 외

We introduce the task of Multi-Modal Machine Comprehension (M3C), which aims at answering multimodal questions given a context of text, diagrams and images. We present the Textbook Question Answering (TQA) dataset that i…

Question AnsweringReading ComprehensionVisual Question AnsweringVisual Question Answering (VQA)