paper-with-me

Papers

Structured Multimodal Attentions for TextVQA

2020-06-01 · Chenyu Gao, Qi Zhu, Peng Wang, Hui Li, Yuliang Liu, Anton Van Den Hengel, Qi Wu

In this paper, we propose an end-to-end structured multimodal attention (SMA) neural network to mainly solve the first two issues above. SMA first uses a structural graph representation to encode the object-object, object-text and text-text relationships appearing in the image, and then designs a multimodal graph attention network to reason over it. Finally, the outputs from the above modules are processed by a global-local attentional answering module to produce an answer splicing together tokens from both OCR and general vocabulary iteratively by following M4C. Our proposed model outperforms the SoTA models on TextVQA dataset and two tasks of ST-VQA dataset among all models except pre-training based TAP. Demonstrating strong reasoning ability, it also won first place in TextVQA Challenge 2020. We extensively test different OCR methods on several reasoning models and investigate the impact of gradually increased OCR performance on TextVQA benchmark. With better OCR results, different models share dramatic improvement over the VQA accuracy, but our model benefits most blessed by strong textual-visual reasoning ability. To grant our method an upper bound and make a fair testing base available for further works, we also provide human-annotated ground-truth OCR annotations for the TextVQA dataset, which were not given in the original release. The code and ground-truth OCR annotations for the TextVQA dataset are available at https://github.com/ChenyuGAO-CS/SMA

📄 PDF Abstract BibTeX arXiv:2006.00753

Code (2)

chenyugao-cs/sma 공식 구현 pytorch
SelinaFelton/SMA pytorch

Tasks

Graph AttentionOptical Character Recognition (OCR)Question AnsweringTextVQAVisual Question Answering (VQA)Visual Reasoning

Methods 이 논문이 사용한 방법론

SMA Slime Mould Algorithm (SMA) is a new stochastic optimizer proposed based on the oscillation mode of slime mould in nature. SMA has several new features with a unique…

Similar Papers 제목 키워드 기반

Iterative Answer Prediction with Pointer-Augmented Multimodal Transformers for TextVQA

2019-11-14 · CVPR 2020 6 · Ronghang Hu, Amanpreet Singh, Trevor Darrell, Marcus Rohrbach

Many visual scenes contain text that carries crucial information, and it is thus essential to understand text in images for downstream reasoning tasks. For example, a deep water label on a warning sign warns people about…

General ClassificationTextVQA

Enhancing Instruction-Following Capability of Visual-Language Models by Reducing Image Redundancy

2024-11-23 · Te Yang, Jian Jia, Xiangyu Zhu, Weisong Zhao 외

Large Language Models (LLMs) have strong instruction-following capability to interpret and execute tasks as directed by human commands. Multimodal Large Language Models (MLLMs) have inferior instruction-following ability…

Instruction FollowingMMETextVQAVisual Question Answering (VQA)

EgoTextVQA: Towards Egocentric Scene-Text Aware Video Question Answering

2025-02-11 · CVPR 2025 1 · Sheng Zhou, Junbin Xiao, Qingyun Li, Yicong Li 외

We introduce EgoTextVQA, a novel and rigorously constructed benchmark for egocentric QA assistance involving scene text. EgoTextVQA contains 1.5K ego-view videos and 7K scene-text aware questions that reflect real user n…

Question AnsweringVideo Question Answering

ViTextVQA: A Large-Scale Visual Question Answering Dataset for Evaluating Vietnamese Text Comprehension in Images

2024-04-16 · Quan Van Nguyen, Dan Quang Tran, Huy Quang Pham, Thang Kien-Bao Nguyen 외

Visual Question Answerinng (VQA) is a complicated task that requires the capability of simultaneously processing natural language and images. This task was initially researched with a focus on developing methods to help …

Multimodal Deep LearningOptical Character Recognition (OCR)Question AnsweringReading Comprehension+5

Reading Between the Lanes: Text VideoQA on the Road

2023-07-08 · George Tom, Minesh Mathew, Sergi Garcia, Dimosthenis Karatzas 외

Text and signs around roads provide crucial information for drivers, vital for safe navigation and situational awareness. Scene text recognition in motion is a challenging problem, while textual cues typically appear for…

Question AnsweringScene Text RecognitionVideo Question Answering