Elsevier

Knowledge-Based Systems

Volume 258, 22 December 2022, 110033
Knowledge-Based Systems

DCNet: Diversity convolutional network for ventricle segmentation on short-axis cardiac magnetic resonance images

https://doi.org/10.1016/j.knosys.2022.110033Get rights and content

Abstract

To accurately and simultaneously segment myocardium, left and right ventricles at the end-diastolic (ED) and end-systolic (ES) phases from short-axis cardiac magnetic resonance (CMR) images with inherent variability in appearance, shape, and location of the region of interest (ROI), we propose a diversity convolutional network (DCNet) that aims to solve ventricle under- and over-segmentation problems. DCNet is composed of three stages: the integration of diversity features, recoding of diversity features, and decoding of integrated features. To enhance the representational capacity and enrich the feature space of a single convolution, we design a diversity convolution block during the first stage. During the second stage, we design a dual-path channel attention mechanism to simultaneously select average and maximum features. In addition, we use a soft Dice loss function to assist in the network’s training. We conducted experiments on the 2017 Automated Cardiac Diagnosis Challenge (ACDC 2017), 2019 Multi-Sequence Cardiac MR Segmentation Challenge (MS-CMRSeg 2019), and 2020 Myocardial Pathology Segmentation Challenge (MyoPS 2020) datasets. We submitted our test results on the ACDC dataset to an online test platform, the proposed DCNet achieved Dice scores of 95.80%, 91.77%, and 91.57% in the left ventricle, right ventricle, and myocardium segmentation tasks, respectively. Compared with four representative networks, the proposed DCNet achieves the best results on balanced steady state free precession (bSSFP) cine sequence and late gadolinium enhancement (LGE) CMR sequences on the MS-CMRSeg and MyoPS datasets. Therefore, the proposed method is promising for automatic ventricle segmentation in clinical applications. We uploaded the code to https://github.com/fly1995/DCNet.

Introduction

Cardiac magnetic resonance (CMR) imaging [1] can provide doctors with high-resolution, high-contrast, and high-SNR images in any orientation. It also detects and monitors cardiovascular diseases as a non-invasive technique [2]. Cardiac function and anatomy can be evaluated using an ejection fraction from the left and right ventricles, the volume at the end-diastolic (ED) phase of a ventricle, the volume at the end-systolic (ES) phase of the myocardium, and mass at the ED phase [3]. The calculation of these clinical metrics is based on the depiction of the cardiac chamber; thus, an accurate and effective ventricle segmentation method can assist clinical diagnosis.

Before deep learning became popular, medical image segmentation methods based on a level set [4] and variational model [5] are more common and, most CMR segmentation methods were semi-automatic, which are based on active contours, graph cuts, and some atlas fitting strategies [6], [7], [8], [9]. With the rise of deep learning [10], [11], end-to-end deep learning segmentation methods [12], [13], [14], [15], [16] in conjunction with traditional segmentation methods have been frequently used. The combination of level-set [17], [18] and deep learning or deep learning and Markov random fields (MRFs) [19] are two conventional problem-solving approaches. For example, Ngo et al. [20] adopted a deep belief network to initialize contours and then segmented left ventricles with a level-set model. Avendi et al. [21] used a convolutional neural network (CNN) to initialize a level-set for left ventricle segmentation. Simantiris et al. [22] segmented CMR images using a dilated CNN with MRF model optimization.

Recently, a standalone CNN has become a popular manner of segmenting cardiac structures from CMR data. For example, Poudel et al. [23] adopted a recurrent fully CNN for multi-slice CMR segmentation. Li et al. [24] designed a multiscale dual-path feature aggregation network to segment multi-sequence CMR. Li et al. [25] adopted dilated-inception network to segment right ventricles. Indeed, these solutions for CMR segmentation have made considerable contributions [26], [27], [28], [29], [30], [31], [32], [33], [34], [35], [36], [37] to the field of medical image processing. Now, the focus on truly providing simple and effective solutions to clinicians. Therefore, this study focuses on the transferability of the method, not its complexity.

