Next Article in Journal
YPD-SLAM: A Real-Time VSLAM System for Handling Dynamic Indoor Environments
Next Article in Special Issue
Sensor-to-Image Based Neural Networks: A Reliable Reconstruction Method for Diffuse Optical Imaging of High-Scattering Media
Previous Article in Journal
Imaging and Deep Learning Based Approach to Leaf Wetness Detection in Strawberry
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Fissure-Aided Registration Approach for Automatic Pulmonary Lobe Segmentation Using Deep Learning

1
School of Automation, Hangzhou Dianzi University, Hangzhou 310018, China
2
Research Center for Healthcare Data Science, Zhejiang Lab, Hangzhou 311121, China
3
Philips Healthcare, Shanghai 200072, China
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Sensors 2022, 22(21), 8560; https://doi.org/10.3390/s22218560
Submission received: 19 September 2022 / Revised: 3 November 2022 / Accepted: 3 November 2022 / Published: 7 November 2022

Abstract

:
The segmentation of pulmonary lobes is important in clinical assessment, lesion location, and surgical planning. Automatic lobe segmentation is challenging, mainly due to the incomplete fissures or the morphological variation resulting from lung disease. In this work, we propose a learning-based approach that incorporates information from the local fissures, the whole lung, and priori pulmonary anatomy knowledge to separate the lobes robustly and accurately. The prior pulmonary atlas is registered to the test CT images with the aid of the detected fissures. The result of the lobe segmentation is obtained by mapping the deformation function on the lobes-annotated atlas. The proposed method is evaluated in a custom dataset with COPD. Twenty-four CT scans randomly selected from the custom dataset were segmented manually and are available to the public. The experiments showed that the average dice coefficients were 0.95, 0.90, 0.97, 0.97, and 0.97, respectively, for the right upper, right middle, right lower, left upper, and left lower lobes. Moreover, the comparison of the performance with a former learning-based segmentation approach suggests that the presented method could achieve comparable segmentation accuracy and behave more robustly in cases with morphological specificity.

1. Introduction

