ReCoGNet: Recurrent Context-Guided Network for 3D MRI Prostate Segmentation
Ahmad Mustafa, Reza Rastegar, and Ghassan AlRegib

TL;DR
ReCoGNet is a hybrid deep learning model that combines a pretrained semantic feature extractor with recurrent layers to improve 3D prostate segmentation from MRI, especially in limited data and noisy conditions.
Contribution
The paper introduces a novel hybrid architecture integrating a pretrained DeepLabV3 backbone with ConvLSTM layers for enhanced 3D MRI prostate segmentation.
Findings
Outperforms state-of-the-art 2D and 3D models in accuracy metrics.
Demonstrates robustness in noisy and contrast-degraded MRI data.
Achieves superior segmentation consistency across slices.
Abstract
Prostate gland segmentation from T2-weighted MRI is a critical yet challenging task in clinical prostate cancer assessment. While deep learning-based methods have significantly advanced automated segmentation, most conventional approaches-particularly 2D convolutional neural networks (CNNs)-fail to leverage inter-slice anatomical continuity, limiting their accuracy and robustness. Fully 3D models offer improved spatial coherence but require large amounts of annotated data, which is often impractical in clinical settings. To address these limitations, we propose a hybrid architecture that models MRI sequences as spatiotemporal data. Our method uses a deep, pretrained DeepLabV3 backbone to extract high-level semantic features from each MRI slice and a recurrent convolutional head, built with ConvLSTM layers, to integrate information across slices while preserving spatial structure. This…
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
TopicsProstate Cancer Diagnosis and Treatment · Medical Imaging and Analysis · Advanced Neural Network Applications
MethodsConvolution · ConvLSTM
