paper-with-me

Papers

Spatially Aware Multimodal Transformers for TextVQA

2020-07-23 · ECCV 2020 8 · Yash Kant, Dhruv Batra, Peter Anderson, Alex Schwing, Devi Parikh, Jiasen Lu, Harsh Agrawal

Textual cues are essential for everyday tasks like buying groceries and using public transport. To develop this assistive technology, we study the TextVQA task, i.e., reasoning about text in images to answer a question. Existing approaches are limited in their use of spatial relations and rely on fully-connected transformer-like architectures to implicitly learn the spatial structure of a scene. In contrast, we propose a novel spatially aware self-attention layer such that each visual entity only looks at neighboring entities defined by a spatial graph. Further, each head in our multi-head self-attention layer focuses on a different subset of relations. Our approach has two advantages: (1) each head considers local context instead of dispersing the attention amongst all visual entities; (2) we avoid learning redundant features. We show that our model improves the absolute accuracy of current state-of-the-art methods on TextVQA by 2.2% overall over an improved baseline, and 4.62% on questions that involve spatial reasoning and can be answered correctly using OCR tokens. Similarly on ST-VQA, we improve the absolute accuracy by 4.2%. We further show that spatially aware self-attention improves visual grounding.

📄 PDF Abstract BibTeX arXiv:2007.12146

Code (1)

yashkant/sam-textvqa 공식 구현 pytorch

Tasks

Optical Character Recognition (OCR)Spatial ReasoningTextVQAVisual GroundingVisual Question Answering (VQA)

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

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

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

Structured Multimodal Attentions for TextVQA

2020-06-01 · Chenyu Gao, Qi Zhu, Peng Wang, Hui Li 외

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, objec…

Graph AttentionOptical Character Recognition (OCR)Question AnsweringTextVQA+2

Exploring Sparse Spatial Relation in Graph Inference for Text-Based VQA

2023-10-13 · Sheng Zhou, Dan Guo, Jia Li, Xun Yang 외

Text-based visual question answering (TextVQA) faces the significant challenge of avoiding redundant relational inference. To be specific, a large number of detected objects and optical character recognition (OCR) tokens…

Graph LearningObjectOptical Character RecognitionOptical Character Recognition (OCR)+5