paper-with-me

Papers

Cell Graph Transformer for Nuclei Classification

2024-02-20 · Wei Lou, Guanbin Li, Xiang Wan, Haofeng Li

Nuclei classification is a critical step in computer-aided diagnosis with histopathology images. In the past, various methods have employed graph neural networks (GNN) to analyze cell graphs that model inter-cell relationships by considering nuclei as vertices. However, they are limited by the GNN mechanism that only passes messages among local nodes via fixed edges. To address the issue, we develop a cell graph transformer (CGT) that treats nodes and edges as input tokens to enable learnable adjacency and information exchange among all nodes. Nevertheless, training the transformer with a cell graph presents another challenge. Poorly initialized features can lead to noisy self-attention scores and inferior convergence, particularly when processing the cell graphs with numerous connections. Thus, we further propose a novel topology-aware pretraining method that leverages a graph convolutional network (GCN) to learn a feature extractor. The pre-trained features may suppress unreasonable correlations and hence ease the finetuning of CGT. Experimental results suggest that the proposed cell graph transformer with topology-aware pretraining significantly improves the nuclei classification results, and achieves the state-of-the-art performance. Code and models are available at https://github.com/lhaof/CGT

📄 PDF Abstract BibTeX arXiv:2402.12946

Code (1)

lhaof/cgt 공식 구현 pytorch

Tasks

ClassificationNuclei Classification

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
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…
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

CellViT: Vision Transformers for Precise Cell Segmentation and Classification

2023-06-27 · Fabian Hörst, Moritz Rempe, Lukas Heine, Constantin Seibold 외

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 …

Cell DetectionCell SegmentationClassificationInstance Segmentation+3

Prompt-based Grouping Transformer for Nucleus Detection and Classification

2023-10-22 · Junjia Huang, Haofeng Li, Weijun Sun, Xiang Wan 외

Automatic nuclei detection and classification can produce effective information for disease diagnosis. Most existing methods classify nuclei independently or do not make full use of the semantic similarity between nuclei…

ClassificationSemantic SimilaritySemantic Textual Similarity

Learning Nuclei Representations with Masked Image Modelling

2023-06-29 · Piotr Wójcik, Hussein Naji, Adrian Simon, Reinhard Büttner 외

Masked image modelling (MIM) is a powerful self-supervised representation learning paradigm, whose potential has not been widely demonstrated in medical image analysis. In this work, we show the capacity of MIM to captur…

Instance SegmentationMedical Image AnalysisRepresentation LearningSemantic Segmentation+1

DeepNuParc: A Novel Deep Clustering Framework for Fine-scale Parcellation of Brain Nuclei Using Diffusion MRI Tractography

2025-03-10 · Haolin He, Ce Zhu, Le Zhang, Yipeng Liu 외

Brain nuclei are clusters of anatomically distinct neurons that serve as important hubs for processing and relaying information in various neural circuits. Fine-scale parcellation of the brain nuclei is vital for a compr…

ClusteringDeep ClusteringDiffusion MRIDimensionality Reduction

Considerations for a PAP Smear Image Analysis System with CNN Features

2018-06-23 · Srishti Gautam, Harinarayan K. K., Nirmal Jith, Anil K. Sao 외

It has been shown that for automated PAP-smear image classification, nucleus features can be very informative. Therefore, the primary step for automated screening can be cell-nuclei detection followed by segmentation of …

ClassificationGeneral Classificationimage-classificationImage Classification+3