TL;DR
RDCNet is a lightweight, recurrent residual network designed for instance segmentation in microscopy, providing interpretable intermediate outputs and achieving state-of-the-art results across diverse imaging modalities.
Contribution
The paper introduces RDCNet, a minimalist recurrent network with shared dilated convolutions that refines predictions iteratively, offering a simple yet effective solution for various microscopy segmentation tasks.
Findings
Achieves state-of-the-art performance on 2 of 3 datasets
Lightweight model with few hyperparameters
Versatile across different imaging modalities
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsConvolution · Dilated Convolution
