paper-with-me

Papers

Rethinking Multiple Instance Learning for Whole Slide Image Classification: A Bag-Level Classifier is a Good Instance-Level Teacher

2023-12-02 · Hongyi Wang, Luyang Luo, Fang Wang, Ruofeng Tong, Yen-Wei Chen, Hongjie Hu, Lanfen Lin, Hao Chen

Multiple Instance Learning (MIL) has demonstrated promise in Whole Slide Image (WSI) classification. However, a major challenge persists due to the high computational cost associated with processing these gigapixel images. Existing methods generally adopt a two-stage approach, comprising a non-learnable feature embedding stage and a classifier training stage. Though it can greatly reduce the memory consumption by using a fixed feature embedder pre-trained on other domains, such scheme also results in a disparity between the two stages, leading to suboptimal classification accuracy. To address this issue, we propose that a bag-level classifier can be a good instance-level teacher. Based on this idea, we design Iteratively Coupled Multiple Instance Learning (ICMIL) to couple the embedder and the bag classifier at a low cost. ICMIL initially fix the patch embedder to train the bag classifier, followed by fixing the bag classifier to fine-tune the patch embedder. The refined embedder can then generate better representations in return, leading to a more accurate classifier for the next iteration. To realize more flexible and more effective embedder fine-tuning, we also introduce a teacher-student framework to efficiently distill the category knowledge in the bag classifier to help the instance-level embedder fine-tuning. Thorough experiments were conducted on four distinct datasets to validate the effectiveness of ICMIL. The experimental results consistently demonstrate that our method significantly improves the performance of existing MIL backbones, achieving state-of-the-art results. The code is available at: https://github.com/Dootmaan/ICMIL/tree/confidence_based

📄 PDF Abstract BibTeX arXiv:2312.01099

Code (2)

dootmaan/icmil 공식 구현 pytorch
liupei101/psemix pytorch

Tasks

image-classificationImage ClassificationMultiple Instance Learning

Similar Papers 제목 키워드 기반

Rethinking Multiple Instance Learning for Whole Slide Image Classification: A Good Instance Classifier is All You Need

2023-07-05 · Linhao Qu, Yingfan Ma, Xiaoyuan Luo, Manning Wang 외

Weakly supervised whole slide image classification is usually formulated as a multiple instance learning (MIL) problem, where each slide is treated as a bag, and the patches cut out of it are treated as instances. Existi…

AllClassificationContrastive Learningimage-classification+3

SparseConvMIL: Sparse Convolutional Context-Aware Multiple Instance Learning for Whole Slide Image Classification

2021-05-06 · MICCAI Workshop COMPAY 2021 9 · Marvin Lerousseau, Maria Vakalopoulou, Eric Deutsch, Nikos Paragios

Multiple instance learning (MIL) is the preferred approach for whole slide image classification. However, most MIL approaches do not exploit the interdependencies of tiles extracted from a whole slide image, which could …

Classificationimage-classificationImage ClassificationMultiple Instance Learning+2

Whole Slide Image Classification of Salivary Gland Tumours

2024-08-22 · John Charlton, Ibrahim Alsanie, Syed Ali Khurram

This work shows promising results using multiple instance learning on salivary gland tumours in classifying cancers on whole slide images. Utilising CTransPath as a patch-level feature extractor and CLAM as a feature agg…

Classificationimage-classificationImage ClassificationMultiple Instance Learning+1

Leveraging whole slide difficulty in Multiple Instance Learning to improve prostate cancer grading

2026-03-10 · Marie Arrivat, Rémy Peyret, Elsa Angelini, Pietro Gori arxiv

Multiple Instance Learning (MIL) has been widely applied in histopathology to classify Whole Slide Images (WSIs) with slide-level diagnoses. While the ground truth is established by expert pathologists, the slides can be…

Multiple Instance Learning

Rethinking Pre-Trained Feature Extractor Selection in Multiple Instance Learning for Whole Slide Image Classification

2024-08-02 · Bryan Wong, Mun Yong Yi

Multiple instance learning (MIL) has become a preferred method for gigapixel whole slide image (WSI) classification without requiring patch-level annotations. Current MIL research primarily relies on embedding-based appr…

image-classificationImage ClassificationMultiple Instance LearningSelf-Supervised Learning+1