paper-with-me

홈 › Papers

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 robustness of these models against adversarial attacks by evaluating the accuracy of these models under increasing levels of noisiness in the inputs of VQA models. In VQA, the attack can target the image and/or the proposed query question, dubbed main question, and yet there is a lack of proper analysis of this aspect of VQA. In this work, we propose a new method that uses semantically related questions, dubbed basic questions, acting as noise to evaluate the robustness of VQA models. We hypothesize 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, we rank a pool of basic questions based on their similarity with this main question. We cast this ranking problem as a LASSO optimization problem. We also propose a novel robustness measure Rscore and two large-scale basic question datasets in order to standardize robustness analysis of VQA models. The experimental results demonstrate that the proposed evaluation method is able to effectively analyze the robustness of VQA models. To foster the VQA research, we will publish our proposed datasets.

📄 PDF Abstract BibTeX arXiv:1912.01452

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Visual Robustness Benchmark for Visual Question Answering (VQA)

2024-07-03 · Md Farhan Ishmam, Ishmam Tashdeed, Talukder Asir Saadat, Md Hamjajul Ashmafee 외

Can Visual Question Answering (VQA) systems perform just as well when deployed in the real world? Or are they susceptible to realistic corruption effects e.g. image blur, which can be detrimental in sensitive application…

Visual Question AnsweringVisual Question Answering (VQA)

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

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

Contextual Breach: Assessing the Robustness of Transformer-based QA Models

2024-09-17 · Asir Saadat, Nahian Ibn Asad, Md Farhan Ishmam

Contextual question-answering models are susceptible to adversarial perturbations to input context, commonly observed in real-world scenarios. These adversarial noises are designed to degrade the performance of the model…

Question Answering

A Novel Framework for Robustness Analysis of Visual QA Models

2017-11-16 · Jia-Hong Huang, Cuong Duc Dao, Modar Alfadly, Bernard Ghanem

Deep neural networks have been playing an essential role in many computer vision tasks including Visual Question Answering (VQA). Until recently, the study of their accuracy was the main focus of research but now there i…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Learning to Contrast the Counterfactual Samples for Robust Visual Question Answering

2020-11-01 · EMNLP 2020 11 · Zujie Liang, Weitao Jiang, Haifeng Hu, Jiaying Zhu

In the task of Visual Question Answering (VQA), most state-of-the-art models tend to learn spurious correlations in the training set and achieve poor performance in out-of-distribution test data. Some methods of generati…

Contrastive LearningcounterfactualDiagnosticQuestion Answering+2