paper-with-me

Papers

ScoreNet: Learning Non-Uniform Attention and Augmentation for Transformer-Based Histopathological Image Classification

2022-02-15 · Thomas Stegmüller, Behzad Bozorgtabar, Antoine Spahr, Jean-Philippe Thiran

Progress in digital pathology is hindered by high-resolution images and the prohibitive cost of exhaustive localized annotations. The commonly used paradigm to categorize pathology images is patch-based processing, which often incorporates multiple instance learning (MIL) to aggregate local patch-level representations yielding image-level prediction. Nonetheless, diagnostically relevant regions may only take a small fraction of the whole tissue, and current MIL-based approaches often process images uniformly, discarding the inter-patches interactions. To alleviate these issues, we propose ScoreNet, a new efficient transformer that exploits a differentiable recommendation stage to extract discriminative image regions and dedicate computational resources accordingly. The proposed transformer leverages the local and global attention of a few dynamically recommended high-resolution regions at an efficient computational cost. We further introduce a novel mixing data-augmentation, namely ScoreMix, by leveraging the image's semantic distribution to guide the data mixing and produce coherent sample-label pairs. ScoreMix is embarrassingly simple and mitigates the pitfalls of previous augmentations, which assume a uniform semantic distribution and risk mislabeling the samples. Thorough experiments and ablation studies on three breast cancer histology datasets of Haematoxylin & Eosin (H&E) have validated the superiority of our approach over prior arts, including transformer-based models on tumour regions-of-interest (TRoIs) classification. ScoreNet equipped with proposed ScoreMix augmentation demonstrates better generalization capabilities and achieves new state-of-the-art (SOTA) results with only 50% of the data compared to other mixing augmentation variants. Finally, ScoreNet yields high efficacy and outperforms SOTA efficient transformers, namely TransPath and SwinTransformer.

📄 PDF Abstract BibTeX arXiv:2202.07570

Code (1)

stegmuel/ScoreNet 공식 구현 pytorch

Tasks

Data AugmentationDomain GeneralizationHistopathological Image Classificationimage-classificationImage ClassificationMultiple Instance Learning

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

ScoreHypo: Probabilistic Human Mesh Estimation with Hypothesis Scoring

2024-01-01 · CVPR 2024 1 · Yuan Xu, Xiaoxuan Ma, Jiajun Su, Wentao Zhu 외

Monocular 3D human mesh estimation is an ill-posed problem characterized by inherent ambiguity and occlusion. While recent probabilistic methods propose generating multiple solutions little attention is paid to obtai…

Denoising

A survey of Transformer applications for histopathological image analysis: New developments and future directions

2023-09-25 · journal 2023 9 · Chukwuemeka Clinton Atabansi, Jing Nie, Haijun Liu, Qianqian Song 외

Transformers have been widely used in many computer vision challenges and have shown the capability of producing better results than convolutional neural networks (CNNs). Taking advantage of capturing long-range contextu…

SurveySurvival Analysis

DeepHistoViT: An Interpretable Vision Transformer Framework for Histopathological Cancer Classification

2026-03-12 · Ravi Mosalpuri, Mohammed Abdelsamea, Ahmed Karam Eldaly arxiv

Histopathology remains the gold standard for cancer diagnosis because it provides detailed cellular-level assessment of tissue morphology. However, manual histopathological examination is time-consuming, labour-intensive…

Cancer Classification

SRA: A Novel Method to Improve Feature Embedding in Self-supervised Learning for Histopathological Images

2024-10-23 · Hamid Manoochehri, Bodong Zhang, Beatrice S. Knudsen, Tolga Tasdizen

Self-supervised learning has become a cornerstone in various areas, particularly histopathological image analysis. Image augmentation plays a crucial role in self-supervised learning, as it generates variations in image …

Contrastive LearningImage AugmentationSelf-Supervised Learning

DCT-HistoTransformer: Efficient Lightweight Vision Transformer with DCT Integration for histopathological image analysis

2024-10-24 · Mahtab Ranjbar, Mehdi Mohebbi, Mahdi Cherakhloo, Bijan Vosoughi. Vahdat

In recent years, the integration of advanced imaging techniques and deep learning methods has significantly advanced computer-aided diagnosis (CAD) systems for breast cancer detection and classification. Transformers, wh…

Binary ClassificationBreast Cancer DetectionCancer ClassificationClassification+2