paper-with-me

홈 › Papers

MetaVL: Transferring In-Context Learning Ability From Language Models to Vision-Language Models

2023-06-02 · Masoud Monajatipoor, Liunian Harold Li, Mozhdeh Rouhsedaghat, Lin F. Yang, Kai-Wei Chang

Large-scale language models have shown the ability to adapt to a new task via conditioning on a few demonstrations (i.e., in-context learning). However, in the vision-language domain, most large-scale pre-trained vision-language (VL) models do not possess the ability to conduct in-context learning. How can we enable in-context learning for VL models? In this paper, we study an interesting hypothesis: can we transfer the in-context learning ability from the language domain to VL domain? Specifically, we first meta-trains a language model to perform in-context learning on NLP tasks (as in MetaICL); then we transfer this model to perform VL tasks by attaching a visual encoder. Our experiments suggest that indeed in-context learning ability can be transferred cross modalities: our model considerably improves the in-context learning capability on VL tasks and can even compensate for the size of the model significantly. On VQA, OK-VQA, and GQA, our method could outperform the baseline model while having 20 times fewer parameters.

📄 PDF Abstract BibTeX arXiv:2306.01311

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningLanguage ModelingLanguage ModellingVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

MetaVLA: Unified Meta Co-training For Efficient Embodied Adaption

2025-10-07 · Chen Li, Zhantao Yang, Han Zhang, Fangyi Chen 외 arxiv

Vision-Language-Action (VLA) models show promise in embodied reasoning, yet remain far from true generalists-they often require task-specific fine-tuning, incur high compute costs, and generalize poorly to unseen tasks. …

Domain Generalization

A Meta-transfer Learning framework for Visually Grounded Compositional Concept Learning

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Humans acquire language in a compositional and grounded manner.They can describe their perceptual world using novel compositions from already learnt elementary concepts. However, recent research shows that modern neural …

Meta-LearningTransfer Learning

VLA-Pro: Cross-Task Procedural Memory Transfer for Vision-Language-Action Models

2026-05-28 · Shengyu Si, Yuanzhuo Lu, Ruimeng Yang, Ziyi Ye 외 arxiv

Vision-Language-Action~(VLA) models have shown strong potential for general-purpose robotic manipulation, yet they still struggle to generalize to unseen tasks that necessitate transferring relevant experience across obj…

Bridging Modalities: Enhancing Cross-Modality Hate Speech Detection with Few-Shot In-Context Learning

2024-10-08 · Ming Shan Hee, Aditi Kumaresan, Roy Ka-Wei Lee

The widespread presence of hate speech on the internet, including formats such as text-based tweets and vision-language memes, poses a significant challenge to digital platform safety. Recent research has developed detec…

Few-Shot LearningHate Speech DetectionIn-Context LearningTransfer Learning

Towards Multimodal In-Context Learning for Vision & Language Models

2024-03-19 · Sivan Doveh, Shaked Perek, M. Jehanzeb Mirza, Wei Lin 외

State-of-the-art Vision-Language Models (VLMs) ground the vision and the language modality primarily via projecting the vision tokens from the encoder to language-like tokens, which are directly fed to the Large Language…

Image CaptioningIn-Context LearningLanguage ModellingLarge Language Model