In this study, to solve ventricle over- and under-segmentation and to accurately and simultaneously segment left ventricles, right ventricles, and left ventricular myocardium at the ED and ES phases from short-axis CMR, we propose a diversity convolutional network (DCNet). Previous studies have lacked an understanding of the essential features in CMR images. In DCNet, the diversity convolution block can capture various receptive fields and feature spaces of original images, which helps solve over- and under-segmentation problems effectively. The dual-path channel attention mechanism can integrate the average and maximum features of the integration stage of diversity features, which also helps solve over- and under-segmentation problems effectively. The main contributions of DCNet are summarized as follows:

(1) We proposed an easily reproducible DCNet that comprises three stages: the integration of diversity features, recoding of diversity features, and decoding of integrated features.

(2) To enhance the representational capacity and enrich the feature space of a single convolution, we designed a diversity convolution block (DCB) that can be used as a convolution layer during the integration stage.

(3) For the recoding stage, we designed a dual-path channel attention mechanism (DCAM) to simultaneously select average and maximum feature.

(4) We adopted a soft Dice loss function to assist the network’s training. It considers entire cardiac structures and sub-structures. We conducted sufficient experiments on three datasets: 2017 Automated Cardiac Diagnosis Challenge (ACDC 2017), 2019 Multi-Sequence Cardiac MR Segmentation Challenge (MS-CMRSeg 2019), and 2020 Myocardial Pathology Segmentation Challenge (MyoPS 2020).

The remainder of this paper is organized as follows. Section 2 summarizes the challenge of automatic cardiac diagnosis. Section 3 presents the proposed method. Sections 4 Experiment results, 5 Discussion present the results and discussions, respectively. Finally, Section 6 draws conclusions.

Section snippets

Previous work

The cardiac segmentation challenge has been held annually [50], [51], [52], [53]. To the best of our knowledge, ACDC is the only challenge that depicts the left ventricular myocardium, left ventricle, and right ventricle at the ED and ES phases in 150 patients. The active website and online test platform for the competition remain open. The ACDC was held in conjunction with the 20th International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI). The data of this

Proposed network

Fig. 1 illustrates the proposed DCNet for ventricle segmentation on short-axis CMR images. The network is used to segment the left ventricle, left ventricular myocardium, and right ventricle in the ED and ES phases. DCNet comprises three stages: the integration of diversity features, recoding of diversity features, and decoding of integrated features. During these three stages, the DCB can be equivalent to a single convolution layer for deployment. DCB aims to capture diversity features of the

Dataset and data processing

We conducted experiments on the ACDC 2017 [64], MS- CMRSeg 2019 [53], [65], and MyoPS 2020 [53], [65] datasets. We adopted 80 ACDC training datasets for training and 20 ACDC training datasets for testing in the ablation experiments. In addition, we used all 100 and 50 patients for training and testing, respectively. We adopted 45 MS-CMRSeg cases for training and 25 MyoPS cases for testing to verify the generalization ability of the proposed DCNet. We integrated these five classifications into

Discussion

In Fig. 1, we use k to represent the dilation rate of the dilation convolution, where k is an integer greater than 0 and determined by ablation experiments. The ablation experiments were conducted with 80 patients from the ACDC training data for training and 20 patients from the ACDC training data for testing. In Table 7, Proposed+ k=[1-5] achieves the highest Dice score in all ventricle segmentation tasks. Therefore, we used Proposed+ k=[1-5] as the final model in the segmentation tasks of the

Conclusion

In this study, we propose DCNet for ventricle segmentation. To enhance the representational capacity and enrich the feature space of a single convolution, the proposed DCNet comprises DCBs. In the input stage of DCNet, we integrate multiple DCBs to obtain more features of the target area. We adopted a soft Dice loss function that quantifies the myocardium, left ventricle, right ventricle, and entire ventricle to assist in network’s training. We conducted experiments using the ACDC 2017,

CRediT authorship contribution statement

Feiyan Li: Methodology, Validation, Visualization, Writing – original draft, Writing – review & editing. Weisheng Li: Funding acquisition, Project administration, Resources. Xinbo Gao: Resources. Rui Liu: Investigation, Supervision. Bin Xiao: Supervision.

Declaration of Competing Interest

The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.

Acknowledgments

This work was supported by the National Key Research and Development Program of China [2019YFE0110800], National Natural Science Foundation of China [61972060, 62027827], Natural Science Foundation of Chongqing [cstc2020jcyj-zdxmX0025, cstc2019cxcyljrc-td0270, cstc2019jcyj-cxttX0002], and Innovative Talents Program for Doctoral students of Chongqing University of Posts and Telecommunications, China [BYJS202110].