Human lungs are generally divided into five lobes. The pulmonary fissure is an important anatomic landmark of the lung. The right lung is separated into an upper lobe, middle lobe, and lower lobe by the horizontal fissure and oblique fissure, respectively, while the left lung is separated into an upper lobe and lower lobe by the oblique fissure. Each lobe is supplied by its own bronchial tree, which is subdivided from the main bronchi. Vascular, lymphatic vessels, and autonomic nerves in each lobe are also largely isolated. Additionally, the influence of gravity leads to differences in ventilation and perfusion in these relatively independent functional lobes. Therefore, there are several types of lung diseases that affect the pulmonary lobes differently. Generally, pulmonary fibrosis and tuberculosis predominantly involve the upper lobe [1]. Pulmonary edema and interstitial pneumonias have a lower lobe predominance [2]. As for the right middle lobe, the syndrome occurs frequently [3]. Hence, segmentation of the pulmonary lobes based on CT scans is important in clinical practice. It contributes to physiological status assessment, lesion location, and surgical planning. For example, pre-interventional lobe segmentation and quantitative evaluation facilitate the treatment planning of lung volume reduction (LVR), which is an invasive therapy for emphysema [4].
In today’s human living conditions, environmental pollution is getting worse and worse. Diseases, such as those of the lung and respiratory tract, have become the main factors leading to premature human deaths due to their high incidence rate and mortality. Computed tomography (CT) is the standard modality to detect, diagnose, and prognosticate the lung diseases in clinical settings. CT images could provide high spatial resolution and very detailed anatomical information. CT is currently the most sensitive imaging modality for detecting the fine structure of the lungs, and it is also the preferred modality for detecting pulmonary pathology. Moreover, the scan is rapid and noninvasive.
Although an experienced radiologist is able to segment the lung lobes by tracing the pulmonary fissures from the CT scans, the task is rarely performed in clinical practice. Manual segmentation is time-consuming and labor-intensive due to the large number of images. Moreover, the result of segmentation is prone to subjective bias and variance. Thus, there is a need for a robust automatic lobe segmentation scheme in clinical practice.
Over the past decades, many authors have proposed methods for pulmonary lobe segmentation from CT scans [5,6,7]. Since the task of pulmonary lobe segmentation is not difficult to achieve if the fissures can be accurately delineated, early methods show great interest in fissure detection [8,9,10,11]. Most of these methods are based on the anatomical characteristics of the pulmonary fissure, which is represented as a curved line in a 2D image space and a thin planar structure in a 3D image space.
However, studies have shown that the fissures are frequently incomplete, making lobe segmentation a challenging task. Methods vary according to how the incomplete problem is handled. As radiologists utilize information from the bronchi and vascular trees when inferring the incomplete fissures, some methods propose to segment other auxiliary structures as cues for the lobe border determination. Kuhnigk et al. [12] made use of the absence of major vessels at the lobar boundaries. They calculated the Euclidean distance from the nearest vessel for each voxel to quantify the absence. The resulting distance map and original density map constructed a cost map, guiding the watershed algorithm to separate the lobes. Lassen et al. [13] improved the fissure accuracy by extending the work of Kuhnigk et al. [12]. The extended method took additional lobar fissures and airway information into consideration when constructing the cost image and is shown to outperform the method by Kuhnigk et al. Different from Lassen et al., who directly included detected fissures in the watershed segmentation [13], Ukil and Reinhardt [14] treated the resulting watershed basins as a region of interest, incorporating the fissures. They also developed an incomplete fissure detection method, using a 3D graph search to extrapolate the optimal fissure surface.
Other kinds of methods indirectly segment the lung lobe by registering the image to be segmented with the atlas annotated with lung lobes. Zhang et al. [15] constructed a pulmonary atlas and deformed it to match the target data for coarse initialization of the fissure surfaces [16]. Then fissure surfaces were refined by a fuzzy reasoning system based on the ridgeness map, the anatomic smoothness constraint, and the fissure initialization [17]. Van Rikxoort et al. [18] introduced a multi-atlas-based registration to overcome the deformation limitations due to the large anatomical variation in the shape of lobes among different subjects. They emphasized the lobar borders and the fissures in the registration. Information from the bronchial trees was only used where fissures were incomplete to guide the registration.
Recently, deep learning methods have been rapidly applied in the field of medical image processing and analysis [19]. U-Net [20], consisting of a contracting path and a symmetric expanding path, outperformed many previous deep network approaches in 2D medical image segmentation. Milletari et al. [21] extended the U-Net architecture to 3D scenarios, called the V-Net. Ferreira et al. [22] added advanced regularization techniques to the V-Net and used the resulting model, the FRV-Net, in lobe segmentation to overcome the lack of annotated training data. Deep learning methods were also explored to address the difficulties encountered in traditional lung lobe segmentation algorithms. Gerard et al. [23] designed the FissureNet, a coarse-to-fine cascade of two SegNet [24] for thin structure segmentation. It made good use of local structure and contextual information to accurately segment the pulmonary fissures.
In this work, we propose an automatic lobe segmentation method that incorporates knowledge from the local pulmonary boundaries, global context, and priori pulmonary anatomy to separate the lobes robustly and accurately. It applies a learning-based registration approach to fuse local fissure and lung context information. A comparison with FRV-Net, a learning-based segmentation method, is created to evaluate the performance of the proposed method. We also release our 24 CT scans and corresponding manual annotations as a reference for further study.

2. Method

An automatic lobe segmentation method is developed employing the fissures, the lungs, and the atlas-based guidance. Figure 1 presents an overview of our method. The process starts by affinely aligning the test CT images to the atlas, so that the remaining source resulting in misalignment is nonrigid. Then, the fissures are segmented from the aligned CT images (Section 2.1). Directly registering the aligned CT images and the atlas can only yield an acceptable match of the lung volume. A pulmonary fissure is helpful for the localization of pulmonary lobes. The important role that the fissure plays in the description of the lobe specificity cannot be ignored. Hence, in this work, the prior lobe knowledge is introduced to infer the lobar border against the incomplete fissure by registering the aligned CT images and the atlas together with their fissures.
A learning-based registration method is used for the nonrigid transformation (see Figure 2), which is accurate and operates faster. The lobe segmentation of the test CT images is implemented by mapping the deformation field information generated from the registration step to the lobe-annotated atlas. Additionally, the final result of the lobe segmentation is obtained through a post-processing step to further classify the voxels with unreasonable deformation after mapping.

2.1. Prerequisite Segmentations

