# Lung Cancer Tumor Region Segmentation Using Recurrent 3D-DenseUNet

**Authors:** Uday Kamal, Abdul Muntakim Rafi, Rakibul Hoque, Jonathan Wu, and Md., Kamrul Hasan

arXiv: 1812.01951 · 2020-09-09

## TL;DR

This paper introduces Recurrent 3D-DenseUNet, a novel deep learning architecture that improves lung tumor segmentation accuracy from CT scans by capturing detailed spatial and temporal features, outperforming existing methods.

## Contribution

The paper presents a new recurrent 3D-DenseUNet architecture with dense connections and ConvLSTM layers for enhanced volumetric lung tumor segmentation from CT images.

## Key findings

- Achieved an average dice score of 0.7228, outperforming other state-of-the-art methods.
- Demonstrated the effectiveness of combining dense connections with recurrent ConvLSTM layers.
- Showed that selective thresholding and morphological operations improve segmentation accuracy.

## Abstract

The performance of a computer-aided automated diagnosis system of lung cancer from Computed Tomography (CT) volumetric images greatly depends on the accurate detection and segmentation of tumor regions. In this paper, we present Recurrent 3D-DenseUNet, a novel deep learning based architecture for volumetric lung tumor segmentation from CT scans. The proposed architecture consists of a 3D encoder block that learns to extract fine-grained spatial and coarse-grained temporal features, a recurrent block of multiple Convolutional Long Short-Term Memory (ConvLSTM) layers to extract fine-grained spatio-temporal information, and finally a 3D decoder block to reconstruct the desired volume segmentation masks from the latent feature space. The encoder and decoder blocks consist of several 3D-convolutional layers that are densely connected among themselves so that necessary feature aggregation can occur throughout the network. During prediction, we apply selective thresholding followed by morphological operation, on top of the network prediction, to better differentiate between tumorous and non-tumorous image-slices, which shows more promise than only thresholding-based approaches. We train and test our network on the NSCLC-Radiomics dataset of 300 patients, provided by The Cancer Imaging Archive (TCIA) for the 2018 IEEE VIP Cup. Moreover, we perform an extensive ablation study of different loss functions in practice for this task. The proposed network outperforms other state-of-the-art 3D segmentation architectures with an average dice score of 0.7228.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1812.01951/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1812.01951/full.md

## References

27 references — full list in the complete paper: https://tomesphere.com/paper/1812.01951/full.md

---
Source: https://tomesphere.com/paper/1812.01951