Abstract

Objective. Deep vein thrombosis (DVT) is the third-largest cardiovascular disease, and accurate segmentation of venous thrombus from the black-blood magnetic resonance (MR) images can provide additional information for personalized DVT treatment planning. Therefore, a deep learning network is proposed to automatically segment venous thrombus with high accuracy and reliability. Methods. In order to train, test, and external test the developed network, total images of 110 subjects are obtained from three different centers with two different black-blood MR techniques (i.e., DANTE-SPACE and DANTE-FLASH). Two experienced radiologists manually contoured each venous thrombus, followed by reediting, to create the ground truth. 5-fold cross-validation strategy is applied for training and testing. The segmentation performance is measured on pixel and vessel segment levels. For the pixel level, the dice similarity coefficient (DSC), average Hausdorff distance (AHD), and absolute volume difference (AVD) of segmented thrombus are calculated. For the vessel segment level, the sensitivity (SE), specificity (SP), accuracy (ACC), and positive and negative predictive values (PPV and NPV) are used. Results. The proposed network generates segmentation results in good agreement with the ground truth. Based on the pixel level, the proposed network achieves excellent results on testing and the other two external testing sets, DSC are 0.76, 0.76, and 0.73, AHD (mm) are 4.11, 6.45, and 6.49, and AVD are 0.16, 0.18, and 0.22. On the vessel segment level, SE are 0.95, 0.93, and 0.81, SP are 0.97, 0.92, and 0.97, ACC are 0.96, 0.94, and 0.95, PPV are 0.97, 0.82, and 0.96, and NPV are 0.97, 0.96, and 0.94. Conclusions. The proposed deep learning network is effective and stable for fully automatic segmentation of venous thrombus on black blood MR images.

1. Introduction

Deep vein thrombosis (DVT) is now the third-largest cardiovascular disease after cerebral vascular and coronary artery disease, it occurs mainly in the lower extremities, and with the acceleration of population aging, the incidence rate of DVT is increasing year by year [1]. Failure to accurately diagnose DVT can lead to severe complications, such as postthrombotic syndrome, pulmonary embolism, lower extremity venous ulcer, and chronic pulmonary hypertension [2].

Recently, an MR black-blood thrombus imaging (BTI) technique was developed to diagnose DVT [3]. The technique uses a black-blood preparation to suppress the venous blood flow signals and thus make the thrombus be directly visualized within the black-blood venous lumen. Some studies have demonstrated that BTI is reliable and accurate for diagnosing DVT without the use of contrast agents [4, 5]. Accurate quantification of thrombus characteristics, such as thrombus distribution, signal intensities, volume, and shape, can provide additional information for personalized DVT treatment planning [6, 7]. However, the key step to quantify these thrombus characteristics is to segment the thrombus from BTI images, which remains a challenging task at present.

The challenges of segmenting the thrombus from BTI images are due to the following reasons. Firstly, a complete BTI scan for a DVT patient can obtain hundreds of images, which makes manually contouring the thrombus from such a lot of images a tremendously difficult task. Secondly, the thrombus characteristics on BTI images hinder the performance of automatic segmentation approaches that can be directly employed on this task. These characteristics include (1) thrombus signal intensities vary in different patients and even in the same patient (Figure 1(a)), leading to difficulty in segmenting thrombus accurately; (2) thrombus locations are in a large area and random in a patient (Figure 1(b)), the unfixed thrombus locations make the segmentation work more difficult; (3) other tissues may have the very similar signal intensity and shape with the thrombus (Figures 1(c) and 1(d)), leading to the high possibility that other tissues can be misidentified as the thrombus.

