paper-with-me

Papers

TransNuSeg: A Lightweight Multi-Task Transformer for Nuclei Segmentation

2023-07-16 · Zhenqi He, Mathias Unberath, Jing Ke, Yiqing Shen

Nuclei appear small in size, yet, in real clinical practice, the global spatial information and correlation of the color or brightness contrast between nuclei and background, have been considered a crucial component for accurate nuclei segmentation. However, the field of automatic nuclei segmentation is dominated by Convolutional Neural Networks (CNNs), meanwhile, the potential of the recently prevalent Transformers has not been fully explored, which is powerful in capturing local-global correlations. To this end, we make the first attempt at a pure Transformer framework for nuclei segmentation, called TransNuSeg. Different from prior work, we decouple the challenging nuclei segmentation task into an intrinsic multi-task learning task, where a tri-decoder structure is employed for nuclei instance, nuclei edge, and clustered edge segmentation respectively. To eliminate the divergent predictions from different branches in previous work, a novel self distillation loss is introduced to explicitly impose consistency regulation between branches. Moreover, to formulate the high correlation between branches and also reduce the number of parameters, an efficient attention sharing scheme is proposed by partially sharing the self-attention heads amongst the tri-decoders. Finally, a token MLP bottleneck replaces the over-parameterized Transformer bottleneck for a further reduction in model complexity. Experiments on two datasets of different modalities, including MoNuSeg have shown that our methods can outperform state-of-the-art counterparts such as CA2.5-Net by 2-3% Dice with 30% fewer parameters. In conclusion, TransNuSeg confirms the strength of Transformer in the context of nuclei segmentation, which thus can serve as an efficient solution for real clinical practice. Code is available at https://github.com/zhenqi-he/transnuseg.

📄 PDF Abstract BibTeX arXiv:2307.08051

Code (1)

zhenqi-he/transnuseg 공식 구현 pytorch

Tasks

Multi-Task LearningSegmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Position-Wise Feed-Forward Layer 설명 없음
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…
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Channel Boosted CNN-Transformer-based Multi-Level and Multi-Scale Nuclei Segmentation

2024-07-27 · Zunaira Rauf, Abdul Rehman Khan, Asifullah Khan

Accurate nuclei segmentation is an essential foundation for various applications in computational pathology, including cancer diagnosis and treatment planning. Even slight variations in nuclei representations can signifi…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

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

LSP-DETR: Efficient and Scalable Nuclei Segmentation in Whole-Slide Images

2026-01-06 · Matěj Pekár, Vít Musil, Rudolf Nenutil, Petr Holub 외 arxiv

Background and Objective: Precise and scalable instance segmentation of cell nuclei is a fundamental prerequisite for computational pathology, yet gigapixel whole-slide images (WSIs) pose significant computational challe…

Instance Segmentation

Large-Scale Multi-omic Biosequence Transformers for Modeling Protein-Nucleic Acid Interactions

2024-08-29 · Sully F. Chen, Robert J. Steele, Glen M. Hocky, Beakal Lemeneh 외

The transformer architecture has revolutionized bioinformatics and driven progress in the understanding and prediction of the properties of biomolecules. To date, most biosequence transformers have been trained on single…

Prompt-Free Lightweight SAM Adaptation for Histopathology Nuclei Segmentation with Strong Cross-Dataset Generalization

2026-03-20 · Muhammad Hassan Maqsood, Yanming Zhu, Alfred Lam, Getamesay Dagnaw 외 arxiv

Histopathology nuclei segmentation is crucial for quantitative tissue analysis and cancer diagnosis. Although existing segmentation methods have achieved strong performance, they are often computationally heavy and show …