Skip to main content

Automatically transferring supervised targets method for segmenting lung lesion regions with CT imaging

Abstract

Background

To present an approach that autonomously identifies and selects a self-selective optimal target for the purpose of enhancing learning efficiency to segment infected regions of the lung from chest computed tomography images. We designed a semi-supervised dual-branch framework for training, where the training set consisted of limited expert-annotated data and a large amount of coarsely annotated data that was automatically segmented based on Hu values, which were used to train both strong and weak branches. In addition, we employed the Lovasz scoring method to automatically switch the supervision target in the weak branch and select the optimal target as the supervision object for training. This method can use noisy labels for rapid localization during the early stages of training, and gradually use more accurate targets for supervised training as the training progresses. This approach can utilize a large number of samples that do not require manual annotation, and with the iterations of training, the supervised targets containing noise become closer and closer to the fine-annotated data, which significantly improves the accuracy of the final model.

Results

The proposed dual-branch deep learning network based on semi-supervision together with cost-effective samples achieved 83.56 ± 12.10 and 82.67 ± 8.04 on our internal and external test benchmarks measured by the mean Dice similarity coefficient (DSC). Through experimental comparison, the DSC value of the proposed algorithm was improved by 13.54% and 2.02% on the internal benchmark and 13.37% and 2.13% on the external benchmark compared with U-Net without extra sample assistance and the mean-teacher frontier algorithm, respectively.

Conclusion

The cost-effective pseudolabeled samples assisted the training of DL models and achieved much better results compared with traditional DL models with manually labeled samples only. Furthermore, our method also achieved the best performance compared with other up-to-date dual branch structures.

Peer Review reports

Introduction

The proportion of infected regions of the lung could be used as visual evidence to assist the clinical physician in determining the severity of pneumonia [1, 2]. Furthermore, the progression of lung disease can also be predicted by continuously monitoring the volume and quality of infected regions [3, 4]. For example, the gas volume, tissue mass and recruitability measured by chest computed tomography (CT) scan analysis are important when setting the mechanical ventilation in acute respiratory distress syndrome (ARDS) [5,6,7].

Since 2020, many studies [8,9,10] have demonstrated using deep learning (DL) models to automatically segment infected regions of pneumonia with good accuracy. Fan et al. [8] developed a novel COVID-19 lung infection segmentation deep network (Inf-Net) for automatically identifying infected regions from chest CT scans. They achieved a value of 0.739 measured in the mean Dice similarity coefficient (DSC) for the segmentation of infected regions. Yan et al. [9] also investigated the segmentation of infected regions due to COVID-19, and a feature variation block in the segmentation of infected regions was introduced, which could better differentiate the diseased area from healthy areas in the lung. Furthermore, they used more effective progressive spatial pyramid pooling in the feature extraction stage as well. The optimum DSC values achieved in their studies for intact lung and infected regions were 0.987 and 0.726, respectively. Liu et al. [10] employed a two-stage cross-domain transfer learning framework to segment COVID-19 infection regions. This framework took advantage of attention-aware feature fusion and large reception fields for accurate object segmentation. The final experiment acquired a DSC of 0.668. However, these studies suffered from the tremendous effort required to manually annotating large-scale datasets well and achieved relatively low accuracy measured in DSC.

The U-Net [11] network structure together with its descendant family, such as 3D U-Net [12] and V-Net [13], achieved excellent results in the domain of segmentation. In addition, attention networks and transfer learning concepts have also been utilized. As in biological field, transfer learning had been approved effective in cancer detection and prediction using relatively small datasets [14,15,16]. Till now, most networks in chest CT images required sufficient high-quality labeled samples for DL models to be trained and verified. Since the infected lung regions could be illustrated as ground-glass opacity or consolidation regions and could adhere together with normal tissues on CT images, it would be costly to separate infected regions from healthy lung parenchyma. Furthermore, a set of CT images usually consists of dozens or hundreds of lung image slices, which makes it a very expensive and time-consuming procedure for a professional radiologist to manually annotate chest CT images. Therefore, it was necessary to train a decent DL model with very limited high-quality labeled samples.