In recent years, deep learning network has demonstrated enormous potential in the field of medical image segmentation [810]. Some automatic segmentation methods have been applied to aortic thrombus segmentation on postoperative computerized tomography angiography images [11, 12]. However, to the best of our knowledge, there are not any reports about automatic segmentation of venous thrombus on black blood MR images. Therefore, we develop a fully automatic method of venous thrombus segmentation based on deep learning network and BTI images, aiming to reduce the burden of clinicians and improve the efficiency and accuracy of DVT personalized treatment planning. The main contributions of this work are (1) three-dimensional (3D) U-shape segmentation model is incorporated into generative adversarial network (GAN) architecture for achieving accurate thrombus segmentation, especially to distinguish the tissues which may be misidentified as thrombus; (2) this work is the first attempt for the thrombus segmentation from BTI images, which can assist in making a personalized and accurate treatment plan for DVT patients; (3) the developed network has been extensively compared with state-of-the-art alternatives on the testing and other two external testing sets, which demonstrates that our proposed network achieves high accuracy and stability on the thrombus segmentation comprehensively.

2. Materials and Methods

2.1. Data Collection

Total images of 110 subjects are obtained from three different centers using two different BTI techniques. One of the BTI techniques is DANTE-SPACE which uses delay alternating with nutation for tailored excitation (DANTE) for black-blood preparation and a 3D variable flip angle fast spin echo sequence (SPACE) for readout [13]. The other is DNATE-FLASH which also uses DANTE for black-blood preparation but a fast low-angle shot sequence (FLASH) for readout [14]. 85 subjects used for network training and testing are obtained from one center using DANTE-SPACE on 1.5 T MR scanners (SIEMENS Avanto, Healthcare, Erlang, Germany). 15 and 10 subjects used for external testing are obtained from other two centers using DANTE-SPACE on a 3.0 T (SIEMENS Trio, Erlang, Germany) and DANTE-FLASH on a 3.0 T (SIEMENS Skyra, Erlang, Germany) MR scanners, respectively. In order to cover the whole lower extremities, two- or three-station scans are performed using a 6-channel body coil, an 8-channel external vascular coil, and a corresponding integrated spine coil. Scan parameters are shown in Table 1. After the scans are completed, the images are then composited into a large volumetric dataset using postprocessing software (SIEMENS Syngo, Germany). The volumetric dataset covering the whole lower extremities is finally used for thrombus segmentation.

2.2. Data Preprocessing

The ground truth of thrombus lesions is manually contoured with the consensus between two experienced radiologists on the BTI images. To enable our proposed network to learn venous thrombus features properly, all patients are resampled to the median voxel spacing of their respective dataset, where third-order spline interpolation is used for image data and nearest-neighbor interpolation for the corresponding ground truth. Then, the -score normalization is applied to guarantee that the grey values of the same tissue among different MR images are close to each other [15]. Input images are cropped with a sliding window approach, in which the window size equals the patch size (, ) used during network training, and adjacent images overlap by half of the size of a patch. Random rotations, random scaling, and elastic deformations are applied to increase the dataset size to avoid overfitting.

2.3. Deep Learning Network Architecture

The deep learning network based on generative adversarial network (GAN) is proposed for automatic venous thrombus segmentation (as shown in Figure 2). The three-dimensional (3D) U-shape segmentation model is trained as the generator, and the 3D discriminator jointly supervises the segmentation performance in the proposed network. This strategy forces the network to train a more powerful generator to avoid segmentation errors. The proposed segmentation network is implemented by a 3D end-to-end patch-based GAN model (image patch size, ), which takes the lower extremity black blood MR images as input and outputs equal-sized venous thrombus segmentation. Firstly, in the generator stage, the architecture of 3D U-shape generator contains encoding and decoding phases. The encoding phase with downconvolution blocks is used to extract the feature information of venous thrombus, and the decoding phase with upconvolution blocks is adopted to reconstruct the feature maps to probability maps. All the down- and upconvolution blocks contain convolution, instance normalization, and Leaky ReLu layer. Furthermore, the last three upconvolution blocks contain convolution and softmax layer additionally. Between each downconvolution block and corresponding upconvolution block, skip connection layers are applied for feature fusion of high- and low-resolution feature maps. Also, the combination of cross-entropy loss and soft dice loss is adopted as the loss function in the generator. Secondly, in the discriminator stage, the 3D discriminator is used to judge the authenticity of generated segmentation results against the reference manual ground truth, which contains three convolution layers and uses Leaky ReLu as the activation function. The generator and discriminator networks are optimized one after the other in a zero-sum game framework. The generator’s training objective is to increase the judgment error of the discriminator by producing novel segmented venous thrombus that is indistinguishable from the ground truth. The discriminator’s training objective is to decrease the judgment error of the discriminator network and enhance the ability of differentiating the real from the fake. Adversarial loss is applied in both networks so that the generator produces more realistic segmentation, while the discriminator becomes more skilled at flagging segmented venous thrombus against ground truth. Finally, the refined patch of the generator will be restored to the original size according to the patch location and voxel spacing.

