Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

TAG: Boosting Text-VQA via Text-aware Visual Question-answer Generation

About

Text-VQA aims at answering questions that require understanding the textual cues in an image. Despite the great progress of existing Text-VQA methods, their performance suffers from insufficient human-labeled question-answer (QA) pairs. However, we observe that, in general, the scene text is not fully exploited in the existing datasets -- only a small portion of the text in each image participates in the annotated QA activities. This results in a huge waste of useful information. To address this deficiency, we develop a new method to generate high-quality and diverse QA pairs by explicitly utilizing the existing rich text available in the scene context of each image. Specifically, we propose, TAG, a text-aware visual question-answer generation architecture that learns to produce meaningful, and accurate QA samples using a multimodal transformer. The architecture exploits underexplored scene text information and enhances scene understanding of Text-VQA models by combining the generated QA pairs with the initial training data. Extensive experimental results on two well-known Text-VQA benchmarks (TextVQA and ST-VQA) demonstrate that our proposed TAG effectively enlarges the training data that helps improve the Text-VQA performance without extra labeling effort. Moreover, our model outperforms state-of-the-art approaches that are pre-trained with extra large-scale data. Code is available at https://github.com/HenryJunW/TAG.

Jun Wang, Mingfei Gao, Yuqian Hu, Ramprasaath R. Selvaraju, Chetan Ramaiah, Ran Xu, Joseph F. JaJa, Larry S. Davis• 2022

Related benchmarks

TaskDatasetResultRank
Visual Question AnsweringTextVQA (val)
VQA Score53.63
309
Visual Question AnsweringTextVQA (test)
Accuracy53.7
124
Scene Text Visual Question AnsweringST-VQA (val)
ANLS0.62
30
Scene Text Visual Question AnsweringST-VQA (test)
ANLS0.602
21
Scene Text Visual Question AnsweringST-VQA 1.0 (val)
ANLS62
15
Scene Text Visual Question AnsweringST-VQA 1.0 (test)
ANLS60.2
14
Showing 6 of 6 rows

Other info

Code

Follow for update