paper-with-me

Papers

Instance-based Vision Transformer for Subtyping of Papillary Renal Cell Carcinoma in Histopathological Image

2021-06-23 · Zeyu Gao, Bangyang Hong, Xianli Zhang, Yang Li, Chang Jia, Jialun Wu, Chunbao Wang, Deyu Meng, Chen Li

Histological subtype of papillary (p) renal cell carcinoma (RCC), type 1 vs. type 2, is an essential prognostic factor. The two subtypes of pRCC have a similar pattern, i.e., the papillary architecture, yet some subtle differences, including cellular and cell-layer level patterns. However, the cellular and cell-layer level patterns almost cannot be captured by existing CNN-based models in large-size histopathological images, which brings obstacles to directly applying these models to such a fine-grained classification task. This paper proposes a novel instance-based Vision Transformer (i-ViT) to learn robust representations of histopathological images for the pRCC subtyping task by extracting finer features from instance patches (by cropping around segmented nuclei and assigning predicted grades). The proposed i-ViT takes top-K instances as input and aggregates them for capturing both the cellular and cell-layer level patterns by a position-embedding layer, a grade-embedding layer, and a multi-head multi-layer self-attention module. To evaluate the performance of the proposed framework, experienced pathologists are invited to selected 1162 regions of interest from 171 whole slide images of type 1 and type 2 pRCC. Experimental results show that the proposed method achieves better performance than existing CNN-based models with a significant margin.

📄 PDF Abstract BibTeX arXiv:2106.12265

Code (1)

ZeyuGaoAi/Instance_based_Vision_Transformer 공식 구현 pytorch

Tasks

Vocal Bursts Type Predictionwhole slide images

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
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…
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Mitochondria-based Renal Cell Carcinoma Subtyping: Learning from Deep vs. Flat Feature Representations

2016-08-02 · Peter J. Schüffler, Judy Sarungbam, Hassan Muhammad, Ed Reznik 외

Accurate subtyping of renal cell carcinoma (RCC) is of crucial importance for understanding disease progression and for making informed treatment decisions. New discoveries of significant alterations to mitochondria betw…

ClassificationGeneral Classificationimage-classificationImage Classification

Renal Cell Carcinoma subtyping: learning from multi-resolution localization

2024-11-14 · Mohamad Mohamad, Francesco Ponzio, Santa Di Cataldo, Damien Ambrosetti 외

Renal Cell Carcinoma is typically asymptomatic at the early stages for many patients. This leads to a late diagnosis of the tumor, where the curability likelihood is lower, and makes the mortality rate of Renal Cell Carc…

Diagnostic

Renal Cell Carcinoma Detection and Subtyping with Minimal Point-Based Annotation in Whole-Slide Images

2020-08-12 · Zeyu Gao, Pargorn Puttapirat, Jiangbo Shi, Chen Li

Obtaining a large amount of labeled data in medical imaging is laborious and time-consuming, especially for histopathology. However, it is much easier and cheaper to get unlabeled data from whole-slide images (WSIs). Sem…

Diagnosticwhole slide images

Dual Deep Learning Approach for Non-invasive Renal Tumour Subtyping with VERDICT-MRI

2025-04-09 · Snigdha Sen, Lorna Smith, Lucy Caselton, Joey Clemente 외

This work aims to characterise renal tumour microstructure using diffusion MRI (dMRI); via the Vascular, Extracellular and Restricted Diffusion for Cytometry in Tumours (VERDICT)-MRI framework with self-supervised learni…

Diffusion MRIfeature selectionSelf-Supervised Learning

SC-MIL: Supervised Contrastive Multiple Instance Learning for Imbalanced Classification in Pathology

2023-03-23 · Dinkar Juyal, Siddhant Shingi, Syed Ashar Javed, Harshith Padigela 외

Multiple Instance learning (MIL) models have been extensively used in pathology to predict biomarkers and risk-stratify patients from gigapixel-sized images. Machine learning problems in medical imaging often deal with r…

Contrastive Learningimbalanced classificationMultiple Instance Learning