paper-with-me

Papers

Automatic Pulmonary Lobe Segmentation Using Deep Learning

2019-03-23 · Hao Tang, Chupeng Zhang, Xiaohui Xie

Pulmonary lobe segmentation is an important task for pulmonary disease related Computer Aided Diagnosis systems (CADs). Classical methods for lobe segmentation rely on successful detection of fissures and other anatomical information such as the location of blood vessels and airways. With the success of deep learning in recent years, Deep Convolutional Neural Network (DCNN) has been widely applied to analyze medical images like Computed Tomography (CT) and Magnetic Resonance Imaging (MRI), which, however, requires a large number of ground truth annotations. In this work, we release our manually labeled 50 CT scans which are randomly chosen from the LUNA16 dataset and explore the use of deep learning on this task. We propose pre-processing CT image by cropping region that is covered by the convex hull of the lungs in order to mitigate the influence of noise from outside the lungs. Moreover, we design a hybrid loss function with dice loss to tackle extreme class imbalance issue and focal loss to force model to focus on voxels that are hard to be discriminated. To validate the robustness and performance of our proposed framework trained with a small number of training examples, we further tested our model on CT scans from an independent dataset. Experimental results show the robustness of the proposed approach, which consistently improves performance across different datasets by a maximum of $5.87\%$ as compared to a baseline model.

📄 PDF Abstract BibTeX arXiv:1903.09879

Code (1)

deep-voxel/automatic_pulmonary_lobe_segmentation_using_deep_learning 공식 구현

Tasks

Computed Tomography (CT)Deep Learning

Methods 이 논문이 사용한 방법론

Dice Loss \begin{equation} DiceLoss\left( y, \overline{p} \right) = 1 - \dfrac{\left( 2y\overline{p} + 1 \right)} {\left( y+\overline{p } + 1 \right)} \end{equation}

Similar Papers 제목 키워드 기반

Automatic lobe segmentation using attentive cross entropy and end-to-end fissure generation

2023-07-24 · Qi Su, Na Wang, Jiawen Xie, Yinan Chen 외

The automatic lung lobe segmentation algorithm is of great significance for the diagnosis and treatment of lung diseases, however, which has great challenges due to the incompleteness of pulmonary fissures in lung CT ima…

Segmentation

Automatic segmentation of the pulmonary lobes with a 3D u-net and optimized loss function

2020-05-29 · MIDL 2019 7 · Bianca Lassen-Schmidt, Alessa Hering, Stefan Krass, Hans Meine

Fully-automatic lung lobe segmentation is challenging due to anatomical variations, pathologies, and incomplete fissures. We trained a 3D u-net for pulmonary lobe segmentation on 49 mainly publically available datasets a…

Segmentation

Automated Segmentation of Pulmonary Lobes using Coordination-Guided Deep Neural Networks

2019-04-19 · Wenjia Wang, Junxuan Chen, Jie Zhao, Ying Chi 외

The identification of pulmonary lobes is of great importance in disease diagnosis and treatment. A few lung diseases have regional disorders at lobar level. Thus, an accurate segmentation of pulmonary lobes is necessary.…

Segmentation

Automatic Segmentation of Pulmonary Lobes Using a Progressive Dense V-Network

2019-02-18 · Abdullah-Al-Zubaer Imran, Ali Hatamizadeh, Shilpa P. Ananth, Xiaowei Ding 외

Reliable and automatic segmentation of lung lobes is important for diagnosis, assessment, and quantification of pulmonary diseases. The existing techniques are prohibitively slow, undesirably rely on prior (airway/vessel…

GPUSegmentation

Efficient 3D Fully Convolutional Networks for Pulmonary Lobe Segmentation in CT Images

2019-09-16 · Hoileong Lee, Tahreema Matin, Fergus Gleeson, Vicente Grau

The human lung is a complex respiratory organ, consisting of five distinct anatomic compartments called lobes. Accurate and automatic segmentation of these pulmonary lobes from computed tomography (CT) images is of clini…

Computational EfficiencyComputed Tomography (CT)Segmentation