paper-with-me

홈 › Papers

Category Prompt Mamba Network for Nuclei Segmentation and Classification

2025-03-13 · Ye Zhang, Zijie Fang, Yifeng Wang, Lingbo Zhang, Xianchao Guan, Yongbing Zhang

Nuclei segmentation and classification provide an essential basis for tumor immune microenvironment analysis. The previous nuclei segmentation and classification models require splitting large images into smaller patches for training, leading to two significant issues. First, nuclei at the borders of adjacent patches often misalign during inference. Second, this patch-based approach significantly increases the model's training and inference time. Recently, Mamba has garnered attention for its ability to model large-scale images with linear time complexity and low memory consumption. It offers a promising solution for training nuclei segmentation and classification models on full-sized images. However, the Mamba orientation-based scanning method lacks account for category-specific features, resulting in sub-optimal performance in scenarios with imbalanced class distributions. To address these challenges, this paper introduces a novel scanning strategy based on category probability sorting, which independently ranks and scans features for each category according to confidence from high to low. This approach enhances the feature representation of uncertain samples and mitigates the issues caused by imbalanced distributions. Extensive experiments conducted on four public datasets demonstrate that our method outperforms state-of-the-art approaches, delivering superior performance in nuclei segmentation and classification tasks.

📄 PDF Abstract BibTeX arXiv:2503.10422

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationMambaSegmentation

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…

Similar Papers 제목 키워드 기반

PanopMamba: Vision State Space Modeling for Nuclei Panoptic Segmentation

2026-01-23 · Ming Kang, Fung Fung Ting, Raphaël C. -W. Phan, Zongyuan Ge 외 arxiv

Nuclei panoptic segmentation supports cancer diagnostics by integrating both semantic and instance segmentation of different cell types to analyze overall tissue structure and individual nuclei in histopathology images. …

Panoptic SegmentationInstance Segmentation

Domain Adaptive Nuclei Instance Segmentation and Classification via Category-aware Feature Alignment and Pseudo-labelling

2022-07-04 · Canran Li, Dongnan Liu, Haoran Li, Zheng Zhang 외

Unsupervised domain adaptation (UDA) methods have been broadly utilized to improve the models' adaptation ability in general computer vision. However, different from the natural images, there exist huge semantic gaps for…

ClassificationDomain AdaptationInstance SegmentationSegmentation+2

Prompting Vision-Language Model for Nuclei Instance Segmentation and Classification

2025-03-27 · journal 2025 3 · Jieru Yao, Guangyu Guo, Dingwen Zhang, Qiang Xie 외

Nuclei instance segmentation and classification are a fundamental and challenging task in whole slide Imaging (WSI) analysis. Most dense nuclei prediction studies rely heavily on crowd labelled data on high-resolution di…

Cell SegmentationContrastive LearningInstance SegmentationLanguage Modeling+6

Nuclei Grading of Clear Cell Renal Cell Carcinoma in Histopathological Image by Composite High-Resolution Network

2021-06-20 · Zeyu Gao, Jiangbo Shi, Xianli Zhang, Yang Li 외

The grade of clear cell renal cell carcinoma (ccRCC) is a critical prognostic factor, making ccRCC nuclei grading a crucial task in RCC pathology analysis. Computer-aided nuclei grading aims to improve pathologists' work…

ClassificationSegmentation

UN-SAM: Universal Prompt-Free Segmentation for Generalized Nuclei Images

2024-02-26 · Zhen Chen, Qing Xu, Xinyu Liu, Yixuan Yuan

In digital pathology, precise nuclei segmentation is pivotal yet challenged by the diversity of tissue types, staining protocols, and imaging conditions. Recently, the segment anything model (SAM) revealed overwhelming p…

DecoderSegmentationSemantic Segmentation