CVSep 5, 2024

Few-shot Adaptation of Medical Vision-Language Models

arXiv:2409.03868v125 citationsh-index: 51Has Code
Originality Incremental advance
AI Analysis

This work addresses the need for efficient few-shot adaptation in medical imaging, which is incremental as it builds on existing methods from computer vision but applies them to a relatively unexplored medical domain.

The paper tackles the problem of adapting medical vision-language models in a few-shot setting by introducing the first structured benchmark and evaluating various adaptation strategies, finding that a simple text-informed linear probe achieves competitive performance compared to more complex methods while being faster and accommodating black-box settings.

Integrating image and text data through multi-modal learning has emerged as a new approach in medical imaging research, following its successful deployment in computer vision. While considerable efforts have been dedicated to establishing medical foundation models and their zero-shot transfer to downstream tasks, the popular few-shot setting remains relatively unexplored. Following on from the currently strong emergence of this setting in computer vision, we introduce the first structured benchmark for adapting medical vision-language models (VLMs) in a strict few-shot regime and investigate various adaptation strategies commonly used in the context of natural images. Furthermore, we evaluate a simple generalization of the linear-probe adaptation baseline, which seeks an optimal blending of the visual prototypes and text embeddings via learnable class-wise multipliers. Surprisingly, such a text-informed linear probe yields competitive performances in comparison to convoluted prompt-learning and adapter-based strategies, while running considerably faster and accommodating the black-box setting. Our extensive experiments span three different medical modalities and specialized foundation models, nine downstream tasks, and several state-of-the-art few-shot adaptation methods. We made our benchmark and code publicly available to trigger further developments in this emergent subject: \url{https://github.com/FereshteShakeri/few-shot-MedVLMs}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes