paper-with-me

홈 › Papers

Adapting Large Multimodal Models to Distribution Shifts: The Role of In-Context Learning

2024-05-20 · Guanglin Zhou, Zhongyi Han, Shiming Chen, Biwei Huang, Liming Zhu, Salman Khan, Xin Gao, Lina Yao

Recent studies indicate that large multimodal models (LMMs) potentially act as general-purpose assistants and are highly robust against different distributions. Despite this, domain-specific adaptation is still necessary particularly in specialized areas like healthcare. Due to the impracticality of fine-tuning LMMs given their vast parameter space, this work investigates in-context learning (ICL) as an effective alternative for enhancing LMMs' adaptability. Our study addresses this by evaluating an unsupervised ICL method which selects in-context examples through a nearest example search based on feature similarity. We uncover that its effectiveness is limited by the deficiencies of pre-trained vision encoders under distribution shift scenarios. To address these challenges, we propose InvariantSelectPR, a novel method leveraging Class-conditioned Contrastive Invariance (CCI) for more robust demonstration selection. Specifically, CCI enhances pre-trained vision encoders by improving their discriminative capabilities across different classes and ensuring invariance to domain-specific variations. This enhancement allows the encoders to effectively identify and retrieve the most informative examples, which are then used to guide LMMs in adapting to new query samples under varying distributions. Our experiments show that InvariantSelectPR substantially improves the adaptability of LMMs, achieving significant performance gains on benchmark datasets, with a 34.2%$\uparrow$ accuracy increase in 7-shot on Camelyon17 and 16.9%$\uparrow$ increase in 7-shot on HAM10000 compared to the baseline zero-shot performance.

📄 PDF Abstract BibTeX arXiv:2405.12217

Code (1)

jameszhou-gl/icl-distribution-shift 공식 구현

Tasks

In-Context Learning

Similar Papers 제목 키워드 기반

Adapting Point Cloud Analysis via Multimodal Bayesian Distribution Learning

2026-03-23 · Xingyu Zhu, Liang Yi, Shuo Wang, Wenbo Zhu 외 arxiv

Multimodal 3D vision-language models show strong generalization across diverse 3D tasks, but their performance still degrades notably under domain shifts. This has motivated recent studies on test-time adaptation (TTA), …

Test-time Adaptation

Evaluating Test-Time Adaptation For Facial Expression Recognition Under Natural Cross-Dataset Distribution Shifts

2026-03-20 · John Turnbull, Shivam Grover, Amin Jalali, Ali Etemad arxiv

Deep learning models often struggle under natural distribution shifts, a common challenge in real-world deployments. Test-Time Adaptation (TTA) addresses this by adapting models during inference without labeled source da…

Facial Expression RecognitionTest-time Adaptation

On the Out-Of-Distribution Generalization of Large Multimodal Models

2025-01-01 · CVPR 2025 1 · Xingxuan Zhang, Jiansheng Li, Wenjing Chu, Junjia Hai 외

We investigate the generalization boundaries of current Large Multimodal Models (LMMs) via comprehensive evaluation under out-of-distribution scenarios and domain-specific tasks. We evaluate their zero-shot generaliz…

In-Context LearningOut-of-Distribution GeneralizationZero-shot Generalization

On the Out-Of-Distribution Generalization of Multimodal Large Language Models

2024-02-09 · Xingxuan Zhang, Jiansheng Li, Wenjing Chu, Junjia Hai 외

We investigate the generalization boundaries of current Multimodal Large Language Models (MLLMs) via comprehensive evaluation under out-of-distribution scenarios and domain-specific tasks. We evaluate their zero-shot gen…

In-Context LearningOut-of-Distribution GeneralizationZero-shot Generalization

Temporal Test-Time Adaptation with State-Space Models

2024-07-17 · Mona Schirmer, Dan Zhang, Eric Nalisnick

Distribution shifts between training and test data are inevitable over the lifecycle of a deployed model, leading to performance decay. Adapting a model on test samples can help mitigate this drop in performance. However…

State Space ModelsTest-time Adaptation