paper-with-me

Papers

RDCNet: Instance segmentation with a minimalist recurrent residual network

2020-10-02 · Raphael Ortiz, Gustavo de Medeiros, Antoine H. F. M. Peters, Prisca Liberali, Markus Rempfler

Instance segmentation is a key step for quantitative microscopy. While several machine learning based methods have been proposed for this problem, most of them rely on computationally complex models that are trained on surrogate tasks. Building on recent developments towards end-to-end trainable instance segmentation, we propose a minimalist recurrent network called recurrent dilated convolutional network (RDCNet), consisting of a shared stacked dilated convolution (sSDC) layer that iteratively refines its output and thereby generates interpretable intermediate predictions. It is light-weight and has few critical hyperparameters, which can be related to physical aspects such as object size or density.We perform a sensitivity analysis of its main parameters and we demonstrate its versatility on 3 tasks with different imaging modalities: nuclear segmentation of H&E slides, of 3D anisotropic stacks from light-sheet fluorescence microscopy and leaf segmentation of top-view images of plants. It achieves state-of-the-art on 2 of the 3 datasets.

📄 PDF Abstract BibTeX arXiv:2010.00991

Code (1)

fmi-basel/RDCNet 공식 구현 tf

Tasks

Instance SegmentationNuclear SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

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…
Dilated Convolution 설명 없음

Similar Papers 제목 키워드 기반

Densely Connected Recurrent Residual (Dense R2UNet) Convolutional Neural Network for Segmentation of Lung CT Images

2021-02-01 · Kaushik Dutta

Deep Learning networks have established themselves as providing state of art performance for semantic segmentation. These techniques are widely applied specifically to medical detection, segmentation and classification. …

SegmentationSemantic Segmentation

Recurrent Residual Convolutional Neural Network based on U-Net (R2U-Net) for Medical Image Segmentation

2018-02-20 · Md Zahangir Alom, Mahmudul Hasan, Chris Yakopcic, Tarek M. Taha 외

Deep learning (DL) based semantic segmentation methods have been providing state-of-the-art performance in the last few years. More specifically, these techniques have been successfully applied to medical image classific…

image-classificationImage ClassificationImage SegmentationLesion Segmentation+7

R2U3D: Recurrent Residual 3D U-Net for Lung Segmentation

2021-05-05 · Dhaval D. Kadia, Md Zahangir Alom, Ranga Burada, Tam V. Nguyen 외

3D lung segmentation is essential since it processes the volumetric information of the lungs, removes the unnecessary areas of the scan, and segments the actual area of the lungs in a 3D volume. Recently, the deep learni…

Data AugmentationImage SegmentationSegmentationSemantic Segmentation

Instance Segmentation and Tracking with Cosine Embeddings and Recurrent Hourglass Networks

2018-06-06 · Christian Payer, Darko Štern, Thomas Neff, Horst Bischof 외

Different to semantic segmentation, instance segmentation assigns unique labels to each individual instance of the same class. In this work, we propose a novel recurrent fully convolutional network architecture for track…

Instance SegmentationSegmentationSemantic Segmentation

Consistent Video Instance Segmentation with Inter-Frame Recurrent Attention

2022-06-14 · Quanzeng You, Jiang Wang, Peng Chu, Andre Abrantes 외

Video instance segmentation aims at predicting object segmentation masks for each frame, as well as associating the instances across multiple frames. Recent end-to-end video instance segmentation methods are capable of p…

Instance SegmentationObjectSegmentationSemantic Segmentation+1