paper-with-me

홈 › Papers

RetMIL: Retentive Multiple Instance Learning for Histopathological Whole Slide Image Classification

2024-03-16 · Hongbo Chu, Qiehe Sun, Jiawen Li, Yuxuan Chen, Lizhong Zhang, Tian Guan, Anjia Han, Yonghong He

Histopathological whole slide image (WSI) analysis with deep learning has become a research focus in computational pathology. The current paradigm is mainly based on multiple instance learning (MIL), in which approaches with Transformer as the backbone are well discussed. These methods convert WSI tasks into sequence tasks by representing patches as tokens in the WSI sequence. However, the feature complexity brought by high heterogeneity and the ultra-long sequences brought by gigapixel size makes Transformer-based MIL suffer from the challenges of high memory consumption, slow inference speed, and lack of performance. To this end, we propose a retentive MIL method called RetMIL, which processes WSI sequences through hierarchical feature propagation structure. At the local level, the WSI sequence is divided into multiple subsequences. Tokens of each subsequence are updated through a parallel linear retention mechanism and aggregated utilizing an attention layer. At the global level, subsequences are fused into a global sequence, then updated through a serial retention mechanism, and finally the slide-level representation is obtained through a global attention pooling. We conduct experiments on two public CAMELYON and BRACS datasets and an public-internal LUNG dataset, confirming that RetMIL not only achieves state-of-the-art performance but also significantly reduces computational overhead. Our code will be accessed shortly.

📄 PDF Abstract BibTeX arXiv:2403.10858

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationMultiple Instance Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

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

Continual Multiple Instance Learning with Enhanced Localization for Histopathological Whole Slide Image Analysis

2025-07-03 · Byung Hyun Lee, Wongi Jeong, Woojae Han, Kyoungbun Lee 외 arxiv

Multiple instance learning (MIL) significantly reduced annotation costs via bag-level weak labels for large-scale images, such as histopathological whole slide images (WSIs). However, its adaptability to continual tasks …

Multiple Instance LearningSemantic SegmentationIncremental Learning

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

Weakly supervised multiple instance learning histopathological tumor segmentation

2020-04-10 · Marvin Lerousseau, Maria Vakalopoulou, Marion Classe, Julien Adam 외

Histopathological image segmentation is a challenging and important topic in medical imaging with tremendous potential impact in clinical practice. State of the art methods rely on hand-crafted annotations which hinder c…

Histopathological SegmentationImage SegmentationMultiple Instance LearningSegmentation+4

Cracking Instance Jigsaw Puzzles: An Alternative to Multiple Instance Learning for Whole Slide Image Analysis

2025-07-10 · Xiwen Chen, Peijie Qiu, Wenhui Zhu, Hao Wang 외 arxiv

While multiple instance learning (MIL) has shown to be a promising approach for histopathological whole slide image (WSI) analysis, its reliance on permutation invariance significantly limits its capacity to effectively …

Multiple Instance Learning