paper-with-me

홈 › Papers

Nuclei Segmentation with Point Annotations from Pathology Images via Self-Supervised Learning and Co-Training

2022-02-16 · Yi Lin, Zhiyong Qu, Hao Chen, Zhongke Gao, Yuexiang Li, Lili Xia, Kai Ma, Yefeng Zheng, Kwang-Ting Cheng

Nuclei segmentation is a crucial task for whole slide image analysis in digital pathology. Generally, the segmentation performance of fully-supervised learning heavily depends on the amount and quality of the annotated data. However, it is time-consuming and expensive for professional pathologists to provide accurate pixel-level ground truth, while it is much easier to get coarse labels such as point annotations. In this paper, we propose a weakly-supervised learning method for nuclei segmentation that only requires point annotations for training. First, coarse pixel-level labels are derived from the point annotations based on the Voronoi diagram and the k-means clustering method to avoid overfitting. Second, a co-training strategy with an exponential moving average method is designed to refine the incomplete supervision of the coarse labels. Third, a self-supervised visual representation learning method is tailored for nuclei segmentation of pathology images that transforms the hematoxylin component images into the H&E stained images to gain better understanding of the relationship between the nuclei and cytoplasm. We comprehensively evaluate the proposed method using two public datasets. Both visual and quantitative results demonstrate the superiority of our method to the state-of-the-art methods, and its competitive performance compared to the fully-supervised methods. Code: https://github.com/hust-linyi/SC-Net

📄 PDF Abstract BibTeX arXiv:2202.08195

Code (1)

hust-linyi/sc-net 공식 구현 pytorch

Tasks

Representation LearningSegmentationSelf-Supervised LearningWeakly-supervised Learning

Methods 이 논문이 사용한 방법론

k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…

Similar Papers 제목 키워드 기반

PseudoEdgeNet: Nuclei Segmentation only with Point Annotations

2019-06-07 · Inwan Yoo, Donggeun Yoo, Kyunghyun Paeng

Nuclei segmentation is one of the important tasks for whole slide image analysis in digital pathology. With the drastic advance of deep learning, recent deep networks have demonstrated successful performance of the nucle…

Segmentation

Weakly Supervised Deep Nuclei Segmentation Using Partial Points Annotation in Histopathology Images

2020-07-10 · Hui Qu, Pengxiang Wu, Qiaoying Huang, Jingru Yi 외

Nuclei segmentation is a fundamental task in histopathology image analysis. Typically, such segmentation tasks require significant effort to manually generate accurate pixel-wise annotations for fully supervised training…

SegmentationWeakly supervised segmentation

NINEPINS: Nuclei Instance Segmentation with Point Annotations

2020-06-24 · Ting-An Yen, Hung-Chun Hsu, Pushpak Pati, Maria Gabrani 외

Deep learning-based methods are gaining traction in digital pathology, with an increasing number of publications and challenges that aim at easing the work of systematically and exhaustively analyzing tissue slides. Thes…

Instance SegmentationPseudo LabelSegmentationSemantic 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

BoNuS: Boundary Mining for Nuclei Segmentation with Partial Point Labels

2024-01-15 · Yi Lin, Zeyu Wang, Dong Zhang, Kwang-Ting Cheng 외

Nuclei segmentation is a fundamental prerequisite in the digital pathology workflow. The development of automated methods for nuclei segmentation enables quantitative analysis of the wide existence and large variances in…

Multiple Instance LearningSegmentation