paper-with-me

홈 › Papers

Improving Visual Question Answering Models through Robustness Analysis and In-Context Learning with a Chain of Basic Questions

2023-04-06 · Jia-Hong Huang, Modar Alfadly, Bernard Ghanem, Marcel Worring

Deep neural networks have been critical in the task of Visual Question Answering (VQA), with research traditionally focused on improving model accuracy. Recently, however, there has been a trend towards evaluating the robustness of these models against adversarial attacks. This involves assessing the accuracy of VQA models under increasing levels of noise in the input, which can target either the image or the proposed query question, dubbed the main question. However, there is currently a lack of proper analysis of this aspect of VQA. This work proposes a new method that utilizes semantically related questions, referred to as basic questions, acting as noise to evaluate the robustness of VQA models. It is hypothesized that as the similarity of a basic question to the main question decreases, the level of noise increases. To generate a reasonable noise level for a given main question, a pool of basic questions is ranked based on their similarity to the main question, and this ranking problem is cast as a LASSO optimization problem. Additionally, this work proposes a novel robustness measure, R_score, and two basic question datasets to standardize the analysis of VQA model robustness. The experimental results demonstrate that the proposed evaluation method effectively analyzes the robustness of VQA models. Moreover, the experiments show that in-context learning with a chain of basic questions can enhance model accuracy.

📄 PDF Abstract BibTeX arXiv:2304.03147

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Vision And Text Transformer For Predicting Answerability On Visual Question Answering

2026-09-15 · Tung Le, Huy Tien Nguyen, Le Minh Nguyen arxiv

Answerability on Visual Question Answering is a novel and attractive task to predict answerable scores between images and questions in multi-modal data. Existing works often utilize a binary mapping from visual question …

Visual Question Answering

Assessing the Robustness of Visual Question Answering Models

2019-11-30 · Jia-Hong Huang, Modar Alfadly, Bernard Ghanem, Marcel Worring

Deep neural networks have been playing an essential role in the task of Visual Question Answering (VQA). Until recently, their accuracy has been the main focus of research. Now there is a trend toward assessing the robus…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

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

Language bias in Visual Question Answering: A Survey and Taxonomy

2021-11-16 · Desen Yuan

Visual question answering (VQA) is a challenging task, which has attracted more and more attention in the field of computer vision and natural language processing. However, the current visual question answering has the p…

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)