CLDec 16, 2021

KAT: A Knowledge Augmented Transformer for Vision-and-Language

arXiv:2112.08614v2644 citations
AI Analysis

This addresses the challenge of integrating implicit and explicit knowledge for open-domain multimodal tasks, offering improved performance and interpretability.

The paper tackles the problem of enabling multimodal transformers to leverage explicit knowledge in reasoning, achieving a state-of-the-art result with a +6 point absolute improvement on the OK-VQA task.

The primary focus of recent work with largescale transformers has been on optimizing the amount of information packed into the model's parameters. In this work, we ask a different question: Can multimodal transformers leverage explicit knowledge in their reasoning? Existing, primarily unimodal, methods have explored approaches under the paradigm of knowledge retrieval followed by answer prediction, but leave open questions about the quality and relevance of the retrieved knowledge used, and how the reasoning processes over implicit and explicit knowledge should be integrated. To address these challenges, we propose a novel model - Knowledge Augmented Transformer (KAT) - which achieves a strong state-of-the-art result (+6 points absolute) on the open-domain multimodal task of OK-VQA. Our approach integrates implicit and explicit knowledge in an end to end encoder-decoder architecture, while still jointly reasoning over both knowledge sources during answer generation. An additional benefit of explicit knowledge integration is seen in improved interpretability of model predictions in our analysis.

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