paper-with-me

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 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.

📄 PDF Abstract BibTeX arXiv:1911.06258

Code (1)

adlnlp/attention_vl pytorch

Tasks

General ClassificationTextVQA

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Enhancing Length Extrapolation in Sequential Models with Pointer-Augmented Neural Memory

2024-04-18 · Hung Le, Dung Nguyen, Kien Do, Svetha Venkatesh 외

We propose Pointer-Augmented Neural Memory (PANM) to help neural networks understand and apply symbol processing to new, longer sequences of data. PANM integrates an external neural memory that uses novel physical addres…

Machine TranslationMathematical ReasoningQuestion Answering

HLTCOE Evaluation Team at TREC 2025: VQA Track

2025-12-08 · Dengjia Zhang, Charles Weng, Katherine Guerrerio, Yi Lu 외 arxiv

The HLTCOE Evaluation team participated in TREC VQA's Answer Generation (AG) task, for which we developed a listwise learning framework that aims to improve semantic precision and ranking consistency in answer generation…

Answer Generation

PK-Chat: Pointer Network Guided Knowledge Driven Generative Dialogue Model

2023-04-02 · Cheng Deng, Bo Tong, Luoyi Fu, Jiaxin Ding 외

In the research of end-to-end dialogue systems, using real-world knowledge to generate natural, fluent, and human-like utterances with correct answers is crucial. However, domain-specific conversational dialogue systems …

Knowledge GraphsLanguage ModelingLanguage ModellingWorld Knowledge

An Entailment Tree Generation Approach for Multimodal Multi-Hop Question Answering with Mixture-of-Experts and Iterative Feedback Mechanism

2024-12-08 · Qing Zhang, Haocheng Lv, Jie Liu, Zhiyun Chen 외

With the rise of large-scale language models (LLMs), it is currently popular and effective to convert multimodal information into text descriptions for multimodal multi-hop question answering. However, we argue that the …

Mixture-of-ExpertsMulti-hop Question AnsweringMulti-Task LearningQuestion Answering

A Copy-Augmented Generative Model for Open-Domain Question Answering

2022-05-01 · ACL 2022 5 · Shuang Liu, Dong Wang, Xiaoguang Li, Minghui Huang 외

Open-domain question answering is a challenging task with a wide variety of practical applications. Existing modern approaches mostly follow a standard two-stage paradigm: retriever then reader. In this article, we focus…

Natural QuestionsOpen-Domain Question AnsweringQuestion AnsweringTriviaQA