paper-with-me

Papers

Interventional Bag Multi-Instance Learning On Whole-Slide Pathological Images

2023-03-13 · CVPR 2023 1 · Tiancheng Lin, Zhimiao Yu, Hongyu Hu, Yi Xu, Chang Wen Chen

Multi-instance learning (MIL) is an effective paradigm for whole-slide pathological images (WSIs) classification to handle the gigapixel resolution and slide-level label. Prevailing MIL methods primarily focus on improving the feature extractor and aggregator. However, one deficiency of these methods is that the bag contextual prior may trick the model into capturing spurious correlations between bags and labels. This deficiency is a confounder that limits the performance of existing MIL methods. In this paper, we propose a novel scheme, Interventional Bag Multi-Instance Learning (IBMIL), to achieve deconfounded bag-level prediction. Unlike traditional likelihood-based strategies, the proposed scheme is based on the backdoor adjustment to achieve the interventional training, thus is capable of suppressing the bias caused by the bag contextual prior. Note that the principle of IBMIL is orthogonal to existing bag MIL methods. Therefore, IBMIL is able to bring consistent performance boosting to existing schemes, achieving new state-of-the-art performance. Code is available at https://github.com/HHHedo/IBMIL.

📄 PDF Abstract BibTeX arXiv:2303.06873

Code (1)

hhhedo/ibmil 공식 구현 pytorch

Similar Papers 제목 키워드 기반

The Whole Pathological Slide Classification via Weakly Supervised Learning

2023-07-12 · Qiehe Sun, Jiawen Li, Jin Xu, Junru Cheng 외

Due to its superior efficiency in utilizing annotations and addressing gigapixel-sized images, multiple instance learning (MIL) has shown great promise as a framework for whole slide image (WSI) classification in digital…

ClassificationContrastive LearningData Augmentationimage-classification+5

A Multi-resolution Model for Histopathology Image Classification and Localization with Multiple Instance Learning

2020-11-05 · Jiayun Li, Wenyuan Li, Anthony Sisk, Huihui Ye 외

Histopathological images provide rich information for disease diagnosis. Large numbers of histopathological images have been digitized into high resolution whole slide images, opening opportunities in developing computat…

General Classificationimage-classificationImage ClassificationMultiple Instance Learning+1

DGMIL: Distribution Guided Multiple Instance Learning for Whole Slide Image Classification

2022-06-17 · Linhao Qu, Xiaoyuan Luo, Shaolei Liu, Manning Wang 외

Multiple Instance Learning (MIL) is widely used in analyzing histopathological Whole Slide Images (WSIs). However, existing MIL methods do not explicitly model the data distribution, and instead they only learn a bag-lev…

Classificationimage-classificationImage ClassificationMultiple Instance Learning+2

ViLa-MIL: Dual-scale Vision-Language Multiple Instance Learning for Whole Slide Image Classification

2025-02-12 · CVPR 2024 1 · Jiangbo Shi, Chen Li, Tieliang Gong, Yefeng Zheng 외

Multiple instance learning (MIL)-based framework has become the mainstream for processing the whole slide image (WSI) with giga-pixel size and hierarchical image context in digital pathology. However, these methods heavi…

DecoderDescriptiveimage-classificationImage Classification+4

The Role of Graph-based MIL and Interventional Training in the Generalization of WSI Classifiers

2025-01-31 · Rita Pereira, M. Rita Verdelho, Catarina Barata, Carlos Santiago

Whole Slide Imaging (WSI), which involves high-resolution digital scans of pathology slides, has become the gold standard for cancer diagnosis, but its gigapixel resolution and the scarcity of annotated datasets present …

graph constructionMultiple Instance Learning