paper-with-me

홈 › Papers

What Makes Multimodal In-Context Learning Work?

2024-04-24 · Folco Bertini Baldassini, Mustafa Shukor, Matthieu Cord, Laure Soulier, Benjamin Piwowarski

Large Language Models have demonstrated remarkable performance across various tasks, exhibiting the capacity to swiftly acquire new skills, such as through In-Context Learning (ICL) with minimal demonstration examples. In this work, we present a comprehensive framework for investigating Multimodal ICL (M-ICL) in the context of Large Multimodal Models. We consider the best open-source multimodal models (e.g., IDEFICS, OpenFlamingo) and a wide range of multimodal tasks. Our study unveils several noteworthy findings: (1) M-ICL primarily relies on text-driven mechanisms, showing little to no influence from the image modality. (2) When used with advanced-ICL strategy (like RICES), M-ICL is not better than a simple strategy based on majority voting over context examples. Moreover, we identify several biases and limitations of M-ICL that warrant consideration prior to deployment. Code available at https://gitlab.com/folbaeni/multimodal-icl

📄 PDF Abstract BibTeX arXiv:2404.15736

Code (1)

https://gitlab.com/folbaeni/multimodal-icl 공식 구현 pytorch

Tasks

In-Context Learning

Similar Papers 제목 키워드 기반

Kamera: Unified Position-Invariant Multimodal KV Cache for Training-Free Reuse

2026-06-22 · Bole Ma, Jan Eitzinger, Harald Koestler, Gerhard Wellein arxiv

Multimodal agents repeatedly re-examine the same video frames, UI screenshots, and rendered artifacts as their context window slides and reasoning iterates, yet every look-back re-encodes from scratch, because prefix cac…

What If TSF: A Benchmark for Reframing Forecasting as Scenario-Guided Multimodal Forecasting

2026-01-13 · Jinkwan Jang, Hyunbin Jin, Hyungjin Park, Kyubyung Chae 외 arxiv

Time series forecasting is critical to real-world decision making, yet most existing approaches remain unimodal and rely on extrapolating historical patterns. While recent progress in large language models (LLMs) highlig…

Time Series ForecastingDecision Making

Act-Observe-Rewrite: Multimodal Coding Agents as In-Context Policy Learners for Robot Manipulation

2026-03-03 · Vaishak Kumar arxiv

Can a multimodal language model learn to manipulate physical objects by reasoning about its own failures-without gradient updates, demonstrations, or reward engineering? We argue the answer is yes, under conditions we ch…

Robot ManipulationCode Generation

Difference-Masking: Choosing What to Mask in Continued Pretraining

2023-05-23 · Alex Wilf, Syeda Nahida Akter, Leena Mathur, Paul Pu Liang 외

The self-supervised objective of masking-and-predicting has led to promising performance gains on a variety of downstream tasks. However, while most approaches randomly mask tokens, there is strong intuition that decidin…

Self-Supervised Learning

Revisiting the "Video" in Video-Language Understanding

2022-06-03 · CVPR 2022 1 · Shyamal Buch, Cristóbal Eyzaguirre, Adrien Gaidon, Jiajun Wu 외

What makes a video task uniquely suited for videos, beyond what can be understood from a single image? Building on recent progress in self-supervised image-language models, we revisit this question in the context of vide…

BenchmarkingQuestion AnsweringRetrievalText to Video Retrieval+2