CVCLNov 14, 2019

Iterative Answer Prediction with Pointer-Augmented Multimodal Transformers for TextVQA

arXiv:1911.06258v3232 citations
Originality Highly original
AI Analysis

This addresses the problem of understanding text in images for question-answering, offering a novel method for multimodal fusion and iterative prediction.

The paper tackles the TextVQA task by proposing a multimodal transformer model with iterative answer decoding, which outperforms existing approaches by a large margin on three benchmark datasets.

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 the danger in the scene. Recent work has explored the TextVQA task that requires reading and understanding text in images to answer a question. However, existing approaches for TextVQA are mostly based on custom pairwise fusion mechanisms between a pair of two modalities and are restricted to a single prediction step by casting TextVQA as a classification task. In this work, we propose a novel model for the TextVQA task based on a multimodal transformer architecture accompanied by a rich representation for text in images. Our model naturally fuses different modalities homogeneously by embedding them into a common semantic space where self-attention is applied to model inter- and intra- modality context. Furthermore, it enables iterative answer decoding with a dynamic pointer network, allowing the model to form an answer through multi-step prediction instead of one-step classification. Our model outperforms existing approaches on three benchmark datasets for the TextVQA task by a large margin.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes