Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Multimodal Task Vectors Enable Many-Shot Multimodal In-Context Learning

About

The recent success of interleaved Large Multimodal Models (LMMs) in few-shot learning suggests that in-context learning (ICL) with many examples can be promising for learning new tasks. However, this many-shot multimodal ICL setting has one crucial problem: it is fundamentally limited by the model's context length set at pretraining. The problem is especially prominent in the multimodal domain, which processes both text and images, requiring additional tokens. This motivates the need for a multimodal method to compress many shots into fewer tokens without finetuning. In this work, we enable LMMs to perform multimodal, many-shot in-context learning by leveraging Multimodal Task Vectors (MTV) -- compact implicit representations of in-context examples compressed in the model's attention heads. Specifically, we first demonstrate the existence of such MTV in LMMs and then leverage these extracted MTV to enable many-shot in-context learning for various vision-and-language tasks. Our experiments suggest that MTV can scale in performance with the number of compressed shots and generalize to similar out-of-domain tasks without additional context length for inference. Code: https://github.com/Brandon3964/MultiModal-Task-Vector

Brandon Huang, Chancharik Mitra, Assaf Arbelle, Leonid Karlinsky, Trevor Darrell, Roei Herzig• 2024

Related benchmarks

TaskDatasetResultRank
Visual Question AnsweringOK-VQA
Accuracy62
224
Visual Question AnsweringTextVQA (test)
Accuracy51
124
Image ClassificationFlowers (test)
Accuracy89.8
87
ClassificationCUB (test)
Accuracy89.8
79
Visual Question AnsweringChartQA (test)
Accuracy34.9
58
Visual Question AnsweringVizwiz (val)
VQA Score55.2
45
TranslationEnglish-Spanish
Accuracy76.7
15
Antonym GenerationAntonym Generation
Accuracy61.7
3
Showing 8 of 8 rows

Other info

Code

Follow for update