Recently, a weak supervised learning frame structure achieved satisfactory results by utilizing noisy or scribble-labeled samples in the training process of models. For example, Luo et al. [17] designed a semi-supervised network with a strong–weak dual-branch structure in the pixel-level segmentation of images. Their dual branch structure handled strong (high quality) samples and weak (noisy) samples to exploit the joint discrimination of strong and weak annotations and brought significant improvements over the previous methods. Luo et al. [18] and Liu et al. [19] initiated effective scribble-supervised networks in medical image segmentation. They employed a dual-branch network with a mixed pseudolabeling strategy to train DL models with scribble annotations. Yang et al. [20] initiated a noise Divergence-Aware Selective Training (DAST) strategy to identify severely noisy annotations and slightly noisy annotations and then treated them differently to improve the noise tolerance of DL models. Tarvainen et al. [21] proposed the mean-teacher framework to improve temporal ensembling [22] for semi-supervised learning. Mean-teacher employed moving-average to update the weights of the teacher network instead of label predictions. This framework outperformed the traditional DL network with a lower error rate by fewer labels on some open sourced databases, such as Street View House Number (SVHN) [23] and ImageNet 2012 [24]. Yu et al. [25] improved Mean-teacher by a novel uncertainty-aware self-ensembling Mean-teacher UA-MT framework to enable the student model to gradually learn from meaningful and reliable targets by exploiting the uncertainty information in left atrium segmentation for 3D magnetic resonance imaging (MRI). Experiments showed that their method achieved high performance gains by incorporating the unlabeled dataset.

In our study, we explored utilizing the inherited Hounsfield unit (Hu) value of CT images to segment infected regions as pseudolabeled samples. Next, these almost zero-cost samples together with a small number of high-quality manually annotated samples were used to train our DL models. A semi-supervised dual branch framework was designed. Two kinds of samples were trained in strong and weak branches. We also implemented a method of automatically transferring supervised targets and dynamically selecting the optimal targets to supervise the weak branch training. This approach was intended to improve model accuracy, prevent overfitting in the initial stage, and eliminate noisy interference in the final stage. Furthermore, we conduct extensive experiments over our proposed methods to verify the effectiveness and experimental results demonstrate that our proposed method achieves state-of-the-art performance under various ratios of annotation noise for universal lung lesion segmentation.

Materials and methods

Study dataset and data preprocessing

A total of 869 transverse-section CT samples were collected from 869 patients with lung infections, such as COVID-19 (539, 62.0%), influenza pneumonia (100, 11.5%) and tuberculosis (230, 26.5%). In total, 850 cases were from the First Affiliated Hospital of Zhejiang University, and 19 cases were from an internet open source of the COVID-19 database [26]. The latter dataset contains 20 labeled COVID-19 CT scans in total. However, the infected region of one case (radiopaedia_29_86490_1.nii.gz) only occupied 0.014% of the entire lung, which was too insignificant for our further verification. Thus, we removed this case from the external verification benchmark. All CT imaging was in the format of digital imaging and communications in medicine (DICOM) with 5 mm thickness between slices.

In our study, 250 CT datasets were manually annotated to the infected regions (image d in Fig. 1) by two professional radiologists, in which 200 sets were randomly selected to be used in the training process and the remaining 50 were used for the test set. The next 600 CT datasets were automatically segmented based on their Hu values, and these cost-effective samples were used to assist in model training. The last 19 fine annotated CT datasets from open source were utilized as an external test benchmark.

Fig. 1
figure 1

Typical Hu-based pseudo-labeled and manually labeled CT images: a original CT image with pneumonia; b generated mask of intact lung; c pseudo-labeled (Hu[− 750,50]); d manually annotated by radiologists

As the digital grayscale image had a pixel value ranging from [0, 255], the raw CT data were converted from Hu to the interval of the aforementioned values accordingly. The Hu data matrix was clipped within [− 1200, 600] (any value beyond this was set to − 1200 or 600 accordingly) and then linearly normalized to [0, 255] to fit into the digital image format for further processing.

Dataset preprocess to generate the mask for intact lung

The lung CT images were preprocessed to generate the mask for the intact lung (image b in Fig. 1), following the method reported by Hofmanninger et al. [27, 28], which was based on a U-Net DL model. They trained the model with a total of 121,820 CT image slices that were annotated with two radiologists and obtained an accuracy of 0.97 measured in DSC. As this method achieved steady and satisfactory results, the rest of our study focused on the segmentation of infected regions.

Utilize the value of Hu to generate cost-effective pseudo-labels

