paper-with-me

Papers

NuLite -- Lightweight and Fast Model for Nuclei Instance Segmentation and Classification

2024-08-03 · Cristian Tommasino, Cristiano Russo, Antonio Maria Rinaldi

In pathology, accurate and efficient analysis of Hematoxylin and Eosin (H\&E) slides is crucial for timely and effective cancer diagnosis. Although many deep learning solutions for nuclei instance segmentation and classification exist in the literature, they often entail high computational costs and resource requirements, thus limiting their practical usage in medical applications. To address this issue, we introduce a novel convolutional neural network, NuLite, a U-Net-like architecture designed explicitly on Fast-ViT, a state-of-the-art (SOTA) lightweight CNN. We obtained three versions of our model, NuLite-S, NuLite-M, and NuLite-H, trained on the PanNuke dataset. The experimental results prove that our models equal CellViT (SOTA) in terms of panoptic quality and detection. However, our lightest model, NuLite-S, is 40 times smaller in terms of parameters and about 8 times smaller in terms of GFlops, while our heaviest model is 17 times smaller in terms of parameters and about 7 times smaller in terms of GFlops. Moreover, our model is up to about 8 times faster than CellViT. Lastly, to prove the effectiveness of our solution, we provide a robust comparison of external datasets, namely CoNseP, MoNuSeg, and GlySAC. Our model is publicly available at https://github.com/CosmoIknosLab/NuLite

📄 PDF Abstract BibTeX arXiv:2408.01797

Code (1)

cosmoiknoslab/nulite 공식 구현 pytorch

Tasks

Cell DetectionCell SegmentationInstance SegmentationNuclei ClassificationPanoptic SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

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

CryoNuSeg: A Dataset for Nuclei Instance Segmentation of Cryosectioned H&E-Stained Histological Images

2021-01-02 · Amirreza Mahbod, Gerald Schaefer, Benjamin Bancher, Christine Löw 외

Nuclei instance segmentation plays an important role in the analysis of Hematoxylin and Eosin (H&E)-stained images. While supervised deep learning (DL)-based approaches represent the state-of-the-art in automatic nuclei …

Instance SegmentationSegmentationSemantic Segmentationwhole slide images

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 …

Multi-Task LearningSegmentation

NucleiMix: Realistic Data Augmentation for Nuclei Instance Segmentation

2024-10-22 · Jiamu Wang, Jin Tae Kwak

Nuclei instance segmentation is an essential task in pathology image analysis, serving as the foundation for many downstream applications. The release of several public datasets has significantly advanced research in thi…

Data AugmentationInstance SegmentationSegmentationSemantic Segmentation

Cyclic Learning: Bridging Image-level Labels and Nuclei Instance Segmentation

2023-06-05 · Yang Zhou, Yongjian Wu, Zihua Wang, Bingzheng Wei 외

Nuclei instance segmentation on histopathology images is of great clinical value for disease analysis. Generally, fully-supervised algorithms for this task require pixel-wise manual annotations, which is especially time-…

Instance SegmentationMulti-Task LearningSegmentationSemantic Segmentation+2