paper-with-me

홈 › Papers

Efficient Classification of Histopathology Images

2024-09-08 · Mohammad Iqbal Nouyed, Mary-Anne Hartley, Gianfranco Doretto, Donald A. Adjeroh

This work addresses how to efficiently classify challenging histopathology images, such as gigapixel whole-slide images for cancer diagnostics with image-level annotation. We use images with annotated tumor regions to identify a set of tumor patches and a set of benign patches in a cancerous slide. Due to the variable nature of region of interest the tumor positive regions may refer to an extreme minority of the pixels. This creates an important problem during patch-level classification, where the majority of patches from an image labeled as 'cancerous' are actually tumor-free. This problem is different from semantic segmentation which associates a label to every pixel in an image, because after patch extraction we are only dealing with patch-level labels.Most existing approaches address the data imbalance issue by mitigating the data shortage in minority classes in order to prevent the model from being dominated by the majority classes. These methods include data re-sampling, loss re-weighting, margin modification, and data augmentation. In this work, we mitigate the patch-level class imbalance problem by taking a divide-and-conquer approach. First, we partition the data into sub-groups, and define three separate classification sub-problems based on these data partitions. Then, using an information-theoretic cluster-based sampling of deep image patch features, we sample discriminative patches from the sub-groups. Using these sampled patches, we build corresponding deep models to solve the new classification sub-problems. Finally, we integrate information learned from the respective models to make a final decision on the patches. Our result shows that the proposed approach can perform competitively using a very low percentage of the available patches in a given whole-slide image.

📄 PDF Abstract BibTeX arXiv:2409.13720

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationData AugmentationSemantic Segmentationwhole slide images

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Selective Synthetic Augmentation with HistoGAN for Improved Histopathology Image Classification

2021-11-10 · Yuan Xue, Jiarong Ye, Qianying Zhou, Rodney Long 외

Histopathological analysis is the present gold standard for precancerous lesion diagnosis. The goal of automated histopathological classification from digital images requires supervised training, which requires a large n…

Classificationimage-classificationImage Classificationwhole slide images

Few-Shot Histopathology Image Classification: Evaluating State-of-the-Art Methods and Unveiling Performance Insights

2024-08-25 · Ardhendu Sekhar, Ravi Kant Gupta, Amit Sethi

This paper presents a study on few-shot classification in the context of histopathology images. While few-shot learning has been studied for natural image classification, its application to histopathology is relatively u…

ClassificationFew-Shot Learningimage-classificationImage Classification+1

Automated Classification of Histopathology Images Using Transfer Learning

2019-03-24 · Muhammed Talo

There is a strong need for automated systems to improve diagnostic quality and reduce the analysis time in histopathology image processing. Automated detection and classification of pathological tissue characteristics wi…

ClassificationDiagnosticGeneral ClassificationImage Classification+2

Towards a text-based quantitative and explainable histopathology image analysis

2024-07-10 · Anh Tien Nguyen, Trinh Thi Le Vuong, Jin Tae Kwak

Recently, vision-language pre-trained models have emerged in computational pathology. Previous works generally focused on the alignment of image-text pairs via the contrastive pre-training paradigm. Such pre-trained mode…

image-classificationImage ClassificationImage to textImage-to-Text Retrieval+5

DCS-ST for Classification of Breast Cancer Histopathology Images with Limited Annotations

2025-05-06 · Liu Suxing, Byungwon Min

Deep learning methods have shown promise in classifying breast cancer histopathology images, but their performance often declines with limited annotated data, a critical challenge in medical imaging due to the high cost …

Deep Learning