TL;DR
This paper introduces a spatially aware self-attention mechanism for multimodal transformers, enhancing TextVQA performance by focusing on local spatial relations and reducing redundant features, especially in spatial reasoning tasks.
Contribution
It proposes a novel spatially aware self-attention layer that considers local spatial relations, improving scene understanding in TextVQA over traditional fully-connected transformer architectures.
Findings
Achieved 2.2% overall accuracy improvement on TextVQA.
Improved accuracy by 4.62% on spatial reasoning questions.
Enhanced visual grounding capabilities.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
