Next Article in Journal
Target Location Method Based on Compressed Sensing in Hidden Semi Markov Model
Next Article in Special Issue
Accurate ECG Classification Based on Spiking Neural Network and Attentional Mechanism for Real-Time Implementation on Personal Portable Devices
Previous Article in Journal
Multi-Site and Multi-Scale Unbalanced Ship Detection Based on CenterNet
Previous Article in Special Issue
Unsupervised Object Segmentation Based on Bi-Partitioning Image Model Integrated with Classification
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Segmentation of Echocardiography Based on Deep Learning Model

1
Center for Biomedical Engineering, School of Information Science and Technology, Fudan University, Shanghai 200438, China
2
Department of Echocardiography, Zhongshan Hospital, Fudan University, Shanghai 200032, China
3
Shanghai Institute of Cardiovascular Disease, Fudan University, Shanghai 200032, China
4
Academy for Engineering and Technology, Fudan University, Shanghai 200433, China
5
The Key Laboratory of Medical Imaging Computing and Computer Assisted Intervention (MICCAI) of Shanghai, Shanghai 200032, China
6
Yiwu Research Institute, Fudan University, Yiwu 322000, China
7
Research Center of Assistive Devices, Shanghai 200093, China
*
Authors to whom correspondence should be addressed.
Electronics 2022, 11(11), 1714; https://doi.org/10.3390/electronics11111714
Submission received: 5 May 2022 / Revised: 21 May 2022 / Accepted: 24 May 2022 / Published: 27 May 2022

Abstract

:
In order to achieve the classification of mitral regurgitation, a deep learning network VDS-UNET was designed to automatically segment the critical regions of echocardiography with three sections of apical two-chamber, apical three-chamber, and apical four-chamber. First, an expert-labeled dataset of 153 echocardiographic videos and 2183 images from 49 subjects was constructed. Then, the convolution layer in the VGG16 network was used to replace the contraction path in the original UNet network to extract image features, and depth supervision was added to the expansion path to achieve the segmentation of LA, LV, and MV. The results showed that the Dice coefficients of LA, LV, and MV were 0.935, 0.915, and 0.757, respectively. The proposed deep learning network can achieve simultaneous and accurate segmentation of LA, LV, and MV in multi-section echocardiography, laying a foundation for quantitative measurement of clinical parameters related to mitral regurgitation.

1. Introduction

Valvular heart disease is one of the causes of heart failure and has a high mortality rate. Mitral regurgitation (MR) is the most common type of heart valve disease [1]. Severe MR can cause various of complications, including heart failure, atrial fibrillation, infective endocarditis, pulmonary hypertension, and even sudden death [2]. The mechanism of MR can be broadly divided into degenerative MR and functional MR, which is mostly characterized by mitral valve (MV) prolapse/flail, leaflet redundancy/thickening, and chordal dysfunction [3]. Ventricular functional mitral regurgitation (vFMR) is commonly attributed to local or global left ventricular (LV) dysfunction and remodeling without structural MV abnormalities [4]. Recently, atrial functional mitral regurgitation (aFMR) has been increasingly recognized and is characterized by severe mitral annular dilatation, insufficient leaflet remodeling and decreased annular contractility in patients with long-standing atrial fibrillation (AF) [5]. Clinically, different treatment methods are adopted for different types of MR [6,7].
Echocardiography is currently the most important imaging method for the diagnosis and assessment of MR and has been widely used to determine etiology, qualitative, and quantitative MR severity, and cardiac hemodynamic changes [3,8,9]. According to the expert consensus of the American College of Cardiology on mitral regurgitation management, which was updated in 2020 [10], and the collection and analysis process of MR echocardiography listed in the American Echocardiography Guidelines [3], echocardiography analysis has high professional requirements for cardiologists and the quality of the analysis strongly depends on professional experience. Inexperience in the diagnosis and quantitative analysis of valvular disease may lead to inaccurate measurements, overestimation, or underestimation of valvular disease, which may delay the diagnosis and treatment of MR patients. Therefore, a unified standard, intelligent, and efficient auxiliary decision-making system is required in clinical practice to improve the accuracy and efficiency of MR diagnosis. The first step to achieve this goal is to segment the MV, atrium, and ventricle so that the required clinical parameters can be automatically and quantitatively measured.
Several studies have segmented the LV and left atrium (LA) using echocardiography. For example, Refs. [11,12,13,14,15] separated the LV at the end-diastolic and end-systolic stages to calculate the LV volume and ejection fraction. Currently, research on MV segmentation based on echocardiography is still in development. Sultanl et al. [16] proposed a method of locating the anterior MV region in m-mode ultrasound and transferring it back to conventional b-mode ultrasound images using a local active contour model to segment the anterior MV, with a Dice coefficient of 0.63. Costa et al. [17] used the UNet structure to segment the anterior and posterior MVs of the parasternal long-axis and apical four-chamber sections in patients with rheumatic heart disease, and the Dice coefficients were 0.742 and 0.795, respectively. Corinzia et al. [18] proposed a new automatic unsupervised segmentation method to achieve MV segmentation in the four-chamber section of the apex of the heart, with a Dice coefficient of 0.495.
Most existing work only achieves segmentation of one of the MVs, atria, or ventricles, which cannot meet the needs of MR typing. For example, the diagnosis of MV prolapse and non-ischemic cardiomyopathy requires both atrial and ventricular information. This study proposes a deep learning segmentation method combining UNet and the VGG16 network to achieve simultaneous segmentation of the LA, LV, and MV in echocardiography based on three different sections (apical two-chamber, apical three-chamber, and apical four-chamber).

2. Methods

2.1. Dataset

The dataset used in this study is from the Department of Cardiology, Zhongshan Hospital affiliated with Fudan University, and included 49 subjects. There were 20 cases of MV with normal function, 19 of MV prolapse, 8 of non-ischemic cardiomyopathy, and 2 of atrial dysfunction. A total of 153 video clips, each lasting for 2 s, containing one or more complete cardiac cycles, were used in this study. In this study, 10–20 frames of images were randomly selected from each video, and a total of 2183 images were selected, as shown in Table 1. The quality score of the images met the quality level of 3 or above, as described in [19], that is, the boundaries of three or four chambers are visible or clear. LabelMe software was used by professionals to label the atrial, ventricular, and MV regions. Different sections and their labelling examples are presented in Figure 1.
The study was approved by the Regional Committee for Medical and Health Research Ethics and was conducted in compliance with the ethical principles of the Declaration of Helsinki.

2.2. Model Construction

2.2.1. Overall Architecture of the Model

In this study, an end-to-end multi-category semantic segmentation network for echocardiography was constructed to achieve accurate segmentation of the LA, LV, and MV based on different heart sections. The UNet structure [20] was selected as the backbone of the network model, and the model was modified accordingly.
The network model constructed in this manuscript can simultaneously achieve segmentation of three parts (LA, LV, and MV) from the input of three different perspectives (apical two-chamber, three-chamber, and four-chamber), and the specific locations of the segmentation targets on the perspectives were different from each other. For the segmentation targets, the size of the MV was significantly smaller than those of the LA and LV, and the range of activity of the MV was larger. To locate the specific positions of the LA, LV, and MV, the model needs high semantic information to provide the basis for category recognition. Accordingly, the contraction path of the UNet structure, namely the encoder part, was replaced by the convolution part of VGG16 so that the network could extract semantic information of lower resolution. In addition, because of the continuous movement of the targets in the process of cardiac contraction and diastolic recording during echocardiography, their edges in the input image frame were not clear, and the detailed information was worse after network down-sampling, which required feature fusion of different scales to supplement high-resolution information. To solve this problem, the hop layer connection in the UNet structure was used to supplement the information, and a deep supervision mechanism was designed. Labels were used to constrain the middle layer of the network to help better learn relevant information, and the multi-scale feature fusion of the network side was taken as the final output.
The network architecture of the manuscript, shown in Figure 2, consists of three parts:
  • The contraction path used the VGG16 network for image feature extraction;
  • The expanded path restored the image by layer hopping and transpose convolution;
  • The deep supervision mechanism supplemented multi-scale information.

2.2.2. Contraction Path

A contraction path was used to extract the image features. The convolutional part of VGG16 was used as the contraction path of the model. A convolution module was added compared with the original UNet network. Each down-sampling process doubles the number of channels and reduces the size of the corresponding feature image by half, enabling the network to extract features with a lower resolution. The preliminary features extracted from the contraction path were used as input for subsequent segmentation tasks.

2.2.3. Expansion Path

The expansion path was used for image restoration, and the up-sampling process was performed by transposition convolution. The image features of the corresponding height contraction path were fused through the skip connection, and then the 3 × 3 fillless convolution and ReLU activation function were used twice to provide finer features for segmentation, such as gradients. Each up-sampling process magnified the image twice and halved the number of channels.

2.2.4. Deep Supervision Structure

The deep supervision architecture was used to constrain the middle layer of the network and make full use of all the resolution information in the network to obtain multiscale feature fusion. For the output of each height of the extended path, a 1 × 1 convolution was added once to map each feature vector to the desired number of categories. After the results at each height were spliced in the image channel, a 1 × 1 convolution was carried out for feature fusion so that all the resolution information in the network can be trained fully and convergence can be accelerated. Finally, the segmentation results of the network prediction were obtained.

2.3. Loss Function

To achieve segmentation of the MV, LA, and LV simultaneously, it is necessary to predict not only whether the pixel belongs to the segmentation target but also the classification of pixels (LA, LV, or MV).
Therefore, the network outputs three channel images simultaneously, and each channel image represents the prediction result that the input image belongs to a specific category. X i is defined as the predictive image output by the network; y i is the real label of the segmentation target; and i = 1, 2, and 3 correspond to the LA, LV, and MV, respectively. A weighted multi-classification cross-entropy function was designed as a loss function in this manuscript. First, the softmax function was used to calculate the network output image X i and obtain the probability distribution of X i for category prediction y ^ i , as shown in Equation (1). The cross-entropy H of the target distribution and prediction distribution is shown in Equation (2). Because the classification of the true label y i of the segmentation target is known, X i must only belong to y i , and the probability of belonging to y j (ji) is 0. The real label y i is re-coded into one-hot form, and the cross-entropy H only needs to calculate the value corresponding to the prediction image and the real label category. Then, the category loss l X i is obtained as illustrated in Equation (3):
y ^ i = e X i j = 1 n e X j ,
H = i = 1 n y i × ln y ^ i ,
l X i = i = 1 n y i × ln y ^ i = i = 1 n y i × ln e X i j = 1 n e X j = ln e X i j = 1 n e X j = X i + ln j = 1 n e X j
Considering that the MV region is far smaller than the LA and LV, and the position changes are greater, a larger weight value was taken for the MV than the LA and LV. Thus, the network model pays more attention to the MV position, as shown in Equation (4):
weight ω A , ω V , ω M = 1 , 1 , 4 ,
where ω A , ω V , ω M are the weight values of the LA, LV, and MV loss, respectively.
The final loss was set as the weighted sum of each loss category, as shown in Equation (5):
l o s s =   weight ω A × l X 1 + weight ω V × l X 2 + w e i g h t ω M × l X 3 = l X 1 + l X 2 + 4 l X 3

3. Results

3.1. Details of Train

The training process lasted for 200 epochs. The learning rate adjustment utilized the ReduceLROnPlateau strategy. It was initiated with value of 10−3, and decreased when the loss did not fall within 10 epochs. In Figure 3, the training loss drops very quickly and steadily, and eventually settles around 10−3. Furthermore, the RMSProp optimizer was integrated to update the network weights.

3.2. Segmentation Results

In Figure 4, the red contour is marked by professionals, and the green contour is the result of network segmentation. It can be observed that the LA can be segmented well in all three sections of echocardiography. However, the segmentations of the LV and MV are not as good as LA because the presence of the valve cord and papillary muscle causes the differences of the pixel gray values of the LV and MV and the aorta interferes with segmentation of the LV in the apical three-chamber view.

3.3. Result Evaluation

In this study, pixel accuracy (PA), category pixel accuracy (CPA), intersection over union (IoU), and Dice coefficients, as shown in Equations (6)–(9), are adopted to evaluate the segmentation results:
P A = T P + T N T P + T N + F P + F N ,
C P A = T P T P + F P ,
I o U = T P T P + F P + F N ,
D i c e = 2 T P 2 T P + F P + F N
where TP and TN are true and true negative pixels, respectively, and FP and FN are the false and false negative pixels, respectively. The segmentation results are shown in Table 2.

4. Discussion

4.1. Comparison and Analysis

Table 3 compares the segmentation results of the proposed method with those of other studies.
The segmentation in previous research was only conducted for a single object such as LA [14,15,21], LV [11,12,13], or MV [16,17,18]. In the cases of LV [11,12,13], it was segmented at a specific moment of cardiac cycle (ED/ES). In [17], UNET was used to segment a single object (MV) in two different views (PLAX, and A4C). The network proposed in [17] can provide more low-resolution information and high-resolution information of different scales to improve the MV segmentation results. In [12,14], ResNet50 or ResNet34 was used as the encoder of UNet to segment LA or LV without considering the size difference or position difference between MV, LA, and LV. Dice loss was used in the loss function.
In this proposed manuscript, a multi-category cross entropy loss function with weighted value was designed to give consideration to the segmentation effect of LA and LV as much as possible, and pay more attention to the MV position with a small target and wide variation range. The network model constructed can simultaneously segment three objects (LA, LV, and MV) of the echocardiographic three-section view (apical two-chamber, three-chamber, and four-chamber), and the input included images taken at any time in the cardiac cycle through feature fusion of information with different resolution scales. The segmentation Dice coefficients of the LV and LA were at the mean values, and the segmentation effect of the MV was better than that of other reported results. In addition, the network is valid in MV and MR.

4.2. Effectiveness of Model Construction

The network model proposed in this manuscript consists of three parts: the convolutional layer of VGG16 was used as the network contraction path, transposed convolution and skip connection were used as the network expansion path, and deep supervision architecture was used for multi-scale feature fusion. To prove the effectiveness of the proposed network structure, ablation experiments on all parts were performed. The hyperparameters in the training process of the network are consistent, and the results are presented in Table 4.
After the contraction path of the original UNet model was replaced by VGG16(UNet(VGG16)), although the network extracted more low-resolution features, but the segmentation results were not improved, the Dice coefficients of the LV and MV decreased by 0.004 and 0.01, respectively. After the original UNet model was enhanced with the supervision framework(UNet(ds)), the low-resolution and high-resolution features were better integrated; however, the semantic information extracted from the contraction path was reduced, and the segmentation effect for the MV with a smaller target and larger dynamic range was reduced. After applying both modifications to UNet (VDS-UNet) above, the Dice coefficients of the LA, LV, and MV were improved by 1.96%, 0.22%, and 2.72%, respectively, compared with the original UNet network.

5. Conclusions

In this manuscript, a deep learning segmentation method based on the combination of UNet and the VGG16 network is proposed to achieve simultaneous segmentation of the targets as LA, LV, and MV for apical two-chamber, three-chamber, and four-chamber echocardiography. The method was applied to segment targets from 2183 images extracted from 153 echocardiographic videos of 49 patients, with Dice coefficients of 0.935, 0.915, and 0.757, respectively. The method proposed in this manuscript can be used to quantitatively measure the relevant parameters of the LA, LV, and MV and lay a foundation for MR classification and grading.

Author Contributions

Conceptualization, X.W. and C.P.; Data curation, H.H., Z.G., J.W., C.H., and N.L.; Funding acquisition, X.W. and C.P.; Methodology, H.H. and H.W.; Project administration, X.W.; Resources, Z.G. and C.H.; Software, H.H.; Supervision, X.W.; Validation, H.H.; Visualization, H.H.; Writing—original draft, H.H. All authors have read and agreed to the published version of the manuscript.

Funding

This work received financial support from the National Natural Science Foundation of China, Grant No. 61801123, Shanghai Municipal Commission of Economy and Information Technology, Grant No. GYQJ-2018-2-05, the Shanghai Municipal Science and Technology Major Project, Grant No. 2017SHZDZX01 and 16441907900 and Medical Engineering Fund of Fudan University yg2021-38.

Institutional Review Board Statement

The study was conducted in accordance with the Declaration of Helsinki. Ethics Committee approvals were obtained from Zhongshan Hospital (B2021-646R, 2021/10/11) for the use of deidentified echocardiographic data.

Informed Consent Statement

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

Data Availability Statement

All data can be provided upon reasonable request to the corresponding author.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Nkomo, V.T.; Gardin, J.M.; Skelton, T.N.; Gottdiener, J.S.; Scott, C.G.; Enriquez-Sarano, M. Burden of valvular heart diseases: A population-based study. Lancet 2006, 368, 1005–1011. [Google Scholar] [CrossRef]
  2. Enriquez-Sarano, M.; Avierinos, J.F.; Messika-Zeitoun, D.; Detaint, D.; Capps, M.; Nkomo, V.; Scott, C.; Schaff, H.V.; Tajik, A.J. Quantitative determinants of the outcome of asymptomatic mitral regurgitation. N. Engl. J. Med. 2005, 352, 875–883. [Google Scholar] [CrossRef] [PubMed]
  3. Zoghbi, W.A.; Adams, D.; Bonow, R.O.; Enriquez-Sarano, M.; Foster, E.; Grayburn, P.A.; Hahn, R.T.; Han, Y.; Hung, J.; Lang, R.M.; et al. Recommendations for noninvasive evaluation of native valvular regurgitation: A report from the American Society of Echocardiography developed in collaboration with the Society for Cardiovascular Magnetic Resonance. J. Am. Soc. Echocardiogr. 2017, 30, 303–371. [Google Scholar] [CrossRef] [PubMed]
  4. Yiu, S.F.; Enriquez-Sarano, M.; Tribouilloy, C.; Seward, J.B.; Tajik, A.J. Determinants of the degree of functional mitral regurgitation in patients with systolic left ventricular dysfunction: A quantitative clinical study. Circulation 2000, 102, 1400–1406. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  5. Kagiyama, N.; Mondillo, S.; Yoshida, K.; Mandoli, G.E.; Cameli, M. Subtypes of atrial functional mitral regurgitation: Imaging insights into their mechanisms and therapeutic implications. JACC Cardiovasc. Imaging 2020, 13, 820–835. [Google Scholar] [CrossRef] [PubMed]
  6. Barreiro-Perez, M.; Caneiro-Queija, B.; Puga, L.; Gonzalez-Ferreiro, R.; Alarcon, R.; Parada, J.A.; Iñiguez-Romo, A.; Estevez-Loureiro, R. Imaging in Transcatheter Mitral Valve Replacement: State-of-Art Review. J. Clin. Med. 2021, 10, 5973. [Google Scholar] [CrossRef] [PubMed]
  7. Sorrentino, S.; Berardini, A.; Statuto, G.; Angeletti, A.; Massaro, G.; Capobianco, C.; Piemontese, G.P.; Spadotto, A.; Toniolo, S.; Caponetti, A.G.; et al. Percutaneous Mitral Valve Repair with the MitraClip System in the Current Clinical Practice. Hearts 2021, 2, 74–86. [Google Scholar] [CrossRef]
  8. Stone, G.W.; Vahanian, A.S.; Adams, D.H.; Abraham, W.T.; Borer, J.S.; Bax, J.J.; Schofer, J.; Cutlip, D.E.; Krucoff, M.W.; Blackstone, E.H.; et al. Clinical trial design principles and endpoint definitions for transcatheter mitral valve repair and replacement: Part 1: Clinical trial design principles: A consensus document from the mitral valve academic research consortium. Eur. Heart J. 2015, 36, 1851–1877. [Google Scholar] [CrossRef] [PubMed]
  9. O’Gara, P.T.; Grayburn, P.A.; Badhwar, V.; Afonso, L.C.; Carroll, J.D.; Elmariah, S.; Kithcart, A.P.; Nishimura, R.A.; Ryan, T.J.; Schwartz, A.; et al. 2017 ACC expert consensus decision pathway on the management of mitral regurgitation: A report of the American College of Cardiology Task Force on Expert Consensus Decision Pathways. J. Am. Coll. Cardiol. 2017, 70, 2421–2449. [Google Scholar] [CrossRef] [PubMed]
  10. Bonow, R.O.; O’Gara, P.T.; Adams, D.H.; Badhwar, V.; Bavaria, J.E.; Elmariah, S.; Hung, J.W.; Lindenfeld, J.; Morris, A.A.; Satpathy, R.; et al. 2020 focused update of the 2017 ACC expert consensus decision pathway on the management of mitral regurgitation: A report of the American College of Cardiology Solution Set Oversight Committee. J. Am. Coll. Cardiol. 2020, 75, 2236–2270. [Google Scholar] [CrossRef] [PubMed]
  11. Pedrosa, J.; Queirós, S.; Bernard, O.; Engvall, J.; Edvardsen, T.; Nagel, E.; D’hooge, J. Fast and fully automatic left ventricular segmentation and tracking in echocardiography using shape-based b-spline explicit active surfaces. IEEE Trans. Med. Imaging 2017, 36, 2287–2296. [Google Scholar] [CrossRef] [PubMed]
  12. Ali, Y.; Janabi-Sharifi, F.; Beheshti, S. Echocardiographic image segmentation using deep Res-U network. Biomed. Signal Processing Control 2021, 64, 102248. [Google Scholar] [CrossRef]
  13. Liu, F.; Wang, K.; Liu, D.; Yang, X.; Tian, J. Deep pyramid local attention neural network for cardiac structure segmentation in two-dimensional echocardiography. Med. Image Anal. 2021, 67, 101873. [Google Scholar] [CrossRef] [PubMed]
  14. Zyuzin, V.; Mukhtarov, A.; Neustroev, D.; Chumarnaya, T. Segmentation of 2D Echocardiography Images using Residual Blocks in U-Net Architectures. In Proceedings of the 2020 Ural Symposium on Biomedical Engineering, Radioelectronics and Information Technology (USBEREIT), IEEE, Yekaterinburg, Russia, 14–15 May 2020; pp. 499–502. [Google Scholar]
  15. Zhao, C.; Xia, B.; Chen, W.; Guo, L.; Du, J.; Wang, T.; Lei, B. Multi-scale Wavelet Network Algorithm for Pediatric Echocardiographic Segmentation via Feature Fusion. In Proceedings of the 2021 IEEE 18th International Symposium on Biomedical Imaging (ISBI), IEEE, Nice, France, 13–16 April 2021; pp. 1402–1405. [Google Scholar]
  16. Sultan, M.S.; Martins, N.; Costa, E.; Veiga, D.; Ferreira, M.J.; Mattos, S.; Coimbra, M.T. A new method for the anterior mitral leaflet segmentation in echocardiography videos using the virtual m-mode space. In Proceedings of the 2018 40th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC), IEEE, Honolulu, HI, USA, 18-21 July 2018; pp. 3120–3123. [Google Scholar]
  17. Costa, E.; Martins, N.; Sultan, M.S.; Veiga, D.; Ferreira, M.; Mattos, S.; Coimbra, M. Mitral valve leaflets segmentation in echocardiography using convolutional neural networks. In Proceedings of the 2019 IEEE 6th Portuguese Meeting on Bioengineering (ENBENG), IEEE, Lisbon, Portugal, 22–23 February 2019; pp. 1–4. [Google Scholar]
  18. Corinzia, L.; Laumer, F.; Candreva, A.; Taramasso, M.; Maisano, F.; Buhmann, J.M. Neural collaborative filtering for unsupervised mitral valve segmentation in echocardiography. Artif. Intell. Med. 2020, 110, 101975. [Google Scholar] [CrossRef] [PubMed]
  19. Abdi, A.H.; Luong, C.; Tsang, T.; Allan, G.; Nouranian, S.; Jue, J.; Hawley, D.; Fleming, S.; Gin, K.; Swift, J.; et al. Automatic Quality Assessment of Echocardiograms Using Convolutional Neural Networks: Feasibility on the Apical Four-Chamber View. IEEE Trans. Med. Imaging 2017, 36, 1221–1230. [Google Scholar] [CrossRef] [PubMed]
  20. Ronneberger, O.; Fischer, P.; Brox, T. U-net: Convolutional networks for biomedical image segmentation. In Proceedings of the International Conference on Medical Image Computing and Computer-Assisted Intervention; Springer: Cham, Switzerland, 2015; pp. 234–241. [Google Scholar]
  21. Haak, A.; Mulder, H.W.; Ren, B.; Vegas-Sánchez-Ferrero, G.; van Burken, G.; van der Steen, A.F.; van Stralen, M.; Pluim, J.P.; van Walsum, T.; Bosch, J.G. Segmentation of multiple heart cavities in wide-view fused 3D transesophageal echocardiograms. In Proceedings of the 2014 IEEE International Ultrasonics Symposium, IEEE, Chicago, IL, USA, 3–6 September 2014; pp. 691–694. [Google Scholar]
