Multi-Resolution Pathology-Language Pre-training Model with Text-Guided Visual Representation
Shahad Albastaki, Anabia Sohail, Iyyakutti Iyappan Ganapathi, Basit Alawode, Asim Khan, Sajid Javed, Naoufel Werghi, Mohammed Bennamoun, Arif Mahmood
TL;DR
This work introduces MR-PLIP, a multi-resolution vision-language pre-training framework for computational pathology that learns text-guided visual representations across multiple magnifications. It introduces two novel cross-resolution learning components: CVTA, which aligns visual patches with a keyword bag derived from multi-resolution captions, and MRTVA, which enforces consistency between text-guided visual features across parent-child resolution pairs via a SimSiam-inspired objective. Pre-trained on 34 million image-text pairs from TCGA spanning four magnifications, MR-PLIP achieves state-of-the-art performance on 26 histopathology benchmarks across tile- and WSI-level classification, segmentation, nuclei segmentation, and cross-modal retrieval, including strong zero-shot and linear-probe results. The findings highlight the value of explicitly modeling multi-scale context in CPath and suggest broad potential for extending the approach to other medical imaging modalities and diagnostic tasks.
Abstract
In Computational Pathology (CPath), the introduction of Vision-Language Models (VLMs) has opened new avenues for research, focusing primarily on aligning image-text pairs at a single magnification level. However, this approach might not be sufficient for tasks like cancer subtype classification, tissue phenotyping, and survival analysis due to the limited level of detail that a single-resolution image can provide. Addressing this, we propose a novel multi-resolution paradigm leveraging Whole Slide Images (WSIs) to extract histology patches at multiple resolutions and generate corresponding textual descriptions through advanced CPath VLM. We introduce visual-textual alignment at multiple resolutions as well as cross-resolution alignment to establish more effective text-guided visual representations. Cross-resolution alignment using a multimodal encoder enhances the model's ability to capture context from multiple resolutions in histology images. Our model aims to capture a broader range of information, supported by novel loss functions, enriches feature representation, improves discriminative ability, and enhances generalization across different resolutions. Pre-trained on a comprehensive TCGA dataset with 34 million image-language pairs at various resolutions, our fine-tuned model outperforms state-of-the-art (SOTA) counterparts across multiple datasets and tasks, demonstrating its effectiveness in CPath. The code is available on GitHub at: https://github.com/BasitAlawode/MR-PLIP
