paper-with-me

Papers

Initialization matters in few-shot adaptation of vision-language models for histopathological image classification

2026-02-21 · Pablo Meseguer, Rocío del Amor, Valery Naranjo arxiv

Vision language models (VLM) pre-trained on datasets of histopathological image-caption pairs enabled zero-shot slide-level classification. The ability of VLM image encoders to extract discriminative features also opens the door for supervised fine-tuning for whole-slide image (WSI) classification, ideally using few labeled samples. Slide-level prediction frameworks require the incorporation of multiple instance learning (MIL) due to the gigapixel size of the WSI. Following patch-level feature extraction and aggregation, MIL frameworks rely on linear classifiers trained on top of the slide-level aggregated features. Classifier weight initialization has a large influence on Linear Probing performance in efficient transfer learning (ETL) approaches based on few-shot learning. In this work, we propose Zero-Shot Multiple-Instance Learning (ZS-MIL) to address the limitations of random classifier initialization that underperform zero-shot prediction in MIL problems. ZS-MIL uses the class-level embeddings of the VLM text encoder as the classification layer's starting point to compute each sample's bag-level probabilities. Through multiple experiments, we demonstrate the robustness of ZS-MIL compared to well-known weight initialization techniques both in terms of performance and variability in an ETL few-shot scenario for subtyping prediction.

📄 PDF Abstract BibTeX arXiv:2602.18766

Code (0)

등록된 구현이 없습니다.

Tasks

Multiple Instance LearningImage ClassificationFew-Shot LearningTransfer Learning

Similar Papers 제목 키워드 기반

Prompt Tuning based Adapter for Vision-Language Model Adaption

2023-03-24 · Jingchen Sun, Jiayu Qin, Zihao Lin, Changyou Chen

Large pre-trained vision-language (VL) models have shown significant promise in adapting to various downstream tasks. However, fine-tuning the entire network is challenging due to the massive number of model parameters. …

Few-Shot Image Classificationimage-classificationImage ClassificationLanguage Modeling+1

Beginning with You: Perceptual-Initialization Improves Vision-Language Representation and Alignment

2025-05-20 · Yang Hu, Runchen Wang, Stephen Chong Zhao, Xuhui Zhan 외

We introduce Perceptual-Initialization (PI), a paradigm shift in visual representation learning that incorporates human perceptual structure during the initialization phase rather than as a downstream fine-tuning step. B…

Representation LearningRetrievalSelf-Supervised LearningTriplet+2

Gradient-Regulated Meta-Prompt Learning for Generalizable Vision-Language Models

2023-03-12 · ICCV 2023 1 · Juncheng Li, Minghe Gao, Longhui Wei, Siliang Tang 외

Prompt tuning, a recently emerging paradigm, enables the powerful vision-language pre-training models to adapt to downstream tasks in a parameter -- and data -- efficient way, by learning the ``soft prompts'' to conditio…

Domain GeneralizationFew-Shot LearningMeta-LearningPrompt Learning+1

Focus on What Matters: Enhancing Medical Vision-Language Models with Automatic Attention Alignment Tuning

2025-05-24 · Aofei Chang, Le Huang, Alex James Boyd, Parminder Bhatia 외

Medical Large Vision-Language Models (Med-LVLMs) often exhibit suboptimal attention distribution on visual inputs, leading to hallucinated or inaccurate outputs. Existing mitigation methods primarily rely on inference-ti…

Visual Question Answering (VQA)

ViLAaD: Enhancing "Attracting and Dispersing'' Source-Free Domain Adaptation with Vision-and-Language Model

2025-03-30 · Shuhei Tarashima, Xinqi Shu, Norio Tagawa

Source-Free Domain Adaptation (SFDA) aims to adapt a pre-trained source model to a target dataset from a different domain without access to the source data. Conventional SFDA methods are limited by the information encode…

Domain AdaptationLanguage ModelingLanguage ModellingSource-Free Domain Adaptation+2