paper-with-me

홈 › Papers

Fast and Accurate Gigapixel Pathological Image Classification with Hierarchical Distillation Multi-Instance Learning

2025-02-28 · CVPR 2025 1 · Jiuyang Dong, Junjun Jiang, Kui Jiang, Jiahan Li, Yongbing Zhang

Although multi-instance learning (MIL) has succeeded in pathological image classification, it faces the challenge of high inference costs due to processing numerous patches from gigapixel whole slide images (WSIs). To address this, we propose HDMIL, a hierarchical distillation multi-instance learning framework that achieves fast and accurate classification by eliminating irrelevant patches. HDMIL consists of two key components: the dynamic multi-instance network (DMIN) and the lightweight instance pre-screening network (LIPN). DMIN operates on high-resolution WSIs, while LIPN operates on the corresponding low-resolution counterparts. During training, DMIN are trained for WSI classification while generating attention-score-based masks that indicate irrelevant patches. These masks then guide the training of LIPN to predict the relevance of each low-resolution patch. During testing, LIPN first determines the useful regions within low-resolution WSIs, which indirectly enables us to eliminate irrelevant regions in high-resolution WSIs, thereby reducing inference time without causing performance degradation. In addition, we further design the first Chebyshev-polynomials-based Kolmogorov-Arnold classifier in computational pathology, which enhances the performance of HDMIL through learnable activation layers. Extensive experiments on three public datasets demonstrate that HDMIL outperforms previous state-of-the-art methods, e.g., achieving improvements of 3.13% in AUC while reducing inference time by 28.6% on the Camelyon16 dataset.

📄 PDF Abstract BibTeX arXiv:2502.21130

Code (1)

JiuyangDong/HDMIL 공식 구현 pytorch

Tasks

image-classificationImage Classificationwhole slide images

Similar Papers 제목 키워드 기반

Gigapixel Histopathological Image Analysis using Attention-based Neural Networks

2021-01-25 · Nadia Brancati, Giuseppe De Pietro, Daniel Riccio, Maria Frucci

Although CNNs are widely considered as the state-of-the-art models in various applications of image analysis, one of the main challenges still open is the training of a CNN on high resolution images. Different strategies…

Binary Classification

Reversed Active Learning based Atrous DenseNet for Pathological Image Classification

2018-07-06 · Yuexiang Li, Xinpeng Xie, Linlin Shen, Shaoxiong Liu

Witnessed the development of deep learning in recent years, increasing number of researches try to adopt deep learning model for medical image analysis. However, the usage of deep learning networks for the pathological i…

Active LearningClassificationDeep LearningGeneral Classification+3

HATNet: An End-to-End Holistic Attention Network for Diagnosis of Breast Biopsy Images

2020-07-25 · Sachin Mehta, Ximing Lu, Donald Weaver, Joann G. Elmore 외

Training end-to-end networks for classifying gigapixel size histopathological images is computationally intractable. Most approaches are patch-based and first learn local representations (patch-wise) before combining the…

Histopathological Image Classificationimage-classificationImage Classification

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 Deep Reinforcement Learning Framework for Rapid Diagnosis of Whole Slide Pathological Images

2022-05-05 · Tingting Zheng, Weixing Chen, Shuqin Li, Hao Quan 외

The deep neural network is a research hotspot for histopathological image analysis, which can improve the efficiency and accuracy of diagnosis for pathologists or be used for disease screening. The whole slide pathologic…

Deep Reinforcement LearningKnowledge Distillationreinforcement-learningReinforcement Learning (RL)+1