2.4. Loss Function

The total objective function () in the developed network is the summation of the losses from generator and discriminator as where , , and are weights, , , and are cross-entropy loss, soft dice loss, and GAN loss, respectively. They are defined as where denotes the predicted probability of the th pixel, is the corresponding ground truth, and is the number of pixels. is the mean square error (MSE); and , respectively, represent the parameters for the generator and discriminator in GAN. The is used to describe the distance of probability distributions between segmented venous thrombus and ground truth. Employing can segment high intensity and large area thrombus clearly [16]. is used here to solve the data imbalanced exists in the whole lower extremity MR images because the size of some venous thrombus is much smaller than background [17]. Due to the similar intensity and shape between thrombus and other tissue, is used to identify thrombus areas strictly, and it learns the mapping from the input black blood MR images to ground truth [18].

2.5. Network Training and Testing

This work is performed using Pytorch on a workstation equipped with an NVIDIA TITAN V 12G GPU. During the network training and testing, 85 subjects obtained by DANTE-SPACE from the 1.5 T MR scanner are randomly divided into five groups for 5-fold cross-validation strategy. For each cross-validation, four groups of patients are used as training sets, and the remaining group is a testing set. 15 and 10 subjects obtained from the other two centers are used for external testing. During training, the parameters are set as follows: basic learning rate, ; batch size, 2; and Adam is performed as optimization. After adequate training on the network, testing sets are used to test the network’s performance.

2.6. Evaluation Metrics

Metrics based on pixel and vessel segment level are adopted to evaluate the difference between segmentation results and ground truth. The pixel level evaluation metrics, including dice similarity coefficient (DSC), absolute volume difference (AVD), and average Hausdorff distance (AHD), are given by where TP denotes the true positive, FP denotes false positive, FN denotes false negative, P denotes prediction, GT denotes ground truth, and are two points in P and GT, and denotes Hausdorff distance.

The deep veins of one leg can be divided into 13 vessel segments, including inferior vena cava, common iliac vein, internal iliac vein, external iliac vein, common femoral vein, deep femoral vein, superficial femoral vein, popliteal vein, anterior tibial vein, posterior tibial vein, fibular vein, great saphenous vein, and small saphenous vein [19]. As correctly identifying which vessel segment occurs thrombosis is important for treatment-decision making [20]. The evaluation metrics based on vessel segment level include sensitivity (SE), specificity (SP), accuracy (ACC), positive predictive value (PPV), and negative predictive value (NPV). These metrics can be calculated according to Equations (8)–(12), respectively. where TP, FP, TN, and FN are true positive, false positive, true negative, and false negative based on the vessel segment level.

2.7. Ablation Experiment and Parameter Sensitivity Analysis

In this work, we select and combine , , and in our proposed network, and then, we did an ablation experiment to employ different loss function in the network (seen as below Table 2). Results in the table demonstrate that the loss functions combination is capable of improving the performance of segmentation.

