CLCVLGFeb 25, 2020

What BERT Sees: Cross-Modal Transfer for Visual Question Generation

arXiv:2002.10832v31001 citations
AI Analysis

This work addresses the need for efficient multi-modal models in grounded dialog systems, though it is incremental as it builds on existing BERT architectures.

The paper tackled the problem of evaluating BERT's visual capabilities without additional pre-training by adapting it for Visual Question Generation, resulting in substantial improvements over state-of-the-art on two datasets.

Pre-trained language models have recently contributed to significant advances in NLP tasks. Recently, multi-modal versions of BERT have been developed, using heavy pre-training relying on vast corpora of aligned textual and image data, primarily applied to classification tasks such as VQA. In this paper, we are interested in evaluating the visual capabilities of BERT out-of-the-box, by avoiding pre-training made on supplementary data. We choose to study Visual Question Generation, a task of great interest for grounded dialog, that enables to study the impact of each modality (as input can be visual and/or textual). Moreover, the generation aspect of the task requires an adaptation since BERT is primarily designed as an encoder. We introduce BERT-gen, a BERT-based architecture for text generation, able to leverage on either mono- or multi- modal representations. The results reported under different configurations indicate an innate capacity for BERT-gen to adapt to multi-modal data and text generation, even with few data available, avoiding expensive pre-training. The proposed model obtains substantial improvements over the state-of-the-art on two established VQG datasets.

Foundations

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

Your Notes