To further utilize unlabeled CT image dataset collections, we employed the inherent Hu value to generate noisy samples. These nearly zero-cost "dirty" datasets were used to assist the training of our dual-branch model. The segmentation of noisy infected regions was based on different valves of Hu values. Tang et al. [29] divided different infection regions in the lung with (mild) ground-glass opacity (GGO) and (severe) consolidation, which is defined with the Hu value. This value of the ground-glass opacity region was [− 750, − 300], and consolidation was [− 300, 50]. Thus, for one set of CT images, we generated pseudolabeled samples accordingly as Hu[− 750,50], which are shown in (c) of Fig. 1. However, there are some healthy tissues for which the Hu value is also located within [− 200, 50]. Thus, the samples segmented by the Hu value would also include these normal regions as noisy.

DL model training process

ATST method network structure

Four widely used DL frameworks were explored in our study, including U-Net [11], uncertainty-aware self-ensembling mean teacher (UA-MT) [25], Divergence-Aware Selective Training (DAST) [20] and our automatically transferring supervised targets (ATST) training method, as shown in Fig. 2 U-Net(2015) was the fundamental network in the domain of medical image segmentation, and the UA-MT(2019) and DAST(2022) structures were more up-to-date semi-supervised frameworks. UA-MT enhanced the mean-teach network [21] by using the Monte Carlo sampling method to predict the uncertainty for each label to screen out unreliable samples. DAST further designed a divergence-aware selective training strategy to separate severely and slightly noisy annotations during the training process.

Fig. 2
figure 2

Overview of the proposed cost-effective sample assisted dual-branch framework

A dual-branch (clean and noisy supervised branches) structure was used, as there were two kinds of samples in our study. Minorities of datasets were carefully annotated by experienced radiologists, and the remaining majorities were zero-cost labels from the automatic segmentation of the Hu value of CT images. The backbone encode-decode structure of both branches was based on U-Net, which included two network paths: contracting and expanding. The images were first fed into the contracting path to finish the down sampling or encoding process and capture the context information. Then, the up sampling or decoding process was completed in the symmetrical expanding path to obtain precise localization information of the targets.

Furthermore, the theory of the mean teacher semi-supervised training process was employed to utilize noisy samples as supplementary datasets to improve the major (clean supervised) branch. Inherited from the mean-teacher methodology, the clean supervised model learned from the noisy supervised model by minimizing the segmentation loss on the labeled data and the consistency loss with respect to the targets from the noisy supervised model on all input data. In addition to the supervised reverse gradient update process, we enhanced the idea of the exponential moving average (EMA) in Mean-teacher [12] by incorporating adaptive weight updating methods. The traditional EMA function was as follows:

$$\theta_{t}{\prime} = \varepsilon \times \theta_{t - 1}{\prime} + (1 - \varepsilon ) \times \theta_{t}$$
(1)

where θ and θ' are the weights of the clean and noisy supervised models, respectively. The noisy supervised weights θ't were updated at training step t. The smoothing coefficient parameter ε was used to control the updating rate. According to Tarvainen's previous work [12], the performance was the best with ε= 0.99 in the ramp-up stage and ε= 0.999 for the rest.

Our adaptive EMA gradually updates the coefficient ε during training based on the following function:

$$\varepsilon = 1 - 0.2 \times e^{{\frac{ - 8i}{{iters}}}} (i \in (0,iters))$$
(2)

where iters is the number of maximum iterations.

The coefficient ε, which was initially equivalent to 0.8, allowed more space for the updating of weights to learn from the clean supervised branch quickly and then increased gradually to approach 1 infinitely in the final stage to restrain the turbulence from "dirty" samples.

The ATST module stands for Automatically Transferring Supervised Targets in the early stages of training, the weakly supervised branch mainly relies on labels based on Hu values for supervised learning. However, as training progresses, the strongly annotated branch has gained a certain level of accuracy. At this point, the labels based on Hu values not only do not help the network's learning, but the noise they contain has had a negative impact on the network structure, To fully utilize the unannotated data for training, this paper proposes a Lovasz-based scoring method to evaluate whether the model's predictions are better than those based on Hu values. When the Lovasz score exceeds a certain threshold, the label values of the weakly supervised branch are switched to the noisy data passed through the output values of the strongly supervised branch. At this point, it is believed that the model's predictions of the noisy data are already superior to the labels based on Hu values. Therefore, the weakly supervised branch can use this data for further learning. As the model's accuracy improves, the guidance provided by the weakly labeled data becomes more accurate, which enables the network to fully explore the value of unannotated data. Therefore, the output of the ATST module is the weakly supervised target ground truth (GT) result, as shown in the following equation:

