TL;DR
This paper introduces a recurrent deep learning framework with a feedback loop for medical image segmentation, enhancing accuracy and robustness by iteratively refining predictions through high-level feature extraction.
Contribution
It proposes a novel recurrent framework combining encoder-decoder CNN and FCN-based feedback to improve segmentation quality and robustness in medical imaging.
Findings
Outperforms state-of-the-art methods on four clinical datasets.
Produces anatomically plausible segmentation results.
Effective on both single and multi-structure segmentation tasks.
Abstract
Deep learning has successfully been leveraged for medical image segmentation. It employs convolutional neural networks (CNN) to learn distinctive image features from a defined pixel-wise objective function. However, this approach can lead to less output pixel interdependence producing incomplete and unrealistic segmentation results. In this paper, we present a fully automatic deep learning method for robust medical image segmentation by formulating the segmentation problem as a recurrent framework using two systems. The first one is a forward system of an encoder-decoder CNN that predicts the segmentation result from the input image. The predicted probabilistic output of the forward system is then encoded by a fully convolutional network (FCN)-based context feedback system. The encoded feature space of the FCN is then integrated back into the forward system's feed-forward learning…
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
MethodsMax Pooling · Convolution · Fully Convolutional Network
