Region Growing with Convolutional Neural Networks for Biomedical Image Segmentation
John Lagergren, Erica Rutter, Kevin Flores

TL;DR
This paper introduces a CNN-based region growing method for biomedical image segmentation that iteratively expands predicted regions, achieving high accuracy with limited training data and preserving biological morphology.
Contribution
It presents a novel CNN-driven region growing approach that improves segmentation accuracy and morphological preservation over traditional fully convolutional methods.
Findings
Outperforms fully convolutional CNNs in accuracy on retinal blood vessel images.
Maintains biological morphology while using small training datasets.
Offers computational efficiency in segmentation tasks.
Abstract
In this paper we present a methodology that uses convolutional neural networks (CNNs) for segmentation by iteratively growing predicted mask regions in each coordinate direction. The CNN is used to predict class probability scores in a small neighborhood of the center pixel in a tile of an image. We use a threshold on the CNN probability scores to determine whether pixels are added to the region and the iteration continues until no new pixels are added to the region. Our method is able to achieve high segmentation accuracy and preserve biologically realistic morphological features while leveraging small amounts of training data and maintaining computational efficiency. Using retinal blood vessel images from the DRIVE database we found that our method is more accurate than a fully convolutional semantic segmentation CNN for several evaluation metrics.
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRetinal Imaging and Analysis · Medical Image Segmentation Techniques · Advanced Neural Network Applications
