paper-with-me

홈 › Papers

LIVE: Learnable In-Context Vector for Visual Question Answering

2024-06-19 · Yingzhe Peng, Chenduo Hao, Xu Yang, Jiawei Peng, Xinting Hu, Xin Geng

As language models continue to scale, Large Language Models (LLMs) have exhibited emerging capabilities in In-Context Learning (ICL), enabling them to solve language tasks by prefixing a few in-context demonstrations (ICDs) as context. Inspired by these advancements, researchers have extended these techniques to develop Large Multimodal Models (LMMs) with ICL capabilities. However, applying ICL usually faces two major challenges: 1) using more ICDs will largely increase the inference time and 2) the performance is sensitive to the selection of ICDs. These challenges are further exacerbated in LMMs due to the integration of multiple data types and the combinational complexity of multimodal ICDs. Recently, to address these challenges, some NLP studies introduce non-learnable In-Context Vectors (ICVs) which extract useful task information from ICDs into a single vector and then insert it into the LLM to help solve the corresponding task. However, although useful in simple NLP tasks, these non-learnable methods fail to handle complex multimodal tasks like Visual Question Answering (VQA). In this study, we propose Learnable In-Context VEctor (LIVE) to distill essential task information from demonstrations, improving ICL performance in LMMs. Experiments show that LIVE can significantly reduce computational costs while enhancing accuracy in VQA tasks compared to traditional ICL and other non-learnable ICV methods. The code is available at \url{https://github.com/ForJadeForest/LIVE-Learnable-In-Context-Vector}.

📄 PDF Abstract BibTeX arXiv:2406.13185

Code (2)

forjadeforest/live-learnable-in-context-vector 공식 구현 pytorch
kamichanw/mimic pytorch

Tasks

In-Context LearningQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Uniform Convergence Beyond Glivenko-Cantelli

2025-10-24 · Tanmay Devale, Pramith Devulapalli, Steve Hanneke arxiv

We characterize conditions under which collections of distributions on $\{0,1\}^\mathbb{N}$ admit uniform estimation of their mean. Prior work from Vapnik and Chervonenkis (1971) has focused on uniform convergence using …

Compositional Kronecker Context Optimization for Vision-Language Models

2024-03-18 · Kun Ding, Xiaohui Li, Qiang Yu, Ying Wang 외

Context Optimization (CoOp) has emerged as a simple yet effective technique for adapting CLIP-like vision-language models to downstream image recognition tasks. Nevertheless, learning compact context with satisfactory ba…

LiveChat: Video Comment Generation from Audio-Visual Multimodal Contexts

2023-10-01 · Julien Lalanne, Raphael Bournet, Yi Yu

Live commenting on video, a popular feature of live streaming platforms, enables viewers to engage with the content and share their comments, reactions, opinions, or questions with the streamer or other viewers while wat…

Comment GenerationDiversitymultimodal generation

Visual Late Chunking: An Empirical Study of Contextual Chunking for Efficient Visual Document Retrieval

2026-04-11 · Yibo Yan, Mingdong Ou, Yi Cao, Jiahao Huo 외 arxiv

Multi-vector models dominate Visual Document Retrieval (VDR) due to their fine-grained matching capabilities, but their high storage and computational costs present a major barrier to practical deployment. In this paper,…

Guiding Multimodal Large Language Models with Blind and Low Vision People Visual Questions for Proactive Visual Interpretations

2025-10-02 · Ricardo Gonzalez Penuela, Felipe Arias-Russi, Victor Capriles arxiv

Multimodal large language models (MLLMs) have been integrated into visual interpretation applications to support Blind and Low Vision (BLV) users because of their accuracy and ability to provide rich, human-like interpre…