CLCVMay 25, 2022

Multimodal Knowledge Alignment with Reinforcement Learning

AI2UW
arXiv:2205.12630v138 citationsh-index: 111
Originality Incremental advance
AI Analysis

This work addresses the challenge of adapting language models to multimodal inputs for researchers and practitioners in AI, though it is incremental as it builds on existing zero-shot and reinforcement learning techniques.

The authors tackled the problem of extending zero-shot language models to multimodal tasks like image and audio captioning without task-specific training data, and their ESPER method outperformed baselines on various zero-shot tasks, including a new benchmark dataset.

Large language models readily adapt to novel settings, even without task-specific training data. Can their zero-shot capacity be extended to multimodal inputs? In this work, we propose ESPER which extends language-only zero-shot models to unseen multimodal tasks, like image and audio captioning. Our key novelty is to use reinforcement learning to align multimodal inputs to language model generations without direct supervision: for example, in the image case our reward optimization relies only on cosine similarity derived from CLIP, and thus requires no additional explicitly paired (image, caption) data. Because the parameters of the language model are left unchanged, the model maintains its capacity for zero-shot generalization. Experiments demonstrate that ESPER outperforms baselines and prior work on a variety of zero-shot tasks; these include a new benchmark we collect+release, ESP dataset, which tasks models with generating several diversely-styled captions for each image.

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