(1)
Lung Segmentation
Lung segmentation is a preprocessing step for subsequent lung fissure extraction. The lung is segmented with an automatic method based on previous work [25]. Briefly, the method includes three steps: airspace segmentation, bronchial separation, and lung closure.
First, a 3D fixed-threshold region-growing algorithm is performed to segment the pulmonary airspace. The two seed points from the left and right lung are detected by scanning for the airspace points around the chosen fixed points in the affinely registered CT images. Second, the bronchial tree is separated by using an optimal threshold region that grows with seeds in the main stem bronchi and is automatically detected from top to bottom. Last, a morphological closing operation is applied in the remaining airspaces to close pulmonary vessels and pathological changes.
(2)
Fissure Segmentation
The pulmonary fissure is segmented according to its bright, thin sheet-like feature in 3D CT images [13,26]. Since the relationship among eigenvalues in the Hessian matrix discriminates the sheet, tube, and blob structures, the pulmonary fissure is first enhanced by calculating a sheet similarity derived from the Hessian matrix for each voxel to filter the candidate fissure voxels. As for a local sheet-like fissure, one eigenvalue is large ( | λ 3 , i | 0 ) and the other two eigenvalues are small ( | λ 1 , i | , | λ 2 , i | 0 ). Lassen et al. [13] introduced structure and sheet feature functions and took them into a fissure similarity model S f i s s u r e , i defined as follows:
S f i s s u r e , i = F s t r u c t u r e , i F s h e e t , i
F s t r u c t u r e , i = Θ ( λ 3 , i ) e ( λ 3 , i α ) 6 β 6   ,   Θ ( λ 3 , i ) = {   0 ,   λ 3 , i 0   1 ,   λ 3 , i < 0
F s h e e t , i = e λ 2 , i 6 / γ 6
where F s t r u c t u r e , i rates the gray scale in the ith voxel, F s h e e t , i rates the sheet structure possibility for the ith voxel. This model defines high fissure probability for the bright sheet structure on a dark background. Empirically, α is set to 50; β is set to 35; γ is set to 25; and a voxel with S f i s s u r e , i > 0.1 is considered a potential fissure voxel.
Then, a three-dimensionally connected component analysis based on the inner product of the orientation eigenvectors from two neighboring voxels is applied to extract the continuous fissures from the potential fissure voxels. The largest eigenvalue of a sheet structure of the Hessian matrix corresponds to the eigenvectors directing the plane. As the pulmonary fissures are smooth and flat, two adjacent potential fissure voxels are labeled as the same connected component, if their directions are similar (inner product ≥ 0.95). Finally, connected components with a number of counts greater than a fixed value are filtered as the fissure segmentation result. In all our instances, we successfully identified single connected components as fissures. An example of fissure segmentation is shown in Figure 3.
The first frame shows the original sagittal slice. In the second frame the corresponding segmented lung is shown. The third frame shows the result of fissure enhancement by calculating the fissure similarity. The last frame shows the extracted fissure on the original slice.

2.2. Learning-Based Registration

Compared with traditional nonlearning-based registration methods that optimize the objective function for each image pair, learning-based approaches treat registration as a mapping function from the fixed and moving images to the deformation field. Balakrishnan et al. proposed VoxelMorph [27,28], an unsupervised learning-based registration method that could rapidly predict a deformation field by evaluating the learned global function.
VoxelMorph has an encoder-decoder structure and skips the connections added between the down-sampling and up-sampling parts, which is similar to the classical U-net [20,29] architecture. VoxelMorph uses spatial transformer networks (STN) [30] to produce moved images ( m ϕ ), and the loss function is designed to maximize the similarity between the fixed image ( f ) and the moved image. Furthermore, smoothness regularization is introduced to penalize irregular local variations of the deformation field ( ϕ ), and   λ is a parameter that adjusts the strength of the penalty term.
Spatial transformer networks have three parts, which are respectively responsible for parameter prediction, coordinate mapping, and pixel acquisition. The mapping relationship is from the target image to the original image. Here, it refers to moving from the fixed image ( f ) to the moving image ( m ). The function of coordinate mapping is actually to sample the target image of the original image, collect pixels from different coordinates of the original image to the target image every time, and paste the target image fully. The coordinates of the target image must be traversed every time, and are fixed, while the coordinates of the collected original image are not fixed.
Only the input volume and the generated registration field were used to evaluate the unsupervised loss of the model. The unsupervised loss L V M consists of two components: L s i m i l a r i t y that penalizes differences in appearance, and L s m o o t h that penalizes local spatial variations in φ:
L V M = L s i m i l a r i t y ( f , m ϕ ) + λ L s m o o t h ( ϕ )
where λ is a regularization parameter.

2.3. Pulmonary Lobe Segmentation

In this experiment, we train VoxelMorph for atlas-based registration. Through our preliminary experiments, we found that direct application of VoxelMorph to chest CT scans to achieve lobe segmentation does not work well. Although the chest CT lung volume could precisely match the atlas lung volume, which provides useful information about morphological constraints for lobe segmentation, the fissures are not deformed to the corresponding positions.
In this study, we propose a fissure-aided lung registration method to segment pulmonary lobes. We combined the affine-aligned CT images and the extracted fissure images, and the same method was also used in the atlas images and the atlas fissure. Then, these two sets of images are used as the input of VoxelMorph, that is, one is the moving image ( m ) and the other is the fixed image ( f ). To enhance the robustness of the fissure-aided registration method, the similarity of fissures is given equal weight to that of the lungs. The loss function is defined as follows:
L L S = L s i m i l a r i t y , C T ( f C T , m C T ϕ ) + L s i m i l a r i t y , f ( f f , m f ϕ ) + λ L s m o o t h ( ϕ )
where f C T indicates the chest CT images that have already been affinely aligned to the atlas images and f f indicates the fissures extracted from f C T by the automatic fissure segmentation method. m C T and   m f represent the atlas images and the corresponding fissure images, respectively. m C T ϕ , m f ϕ means the deformed CT images and fissure images. L s i m i l a r i t y is the similarity measure. L s m o o t h ( ϕ ) is the regularization term of the deformation field and λ is the weight value.
MSE ( I , I ^ ) = 1 N i = 1 N [ I ( i ) I ^ ( i ) ] 2
Reg ( ϕ ) = 1 3 ( 1 N i = 1 N G x 2 [ ϕ ( i ) ] + 1 N i = 1 N G y 2 [ ϕ ( i ) ] + 1 N i = 1 N G z 2 [ ϕ ( i ) ] )
where G x expresses the image gradient along the x-axis as follows, and the expression can be extended to G y and G z .
G x [ ϕ ( i ) ] = ϕ ( i x + 1 ,   i y , i z ) ϕ ( i x ,   i y , i z )
To avoid insufficient deformation, the warp field is not strictly forced to be flat. The abrupt changes in the deformation field lead to coarseness at the lobar border. A post-processing step is necessary, which is designed to cope with the unreasonable segmentation. The voxels near the lobar border are reassigned to the label of their closet voxel. Moreover, the result of the former lung segmentation is used to refine the lung border.

3. Results

3.1. Experiment

We compare the performance of the proposed method with the FRV-Net method published in [22]. The FRV-Net method separates the lobes by using a 3D fully convolutional neural network with regularization. The FRV-Net method was trained with 14 CT scans (consistent with the original method) randomly selected from our custom data. The training data and test data were obtained by making manual adjustments after automatic lobe segmentation using the Pulmonary Toolkit (available in a Github repository: https://github.com/tomdoel/pulmonarytoolkit, accessed on 1 September 2022). The manual lobe segmentation results were visually checked and edited by a radiologist. The CT scan data needs to be resized to 256 × 256 × 256 and then randomly sampled in 128 × 128 × 128 before input to the FRV-Net for training.
The proposed network and the FRV-Net method were implemented on an Ubuntu server with a NVIDIA Tesla V100 GPU. Training and testing are performed in Python using the Keras framework with a Tensorflow backend.
(1)
Image data
The atlas with complete pulmonary lobe segmentation results was taken from the Chinese multisubject statistical human model. The atlas image size is 358 × 358 × 325 and the pixel size is 1.0 × 1.0 × 1.0 mm3. To test the robustness of our method, data from patients with different COPD status were used in this paper. Cases with COPD may change the morphology of the lobar borders or result in some confusing fissure-like structures. The data were scanned at the Department of Radiology, Binzhou Medical University Hospital. The information about the enrolled CT scans is summarized in Table 1. It covers different degrees of pathological data. At the same time, all the bits of data we got were manually marked.
In addition, there were 181 groups of precious data, including 171 groups for training and 10 groups for testing, and all of them were manually segmented labels.
(2)
Data preprocessing
The CT test images were first affinely aligned to the atlas using the Elastix Toolbox [31] version 4.8 in Windows. In order to facilitate the registration of CT images with the atlas after affine alignment, the images after affine alignment should also be resized to the atlas image size. The detail settings could be specified in the parameter file. In the affine registration, mutual information (MI) was used to measure the similarity, and the adaptive stochastic gradient descent optimizer worked in each of the 250 iterations for a 4-level multiresolution registration strategy. With the pre-alignment, data was relocated to the atlas images’ origin and resampled to the same matrix and voxel size as the atlas images.
The values of the affinely aligned images were clamped to the range between −1000 and −200 Hounsfield units (HU) for better visualization of fissures. It allows the network to learn the relationship between the whole lung and the local fissures. After clamping, the images were linearly normalized to [0, 1].
The detected fissures are filtered by a Gaussian function. A clear, enhanced image of the pulmonary fissure was obtained by filtering. Since the registration is an optimization problem to minimize the cost function, a new image with fissures added could guide the search in the right direction.
(3)
Experiments
The prediction of our proposed method was evaluated by the dice coefficient, defined in Equation (9). X and GT are the result of the lobe segmentation and the ground truth, respectively.   represents the intersection of two sets. | | means the number of elements in the given set.
D ice ( X ,   GT ) = 2 × | X GT | | X | + | GT |
In the next section, the proposed method’s performance is verified from two aspects, including visual and quantitative evaluation.

3.2. Results

The performance comparison of the lobe segmentation methods is provided in the form of qualitative visualization and quantitative assessment.
We chose the direct application of Voxelmorph as the baseline, and the experimental results are shown in Table 2.
Examples of pulmonary lobe segmentation are shown in Figure 4 and Figure 5 for qualitative visualization. In Figure 4, a case with a general morphology of the lung is presented. In Figure 5, a case with morphological specificity is selected.
From Figure 4 and Figure 5, it is easy to observe that the results of the FRV-Net are interfered with by the false identification in the background. Additionally, there are irrational holes in the segmented lobe of the FRV-Net. Figure 4 shows that the proposed method could obtain a comparable segmentation result with the FRV-Net method. While in cases with large anatomical differences in the training dataset, the proposed method could avoid a wide range of misclassifications, owning to the aid of the fissures (see Figure 5).
The quantitative evaluation is expressed in Table 3. The results of the FRV-Net are further processed by masking the background voxels for a fair comparison, which is recorded as the revised FRV-Net method.
The dice coefficient of the revised FRV-Net method is significantly improved for the left upper lobe. Even compared with the revised FRV-Net method, the result of the proposed method is competitive. Furthermore, the proposed method could prevent interference from the pathological changes in morphology and avoid unreasonable holes in the segmented lobes. Generally, the proposed method could segment the pulmonary lobes accurately and robustly.

4. Discussion

In view of the low accuracy and instability of lung lobe segmentation in CT data with uneven image quality, this work presented an automatic lobe segmentation method that integrated the information from the fissures, the entire lung, and the prior atlas. The results show that the proposed method is valid for the segmentation of the pulmonary lobes, with an overall dice coefficient of 0.953. Compared with the FRV-Net, the proposed method outperforms it in robustness (refer to Figure 5). A shortcoming of the comparison is that test cases are limited due to the lack of manually lobe-labeled data. In further research, the effectiveness of the proposed method is expected to be verified by another annotated dataset.
The lobe segmentation approach proposed in this work has the aid of the fissure, a physical border. The success of the detection of the fissures affects the performance of the proposed segmentation method. It requires the test CT images to have a certain resolution, which allows the visualization of the fissures in computer vision. However, there will be cases in which the lung fissure cannot be detected or the detected lung fissure is incomplete. We also need to think of measures to deal with such problems. Simultaneously, the extent of the lesion-induced changes in the lung parenchyma is limited to guarantee the region-growing-based lung segmentation. Inspired by the fact that radiologists infer the incomplete fissures utilizing composite information from the surrounding structures, the airways and vascular trees will have to be taken into consideration in future studies. It would help to segment the pulmonary lobes robustly when the fissures failed to be detected.
The registration-based segmentation method could make use of the prior knowledge of the atlas. However, restricted by the unitary information of the applied atlas, the accuracy of the registration between the various lobes and the atlas lobes varied in different subjects. In further research, it is necessary to take advantage of the Chinese multisubject statistical human model. The statistical model is desired to be registered to the test CT images and deformed by adjusting the parameters of the morphology to generate a customized atlas. A congruent atlas contributes to enhancing the accuracy of lobe registration and alleviating the coarseness at the lobe border.
The input of the learning-based registration used in this work needs to be affinely aligned via the Elastix Toolbox, which makes the processing of the data complex. An end-to-end registration network, including rigid and nonrigid alignment, would attract much interest in the future. Furthermore, an automatic segmentation of the fissures using a deep learning approach also contributes to the simplification of data processing.
The atlas fissure was combined with an atlas image, and the sample fissure was combined with the affinely aligned CT image. These two sets of data are used as the input to VoxelMorph to obtain the deformation field information. Finally, the lung lobe annotation atlas is mapped to the deformation field from the registration to obtain the results of lung lobe segmentation.

5. Conclusions

In this paper, a learning-based registration method is presented for automatic lobe segmentation. A fissure-aided registration network is designed to strengthen the role of fissures in registering the test CT images to the prior atlas. The result of lobe segmentation is obtained by mapping the deformation field from the registration on the lobe-annotated atlas. When we add registration after fissure extraction, we can fuse the fissure and registration information, and improve the accuracy of lung lobe segmentation, so that our method has the advantages of both registration and fissure extraction. The evaluation suggests that the proposed method could perform comparably with other learning-based segmentation methods in accuracy, while outperforming them in robustness, especially in new cases that differ significantly from the training data.

Author Contributions

Data curation, M.X., L.H. and F.R.; Formal analysis, M.X. and L.H.; Investigation, M.X. and Y.S.; Methodology, Y.S. and F.R.; Project administration, D.P.; Software, Y.S. and L.H.; Supervision, D.P. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Informed consent was obtained from all subjects involved in the study.

Data Availability Statement

The data presented in this study are inavailable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Nagashima, T.; Shimizu, K.; Ohtaki, Y.; Obayashi, K.; Kakegawa, S.; Nakazawa, S.; Kamiyoshihara, M.; Igai, H.; Takeyoshi, I. An analysis of variations in the bronchovascular pattern of the right upper lobe using three-dimensional CT angiography and bronchography. Gen. Thorac. Cardiovasc. Surg. 2015, 63, 354–360. [Google Scholar] [CrossRef] [PubMed]
  2. Nemec, S.F.; Bankier, A.A.; Eisenberg, R.L. Lower lobe—predominant diseases of the lung. Am. J. Roentgenol. 2013, 200, 712–728. [Google Scholar] [CrossRef] [PubMed]
  3. Albo, R.J.; Grimes, O.F. The middle lobe syndrome: A clinical study. Dis. Chest 1966, 50, 509–518. [Google Scholar] [CrossRef] [PubMed]
  4. Doellinger, F.; Huebner, R.H.; Kuhnigk, J.M.; Pöllinger, A. Lung volume reduction in pulmonary emphysema from the radiologist’s perspective. In RöFo-Fortschritte auf dem Gebiet der Röntgenstrahlen und der Bildgebenden Verfahren; Georg Thieme Verlag KG: New York, NY, USA, 2015. [Google Scholar]
  5. Tang, H.; Zhang, C.; Xie, X. Automatic Pulmonary Lobe Segmentation Using Deep Learning. In Proceedings of the 16th International Symposium on Biomedical Imaging, Venice, Italy, 8–11 April 2019. [Google Scholar]
  6. Doel, T.; Gavaghan, D.J.; Grau, V. Review of automatic pulmonary lobe segmentation methods from CT. Comput. Med. Imaging Graph. 2015, 40, 13–29. [Google Scholar] [CrossRef] [PubMed]
  7. Van Rikxoort, E.M.; Van Ginneken, B. Automated segmentation of pulmonary structures in thoracic computed tomography scans: A review. Phys. Med. Biol. 2013, 58, R187. [Google Scholar] [CrossRef]
  8. Xiao, R.N.; Guo, L.; Wang, J. Automatic Segmentation of Pulmonary Fissurein CT Image Based on a Shortest path Algorithm. Comput. Inf. Technol. 2015, 23, 29–32. [Google Scholar]
  9. Xie, D.F.; Bin, L.I.; Liu, S.C.; Tian, L.F.; Wang, L.F. Detection of pulmonary fissure in CT images based on improved algorithm of random walker. Comput. Eng. Des. 2018, 39, 738–745. [Google Scholar]
  10. Yu, M.; Liu, H.; Gong, J.; Jin, R.; Han, P.; Song, E. Automatic segmentation of pulmonary fissures in computed tomography images using 3D surface features. ournal of digital imaging. Off. J. Soc. Comput. Appl. Radiol. 2014, 27, 58–67. [Google Scholar]
  11. Peng, Y.; Luan, P.; Tu, H.; Li, X.; Zhou, P. Pulmonary Fissure Segmentation in CT Images Based on ODoS Filter and Shape Features. arXiv 2022, arXiv:2201.09163. [Google Scholar]
  12. Kuhnigk, J.M.; Dicken, V.; Zidowitz, S.; Bornemann, L.; Kuemmerlen, B.; Krass, S.; Peitgen, H.-O.; Yuval, S.; Jend, H.H.; Rau, W.S.; et al. New tools for computer assistance in thoracic CT. Part 1. Functional analysis of lungs, lung lobes, and bronchopulmonary segments. Radiographics 2005, 25, 525–536. [Google Scholar] [CrossRef] [Green Version]
  13. Lassen, B.; Kuhnigk, J.M.; Friman, O.; Krass, S.; Peitgen, H.O. Automatic segmentation of lung lobes in CT images based on fissures, vessels, and bronchi. In Proceedings of the 2010 IEEE International Symposium on Biomedical Imaging: From Nano to Macro, Rotterdam, The Netherlands, 14–17 April 2010. [Google Scholar]
  14. Ukil, S.; Reinhardt, J.M. Anatomy-guided lung lobe segmentation in X-ray CT images. IEEE Trans. Med. Imaging 2008, 28, 202–214. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  15. Zhang, L.; Hoffman, E.; Reinhardt, J. Atlas-driven lung lobe segmentation in volumetric X-ray CT images. IEEE Trans. Med. Imaging 2005, 25, 1–16. [Google Scholar] [CrossRef] [PubMed]
  16. Begum, A.S.; Poornachandra, S. An efficient ripplet-based shrinkage technique for MR image restoration. Biomed. Eng. Appl. Basis Commun. 2014, 26, 1450074. [Google Scholar] [CrossRef]
  17. Begum, A.S.; Poornachandra, S. Curvelet Based Image De-Noising Using Beta-Trim Shrinkage for Magnetic Resonance Images. In Proceedings of the 2014 International Conference on Science Engineering and Management Research (ICSEMR), Chennai, India, 27–29 November 2015. [Google Scholar]
  18. van Rikxoort, E.M.; Prokop, M.; de Hoop, B.; Viergever, M.A.; Pluim, J.P.W.; van Ginneken, B. Automatic segmentation of pulmonary lobes robust against incomplete fissures. IEEE Trans. Med. Imaging 2010, 29, 1286–1296. [Google Scholar] [CrossRef]
  19. Litjens, G.; Kooi, T.; Bejnordi, B.E.; Setio, A.A.A.; Ciompi, F.; Ghafoorian, M.; van der Laak, J.A.W.M.; van Ginneken, B.; Sánchez, C.I. A survey on deep learning in medical image analysis. Med. Image Anal. 2017, 42, 60–88. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  20. Ronneberger, O.; Fischer, P.; Brox, T. U-net: Convolutional networks for biomedical image segmentation. In Medical Image Computing and Computer-Assisted Intervention—MICCAI 2015, Proceedings of the 18th International Conference, Munich, Germany, 5–9 October 2015; Springer: Berlin/Heidelberg, Germany, 2015. [Google Scholar]
  21. Milletari, F.; Navab, N.; Ahmadi, S.-A. V-net: Fully convolutional neural networks for volumetric medical image segmentation. In Proceedings of the 2016 Fourth International Conference on 3D Vision (3DV), Stanford, CA, USA, 25–28 October 2016. [Google Scholar]
  22. Ferreira, F.T.; Sousa, P.; Galdran, A.; Sousa, M.R.; Campilho, A. End-to-end supervised lung lobe segmentation. In Proceedings of the 2018 International oint Conference on Neural Networks (ICNN), Rio de Janeiro, Brazil, 8–13 July 2018. [Google Scholar]
  23. Gerard, S.E.; Patton, T.J.; Christensen, G.E.; Bayouth, J.E.; Reinhardt, J.M. FissureNet: A deep learning approach for pulmonary fissure detection in CT images. IEEE Trans. Med. Imaging 2018, 38, 156–166. [Google Scholar] [CrossRef] [PubMed]
  24. Badrinarayanan, V.; Kendall, A.; Cipolla, R. Segnet: A deep convolutional encoder-decoder architecture for image segmentation. IEEE Trans. Pattern Anal. Mach. Intell. 2017, 39, 2481–2495. [Google Scholar] [CrossRef]
  25. Lassen, B.; Kuhnigk, J.M.; Schmidt, M.; Krass, S.; Peitgen, H.O. Lung and lung lobe segmentation methods at Fraunhofer MEVIS. In Proceedings of the Fourth International Workshop on Pulmonary Image Analysis, Toronto, ON, Canada, 18 September 2011. [Google Scholar]
  26. Van Rikxoort, E.; De Hoop, B.; Van De Vorst, S.; Prokop, M.; Van Ginneken, B. Automatic segmentation of pulmonary segments from volumetric chest CT scans. IEEE Trans. Med. Imaging 2009, 28, 621–630. [Google Scholar] [CrossRef]
  27. Balakrishnan, G.; Zhao, A.; Sabuncu, M.R.; Guttag, J.; Dalca, A.V. VoxelMorph: A learning framework for deformable medical image registration. IEEE Trans. Med. Imaging 2019, 38, 1788–1800. [Google Scholar] [CrossRef] [Green Version]
  28. Dalca, A.V.; Balakrishnan, G.; Guttag, J.; Sabuncu, M.R. Unsupervised learning of probabilistic diffeomorphic registration for images and surfaces. Med. Image Anal. 2019, 57, 226–236. [Google Scholar] [CrossRef] [Green Version]
  29. Isola, P.; Zhu, J.Y.; Zhou, T.; Efros, A.A. Image-to-image translation with conditional adversarial networks. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Honolulu, HI, USA, 26 July 2017. [Google Scholar]
  30. Jaderberg, M.; Simonyan, K.; Zisserman, A. Spatial transformer networks. Adv. Neural Inf. Process. Syst. 2015, 28, 1–9. [Google Scholar]
  31. Klein, S.; Staring, M.; Murphy, K.; Viergever, M.A.; Pluim, J.P.W. Elastix: A toolbox for intensity-based medical image registration. IEEE Trans. Med. Imaging 2009, 29, 196–205. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Overview of the fissure-aided lung registration method for lobe segmentation.
Figure 1. Overview of the fissure-aided lung registration method for lobe segmentation.
Sensors 22 08560 g001
Figure 2. Illustration of the fissure-based registration method.
Figure 2. Illustration of the fissure-based registration method.
Sensors 22 08560 g002
Figure 3. Illustration of fissure segmentation.
Figure 3. Illustration of fissure segmentation.
Sensors 22 08560 g003
Figure 4. An example of the results of the experiment. (a) Original scan; (b) ground-truth; (c) FRV-Net; and (d) proposed method.
Figure 4. An example of the results of the experiment. (a) Original scan; (b) ground-truth; (c) FRV-Net; and (d) proposed method.
Sensors 22 08560 g004aSensors 22 08560 g004b
Figure 5. An example of the results of the experiment, which is largely different from the training dataset. (a) Original scan; (b) ground-truth; (c) FRV-Net; and (d) proposed method.
Figure 5. An example of the results of the experiment, which is largely different from the training dataset. (a) Original scan; (b) ground-truth; (c) FRV-Net; and (d) proposed method.
Sensors 22 08560 g005
Table 1. Statistics of the enrolled CT scans.
Table 1. Statistics of the enrolled CT scans.
TrainingRecon MatrixSlice ThicknessTest
GE Optima CT660
GE LightSpeed VCT
GE Revolution CT
GE Optima CT670
512 × 5120.625 mmOptima CT660
GE LightSpeed VCT
Philips Brilliance 64768 × 7680.7 mm
Ratio90:42:18:11:10 8:2
Table 2. Quantitative summary of the direct application of Voxelmorph and the proposed method.
Table 2. Quantitative summary of the direct application of Voxelmorph and the proposed method.
Method
VoxelmorphProposed Method
Mean ± SDRU0.652 ± 0.0420.956 ± 0.023
RM0.404 ± 0.0420.904 ± 0.044
RL0.592 ± 0.0670.968 ± 0.011
LU0.667 ± 0.0350.971 ± 0.011
LL0.640 ± 0.0750.967 ± 0.015
Overall0.582 ± 0.1130.953 ± 0.035
Table 3. Quantitative summary of the dice coefficient for the lobe segmentation methods. RU: right upper lobe, RM: right middle lobe, RL: right lower lobe, LU: left upper lobe, LL: left lower lobe, SD: standard deviation.
Table 3. Quantitative summary of the dice coefficient for the lobe segmentation methods. RU: right upper lobe, RM: right middle lobe, RL: right lower lobe, LU: left upper lobe, LL: left lower lobe, SD: standard deviation.
Method
FRV-NetFRV-Net-RevisedProposed Method
Mean ± SDRU0.973 ± 0.0080.975 ± 0.0050.956 ± 0.023
RM0.947 ± 0.0210.948 ± 0.0210.904 ± 0.044
RL0.975 ± 0.0080.975 ± 0.0080.968 ± 0.011
LU0.597 ± 0.0950.968 ± 0.0240.971 ± 0.011
LL0.962 ± 0.0240.962 ± 0.0240.967 ± 0.015
Overall0.891 ± 0.1540.966 ± 0.0210.953 ± 0.035
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Xue, M.; Han, L.; Song, Y.; Rao, F.; Peng, D. A Fissure-Aided Registration Approach for Automatic Pulmonary Lobe Segmentation Using Deep Learning. Sensors 2022, 22, 8560. https://doi.org/10.3390/s22218560

AMA Style

Xue M, Han L, Song Y, Rao F, Peng D. A Fissure-Aided Registration Approach for Automatic Pulmonary Lobe Segmentation Using Deep Learning. Sensors. 2022; 22(21):8560. https://doi.org/10.3390/s22218560

Chicago/Turabian Style

Xue, Mengfan, Lu Han, Yiran Song, Fan Rao, and Dongliang Peng. 2022. "A Fissure-Aided Registration Approach for Automatic Pulmonary Lobe Segmentation Using Deep Learning" Sensors 22, no. 21: 8560. https://doi.org/10.3390/s22218560

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop