IVCVMar 13, 2020

Recurrent convolutional neural networks for mandible segmentation from computed tomography

arXiv:2003.06486v11 citations
AI Analysis

This work addresses accurate mandible segmentation for medical imaging applications, but it appears incremental as it builds on existing deep learning methods.

The paper tackled mandible segmentation in CT scans by proposing a recurrent segmentation convolutional neural network (RSegCNN) that combines SegCNN with RNN to address metal artifacts and shape variations, achieving significantly better results than state-of-the-art models.

Recently, accurate mandible segmentation in CT scans based on deep learning methods has attracted much attention. However, there still exist two major challenges, namely, metal artifacts among mandibles and large variations in shape or size among individuals. To address these two challenges, we propose a recurrent segmentation convolutional neural network (RSegCNN) that embeds segmentation convolutional neural network (SegCNN) into the recurrent neural network (RNN) for robust and accurate segmentation of the mandible. Such a design of the system takes into account the similarity and continuity of the mandible shapes captured in adjacent image slices in CT scans. The RSegCNN infers the mandible information based on the recurrent structure with the embedded encoder-decoder segmentation (SegCNN) components. The recurrent structure guides the system to exploit relevant and important information from adjacent slices, while the SegCNN component focuses on the mandible shapes from a single CT slice. We conducted extensive experiments to evaluate the proposed RSegCNN on two head and neck CT datasets. The experimental results show that the RSegCNN is significantly better than the state-of-the-art models for accurate mandible segmentation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes