paper-with-me

Papers

Boundary-assisted Region Proposal Networks for Nucleus Segmentation

2020-06-04 · Shengcong Chen, Changxing Ding, DaCheng Tao

Nucleus segmentation is an important task in medical image analysis. However, machine learning models cannot perform well because there are large amount of clusters of crowded nuclei. To handle this problem, existing approaches typically resort to sophisticated hand-crafted post-processing strategies; therefore, they are vulnerable to the variation of post-processing hyper-parameters. Accordingly, in this paper, we devise a Boundary-assisted Region Proposal Network (BRP-Net) that achieves robust instance-level nucleus segmentation. First, we propose a novel Task-aware Feature Encoding (TAFE) network that efficiently extracts respective high-quality features for semantic segmentation and instance boundary detection tasks. This is achieved by carefully considering the correlation and differences between the two tasks. Second, coarse nucleus proposals are generated based on the predictions of the above two tasks. Third, these proposals are fed into instance segmentation networks for more accurate prediction. Experimental results demonstrate that the performance of BRP-Net is robust to the variation of post-processing hyper-parameters. Furthermore, BRP-Net achieves state-of-the-art performances on both the Kumar and CPM17 datasets. The code of BRP-Net will be released at https://github.com/csccsccsccsc/brpnet.

📄 PDF Abstract BibTeX arXiv:2006.02695

Code (1)

csccsccsccsc/brpnet 공식 구현 pytorch

Tasks

Boundary DetectionInstance SegmentationMedical Image AnalysisRegion ProposalSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

CPP-Net: Context-aware Polygon Proposal Network for Nucleus Segmentation

2021-02-13 · Shengcong Chen, Changxing Ding, Minfeng Liu, Jun Cheng 외

Nucleus segmentation is a challenging task due to the crowded distribution and blurry boundaries of nuclei. Recent approaches represent nuclei by means of polygons to differentiate between touching and overlapping nuclei…

Segmentation

Advanced Multi-Microscopic Views Cell Semi-supervised Segmentation

2023-03-21 · Fang Hu, Xuexue Sun, Ke Qing, Fenxi Xiao 외

Although deep learning (DL) shows powerful potential in cell segmentation tasks, it suffers from poor generalization as DL-based methods originally simplified cell segmentation in detecting cell membrane boundary, lackin…

Cell SegmentationSegmentation

RepSNet: A Nucleus Instance Segmentation model based on Boundary Regression and Structural Re-parameterization

2025-05-08 · Shengchun Xiong, Xiangru Li, Yunpeng Zhong, Wanfen Peng

Pathological diagnosis is the gold standard for tumor diagnosis, and nucleus instance segmentation is a key step in digital pathology analysis and pathological diagnosis. However, the computational efficiency of the mode…

Computational EfficiencyInstance SegmentationSemantic Segmentation

AURASeg: Attention-Guided Upsampling with Residual-Assisted Boundary Refinement for Drivable-Area Segmentation

2025-10-24 · Narendhiran Vijayakumar, Sridevi. M arxiv

Free-space segmentation is essential for autonomous robots to identify drivable regions and navigate safely across indoor, outdoor, and road-scene environments. However, conventional encoder-decoder models often recover …

Transformer Assisted Convolutional Network for Cell Instance Segmentation

2021-10-05 · Deepanshu Pandey, Pradyumna Gupta, Sumit Bhattacharya, Aman Sinha 외

Region proposal based methods like R-CNN and Faster R-CNN models have proven to be extremely successful in object detection and segmentation tasks. Recently, Transformers have also gained popularity in the domain of Comp…

Instance Segmentationobject-detectionObject DetectionRegion Proposal+1