paper-with-me

Papers

SRPN: similarity-based region proposal networks for nuclei and cells detection in histology images

2021-06-25 · Yibao Sun, Xingru Huang, Huiyu Zhou, Qianni Zhang

The detection of nuclei and cells in histology images is of great value in both clinical practice and pathological studies. However, multiple reasons such as morphological variations of nuclei or cells make it a challenging task where conventional object detection methods cannot obtain satisfactory performance in many cases. A detection task consists of two sub-tasks, classification and localization. Under the condition of dense object detection, classification is a key to boost the detection performance. Considering this, we propose similarity based region proposal networks (SRPN) for nuclei and cells detection in histology images. In particular, a customized convolution layer termed as embedding layer is designed for network building. The embedding layer is added into the region proposal networks, enabling the networks to learn discriminative features based on similarity learning. Features obtained by similarity learning can significantly boost the classification performance compared to conventional methods. SRPN can be easily integrated into standard convolutional neural networks architectures such as the Faster R-CNN and RetinaNet. We test the proposed approach on tasks of multi-organ nuclei detection and signet ring cells detection in histological images. Experimental results show that networks applying similarity learning achieved superior performance on both tasks when compared to their counterparts. In particular, the proposed SRPN achieve state-of-the-art performance on the MoNuSeg benchmark for nuclei segmentation and detection while compared to previous methods, and on the signet ring cell detection benchmark when compared with baselines. The sourcecode is publicly available at: https://github.com/sigma10010/nuclei_cells_det.

📄 PDF Abstract BibTeX arXiv:2106.13556

Code (1)

sigma10010/nuclei_cells_det 공식 구현 pytorch

Tasks

Cell DetectionDense Object Detectionobject-detectionObject DetectionRegion Proposal

Methods 이 논문이 사용한 방법론

FPN 설명 없음
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$…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
RoIPool 설명 없음
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

Weakly Supervised Object Detection in Chest X-Rays with Differentiable ROI Proposal Networks and Soft ROI Pooling

2024-02-19 · Philip Müller, Felix Meissen, Georgios Kaissis, Daniel Rueckert

Weakly supervised object detection (WSup-OD) increases the usefulness and interpretability of image classification algorithms without requiring additional supervision. The successes of multiple instance learning in this …

image-classificationImage ClassificationMultiple Instance Learningobject-detection+2

Robust Nucleus Detection from Microscopical Image with Partially Labeled Exemplars

2019-07-23 · Linqing Feng, Jun Ho Song, Jiwon Kim, Soomin Jeong 외

Quantitative analysis of cell nuclei in microscopic images is an essential yet still challenging source of biological and pathological information. The major challenge is accurate detection and segmentation of densely pa…

Region Proposal

Spatio-Temporal Action Detection with Cascade Proposal and Location Anticipation

2017-07-31 · Zhenheng Yang, Jiyang Gao, Ram Nevatia

In this work, we address the problem of spatio-temporal action detection in temporally untrimmed videos. It is an important and challenging task as finding accurate human actions in both temporal and spatial space is imp…

Action DetectionRegion Proposal

Identify the cells' nuclei based on the deep learning neural network

2019-11-22 · Tianyang Zhang, Rui Ma

Identify the cells' nuclei is the important point for most medical analyses. To assist doctors finding the accurate cell' nuclei location automatically is highly demanded in the clinical practice. Recently, fully convolu…

Image SegmentationSegmentationSemantic Segmentation

3D Segmentation of Neuronal Nuclei and Cell-Type Identification using Multi-channel Information

2024-10-04 · Antonio LaTorre, Lidia Alonso-Nanclares, José María Peña, Javier De Felipe

Background Analyzing images to accurately estimate the number of different cell types in the brain using automatic methods is a major objective in neuroscience. The automatic and selective detection and segmentation of n…

3D ReconstructionSegmentation