References (68)

  • BaiS. et al.

    Information aggregation and fusion in deep neural networks for object interaction exploration for semantic segmentation

    Knowl.-Based Syst.

    (2021)
  • WenY. et al.

    Pixel-wise triplet learning for enhancing boundary discrimination in medical image segmentation

    Knowl.-Based Syst.

    (2022)
  • ZhouQ. et al.

    MOLS-Net: Multi-organ and lesion segmentation network based on sequence feature pyramid and attention mechanism for aortic dissection diagnosis

    Knowl.-Based Syst.

    (2022)
  • YangY. et al.

    MH-Net: Model-data-driven hybrid-fusion network for medical image segmentation

    Knowl.-Based Syst.

    (2022)
  • GuoF. et al.

    Improving cardiac mri convolutional neural network segmentation on small training datasets and dataset shift: A continuous kernel cut approach

    Med. Image Anal.

    (2020)
  • Baldeon CalistoM. et al.

    AdaEn-Net: An ensemble of adaptive 2D–3D fully convolutional networks for medical image segmentation

    Neural Netw.

    (2020)
  • PetitjeanC.

    Right ventricle segmentation from cardiac MRI: a collation study

    Med. Image Anal.

    (2015)
  • LiuY. et al.

    An automatic cardiac segmentation framework based on multi-sequence MR image

  • VickG.W.

    The gold standard for noninvasive imaging in coronary heart disease: magnetic resonance imaging

    Curr. Opin. Cardiol.

    (2009)
  • PengP. et al.

    A review of heart chamber segmentation for structural and functional analysis using cardiac magnetic resonance imaging

    Magn. Reson. Mater. Phys. Biol. Med.

    (2016)
  • ZhangK. et al.

    A level set approach to image segmentation with intensity inhomogeneity

    IEEE Trans. Cybern.

    (2016)
  • ZhangK. et al.

    A variational approach to simultaneous image segmentation and bias correction

    IEEE Trans. Cybern.

    (2015)
  • ZhangJ. et al.

    Active contour-based method for finger-vein image segmentation

    IEEE Trans. Instrum. Meas.

    (2020)
  • AyedI.B. et al.

    Max-flow segmentation of the left ventricle by recovering subject-specific distributions via a bound of the bhattacharyya measure

    Med. Image Anal.

    (2012)
  • SchiopuI. et al.

    Deep-learning-based lossless image coding

    IEEE Trans. Circuits Syst. Video Technol.

    (2020)
  • LiuD. et al.

    Deep learning-based technology in responses to the joint call for proposals on video compression with capability beyond HEVC

    IEEE Trans. Circuits Syst. Video Technol.

    (2020)
  • ChenJ. et al.

    JAS-GAN: generative adversarial network based joint atrium and scar segmentation on unbalanced atrial targets

    IEEE J. Biomed. Health Informat.

    (2022)
  • FengC. et al.

    Simultaneous extraction of endocardial and epicardial contours of the left ventricle by distance regularized level sets

    Med. Phys.

    (2016)
  • LiX. et al.

    Segmentation of prostate from ultrasound images using level sets on active band and intensity variation across edges

    Med. Phys.

    (2016)
  • AlmakadyaY. et al.

    Adaptive volumetric texture segmentation based on gaussian markov random fields features

    Pattern Recognit. Lett.

    (2020)
  • SimantirisG. et al.

    Cardiac MRI segmentation with a dilated CNN incorporating domain-specific constraints

    IEEE J. Sel. Top. Signal Process.

    (2020)
  • PoudelR.P.K. et al.

    Recurrent fully convolutional neural networks for multi-slice mri cardiac segmentation

  • LiJ. et al.

    Dilated-inception net: multi-scale feature aggregation for cardiac right ventricle segmentation

    IEEE Trans. Biomed. Med. Eng.

    (2019)
  • SandersT.

    Discrete iterative partial segmentation technique (DIPS) for tomographic reconstruction

    IEEE Trans. Comput. Imag.

    (2016)
  • Cited by (7)

    View all citing articles on Scopus
    View full text