CLSep 19, 2022

How to Adapt Pre-trained Vision-and-Language Models to a Text-only Input?

arXiv:2209.08982v1583 citationsh-index: 25
Originality Synthesis-oriented
AI Analysis

This addresses the issue of evaluating linguistic skills in multimodal models for researchers, but it is incremental as it focuses on adaptation methods without introducing new paradigms.

The paper tackled the problem of adapting pre-trained vision-and-language models to text-only input by comparing seven methods across three models, finding that adaptation matters for zero-shot tasks but not for non-zero-shot ones, and that unimodal models perform similarly, suggesting no clear language understanding gain from multimodal training.

Current language models have been criticised for learning language from text alone without connection between words and their meaning. Consequently, multimodal training has been proposed as a way for creating models with better language understanding by providing the lacking connection. We focus on pre-trained multimodal vision-and-language (VL) models for which there already are some results on their language understanding capabilities. An unresolved issue with evaluating the linguistic skills of these models, however, is that there is no established method for adapting them to text-only input without out-of-distribution uncertainty. To find the best approach, we investigate and compare seven possible methods for adapting three different pre-trained VL models to text-only input. Our evaluations on both GLUE and Visual Property Norms (VPN) show that care should be put into adapting VL models to zero-shot text-only tasks, while the models are less sensitive to how we adapt them to non-zero-shot tasks. We also find that the adaptation methods perform differently for different models and that unimodal model counterparts perform on par with the VL models regardless of adaptation, indicating that current VL models do not necessarily gain better language understanding from their multimodal training.

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