1.IntroductionLung lobe segmentation plays a significant role in the evaluation and treatment of various lung pathologies. This anatomical information becomes crucial for assessing the distribution and extent of pulmonary diseases.1,2 Additionally, this information aids in optimizing treatment planning for such pathologies by focusing on the affected lobes.3 Many lung diseases primarily impact specific lung lobes,4,5 underscoring the relevance of lung lobe segmentation in diagnosing and evaluating these conditions. The lungs consist of five distinct anatomical and functional structures, divided by lobar fissures (left oblique, right oblique, and right horizontal fissures).6 The bronchial tree and vascular system are also independent across different lobes. Lung lobe segmentation entails the identification of fissures between adjacent lobes. This task can be challenging due to factors, such as incomplete fissure delineation,7 anatomical variability in fissures,6,8 and overlapping boundaries due to lung diseases.9 Given this complexity, several methods in the literature focus on lung fissure detection. For instance, Doel et al.10 conducted a comprehensive review of pulmonary lobar segmentation methods, including watershed algorithms,11 b-splines,12 and surface fitting based on the lobe fissure model.13 Ross et al.14 introduced a thin-plate spline algorithm for fissure delineation, followed by a maximum a posteriori estimation based on an atlas. These methods have often concentrated on lobe segmentation in healthy subjects, with limited consideration of pathological changes. However, a growing body of literature incorporates anatomical knowledge into the workflow for pathological lungs. For instance, ribs’ curvature15 and bronchi/trachea extraction16 have been integrated. Anatomical constraints from surrounding organs17 and knowledge from the airways and lung vascular system18 have also been used. Deep learning (DL)-based methods have recently gained relevance in medical image processing, including lung lobe segmentation.19–21 These methods aim to improve segmentation performance even in the presence of lung abnormalities. Techniques, such as the P-HNN,22 U-Net,23 and V-Net,24 have been applied to lung lobe segmentation.25–28 These approaches often involve adapting existing architectures and integrating them with innovative strategies to enhance segmentation outcomes in the presence of lung pathologies. The majority of studies focusing on lobar segmentation have concentrated on chest CT scans obtained during the inspiration breathing phase. This preference is due to the anatomical configuration of the lungs during inspiration: lung volume expands, revealing the overall anatomy and enabling effective examination of the lung region. On the contrary, during expiration, lung volume decreases along with the contraction of lobar fissures. Moreover, due to radiation exposure concerns, expiratory CT scans are generally less analyzed. This reduced suitability for fissure detection and analysis during expiration has led to limited research and discussion regarding lung lobe segmentation in expiratory chest CT scans. However, recent clinical studies have highlighted the diagnostic superiority of expiration chest CTs for illustrating pathophysiological changes in patients with chronic obstructive pulmonary disease (COPD).29 These studies underscore the significance of studying lung anatomical and functional dynamics throughout the entire respiratory cycle, encompassing both inspiration and expiration acquisitions.30 Additionally, advancements in lowering CT radiation doses have enabled ethical examination of both inspiration and expiration scans, even in healthy subjects. Given these factors, this study aims to develop a DL-based method for lung lobar segmentation, focusing specifically on expiration chest CT scans. The goal is to leverage prior anatomical knowledge within the DL model to bridge the segmentation performance gap between inspiration and expiration acquisitions. The main hypothesis is that incorporating prior anatomical knowledge about lung vessels can enhance lobe segmentation. This hypothesis is formulated based on observations of radiologists’ practices when annotating challenging lobes: in cases where the lobar fissure is not distinct, radiologists often visually explore the surrounding region, seeking vascular structures that aid in identifying and delineating boundaries between lobes. Section 2 introduces the datasets utilized in the study and provides a comprehensive explanation of the proposed approach, presenting various available alternatives. In Sec. 3, the results of the proposed method are presented, focusing on segmentation performance and highlighting the distinctions compared to baseline approaches. In Sec. 4, the main findings are discussed, illustrating the implications and insights gained from the study. Finally, Sec. 5 presents conclusions drawn from the study’s outcomes, along with potential implications and applications of the results. 2.Materials and MethodsThe aim of this study was to create and validate an automated method for lung lobe segmentation in expiration chest CT scans. The primary goal was to investigate whether the segmentation accuracy in expiration CT scans could be enhanced by incorporating prior anatomical information into the DL model. This anatomical information was represented as a vector field within the lung’s vascular region, capturing vessel connectivity. This representation was based on the assumption that lung vessels in different lobes have distinct orientations, a premise supported by clinical practice where radiologists often rely on vascular patterns to identify lobar boundaries in challenging cases. In our study, we introduced the lung vessel connectivity (LVC) map as an additional input channel to the model to assess whether it could enhance the segmentation performance. We employed three distinct network configurations, all based on the U-Net architecture. To comprehensively evaluate the impact of prior anatomical knowledge and the breathing phase, we conducted an ablation study. This study involved treating inspiration and expiration CT volumes separately, enabling a comparison of the same network architecture’s performance under different breathing phases. Furthermore, we tested the robustness of our proposed approach on two distinct datasets: SCAPIS and COVID-19. These datasets encompass a range of conditions, including lung lesions, pulmonary diseases such as COPD, and emphysema. This diverse set of data allowed us to investigate how our segmentation approach performed in the presence of these various factors. 2.1.DatasetsThe study utilized two distinct datasets, each serving specific purposes.
2.1.1.Data annotationTo generate ground truth data for the DL model, both the SCAPIS and COVID-19 datasets underwent semiautomatic annotation processes. An experienced radiologist supported this annotation task using an interactive tool available in MiaLab, a medical imaging software developed in-house. The annotation tool for lung lobe segmentation relies on the thin plate spline (TPS) algorithm. Initially, the lung region is automatically segmented through a series of steps involving threshold-based and model-based level set segmentation, following the approach outlined in Ref. 32. In the final stage of the workflow, the user manually annotates the fissure boundaries by placing landmarks along the lobar fissures. Subsequently, a TPS function is computed based on these fissure annotations, enabling the interpolation and deformation of a 3D plane to align with the manually annotated fissure boundaries. 2.2.Lung Vessel ConnectivitySeveral studies have explored the concept of anatomic lobe independence to facilitate the lung lobe segmentation task, as mentioned in Refs. 11 and 18. This independence arises from the fact that independent bronchial branches and vessel subsystems belong to different lobes, and they can be leveraged to guide and assist fissure detection and lobe segmentation. In this study, the lung vascular system is incorporated into the segmentation task as prior anatomical information, which the network can utilize to delineate the lobes effectively. This approach involves two key steps. First, a fuzzy connectedness (FC) map is generated from the chest CT volume. Subsequently, this map is further processed to derive the LVC map. 2.2.1.Fuzzy connectedness mapIn this method, the FC map for the lung vessels is generated using an algorithm introduced in Ref. 33, originally designed for coronary artery segmentation. The algorithm is briefly described as follows.
This FC map serves as a representation of LVC, aiding in the subsequent lung lobe segmentation task (Fig. 1). Table 1Neighborhood values and corresponding 3D offsets.
2.2.2.Lung vessel connectivity mapThe LVC map is generated from the FC map and serves to indicate the direction of the strongest connectivity for each voxel within the lung vessel region. Due to the discrete nature of 3D images, a discretization error arises when assessing the voxel’s strongest connectivity. This error occurs because there are only 26 neighbors for each voxel, resulting in a limited range of values for connectivity directions. To address this discretization error, we introduce the concept of the “’th generation strongest neighborhood” (x-GSN): Definition 2.1(x-GSN). The x-GSN of a voxel is defined as the voxel that can be reached through iterative steps, where at each step, the direction of the strongest connectivity is followed. Taking the x-GSN into account when assessing the strongest neighborhood connectivity significantly reduces the discretization error. This is because it expands the number of possible directions to . In this particular approach, we chose to use the third generation strongest neighborhood (3-GSN), denoted as . To create the LVC map, we first locate the 3-GSN of each voxel. Next, we calculate the distance vector represented as between the two voxels. Finally, the LVC vector, which indicates the direction of the strongest connectivity, is generated by normalizing the vector . The resulting LVC map is a three-channel 3D volume, with each voxel containing the normalized vector components as follows: The vectors are oriented from the center of each voxel toward the direction of the strongest connectivity within the neighborhood, with only the segmented vessel voxels being considered.The presented algorithms [Algorithm 1 and Eq. (1)] have two main implications in the LVC map.
Algorithm 13-GSN algorithm to generate the LVC vector
In relation to the inclusion of the LVC map in the proposed method, we hypothesize that the LVC vectors can assist the DL network in distinguishing and separating different lung lobes. To provide evidence for this hypothesis, we analyzed the average vector orientation distribution across the different lobes, aiming to demonstrate that LVC vectors belonging to different lobes have well-defined and separated average orientations. The average vector orientation for each vascular lobe subsystem is represented in the following equation: The computational cost for generating the LVC map was per subject on average, on an AMD Ryzen 9 12-core processor.2.3.Deep Learning FrameworkIn this study, we propose a DL method to improve the lung lobe segmentation performance by including an LVC map as an additional input information. In order to test this hypothesis, we investigated several deep-learning approaches for the lung lobe segmentation task. The methods are all based on the U-Net architecture. More specifically, they all share the common nnU-Net framework.34 This is to unify the experiments in relation to a common framework for the preprocessing steps, network architecture, and hyperparameter tuning. 2.3.1.nnU-Net specificationsFollowing the method presented in Ref. 34, the image resolution distribution within the dataset is analyzed, and the image volumes are resampled according to the median resolution. Following the image resampling, an image normalization step is performed; for the CT modality, the intensity voxel distribution in the dataset is analyzed, and the voxel values are clipped within the [0.5, 99.5] percentile range followed by a -score normalization: For the LVC maps, no intensity normalization is performed since the three-dimensional vector components are already normalized within the range .As described in Ref. 34, data augmentation is performed at training time: the applied techniques are random rotations, random scaling, random elastic deformations, and gamma correction augmentation. In Table 2, the other training hyperparameter configurations are specified. Table 2Training configuration.
2.3.2.Network architecturesTo evaluate the LVC contribution with respect to different network configurations and inputs, we performed four separated set of experiments: baseline, LVC inclusion, multitasking, and cascade (Fig. 3). In the baseline approach, the standard nnU-Net pipeline is adopted and trained for a single channel input CT volume, predicting the five lung lobes. In the second configuration (LVC), the LVC map is included as an additional input channel in the network (four input channels: one for the CT volume + three for the LVC map). In the multitasking approach, a second decoding branch is added to the original U-Net architecture to predict the lung lobes and the fissure segmentation (Fig. 4). This architecture aims to guide the network in learning common anatomical features in the contracting path. In contrast, the network focuses on learning separated contextual features for the two segmentation tasks (lobe and fissure segmentation) in the expanding paths. The global loss is computed as a weighted sum of the two single task losses: The loss weights for the two terms were empirically assigned by considering the importance of the two tasks. To ensure the justification and robustness of the chosen loss weights, three different combinations were selected and compared to identify the optimal configuration: (0.5, 0.5), (0.7, 0.3), and (0.9, 0.1).Finally, in the cascade configuration, a two-step approach is adopted: in the first step, the CT volume is used, alongside the LVC map, to train a model used for the fissure segmentation task. The CT volume and the predicted fissure mask are subsequently provided as input to a second U-Net, trained for the lobe segmentation task (Fig. 5). For this architecture, the assumption is that the learning process can benefit from splitting the task into subsequent steps: in the first step, the anatomical information (from CT and LVC volumes) is processed by a network to segment the lobar fissures, whereas a second network focuses on the lobe segmentation task, assuming prior knowledge about the fissure location. The two models are independently trained, as they are combined at test time. The fivefold cross-validation process required an average of 110 h per fold for each model, utilizing a NVIDIA RTX 3090 GPU, resulting in a total of 550 h per experiment. Since two models are generated for the Cascade experiments, the total time required is doubled to 1100 h. 3.ResultsIn order to investigate possible performance differences in relation to the breathing phases, two different models are separately trained for the two breathing phases (inspiration and expiration, 59 volumes each). In contrast, only the expiration cases are considered for the multitasking and the cascade experiments since in this case the aim is to evaluate the performance of different model configurations in respect to expiration cases. For each of the experiments described above, fivefold cross validation is performed on 48 cases, whereas 11 cases are used to evaluate the different model performances on a test set of unseen cases. To better validate the different lung lobe model performances in relation to the breathing phases, the trained models are also evaluated on a cross-test set: the models trained on expiration cases are tested on the corresponding 11 unseen inspiration test cases and vice versa. Finally, a model validation on the COVID-19 dataset is performed. Here the specific aim is to evaluate lung lobe segmentation performances in the presence of COVID-19 lesions. To evaluate the segmentation performance of all the models presented above, the predicted lobe segmentation masks are compared with the corresponding manually annotated masks. We selected the Dice score and average surface distance (ASD) as the two metrics to represent the lung lobe segmentation performances: Dice provides an indication of the volumetric overlap between the two segmentation masks, whereas ASD provides a better evaluation of the segmentation results in terms of distance between the boundary regions. The size of the segmented regions can explain this choice: large volumes, such as the lung lobes, can easily reach Dice values above 0.8 since large portions of the volumes overlap. Consequently, a more accurate evaluation of large segmented regions can be achieved by focusing on the boundary regions, measuring and reporting the distance between the two surfaces. As anticipated in Sec. 2.3.2, the method and results evaluation are performed in three distinct approaches (Fig. 6). First, in a single-phase approach, the models are separately trained and compared between the two breathing phases. Accordingly, the LVC contribution for the two breathing phases is evaluated. In addition, the segmentation results from the different model architectures (single U-Net, multitasking U-Net, and cascade U-Net) are compared. Second, in the interphase approach, we investigated the model generalization capabilities in relation to the breathing phase. More specifically, the models trained with CT volumes from only one of the two breathing phases were tested on CT volumes from the other phase. As in a single-phase approach, we analyzed the LVC contribution in improving the model generalization ability, alongside the impact of the different model architectures. Finally, we tested the trained models on 10 COVID-19 cases, evaluating the segmentation predictions and comparing them in relation to the breathing phases and the LVC contribution. 3.1.LVC EvaluationTogether with the model evaluation, we decided to evaluate also the correctness of our main hypothesis, i.e., LVC vectors exhibit different average orientations for different lobes. In order to evaluate this assumption, we performed a multivariate analysis of the variance (MANOVA) on the spherical coordinates (azimuth and elevation) of the LVC average vectors in relation to the different lung lobes. As presented in Table 3, this statistical analysis confirms our hypothesis, strongly suggesting that the LVC orientation can provide useful prior information for discriminating the lung lobes. Table 3MANOVA analysis, performed on SCAPIS cases during expiration and inspiration phases to explore the influence of lung lobe locations on the spherical coordinates of the LVC map. This examination aids in understanding the variability of LVC information across different lung lobes.
3.2.Single-Phase EvaluationTable 4 compares the average Dice scores of a single-phase evaluation, indicating no significant difference between the inspiration and the expiration models. Furthermore, the segmentation performance appeared unaffected by the LVC inclusion and the different architecture choices. Table 4Single-phase comparison of mean Dice scores, by lobe and globally (in bold).
Abbreviations: IN, inspiration; EX, expiration; and MT, multitasking. In contrast, the analysis of Table 5 (ASD) reveals interesting distinctions. For the expiration model, the LVC inclusion reduces the ASD from 0.95 to 0.86 mm (−9.5%, Fig. 7), whereas in the inspiration model, the LVC positively affects the ASD score reducing it by 7% (from 1.07 to 1.0 mm). The multitasking architecture choice further reduces the ASD to 0.84 mm (−12% from the baseline model, Fig. 8). Table 5Single-phase comparison of mean ASD (mm), by lobe and globally (in bold).
Abbreviations: IN, inspiration; EX, expiration; and MT, multitasking. 3.3.Interphase ValidationIn this second approach, we investigated the ability of the models to generalize successfully with respect to the other breathing phases. As represented in Table 6, LVC has a positive impact on this ability of the expiration model (the average Dice score increases from 0.92 to 0.95, Fig. 9). On the contrary, no significant improvement in the generalization capability can be observed when including LVC information in the inspiration model. Table 6Interphase comparison of mean Dice scores, categorized by lobe and globally (in bold).
Abbreviations: IN-EX, model trained in inspiration and tested in expiration; EX-IN, model trained in expiration and tested in inspiration; and MT, multitasking. In addition, Table 7 provides further evidence for the LVC ability to provide better generalization performances; for the expiration model, the ASD is reduced from 4.3 to 2.1 mm (Fig. 10). Furthermore, we achieved an additional ASD performance improvement by choosing the multitasking architecture (from 4.3 to 1.4 mm, Fig. 11). Table 7Interphase comparison of mean ASD (mm), categorized by lobe and globally (in bold).
Abbreviations: IN-EX, model trained in inspiration and tested in expiration; EX-IN, model trained in expiration and tested in inspiration; and MT, multitasking. 3.4.COVID-19 ValidationThe LVC effect on the model segmentation performances in COVID-19 cases is analyzed in Tables 8 and 9. Table 8COVID-19 comparison of mean Dice scores, categorized by lobe and globally (in bold).
Abbreviations: IN-COVID19, model trained in inspiration and tested in COVID-19 and EX-COVID19, model trained in expiration and tested in COVID. Table 9COVID-19 comparison of mean ASD (mm), categorized by lobe and globally (in bold).
Abbreviations: IN-COVID19, model trained in inspiration and tested in COVID-19 and EX-COVID19, model trained in expiration and tested in COVID. As illustrated in Fig. 12, the average Dice score for the expiration model increases from 0.92 to 0.93 when including the LVC information. Similarly, the ASD score is also improved on the expiration model (decreasing from 3.1 to 2.1 mm, Fig. 13). Notably, relevant improvements were observed in the Dice and ASD performance for the left upper (LU) and left lower (LL) lobes. The Dice score for the LU lobe increased from 0.943 to 0.958 and for the LL lobe from 0.927 to 0.950. Similarly, the ASD for the LU lobe decreased from 4.3 to 1.5 mm and for the LL lobe from 2.0 to 1.5 mm, upon integrating LVC information into the model. 3.5.Multitasking LossAs described in Sec. 2.3.2, we conducted a series of additional experiments on the multitasking network architecture to determine the optimal loss weights for lung lobe segmentation and fissure loss. We performed three separate experiments with loss weight combinations of (0.5, 0.5), (0.7, 0.3), and (0.9, 0.1). As reported in Table 10, we identified (0.7, 0.3) as the optimal weight configuration. This selection is justified by demonstrating that the (0.5, 0.5) configuration did not adequately emphasize lobe segmentation performance, resulting in suboptimal outcomes. Conversely, the (0.9, 0.1) configuration was found to be too similar to the single-decoder LVC experiment, where lobe fissure segmentation is excluded from the loss computation. Table 10Mean Dice scores for lung lobe segmentation with different loss weights (Ll is the lobe loss weight and Lf is the Fissure loss weight) in multitasking experiments, including the single-decoder LVC experiment (LVC-EX) for comparison.
3.6.Statistical AnalysisTo further validate our findings, we conducted a paired -test to assess the significance of LVC information within the segmentation context under examination. The null hypothesis asserts that there is no average difference in the metrics presented (Dice and ASD). The resulting -values for various experiment comparisons are detailed in Tables 11 and 12. As shown in Table 11, small but significant improvements in the Dice score are observed when comparing the baseline expiration experiment (Baseline-EX) with the corresponding multitasking one (MT-EX). In the context of interphase validation, notable results are seen when comparing the Baseline EX-IN model with the multitasking EX-IN model, where the observed Dice improvement reaches up to 7.5% in the multitasking model (for the LL lobe). However, only some of these improvements were statistically significant. Similar observations are made when analyzing the statistical test for improvements in ASD, where the mean ASD decreases by up to 8.6 mm (in the LU lobe) when comparing the multitasking EX-IN with its corresponding baseline. Table 11Comparison of Dice scores across different experiments, with n representing the number of cases examined. The p-values from paired t-tests are presented, testing the null hypothesis (H0) that the mean Dice scores of the compared experiments are equal. This table reports the signed average difference per lobe, where a positive value indicates an improvement in the average Dice score.
The three standard significance p-value levels are illustrated as follows: Table 12Comparison of ASD across different experiments, with n representing the number of cases examined. The p-values from paired t-tests are presented, testing the null hypothesis (H0) that the mean ASD of the compared experiments are equal. This table reports the signed average difference per lobe, where a negative value indicates an improvement in the mean ASD.
4.DiscussionIn this study, we introduced a DL approach to enhance the segmentation of lung lobes in chest CT scans acquired during the expiration phase. Our primary innovation involved integrating prior anatomical information into the DL model in the form of an LVC map. To assess the impact of LVC on segmentation performance, we conducted a thorough analysis and compared the results from our DL models in both single-phase (intraphase) and interphase scenarios to evaluate generalization robustness. Additionally, we examined the model’s effectiveness in segmenting lung lobes in the presence of lung lesions using a COVID-19 dataset. Our findings, as discussed in Sec. 3, highlight the benefit of incorporating LVC as prior anatomical information into the DL model for improving lobar segmentation. Notably, we observed a positive influence of LVC information on local segmentation accuracy, particularly in the boundary regions of the lung lobes. This improvement is quantified through the analysis of ASD scores. In the case of single-phase models, the inclusion of LVC information led to a reduction in ASD, demonstrating its efficacy for both inspiration and expiration models (Table 5). Furthermore, our results indicate that adopting a multitasking U-Net architecture can further enhance segmentation performance in these boundary regions. Conversely, a two-step cascade approach did not significantly contribute to the segmentation results and, in some cases, even led to performance degradation, as shown in the interphase validation comparison (Figs. 11 and 14). A plausible explanation for this discrepancy is error propagation from inaccurate fissure segmentation, which can result from variations in anatomical conformation between breathing phases. This issue is further intensified in the presence of pathological lung diseases, where incomplete fissures are common. As documented in the literature, segmentation performance significantly deteriorates under these conditions, supporting the hypothesis that errors in fissure segmentation contributed to the overall reduced performance in lobe segmentation. We can draw similar conclusions regarding the generalization capabilities of the models. As depicted in Table 7, the incorporation of LVC information guides the model to achieve improved ASD performance, and the multitasking approach has a positive impact on the final segmentation results. The Dice score results, particularly for the expiration models (Table 6), support this notion in terms of generalizability. Conversely, our models did not demonstrate a significant improvement in segmenting lung lobes in the presence of COVID-19 lesions. While the expiration model displayed slightly better performance with the inclusion of LVC information, the significance of these results cannot be confirmed based on Tables 12 and 11. While optimal segmentation results can already be attained with traditional methods, our approach prioritizes local improvements in the segmentation of lobar boundary regions, as evident from the ASD results. This study’s potential applications lie in clinical scenarios where the accurate delineation of lung fissure regions, i.e., the boundary regions between lobes, is a primary requirement. These findings will be valuable for future studies focusing on lobar boundary regions that demand enhanced segmentation accuracy. Additionally, adopting a multitasking approach can further improve segmentation results, enabling the simultaneous segmentation of lung lobes along with their corresponding fissures. 4.1.Study LimitationsDespite the promising outcomes observed in this study when incorporating prior anatomical knowledge into DL models for lung lobe segmentation in expiration chest CT scans, the same findings exhibit weaker support when applied to DL models trained with inspiration CT volumes. Moreover, the modest enhancements seen in the average Dice score results can be attributed to the high performance already achieved with conventional DL-based segmentation methods, such as nnU-Net.34 These state-of-the-art methods yield satisfactory Dice scores, allowing limited room for further improvements. Finally, it is important to exercise caution when interpreting the results related to COVID-19 lesions due to the study’s utilization of a limited number of COVID-19 cases (10). This limited sample size may not be fully representative of broader populations. 5.ConclusionsThis study highlights the significant advantages of incorporating LVC information in lung lobe segmentation, particularly in the boundary regions between lobes. Additionally, our findings support the notion that the inclusion of LVC information enhances the generalization ability of the models. Notably, the models trained with expiration CT volumes exhibit improved generalization compared to those trained with inspiration volumes, as indicated by both Dice scores and ASD. Code and Data AvailabilityThe SCAPIS dataset, part of the study, is not publicly available. Access might be granted upon ethical approval. The COVID-19 dataset presented in this article is publicly available in DOI 10.5281/zenodo.3757476. The code described in this article can be freely accessed through GitHub, as a fork of the original nnU-Net v1 code: https://github.com/MIC-DKFZ/nnUNet.git. AcknowledgmentsSCAPIS main study EPM Umeå (sponsor HLF)—approved changes 2015, e.g., images at expiration (Nos. 2010-228-31M, 2013-206-32M, and 2015/246-32M). Main application for the local EIT-CT study (No. 2016/2239-31/2), PI B Janerot (No. 2018/1600-32) request for change, data processing agreement (exchange of CT images between Karolinska University Hospital, Karolinska Institute (KI), and Royal Institute of Technology KTH). The main funding body of The SCAPIS is the Swedish Heart-Lung Foundation with contribution from the Knut and Alice Wallenberg Foundation, the Swedish Research Council and VINNOVA (Sweden’s Innovation Agency), the University of Gothenburg and Sahlgrenska University Hospital, Karolinska Institutet and Stockholm County Council, Linköping University and University Hospital, Lund University and Skåne University Hospital, Umeå University and University Hospital, and Uppsala University and University Hospital. ReferencesK. Ostridge and T. M. Wilkinson,
“Present and future utility of computed tomography scanning in the assessment and management of COPD,”
Eur. Respir. J., 48 216
–228 https://doi.org/10.1183/13993003.00041-2016 ERJOEI 0903-1936
(2016).
Google Scholar
C. S. Stahr et al.,
“Quantification of heterogeneity in lung disease with image-based pulmonary function testing,”
Sci. Rep., 6 29438 https://doi.org/10.1038/srep29438
(2016).
Google Scholar
National Emphysema Treatment Trial Research Group,
“Patients at high risk of death after lung-volume–reduction surgery,”
N. Engl. J. Med., 345 1075
–1083 https://doi.org/10.1056/NEJMoa11798 NEJMBH
(2001).
Google Scholar
S. F. Nemec, A. A. Bankier and R. L. Eisenberg,
“Upper lobe–predominant diseases of the lung,”
Am. J. Roentgenol., 200 W222
–W237 https://doi.org/10.2214/AJR.12.8961
(2013).
Google Scholar
S. F. Nemec, A. A. Bankier and R. L. Eisenberg,
“Lower lobe—predominant diseases of the lung,”
Am. J. Roentgenol., 200 712
–728 https://doi.org/10.2214/AJR.12.9253
(2013).
Google Scholar
B. Raasch et al.,
“Radiographic anatomy of the interlobar fissures: a study of 100 specimens,”
Am. J. Roentgenol., 138 1043
–1049 https://doi.org/10.2214/ajr.138.6.1043
(1982).
Google Scholar
P. Cronin et al.,
“Normal and accessory fissures of the lung: evaluation with contiguous volumetric thin-section multidetector CT,”
Eur. J. Radiol., 75 e1
–e8 https://doi.org/10.1016/j.ejrad.2009.10.009 EJRADR 0720-048X
(2010).
Google Scholar
M. Gülsün et al.,
“Variability of the pulmonary oblique fissures presented by high-resolution computed tomography,”
Surg. Radiol. Anat., 28 293
–299 https://doi.org/10.1007/s00276-006-0079-y
(2006).
Google Scholar
J. Wang, M. Betke and J. P. Ko,
“Pulmonary fissure segmentation on CT,”
Med. Image Anal., 10 530
–547 https://doi.org/10.1016/j.media.2006.05.003
(2006).
Google Scholar
T. Doel, D. J. Gavaghan and V. Grau,
“Review of automatic pulmonary lobe segmentation methods from CT,”
Comput. Med. Imaging Graphics, 40 13
–29 https://doi.org/10.1016/j.compmedimag.2014.10.008 CMIGEY 0895-6111
(2015).
Google Scholar
B. Lassen et al.,
“Automatic segmentation of the pulmonary lobes from chest CT scans based on fissures, vessels, and bronchi,”
IEEE Trans. Med. Imaging, 32 210
–222 https://doi.org/10.1109/TMI.2012.2219881 ITMID4 0278-0062
(2013).
Google Scholar
T. Doel et al.,
“Pulmonary lobe segmentation from CT images using fissureness, airways, vessels and multilevel b-splines,”
in 9th IEEE Int. Symp. Biomed. Imaging (ISBI),
(2012). https://doi.org/10.1109/ISBI.2012.6235854 Google Scholar
F. J. S. Bragman et al.,
“Pulmonary lobe segmentation with probabilistic segmentation of the fissures and a groupwise fissure prior,”
IEEE Trans. Med. Imaging, 36 1650
–1663 https://doi.org/10.1109/TMI.2017.2688377 ITMID4 0278-0062
(2017).
Google Scholar
J. C. Ross et al.,
“Automatic lung lobe segmentation using particles, thin plate splines, and maximum a posteriori estimation,”
Lect. Notes Comput. Sci., 6363 163
–171 https://doi.org/10.1007/978-3-642-15711-0_21 LNCSD9 0302-9743
(2010).
Google Scholar
M. N. Prasad et al.,
“Automatic segmentation of lung parenchyma in the presence of diseases based on curvature of ribs,”
Acad. Radiol., 15 1173
–1180 https://doi.org/10.1016/j.acra.2008.02.004
(2008).
Google Scholar
A. R. Pulagam et al.,
“Automated lung segmentation from HRCT scans with diffuse parenchymal lung diseases,”
J. Digital Imaging, 29 507
–519 https://doi.org/10.1007/s10278-016-9875-z JDIMEW
(2016).
Google Scholar
N. Birkbeck et al.,
“Lung segmentation from CT with severe pathologies using anatomical constraints,”
Lect. Notes Comput. Sci., 8673 804
–811 https://doi.org/10.1007/978-3-319-10404-1_100 LNCSD9 0302-9743
(2014).
Google Scholar
Y. Peng et al.,
“Pulmonary lobe segmentation in CT images based on lung anatomy knowledge,”
Math. Prob. Eng., 2021 1
–15 https://doi.org/10.1155/2021/5588629
(2021).
Google Scholar
Y. Fu et al.,
“A review of deep learning based methods for medical image multi-organ segmentation,”
Phys. Med., 85 107
–122 https://doi.org/10.1016/j.ejmp.2021.05.003 PHYME2 1120-1797
(2021).
Google Scholar
S. K. Zhou et al.,
“A review of deep learning in medical imaging: Imaging traits, technology trends, case studies with progress highlights, and future promises,”
Proc. IEEE, 109 820
–838 https://doi.org/10.1109/JPROC.2021.3054390 IEEPAD 0018-9219
(2021).
Google Scholar
R. Aggarwal et al.,
“Diagnostic accuracy of deep learning in medical imaging: a systematic review and meta-analysis,”
NPJ Digital Med., 4 65 https://doi.org/10.1038/s41746-021-00438-z
(2021).
Google Scholar
A. P. Harrison et al.,
“Progressive and multi-path holistically nested neural networks for pathological lung segmentation from CT images,”
Lect. Notes Comput. Sci., 10435 621
–629 https://doi.org/10.1007/978-3-319-66179-7_71 LNCSD9 0302-9743
(2017).
Google Scholar
O. Ronneberger, P. Fischer and T. Brox,
“U-Net: convolutional networks for biomedical image segmentation,”
(2015). Google Scholar
F. Milletari, N. Navab and S.-A. Ahmadi,
“V-Net: fully convolutional neural networks for volumetric medical image segmentation,”
(2016). Google Scholar
N. Siddique et al.,
“U-Net and its variants for medical image segmentation: a review of theory and applications,”
IEEE Access, 9 82031
–82057 https://doi.org/10.1109/ACCESS.2021.3086020
(2021).
Google Scholar
F. T. Ferreira et al.,
“End-to-end supervised lung lobe segmentation,”
in Int. Joint Conf. Neural Networks (IJCNN),
(2018). https://doi.org/10.1109/IJCNN.2018.8489677 Google Scholar
A.-A.-Z. Imran et al.,
“Fast and automatic segmentation of pulmonary lobes from chest CT using a progressive dense v-network,”
Comput. Methods Biomech. Biomed. Eng.: Imaging Vis., 8 509
–518 https://doi.org/10.1080/21681163.2019.1672210
(2019).
Google Scholar
S. E. Gerard and J. M. Reinhardt,
“Pulmonary lobe segmentation using a sequence of convolutional neural networks for marginal learning,”
in IEEE 16th Int. Symp. Biomed. Imaging (ISBI 2019),
(2019). https://doi.org/10.1109/ISBI.2019.8759212 Google Scholar
J. Gawlitza et al.,
“Time to exhale: additional value of expiratory chest CT in chronic obstructive pulmonary disease,”
Can. Respir. J., 2018 9493504 https://doi.org/10.1155/2018/9493504
(2018).
Google Scholar
F. Wu et al.,
“Asynchronous changes of normal lung lobes during respiration based on quantitative computed tomography (CT),”
Quantum Imaging Med. Surg., 12 2018
–2034 https://doi.org/10.21037/qims-21-348
(2022).
Google Scholar
M. Jun et al.,
“COVID-19 CT Lung and Infection Segmentation Dataset (Verson 1.0),”
(2020). Google Scholar
S. Bendazzoli et al.,
“Development and evaluation of a 3D annotation software for interactive covid-19 lesion segmentation in chest CT,”
(2021). Google Scholar
C. Wang and Ö. Smedby,
“Coronary artery segmentation and skeletonization based on competing fuzzy connectedness tree,”
Lect. Notes Comput. Sci., 4791 311
–318 https://doi.org/10.1007/978-3-540-75757-3_38 LNCSD9 0302-9743
(2007).
Google Scholar
F. Isensee et al.,
“nnU-Net: a self-configuring method for deep learning-based biomedical image segmentation,”
Nat. Methods, 18 203
–211 https://doi.org/10.1038/s41592-020-01008-z 1548-7091
(2020).
Google Scholar
BiographySimone Bendazzoli received his bachelor’s degree and his master’s degree in biomedical engineering from the University of Padua in 2015 and 2017, respectively. From 2017 to 2022, he was employed as a software engineer at Novamia AB. He was accepted as a PhD student at Karolinska Institute and Royal Institute of Technology in 2020. Emelie Bäcklin received her bachelor’s degree and her master’s degree in biomedical engineering from Royal Institute of Technology in 2012 and 2014, respectively. Since 2014, she has been employed as a biomedical engineer at Karolinska University Hospital and accepted as a PhD student at Karolinska Institute and Royal Institute of Technology in 2018. Örjan Smedby graduated from Medical School at Uppsala University in 1983 and defended his doctoral thesis there in 1992. From 1999 to 2014, he was a professor of medical radiology at Linköping University. He was one of the founders of the Center for Medical Image Science and Visualization in Linköping. Since 2015, he has been a professor in medical image processing and visualization at KTH Royal Institute of Technology and has been a director of the Jonasson Centre for Medical Imaging, a local research infrastructure, as well as of the National Infrastructure Swedish Bioimaging. Birgitta Janerot-Sjoberg received her bachelor of medicine degree from Upsala University in 1980, became a medical doctor at Linköping University in 1983, and at Linköping University Hospital as a licensed physician in 1985, board certified specialist of clinical physiology in 1990 and of nuclear medicine in 1997. At Linköping University, she was awarded the title Doctor of Medical Sciences (PhD) in 1993, Docent (associate professor) in 1997, and Adjunct Professor in 2009, and has combined research and clinical duties as a MD/senior consultant since 2001. Since 2010, she has been a strategic professor of medical technology at Karolinska Institutet and an affiliated professor at KTH, Royal Institute of Technology in Stockholm, Sweden from 2010 to 2017, combined with clinical duties at Karolinska University Hospital. Her research interests include new technologies/e-Health for diagnostics and treatment focusing on multiprofessional collaboration within Medical Imaging and Physiology with grants awarded from the Swedish Medical Research Council (VR), Swedish Foundation for Strategic Research (SSF), and Sweden’s Innovation Agency Vinnova. She is a co-author of 60 peer-reviewed papers and 3 books and is a scientific director of the core facility. Bryan Connolly (M’86) graduated in biomedical engineering from Galway University in 2007 and in medicine from Limerick University in 2012. After finishing his junior medical years in Ireland and England, he completed his specialty radiology training at Karolinska University Hospital and is currently undergoing subspecialty training in neuroradiology. He is a PhD student studying advanced MRI techniques relating to diagnosis of ALS. He has been involved in several research projects related to the segmentation of the lung for machine learning techniques. Chunliang Wang received his medical training at Tianjin Medical University, China, from 1998 to 2005 and got his PhD in medical science from Linköping University, Sweden, in 2011. His research interests include medical image analysis, image segmentation, machine learning (especially deep learning), and statistical shape modeling. He is also the key contributor to the MiaLab software. |
Lung
Anatomy
Image segmentation
Education and training
COVID 19
Prior knowledge
Voxels