CLCVLGNov 7, 2019

Probing Contextualized Sentence Representations with Visual Awareness

arXiv:1911.02971v12 citations
Originality Incremental advance
AI Analysis

This work addresses the need for visual-aware NLP models without manual annotations, but it is incremental as it builds on existing cross-modal embedding and fusion techniques.

The authors tackled the problem of creating contextualized sentence representations with visual awareness without relying on manually annotated multimodal data, achieving effectiveness in neural machine translation, natural language inference, and sequence labeling tasks.

We present a universal framework to model contextualized sentence representations with visual awareness that is motivated to overcome the shortcomings of the multimodal parallel data with manual annotations. For each sentence, we first retrieve a diversity of images from a shared cross-modal embedding space, which is pre-trained on a large-scale of text-image pairs. Then, the texts and images are respectively encoded by transformer encoder and convolutional neural network. The two sequences of representations are further fused by a simple and effective attention layer. The architecture can be easily applied to text-only natural language processing tasks without manually annotating multimodal parallel corpora. We apply the proposed method on three tasks, including neural machine translation, natural language inference and sequence labeling and experimental results verify the effectiveness.

Foundations

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

Your Notes