paper-with-me

Papers

CellViT: Vision Transformers for Precise Cell Segmentation and Classification

2023-06-27 · Fabian Hörst, Moritz Rempe, Lukas Heine, Constantin Seibold, Julius Keyl, Giulia Baldini, Selma Ugurel, Jens Siveke, Barbara Grünwald, Jan Egger, Jens Kleesiek

Nuclei detection and segmentation in hematoxylin and eosin-stained (H&E) tissue images are important clinical tasks and crucial for a wide range of applications. However, it is a challenging task due to nuclei variances in staining and size, overlapping boundaries, and nuclei clustering. While convolutional neural networks have been extensively used for this task, we explore the potential of Transformer-based networks in this domain. Therefore, we introduce a new method for automated instance segmentation of cell nuclei in digitized tissue samples using a deep learning architecture based on Vision Transformer called CellViT. CellViT is trained and evaluated on the PanNuke dataset, which is one of the most challenging nuclei instance segmentation datasets, consisting of nearly 200,000 annotated Nuclei into 5 clinically important classes in 19 tissue types. We demonstrate the superiority of large-scale in-domain and out-of-domain pre-trained Vision Transformers by leveraging the recently published Segment Anything Model and a ViT-encoder pre-trained on 104 million histological image patches - achieving state-of-the-art nuclei detection and instance segmentation performance on the PanNuke dataset with a mean panoptic quality of 0.50 and an F1-detection score of 0.83. The code is publicly available at https://github.com/TIO-IKIM/CellViT

📄 PDF Abstract BibTeX arXiv:2306.15350

Code (3)

tio-ikim/cellvit 공식 구현 pytorch
junlinguo/cellvit-kidney pytorch
philippendres/CellPilot pytorch

Tasks

Cell DetectionCell SegmentationClassificationInstance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음

Similar Papers 제목 키워드 기반

CellViT++: Energy-Efficient and Adaptive Cell Segmentation and Classification Using Foundation Models

2025-01-09 · Fabian Hörst, Moritz Rempe, Helmut Becker, Lukas Heine 외

Digital Pathology is a cornerstone in the diagnosis and treatment of diseases. A key task in this field is the identification and segmentation of cells in hematoxylin and eosin-stained images. Existing methods for cell s…

Cell SegmentationDataset GenerationSegmentationZero Shot Segmentation

Assessment of Cell Nuclei AI Foundation Models in Kidney Pathology

2024-08-09 · Junlin Guo, Siqi Lu, Can Cui, Ruining Deng 외

Cell nuclei instance segmentation is a crucial task in digital kidney pathology. Traditional automatic segmentation methods often lack generalizability when applied to unseen datasets. Recently, the success of foundation…

Instance SegmentationSegmentationSemantic Segmentationwhole slide images

Evaluating New AI Cell Foundation Models on Challenging Kidney Pathology Cases Unaddressed by Previous Foundation Models

2025-10-01 · Runchen Wang, Junlin Guo, Siqi Lu, Ruining Deng 외 arxiv

Accurate cell nuclei segmentation is critical for downstream tasks in kidney pathology and remains a major challenge due to the morphological diversity and imaging variability of renal tissues. While our prior work has e…

Context-aware Skin Cancer Epithelial Cell Classification with Scalable Graph Transformers

2026-02-17 · Lucas Sancéré, Noémie Moreau, Katarzyna Bozek arxiv

Whole-slide images (WSIs) from cancer patients contain rich information that can be used for medical diagnosis or to follow treatment progress. To automate their analysis, numerous deep learning methods based on convolut…

Medical Diagnosis

SAFViT: Spatial Attention Fusion Gating for Vision Transformer-Based Nucleus Segmentation and Classification

2026-07-30 · Harshit Mittal, Arash Rabbani arxiv

Accurate cell segmentation and classification are foundational to digital pathology, enabling quantitative tissue analysis for diagnosis and treatment planning. Encoder-decoder architectures that fuse multi-scale feature…

Cell Segmentation