CVAICLLGAug 18, 2022

VAuLT: Augmenting the Vision-and-Language Transformer for Sentiment Classification on Social Media

UW
arXiv:2208.09021v35 citationsh-index: 27Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of applying vision-and-language models to real-world social media data, where text is more complex than simple captions, though it is an incremental improvement over existing methods.

The authors tackled the problem of vision-and-language models lacking linguistic diversity for complex text inputs like social media, by augmenting ViLT with a large language model, achieving up to 20% relative improvements and state-of-the-art performance on sentiment classification tasks.

We propose the Vision-and-Augmented-Language Transformer (VAuLT). VAuLT is an extension of the popular Vision-and-Language Transformer (ViLT), and improves performance on vision-and-language (VL) tasks that involve more complex text inputs than image captions while having minimal impact on training and inference efficiency. ViLT, importantly, enables efficient training and inference in VL tasks, achieved by encoding images using a linear projection of patches instead of an object detector. However, it is pretrained on captioning datasets, where the language input is simple, literal, and descriptive, therefore lacking linguistic diversity. So, when working with multimedia data in the wild, such as multimodal social media data, there is a notable shift from captioning language data, as well as diversity of tasks. We indeed find evidence that the language capacity of ViLT is lacking. The key insight and novelty of VAuLT is to propagate the output representations of a large language model (LM) like BERT to the language input of ViLT. We show that joint training of the LM and ViLT can yield relative improvements up to 20% over ViLT and achieve state-of-the-art or comparable performance on VL tasks involving richer language inputs and affective constructs, such as for Target-Oriented Sentiment Classification in TWITTER-2015 and TWITTER-2017, and Sentiment Classification in MVSA-Single and MVSA-Multiple. Our code is available at https://github.com/gchochla/VAuLT.

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