paper-with-me

홈 › Papers

MGPATH: Vision-Language Model with Multi-Granular Prompt Learning for Few-Shot WSI Classification

2025-02-11 · Anh-Tien Nguyen, Duy Minh Ho Nguyen, Nghiem Tuong Diep, Trung Quoc Nguyen, Nhat Ho, Jacqueline Michelle Metsch, Miriam Cindy Maurer, Daniel Sonntag, Hanibal Bohnenberger, Anne-Christin Hauschild

Whole slide pathology image classification presents challenges due to gigapixel image sizes and limited annotation labels, hindering model generalization. This paper introduces a prompt learning method to adapt large vision-language models for few-shot pathology classification. We first extend the Prov-GigaPath vision foundation model, pre-trained on 1.3 billion pathology image tiles, into a vision-language model by adding adaptors and aligning it with medical text encoders via contrastive learning on 923K image-text pairs. The model is then used to extract visual features and text embeddings from few-shot annotations and fine-tunes with learnable prompt embeddings. Unlike prior methods that combine prompts with frozen features using prefix embeddings or self-attention, we propose multi-granular attention that compares interactions between learnable prompts with individual image patches and groups of them. This approach improves the model's ability to capture both fine-grained details and broader context, enhancing its recognition of complex patterns across sub-regions. To further improve accuracy, we leverage (unbalanced) optimal transport-based visual-text distance to secure model robustness by mitigating perturbations that might occur during the data augmentation process. Empirical experiments on lung, kidney, and breast pathology modalities validate the effectiveness of our approach; thereby, we surpass several of the latest competitors and consistently improve performance across diverse architectures, including CLIP, PLIP, and Prov-GigaPath integrated PLIP. We release our implementations and pre-trained models at this MGPATH.

📄 PDF Abstract BibTeX arXiv:2502.07409

Code (1)

HauschildLab/MGPATH 공식 구현 pytorch

Tasks

Contrastive LearningData Augmentationimage-classificationImage ClassificationLanguage ModelingLanguage ModellingPrompt Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Contrastive Learning 설명 없음
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…
PLIP Pathology Language and Image Pre-Training (PLIP) is a vision-and-language foundation model created by fine-tuning CLIP on pathology images.

Similar Papers 제목 키워드 기반

U-shaped Multi-granularity Learning for Vision-Language Models

2026-07-16 · Biao Chen, Yunqian Yu, Xiangxu Zhao, Zhongshu Chen 외 arxiv

The prompt learning paradigm for vision-language models is effective yet faces a granularity dilemma: global prompts lack fine-grained semantic awareness, while local prompts ignore contextual associations, limiting cros…

Granular Computing-driven SAM: From Coarse-to-Fine Guidance for Prompt-Free Segmentation

2025-11-24 · Qiyang Yu, Yu Fang, Tianrui Li, Xuemei Cao 외 arxiv

Prompt-free image segmentation aims to generate accurate masks without manual guidance. Typical pre-trained models, notably Segmentation Anything Model (SAM), generate prompts directly at a single granularity level. Howe…

Image Segmentation

Labels or Input? Rethinking Augmentation in Multimodal Hate Detection

2025-08-15 · Sahajpreet Singh, Kokil Jaidka, Subhayan Mukerjee arxiv

Online hate remains a significant societal challenge, especially as multimodal content enables subtle, culturally grounded, and implicit forms of harm. Hateful memes embed hostility through text-image interactions and hu…

Data Augmentation

Count Anything at Any Granularity

2026-05-11 · Chang Liu, Haoning Wu, Weidi Xie arxiv

Open-world object counting remains brittle: despite rapid advances in vision-language models (VLMs), reliably counting the objects a user intends is far from solved. We argue that a central reason is that counting granul…

Object CountingImage Editing

ProPy: Building Interactive Prompt Pyramids upon CLIP for Partially Relevant Video Retrieval

2025-08-26 · Yi Pan, Yujia Zhang, Michael Kampffmeyer, Xiaoguang Zhao arxiv

Partially Relevant Video Retrieval (PRVR) is a practical yet challenging task that involves retrieving videos based on queries relevant to only specific segments. While existing works follow the paradigm of developing mo…

Partially Relevant Video Retrieval