After the loss function ablation experiment, we did a more detailed parameter sensitivity analysis. We defined , , , and are weights; these are empirically set to 0.4, 0.6, and 1.0 based on the observation on the validation set. We have done multiple experiments on the adjustment of these weights and show some representative parameter results here (see Table 3). As the discriminative strategy is essential in the proposed network, we first select the correct value for the GAN loss; secondly, we keep and values unchanged, and adjust the appropriate value; finally, we choose the most suitable value to get the best segmentation performance.

3. Results

The proposed deep learning network is compared with several existing medical image segmentation models, i.e., 3D U-Net [21], V-Net [22], 3D nnU-Net, and Cascade nnU-Net [23]. Since 3D deep learning networks have demonstrated their superiority on volumetric medical image segmentation task [24, 25], the developed network is only compared with these state-of-the-art 3D deep learning-based models.

3.1. Internal Test

The quantitative performances based on pixel level of automatic venous thrombus segmentation are summarized in Table 4. All numbers in the table referred to the values of 5-fold cross-validation experiments. Compared with other models, our network provides the best values of DSC (), AHD (), and AVD ().

Table 5 demonstrates the results of quantitative results based on the vessel segment level. Our network outperforms other models in terms of SE (), SP (), ACC (), PPV (), and NPV ().

Representative segmentation results are shown in Figure 3. The segmentation results of 3D U-Net can only segment the rough outline of the thrombus and has some segmentation errors on misidentifying other tissue as thrombus and discontinuity segmentation of the thrombus (Figure 3(b)). V-Net performs better than 3D U-Net in eliminating discontinuity (Figure 3(c), blue box) of the result but still misidentifies some tissues as thrombus (Figure 3(c), yellow box). 3D nnU-Net gets much better results than 3D U-Net and V-Net (Figure 3(d)); it achieves excellent scores in DSC, AHD, and AVD. However, 3D nnU-Net also misidentifies iliac and muscle tissues as thrombus (Figure 3(d)). Cascade nnU-Net cascades a low-resolution network and a high-resolution network, but the misidentification problem remains unsolved (Figure 3(e)). Compared to 3D U-Net, V-Net, 3D nnU-Net, and Cascade nnU-Net, our developed network can reduce the segmentation errors and match with the ground truth well (Figure 3(f)).

3.2. External Test

For the external test set obtained by DANTE-SPACE on the 3.0 T MR scanner, the segmentation results are shown in Tables 6 and 7. Our proposed network achieves the best results on the venous thrombus segmentation in terms of DSC, AHD, and AVD based on the pixel level, as well as SE, SP, ACC, PPV, and NPV based on the vessel segment level. Representative segmentation results from a patient are shown in Figure 4. Other models may have incomplete segmentation of the thrombus area (Figure 4, blue box) and misidentify the muscle area as thrombus (Figure 4, yellow box); the proposed network has avoided the above errors. The last row of whole lower extremity venous thrombus MIP images shows that the segmentation result of the proposed network can also avoid misidentification errors on 3.0 T DANTE-SPACE images.

For the other external test set obtained by DANT-FLASH on the 3.0 T MR scanner, the segmentation results are shown in Tables 8 and 9. Results suggest that our network remains to achieve the best thrombus segmentation performance compared with other models. Representative segmentation results from a patient are shown in Figure 5. The proposed network has avoided some segmentation problems, such as incomplete segmentation of low-intensity thrombus area (Figure 5, blue box) and segment the popliteal bone area into thrombus (Figure 5, yellow box) in other models. The venous thrombus coronal and MIP segmentation results demonstrate that the proposed network can also match with the ground truth well on the DANTE-FLASH images.

4. Discussion

A deep learning network is proposed for automatic venous thrombus segmentation from BTI images with high accuracy and reliability. This network is tested and externally tested by subjects from three different centers and compared with 3D U-Net, V-Net, 3D nnU-Net, and Cascade nnU-Net models. Extensive experimental results based on the pixel level, vessel segment level, and venous thrombus segmentation figures demonstrate that the proposed network achieves superior segmentation performance to state-of-the-art models, indicating the great potential of assisting the DVT diagnosis in clinics.

