CVFeb 29, 2024

Generalizable Whole Slide Image Classification with Fine-Grained Visual-Semantic Interaction

arXiv:2402.19326v238 citationsh-index: 15Has CodeCVPR
Originality Incremental advance
AI Analysis

This addresses the challenge of improving model generalizability for medical image analysis in pathology, though it appears incremental as it builds on existing vision-language models for WSI classification.

The paper tackles the problem of limited generalizability in Whole Slide Image (WSI) classification by proposing a Fine-grained Visual-Semantic Interaction (FiVE) framework that leverages fine-grained pathological descriptions instead of coarse-grained ones, achieving at least 9.19% higher accuracy on the TCGA Lung Cancer dataset in few-shot experiments.

Whole Slide Image (WSI) classification is often formulated as a Multiple Instance Learning (MIL) problem. Recently, Vision-Language Models (VLMs) have demonstrated remarkable performance in WSI classification. However, existing methods leverage coarse-grained pathogenetic descriptions for visual representation supervision, which are insufficient to capture the complex visual appearance of pathogenetic images, hindering the generalizability of models on diverse downstream tasks. Additionally, processing high-resolution WSIs can be computationally expensive. In this paper, we propose a novel "Fine-grained Visual-Semantic Interaction" (FiVE) framework for WSI classification. It is designed to enhance the model's generalizability by leveraging the interaction between localized visual patterns and fine-grained pathological semantics. Specifically, with meticulously designed queries, we start by utilizing a large language model to extract fine-grained pathological descriptions from various non-standardized raw reports. The output descriptions are then reconstructed into fine-grained labels used for training. By introducing a Task-specific Fine-grained Semantics (TFS) module, we enable prompts to capture crucial visual information in WSIs, which enhances representation learning and augments generalization capabilities significantly. Furthermore, given that pathological visual patterns are redundantly distributed across tissue slices, we sample a subset of visual instances during training. Our method demonstrates robust generalizability and strong transferability, dominantly outperforming the counterparts on the TCGA Lung Cancer dataset with at least 9.19% higher accuracy in few-shot experiments. The code is available at: https://github.com/ls1rius/WSI_FiVE.

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