$$GT = \left\{ \begin{gathered} P_{pseg - clean} ,S_{lovasz} - \tau \ge 0 \hfill \\ GT_{pseudo - label} ,S_{lovasz} - \tau < 0 \hfill \\ \end{gathered} \right.$$
(3)

we define τ as the h-th percentiles of Slovasz values during a certain number (e.g., 100) of iterations, respectively, The Slovasz calculation formula is:

$$S_{lovasz} { = }\frac{{LEV(GT_{pseudo - label} ,P_{pseg - clean} )}}{{e^{{div(GT_{pseudo - label} ,P_{pseg - noisy} )}} }}$$
(4)

LEV is lovasz-extension value [30], div(·) represents a symmetric divergence function between two predictions.

Loss functions

The clean branch network was optimized by minimizing the loss function Lclean, which consisted of the manually labeled image segmentation loss Lmseg, the pseudolabeled image segmentation loss in clean branch Lpseg-clean, which was calculated as follows:

$$L_{clean} = L_{mseg} + \lambda \times L_{pseg - clean}$$
(5)

The loss function for the noisy branch network was the pseudo-labeled image segmentation loss Lpseg-noisy, which was:

$$L_{noisy} = \lambda \times L_{pseg - noisy}$$
(6)

Lmseg, Lpseg-clean and Lpseg-noisy were standard segmentation loss Lseg including dice loss Ldice and binary cross-entropy loss LBCE.

$$(L_{mseg} ,L_{pseg - clean} ,L_{pseg - noisy} ) \in L_{seg} = 0.5 \times (L_{dice} + L_{BCE} )$$
(7)

Algorithm details

The procedure of the proposed ATST method network is listed in Algorithm 1.

figure a

Experiment and results

Implementation

An Intel i7-8700k CPU together with an NVIDIA RTX3090 24 GB GPU card was used as the training server. Our approach was implemented with PyTorch and iterated with the stochastic gradient descent (SGD) optimizer 40K times. The initial learning rate was set to 0.01 and decayed exponentially. All input images were normalized to 256 × 256 (pixels), and the batch size was set to 128, which included 64 manually annotated samples and 64 pseudolabeled samples. At the same time, generic data augmentation mechanisms, random clipping and left–right flipping were performed on specimens to increase the number of training samples and prevent data overfitting.

Evaluation criteria

Different measurements were used to evaluate the performance of the proposed methods, including the dice similarity coefficient (DSC) and Hausdorff distance (HD). DSC is the most widely used criterion, which measures the similarity between the ground truth and the prediction score maps and is calculated as follows:

$$DSC(A,B) = \frac{{2|{\text{A}} \cap {\text{B}}|}}{{|{\text{A}}| + |{\text{B}}|}} \times 100\%$$
(8)

where A is the contour of the segmented region and B denotes the ground truth. The DSC is a value between [0, 1]. The larger the value, the better the segmentation effect achieved.

DSC is sensitive to the internal filling of the mask, while HD is more sensitive to the segmented boundary. HD is a distance measurement between the contour of the segmentation result and the contour of the ground truth label. Usually, HD95 is used instead, which is the 95th percentile of the maximum HD to eliminate the impact of a very small subset of the outliers. The unit of HD is pixel. The smaller the value is, the closer the segmentation result is to the ground truth and the better the segmentation effect, which is calculated as follows:

$$H(A,B) = \max (h(A,B),h(B,A))$$
(9)

where

$$h(A,B) = \mathop {\max }\limits_{a \in A} \left\{ {\mathop {\min }\limits_{b \in B} \left\| {a - \left. b \right\|} \right.} \right\}$$
(10)
$$h(B,A) = \mathop {\max }\limits_{b \in B} \left\{ {\mathop {\min }\limits_{a \in A} \left\| {b - \left. a \right\|} \right.} \right\}$$
(11)

Ablation study

We conducted ablation experiments using all the manually labeled data and 400 pseudo-labeled data. We further investigated the effect of using different methods for the dual-branch network: (1) using a traditional single-branch model (U-Net) and training only with manually labeled data; (2) Adaptive EMA, which encourages automatically adjusting the update weight of strong and weak branches; (3) using our ATST method for dual-branch strong–weak supervision training. The quantitative evaluation results were presented in Table 1. It can be observed that training the model using only manually labeled data with a single-branch network resulted in a lower accuracy. Additionally, the effect of using Adaptive EMA was better than without EMA. The results indicated that our proposed ATST dual-branch network fully utilized the pseudo-labeled data and achieved optimal results.

Table 1 Ablation study of our automatically transferring supervised targets methods, where " + " and "" meant with and without ATST operation

Segmentation of infected regions

Our proposed model was compared with 3 other state-of-the-art DL models: U-Net, UA-MT and the recently developed DAST. All four models were trained with a fixed number of manually annotated sample base cohorts together with pseudolabeled samples. For the U-Net model, we added the choice of training with the 200 base cohorts only. In contrast, the remaining 3 DL models all had dual branch structures. The models were naturally fed by two different kinds of training datasets and could not be trained with the base cohort only. We investigated the performance of these four methods under different pseudolabeled sample ratios: (1:0.5); (1:1); (1:2) and (1:3) together with the base cohort. Table 2 shows the comparison results on our internal (50 cases) set as well as the publicly available external (19 cases) benchmarks, measured in DSC and 95HD.

Table 2 Comparison results of the segmentation of infected regions on our internal (50 cases) and external (19 cases) benchmarks

The most fundamental method was trained by U-Net. It can be observed that the leading results were achieved with the 200 base cohorts only, and the more pseudolabeled samples added (randomly mixed), the more unsatisfied results were obtained. Simply adding relatively inaccurate samples to the training set would not lead to a satisfactory outcome. For the remaining dual branch models, pseudolabeled samples greatly assisted the original training cohort in reaching superior results compared with the U-Net baseline. It was observed that UA-MT and ATST achieved the best performance with a ratio of 1:2, and for DAST, it was 1:3. We believed the DAST had a selective mechanism to discard some poor training samples. Among the competitors, our proposed method achieved the best performance. The final results reflected 2.02% improvement on 50 benchmarks and 2.13% on 19 benchmarks measured in DSC compared with most up-to-date algorithms. Figure 3 provides a visualization of the segmentation results for the comparison methods. It was demonstrated that our proposed method ATST can achieve results that were closer to the manually labeled ground truth results than other algorithms.

Fig. 3
figure 3

Three scan slices were selected to demonstrate the difference of each competing method. a original CT; b ground truth (manually annotated); c U-Net labeled; d UA-MT labeled; e DAST labeled; f ATST labeled. Column 1, 2 and 3 were samples from internal dataset. Column 4 and 5 were samples from external dataset

Table 3 analyzed the number of parameters for each model and the time required for training and testing. During forward prediction, since each CT set contains a different number of slices, we calculated the time required for different models to predict a single slice in order to compare their time. According to the results, the parameter count of the dual-branch network structure is generally higher than that of the single-branch network, so its training time is longer. However, when we perform forward prediction on the dual-branch network, we only use the parameters of the strong branch. Under the same basic network, the time consumption is similar.

Table 3 Comparative results on parameters and time-consumption with other state-of-the-art methods.

Qualitative and quantitative analysis of infected regions

After automatic segmentation of the mask of the lung and the infected regions for each slice of the lung CT image, the model could sequentially calculate the volume of the lung and the infected regions, as well as the ratio of the infected regions in the total lung. Furthermore, quantitative analysis of the infected regions could be concluded accordingly. For example, the two main features of COVID-19, groundglassopacity(Hu[− 750,300])andconsolidationlesions(Hu[− 300,50]), could be visualized for evaluation inside the infection region by our model, as shown in Fig. 4.The qualitative and quantitative analysis of infected regions may help physicians with the diagnosis, prognosis and follow-up of patients.

Fig. 4
figure 4

a Original lung CT image; b effective region (or mask of lung); c infected region; d infected region classified by GGO (blue, Hu[− 750,300]) and consolidation (light red Hu[− 300,50])

Discussion & conclusions

With the rapid development of artificial intelligence technology, the expertise of professional radiologists, such as the segmentation of medical images, could be injected into deep learning models to generate a quantitative analysis report automatically [31, 32]. So far, the most challenging work in DL model training is the annotation of a large amount of fine-quality pixel-level images [4]. As for chest CT images, how to present an approach that autonomously identifies and selects the optimal target of infected regions for the purpose of enhancing learning remains a clinical problem.

In this study, we utilized the intrinsic Hu value of CT images to create pseudo-labels, which assisted the training of our segmentation models. Even though they were "dirty" samples, these cost-effective datasets greatly improved the result of the state-of-the-art segmentation algorithm by 13.54% from U-Net, which uses manually annotated samples only, as measured by DSC. Our method also achieved the best performance compared with other up-to-date dual branch structures.

However, this study had several limitations. In some cases, the segmentation models would identify healthy tissues together with valid infected regions. In addition, some ground-glass opacity infected regions that were barely noticed by human eyes seemed too tenuous to be captured by the segmentation model in this study. Therefore, the corresponding mask in such a scenario deviates from the ground truth. In addition, more pneumonia cases from different subtypes should be included to promote the accuracy of segmentation. For example, some atypical infection signs, such as pleural effusions, cannot be distinguished with our methods.

In conclusion, this study facilitates the qualitative and quantitative analysis of infected regions of the lung, which could be used as visual evidence to assist clinical physicians. In the future, doctors may carry out a quantitative analysis of the severity of pneumonia patients with this model only or combined with other clinical data, such as the blood oxygenation index. At the same time, they can compare the sequential CT scans of the same patient to estimate the progression of disease and provide reliable evidence for further treatment.

Availability of data and materials

All data included in this study are available from the corresponding author upon reasonable request.

References

  1. Xi F, Uwe K, Fatemeh H, Hanqing C, Jiajin Z, Subba RD, Chiara DA, Mannudeep KK, Pingkun Y. Association of AI quantified COVID-19 chest CT and patient outcome. Int J Comput Assist Radiol Surg. 2021;16(3):435–45. https://doi.org/10.1007/s11548-020-02299-5.

    Article  Google Scholar 

  2. Xiaofei H, Wenbing Z, Yuhan Z, Zhiming Z, Yalan Z, Lin C, Xianqi W, Haoran L, Shu Z, Zifeng W, Zeyu S, Xiuli L, Yang C, Ming X, Jian W, Wei C. CT imaging features of different clinical types of COVID-19 calculated by AI system: a Chinese multicenter study. J Thorac Dis. 2020;12(10):5336–46. https://doi.org/10.21037/jtd-20-1584.

    Article  Google Scholar 

  3. Liu R, Lei C, Liao X, Shi S, Li J, Hu D, Yao S, Wang Z, Fang J. Semi-quantitative analysis for the dynamic chest CT imaging features from onset to recovery in severe and critical COVID-19. Radiol Infect Dis. 2020;7(3):114–22. https://doi.org/10.1016/j.jrid.2020.07.003.

    Article  PubMed  PubMed Central  Google Scholar 

  4. Liu F, Zhang Q, Huang C, Shi C, Wang L, Shi N, Fang C, Shan F, Mei X, Shi J, Song F, Yang Z, Ding Z, Su X, Lu H, Zhu T, Zhang Z, Shi L, Shi Y. CT quantification of pneumonia lesions in early days predicts progression to severe illness in a cohort of COVID-19 patients. Theranostics. 2020;10(12):5613–22. https://doi.org/10.7150/thno.45985.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  5. Annoni AD, Conte E, Mancini ME, Gigante C, Agalbato C, Formenti A, Muscogiuri G, Mushtaq S, Guglielmo M, Baggiano A, Bonomi A, Pepi M, Pontone G, Andreini D. Quantitative evaluation of COVID-19 pneumonia lung extension by specific software and correlation with patient clinical outcome. Diagnostics. 2021;11(2):265. https://doi.org/10.3390/diagnostics11020265.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  6. Pellegrini M, Larina A, Mourtos E, Frithiof R, Lipcsey M, Hultström M, Segelsjö M, Hansen T, Perchiazzi G. A quantitative analysis of extension and distribution of lung injury in COVID-19: a prospective study based on chest computed tomography. Crit Care. 2021;25(1):276. https://doi.org/10.1186/s13054-021-03685-4.

    Article  PubMed  PubMed Central  Google Scholar 

  7. Herrmann P, Busana M, Cressoni M, Lotz J, Moerer O, Saager L, Meissner K, Quintel M, Gattinoni L. Using artificial intelligence for automatic segmentation of CT lung images in acute respiratory distress syndrome. Front Physiol. 2021;12:676118. https://doi.org/10.3389/fphys.2021.676118.

    Article  PubMed  PubMed Central  Google Scholar 

  8. Fan DP, Zhou T, Ji GP, Zhou Y, Chen G, Fu H, Shen J, Shao L. Inf-Net: automatic COVID-19 lung infection segmentation from CT images. IEEE Trans Med Imaging. 2020. https://doi.org/10.1109/TMI.2020.2996645.

    Article  PubMed  Google Scholar 

  9. Yan Q, Wang B, Gong D, Luo C, Zhao W, Jianhu S, Qinfeng S, Shuo J, Liang Z, Zheng Y. COVID-19 chest CT image segmentation—a deep convolutional neural network solution. 2020. arXiv:2004.10987

  10. Liu J, Dong B, Wang S, Cui H, Fan DP, Ma J, Chen G. COVID-19 lung infection segmentation with a novel two-stage cross-domain transfer learning framework. Med Image Anal. 2021;74:102205. https://doi.org/10.1016/j.media.2021.102205.

    Article  PubMed  PubMed Central  Google Scholar 

  11. Ronneberger O, Fischer P, Brox T. U-net: convolutional networks for biomedical image segmentation. In: MICCAI, pp. 234–241 (2015)

  12. Çiçek Ö, Abdulkadir A, Lienkamp SS, Brox T, Ronneberger O. 3D U-net: learning dense volumetric segmentation from sparse annotation. 2016. arXiv:1606.06650.

  13. Milletari F, Navab N, Ahmadi SA. V-Net: fully convolutional neural networks for volumetric medical image segmentation. 2016. arXiv:1606.04797v1

  14. Pio G, Mignone P, Magazzù G, Zampieri G, Ceci M, Angione C. Integrating genome-scale metabolic modelling and transfer learning for human gene regulatory network reconstruction. Bioinformatics. 2022;38(2):487–93. https://doi.org/10.1093/bioinformatics/btab647.

    Article  CAS  PubMed  Google Scholar 

  15. Freitas NR, Vieira PM, Cordeiro A, Tinoco C, Morais N, Torres J, Anacleto S, Laguna MP, Lima E, Lima CS. Detection of bladder cancer with feature fusion, transfer learning and CapsNets. Artif Intell Med. 2022;126:102275. https://doi.org/10.1016/j.artmed.2022.102275.

    Article  PubMed  Google Scholar 

  16. Hanczar B, Bourgeais V, Zehraoui F. Assessment of deep learning and transfer learning for cancer prediction based on gene expression data. BMC Bioinform. 2022;23(1):262. https://doi.org/10.1186/s12859-022-04807-7.

    Article  CAS  Google Scholar 

  17. Luo W, Yang M. Semi-supervised semantic segmentation via strong-weak dual-branch network. In: European conference on computer vision. Cham: Springer; 2020.

  18. Luo X, Hu M, Liao W, Zhai S, Song T, Wang G, Zhang S. Scribble-supervised medical image segmentation via dual-branch network and dynamically mixed pseudo labels supervision. 2022. arXiv:2203.02106v1

  19. Liu X, Yuan Q, Gao Y, He K, Wang S, Tang X, Tang J, Shen D. Weakly supervised segmentation of COVID19 infection with scribble annotation on CT images. Pattern Recognit. 2022;122:108341. https://doi.org/10.1016/j.patcog.2021.108341.

    Article  PubMed  Google Scholar 

  20. Yang S, Wang G, Sun H, Luo X, Sun P, Li K, Wang Q, Zhang S. Learning COVID-19 pneumonia lesion segmentation from imperfect annotations via divergence-aware selective training. IEEE J Biomed Health Inform. 2022;26(8):3673–84. https://doi.org/10.1109/JBHI.2022.3172978.

    Article  PubMed  Google Scholar 

  21. Tarvainen A, Valpola H. Mean-teachers are better role models: weight-averaged consistency targets improve semi-supervised deep learning results. Adv Neural Inf Process Syst. 2017;1195–1204.

  22. Laine Samuli, Aila Timo. Temporal ensembling for semi-supervised learning. 2016. arXiv:1610.02242

  23. The Street View House Numbers (SVHN) Dataset. http://ufldl.stanford.edu/housenumbers/

  24. ImageNet Large Scale Visual Recognition Challenge 2012 (ILSVRC2012). https://www.image-net.org/challenges/LSVRC/2012/

  25. Yu, L, Wang, S, Li, X, Fu, CW, Heng PA. Uncertainty-aware self-ensembling model for semi-supervised 3D left atrium segmentation. In: International conference on medical image computing and computer-assisted intervention, Springer; 2019. pp. 605–613.

  26. Ma J, Ge C, Wang Y, An X, Gao J, Yu Z, Zhang M, Liu X, Deng X, Cao S, Wei H, Mei S, Yang X, Nie Z, Li C, Tian L, Zhu Y, Zhu Q, Dong G, He J. COVID-19 CT lung and infection segmentation dataset. 2020. https://zenodo.org/record/3757476#.Y47DwvmuXn6

  27. Hofmanninger J, Prayer F, Pan J, Röhrich S, Prosch H, Langs G. Automatic lung segmentation in routine imaging is primarily a data diversity problem, not a methodology problem. Eur Radiol Exp. 2020. https://doi.org/10.1186/s41747-020-00173-2.

    Article  PubMed  PubMed Central  Google Scholar 

  28. Automated lung segmentation in CT under presence of severe pathologies. https://github.com/JoHof/lungmask

  29. Tang Z, Zhao W, Xie X, Zhong Z, Shi F, Liu J, Shen D. Severity assessment of coronavirus disease 2019 (COVID-19) using quantitative features from chest CT images. 2020. arXiv:2003.11988v1

  30. Berman M, Triki AR, Blaschko MB. The lovasz-softmax loss: a tractable surrogate for the optimization of the intersection-over-union measure in neural networks. In: IEEE/CVF Conference on computer vision and pattern recognition (CVPR). IEEE; 2018.

  31. Shiri I, Arabi H, Salimi Y, Sanaat A, Akhavanallaf A, Hajianfar G, Askari D, Moradi S, Mansouri Z, Pakbin M. COLI-Net: deep learning-assisted fully automated COVID-19 lung and infection pneumonia lesion detection and segmentation from chest computed tomography images. Int J Imaging Syst Technol. 2022;32(1):12–25. https://doi.org/10.1002/ima.22672.

    Article  PubMed  Google Scholar 

  32. Wu Q, Wang S, Li L, Wu Q, Qian W, Hu Y, Li L, Zhou X, Ma H, Li H, Wang M, Qiu X, Zha Y, Tian J. Radiomics analysis of computed tomography helps predict poor prognostic outcome in COVID-19. Theranostics. 2020;10(16):7231–44. https://doi.org/10.7150/thno.46428.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

Download references

Acknowledgements

We gratefully acknowledge the kind cooperation of Dr. Weibo Du and Xiaoli Liu in preparing this application note.

Funding

This study was supported by the National Key Research and Development Program of China (2020YFE0204300, 2019YFC0840600 & 2019YFC0840609), and the Fundamental Research Funds for the Central Universities (Grant No. 2022ZFJH003).

Author information

Authors and Affiliations

Authors

Contributions

WBD, WW, PD and XFN initiated the paper and provided guidance on the concept. XKL and XFN developed the network architecture and data/modeling infrastructure, training, testing setup, and statistical analysis. WW, XKL and PD wrote the manuscript. WW provided clinical expertise and guidance on the study design. CQY, YKZ, CH, SZL, WBD and XLL created the datasets, interpreted the data, and defined the clinical labels. WW and WBD supervised the project.

Corresponding authors

Correspondence to Weibo Du or Wei Wu.

Ethics declarations

Ethics approval and consent to participate

The study was approved by the ethics committee of the First Affiliated Hospital, School of Medicine, Zhejiang University, and all research was performed in accordance with relevant guidelines and regulations. All participants and/or their legal guardians signed the informed consent form prior to commencing the study.

Consent for publication

Not applicable.

Competing interests

Peng Du was employed by Hangzhou AiSmartIoT Co., Ltd. And Hangzhou AiSmartIoT Co., Ltd. provided the training environment and conducted experimental training. Other authors declare that they have no competing interests.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Du, P., Niu, X., Li, X. et al. Automatically transferring supervised targets method for segmenting lung lesion regions with CT imaging. BMC Bioinformatics 24, 332 (2023). https://doi.org/10.1186/s12859-023-05435-5

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12859-023-05435-5

Keywords