Figure 1. Typical echocardiographic images and labeling (a) labeling of two apical chambers; (b) apex three lumen labeling; (c) apical four-chamber labeling.
Figure 1. Typical echocardiographic images and labeling (a) labeling of two apical chambers; (b) apex three lumen labeling; (c) apical four-chamber labeling.
Electronics 11 01714 g001
Figure 2. Model VDS-UNET proposed in this paper.
Figure 2. Model VDS-UNET proposed in this paper.
Electronics 11 01714 g002
Figure 3. The training loss.
Figure 3. The training loss.
Electronics 11 01714 g003
Figure 4. (a,d,g) Results of apical two-chamber (normal MV); (b,e,h) results of apical three-chamber (aFMR); (c,f,i) results of apical four-chamber (MV prolapse).
Figure 4. (a,d,g) Results of apical two-chamber (normal MV); (b,e,h) results of apical three-chamber (aFMR); (c,f,i) results of apical four-chamber (MV prolapse).
Electronics 11 01714 g004aElectronics 11 01714 g004b
Table 1. Dataset.
Table 1. Dataset.
NMDMRFMRaFMRTotal
2CH11026512946550
3CH20622514139611
4CH542284164321022
Total8587744341172183
Table 2. Results.
Table 2. Results.
LALVMV
PA0.991 ± 0.001
CPA0.934 ± 0.0020.925 ± 0.0030.794 ± 0.007
IoU0.880 ± 0.0020.847 ± 0.0010.615 ± 0.003
Dice0.935 ± 0.0020.915 ± 0.0020.757 ± 0.003
Table 3. Comparison of the segmentation results of this study and other studies.
Table 3. Comparison of the segmentation results of this study and other studies.
AuthorMethodDatasetDice (LA)Dice (LV)Dice (MV)
Sultanl, M.S., et al. [16]M-mode, LAC62 videos//0.63
Costa, E., et al. [17]U-Net101 videos//0.742 (PLAX) 0.795 (A4C)
Corinzia, L., et al. [18]NN-MitralSeg39 videos//0.495
Pedrosa, J., et al. [11]SSM, lAAOFCETUS/0.909 (ED), 0.875 (ES)/
Ali, Y., et al. [12]Res-UCAMUS/0.975 (ED), 0.972 (ES)/
Liu, F., et al. [13]PLANetCAMUS & sub-EchoNet-Dynamic/0.942 (ED), 0.918 (ES)/
Alexander Haak, et al. [21]ASM63D TEE volumes0.92//
Zyuzin, V., et al. [14]Res-UCAMUS0.904//
Zhao, C., et al. [15]MS-NetCAMUS & 127 videos0.98//
ProposedVDS-UNet153 videos0.9350.9150.757
Table 4. Effectiveness analysis.
Table 4. Effectiveness analysis.
Dice (LA)Dice (LV)Dice (MV)
UNet0.9170.9130.736
UNet (VGG16)0.9170.9090.726
UNet (ds)0.930.9090.72
Propoesd0.9350.9150.757
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Huang, H.; Ge, Z.; Wang, H.; Wu, J.; Hu, C.; Li, N.; Wu, X.; Pan, C. Segmentation of Echocardiography Based on Deep Learning Model. Electronics 2022, 11, 1714. https://doi.org/10.3390/electronics11111714

AMA Style

Huang H, Ge Z, Wang H, Wu J, Hu C, Li N, Wu X, Pan C. Segmentation of Echocardiography Based on Deep Learning Model. Electronics. 2022; 11(11):1714. https://doi.org/10.3390/electronics11111714

Chicago/Turabian Style

Huang, Helin, Zhenyi Ge, Hairui Wang, Jing Wu, Chunqiang Hu, Nan Li, Xiaomei Wu, and Cuizhen Pan. 2022. "Segmentation of Echocardiography Based on Deep Learning Model" Electronics 11, no. 11: 1714. https://doi.org/10.3390/electronics11111714

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

Article Metrics

Back to TopTop