Deep learning-based medical image segmentation models have achieved unprecedented segmentation performance [26]. However, due to the difficulties described in Figure 1, current deep learning models cannot be directly used for segmenting thrombus from BTI images. These difficulties lead to the most common segmentation error: the tissue with similar thrombus signal intensities and shapes is easily misidentified as thrombus (Figure 3). To address this issue, the proposed network uses 3D segmentation model as the generator and jointly adopts 3D discriminator to supervise generator’s performance and enhance the capability of accurate thrombus segmentation, especially to distinguish the thrombus from other similar tissues. Experiment results demonstrated this strategy could reduce the segmentation errors from the abdomen and bone, making the segmentation results closer to the ground truth. Moreover, this proposed network also outperforms other models on the external testing sets in terms of reducing misidentification errors (Figures 4 and 5).

To evaluate the robustness of a neural network, an external test set is necessary [27]. In this work, two kinds of external subjects are tested between different models. One kind of external subject is acquired by DANTE-SPACE on 3.0 T MR scanner, and the other one is acquired by DANTE-FLASH on another 3.0 T MR scanner (Table 1). As the sequences and scanners used for acquiring these external subjects are quite different from those for acquiring training and testing, the image properties (i.e., signal-to-noise ratio and contrast-to-noise ratio) could also be different and may lead to poor segmentation performance on external subjects. Nevertheless, external testing results demonstrate that our proposed network still has the best segmentation performance compared with other models (Table 69). The excellent generalization ability of the proposed network due to the following two reasons. Firstly, this network uses the similar segmentation structure of nnU-Net as the generator, and nnU-Net has already proved the generalization ability on dozens of public medical datasets. Moreover, this proposed network uses a discriminator strategy forces model to train a more powerful generator than normal nnU-Net on generalization performance. Secondly, although the image properties of the training and the external testing sets are different, they all belonged to BTI images on which the venous blood is black, and the thrombus is located within the black-blood veins. This is an important prerequisite for excellent generalization performance.

The success of the thrombus segmentation from BTI images can be beneficial to clinical practices. Personalized treatment of DVT patients depends on an accurate diagnosis of the thrombus locations, especially the thrombus signal characteristics. Previous studies demonstrated that the thrombus shape and signal intensity can be used to identify the recurrent DVT, the DVT stage, and the prognosis of DVT treatments [28]. As the thrombus could be automatically segmented from BTI images, quantitative analysis of the thrombus characteristics becomes an easy task.

There are also two limitations in this work. Firstly, the training DVT subjects are still insufficient, and more data should be collected to construct a more robust model. Secondly, because of constraints by long training time, we were not able to perform model embedding experiments to improve the venous segmentation performance [29]. However, as a pilot experiment, the developed network has shown promising results despite all the limitations and will provide insights into future studies.

5. Conclusions

A novel deep learning network based on GAN is developed for accurate and automatic thrombus segmentation from BTI images. Experiment results demonstrated that the developed network is more accurate and stable compared with other state-of-the-art models. It has the potential to be an automatic method to assist the diagnosis of DVT in clinics.

Data Availability

The black blood MR data used to support the findings of this study are currently under embargo while the research findings are commercialized. Requests for data, 6 months after publication of this article, will be considered by the corresponding author.

Disclosure

Chuanqi Sun and Xiangyu Xiong are co-first authors.

Conflicts of Interest

The authors declare that they have no conflicts of interest.

Authors’ Contributions

Chuanqi Sun and Xiangyu Xiong share equal contribution.

Acknowledgments

The study was funded by the National Natural Science Foundation of China (nos. 81971607 and 81729003) and the Science and Technology Program of Guangzhou (no. 202102080566).