| Literature DB >> 35625819 |
Shunzaburo Ono1,2, Masaaki Komatsu3, Akira Sakai4,5,6, Hideki Arima1, Mie Ochida1, Rina Aoyama2, Suguru Yasutomi4,5, Ken Asada2,3, Syuzo Kaneko2,3, Tetsuo Sasano1, Ryuji Hamamoto2,6.
Abstract
Endocardial border detection is a key step in assessing left ventricular systolic function in echocardiography. However, this process is still not sufficiently accurate, and manual retracing is often required, causing time-consuming and intra-/inter-observer variability in clinical practice. To address these clinical issues, more accurate and normalized automatic endocardial border detection would be valuable. Here, we develop a deep learning-based method for automated endocardial border detection and left ventricular functional assessment in two-dimensional echocardiographic videos. First, segmentation of the left ventricular cavity was performed in the six representative projections for a cardiac cycle. We employed four segmentation methods: U-Net, UNet++, UNet3+, and Deep Residual U-Net. UNet++ and UNet3+ showed a sufficiently high performance in the mean value of intersection over union and Dice coefficient. The accuracy of the four segmentation methods was then evaluated by calculating the mean value for the estimation error of the echocardiographic indexes. UNet++ was superior to the other segmentation methods, with the acceptable mean estimation error of the left ventricular ejection fraction of 10.8%, global longitudinal strain of 8.5%, and global circumferential strain of 5.8%, respectively. Our method using UNet++ demonstrated the best performance. This method may potentially support examiners and improve the workflow in echocardiography.Entities:
Keywords: deep learning; echocardiography; endocardial border detection; left ventricular ejection fraction; myocardial strain assessment
Year: 2022 PMID: 35625819 PMCID: PMC9138644 DOI: 10.3390/biomedicines10051082
Source DB: PubMed Journal: Biomedicines ISSN: 2227-9059
Figure 1Flow chart of endocardial border detection and left ventricular functional assessment. (a) Four segmentation methods of the left ventricular cavity were evaluated in the six projections. After automatic detection of end-diastolic and end-systolic frames and extraction of the contour as an endocardial border, the echocardiographic indexes were measured using the apical chamber views (b) and the parasternal short-axis views (c). ED, end-diastolic; ES, end-systolic; LVEF, left ventricular ejection fraction; GLS, global longitudinal strain; GCS, global circumferential strain.
Figure 2Representative segmentation images of the left ventricular cavity in the six projections for the 4 methods. The red region represents the ground-truth label, and the green region represents the segmented left ventricular cavity. GT, ground truth; 2CV, apical two-chamber view; 3CV, apical three-chamber view; 4CV, apical four-chamber view; SA, parasternal short-axis view (apex level); SM, parasternal short-axis view (mitral valve level); SP, parasternal short-axis view (papillary muscle level).
Evaluation of segmentation results in the six projections for each method using mIoU and mDice.
| Method | Projection | mIoU | mDice |
|---|---|---|---|
| U-Net | 2CV | 0.855 ± 0.068 | 0.920 ± 0.041 |
| 3CV | 0.752 ± 0.137 | 0.851 ± 0.097 | |
| 4CV | 0.816 ± 0.100 | 0.895 ± 0.063 | |
| SA | 0.670 ± 0.153 | 0.791 ± 0.125 | |
| SM | 0.841 ± 0.090 | 0.911 ± 0.057 | |
| SP | 0.813 ± 0.093 | 0.893 ± 0.062 | |
| UNet++ | 2CV | 0.890 ± 0.042 | 0.941 ± 0.024 |
| 3CV | 0.886 ± 0.034 | 0.939 ± 0.019 | |
| 4CV | 0.871 ± 0.067 | 0.929 ± 0.040 | |
| SA | 0.808 ± 0.125 | 0.887 ± 0.099 | |
| SM | 0.887 ± 0.066 | 0.939 ± 0.039 | |
| SP | 0.888 ± 0.064 | 0.939 ± 0.040 | |
| UNet3+ | 2CV | 0.891 ± 0.039 | 0.942 ± 0.022 |
| 3CV | 0.901 ± 0.028 | 0.948 ± 0.016 | |
| 4CV | 0.864 ± 0.063 | 0.926 ± 0.039 | |
| SA | 0.817 ± 0.116 | 0.893 ± 0.095 | |
| SM | 0.887 ± 0.079 | 0.938 ± 0.047 | |
| SP | 0.873 ± 0.084 | 0.930 ± 0.056 | |
| ResUNet | 2CV | 0.851 ± 0.056 | 0.919 ± 0.034 |
| 3CV | 0.837 ± 0.063 | 0.910 ± 0.038 | |
| 4CV | 0.822 ± 0.088 | 0.900 ± 0.057 | |
| SA | 0.732 ± 0.155 | 0.834 ± 0.130 | |
| SM | 0.834 ± 0.090 | 0.907 ± 0.057 | |
| SP | 0.814 ± 0.082 | 0.895 ± 0.056 |
The values are mean ± standard deviation. mIoU, the mean value of Intersection over Union; mDice, the mean value of Dice.
Figure 3Representative estimated images of the endocardial border in the six projections using UNet++. The red line represents the ground-truth label, and the blue line represents the estimated endocardial border.
Accuracy evaluation of echocardiographic indexes for each method using the mean and median values for the estimation error.
| Method | LVEF | GLS | GCS | |||
|---|---|---|---|---|---|---|
| Mean | Median | Mean | Median | Mean | Median | |
| U-Net | 24.3 | 23.3 | 36.4 | 37.7 | 17.7 | 14.7 |
| UNet++ | 10.8 | 7.8 | 8.5 | 8.7 | 5.8 | 5.2 |
| UNet3+ | 11.7 | 10.7 | 14.6 | 16.0 | 6.4 | 5.2 |
| ResUNet | 12.5 | 13.9 | 13.0 | 15.7 | 16.2 | 22.3 |
The values are estimation errors [%].