Literature DB >> 35877637

Cardiac Disease Classification Using Two-Dimensional Thickness and Few-Shot Learning Based on Magnetic Resonance Imaging Image Segmentation.

Adi Wibowo1, Pandji Triadyaksa2, Aris Sugiharto1, Eko Adi Sarwoko1, Fajar Agung Nugroho1, Hideo Arai3, Masateru Kawakubo4.   

Abstract

Cardiac cine magnetic resonance imaging (MRI) is a widely used technique for the noninvasive assessment of cardiac functions. Deep neural networks have achieved considerable progress in overcoming various challenges in cine MRI analysis. However, deep learning models cannot be used for classification because limited cine MRI data are available. To overcome this problem, features from cine image settings are derived by handcrafting and addition of other clinical features to the classical machine learning approach for ensuring the model fits the MRI device settings and image parameters required in the analysis. In this study, a novel method was proposed for classifying heart disease (cardiomyopathy patient groups) using only segmented output maps. In the encoder-decoder network, the fully convolutional EfficientNetB5-UNet was modified to perform the semantic segmentation of the MRI image slice. A two-dimensional thickness algorithm was used to combine the segmentation outputs for the 2D representation of images of the end-diastole (ED) and end-systole (ES) cardiac volumes. The thickness images were subsequently used for classification by using a few-shot model with an adaptive subspace classifier. Model performance was verified by applying the model to the 2017 MICCAI Medical Image Computing and Computer-Assisted Intervention dataset. High segmentation performance was achieved as follows: the average Dice coefficients of segmentation were 96.24% (ED) and 89.92% (ES) for the left ventricle (LV); the values for the right ventricle (RV) were 92.90% (ED) and 86.92% (ES). The values for myocardium were 88.90% (ED) and 90.48% (ES). An accuracy score of 92% was achieved in the classification of various cardiomyopathy groups without clinical features. A novel rapid analysis approach was proposed for heart disease diagnosis, especially for cardiomyopathy conditions using cine MRI based on segmented output maps.

Entities:  

Keywords:  adaptive subspace classification; cardiac MRI; deep learning; few-shot learning; segmentation

Year:  2022        PMID: 35877637      PMCID: PMC9318676          DOI: 10.3390/jimaging8070194

Source DB:  PubMed          Journal:  J Imaging        ISSN: 2313-433X


1. Introduction

Heart diseases, such as coronary, arrhythmia, congenital, and muscle disease (cardiomyopathy) [1], are the leading cause of death worldwide. Cardiomyopathy has attracted considerable research attention because it is typically associated with patients with heart failure [2]. Several cardiomyopathy types, such as dilated cardiomyopathy (DCM), hypertrophic cardiomyopathy (HCM), heart failure due to myocardial infractions (MINFs), and right ventricular abnormalities, have been reported [3]. Early identification of cardiac dysfunction and rapid diagnosis of heart disease can be achieved by evaluating cardiac parameters, such as end-systolic (ES) volume, end-diastolic volume, ejection fraction, and stroke volume, using magnetic resonance imaging (MRI) [4]. Computer-aided automated classification and segmentation solutions have alleviated time-consuming problems in manual diagnostics and interobserver variability [5,6]. Moreover, these problems have spurred the development of the deep neural network (DNN) methods in cardiomyopathy diagnosis. The output of deep-learning-based cine MRI segmentation can be used as the basis for diagnostically obtaining derived features, such as ventricular volume [7], myocardial mass, and ejection fraction (EF). These derived features are clinical parameters or clinical indices. These values are generally evaluated two times—at the end of the diastolic and systolic phases (ED and ES, respectively). The accuracy of the calculation of clinical parameters depends on the accurate depiction of the contours of the underlying cardiac structures. Isensee et al. [8] used UNet segmentation by combining 2D and 3D modeling to obtain derivative features for diagnosis. Khened et al. (2019) [9] proposed a 2D multiscale fully convolutional network architecture based on residual DenseNet to derive the features of cardiac physiological parameters and handcrafted features. UNet outperforms most other methods; however, the derived features in this technique are obtained by acquiring the slice number and instrument setting, which enhances classification complexity. The classification of cine MRI based on derived features is highly reliable. Classical machine learning methods, such as random forest [10] and multilayer perceptron (MLP) [8], have been used for disease classification. Khened et al., [11] proposed an ensemble of multiple models for improving classification performance. The small amount of data renders conventional machine learning more suitable than deep learning. Deep learning was also used by Isensee et al. [8] with augmentation and MLP for classification; however, this method included derived information. In deep learning, few-shot learning is highly preferable in areas with the limited data. The few-shot model was introduced to generalize a new class with a limited number of labeled examples for each class. The meta-learning paradigm was used to achieve accurate DNN models with less training data [12]. Few-shot learning has been implemented through several approaches such as transfer learning [13], metric learning [12,14,15], data augmentation [16], and model optimization [17]. These methods typically work well within the same domain; however, their performance deteriorates in cross-domain applications [18]. Chen et al. [19] proved that feature improvement using a deeper encoder can minimize the variation in scores between methods. The metric learning-based approach exhibits stable performance and can be flexibly used to study the similarities and differences between classes. This phenomenon is more advantageous when the dataset is in the same domain; however, the baseline model [13] is preferable in cross-domain cases. The adaptive subspace [15] approach is a subspace-based dynamic classifier that has been developed to address data ambiguity with class representations based on subspace mechanisms. This model outperforms previous metric learning methods such as matching networks [12] and prototype networks [14]. The subspace mechanism can be easily customized and can optimize the feature representation in the encoder network and class representation in the subspace classifier, which enables backpropagation. Moreover, episodic learning can be used freely. The use of random permutations for each class that appears for each number of shots and queries can produce many possibilities that can be contained in episodes. The main contributions of this paper are summarized as follows: Several lightweight encoders were ensembled using a block-inverted residual network in the UNet architecture for automatic cine MRI segmentation optimization. We proposed a novel 2D thickness algorithm to decode the segmentation outputs to develop the 2D representation images of the ED and ES cardiac volumes as the input for of cardiac muscle heart disease patient groups classification without using clinical features. A few-shot model with an adaptive subspace classifier was proposed, and various encoder few-shot models were investigated for deep-learning-based cardiac disease group classification. Unlike the general few-shot learning mechanism, the same classes and domain datasets are provided in the few-shot learning mechanisms in the training, validation, and testing phases. The ensemble method was used to obtain an even distribution of the class representations from this few-shot mechanism [20]. The source code for the developed models is available at https:/github.com/bowoadi/cine_MRI_segmentation_classification (accessed on 6 July 2022).

2. Materials and Methods

2.1. Dataset

In this study, the MICCAI 2017 automated cardiac diagnosis challenge (ACDC) dataset was used [21]. The dataset consisted of the cardiac cine image series of one cardiac cycle at various short-axis slice positions, from basal to apical, collected from the examination of 150 patients at the University Hospital of Dijon (France). Two MRI scanners with distinct magnetic strengths (1.5 T–3.0 T) were used to acquire short-axis cine MRI slices. The obtained short-axis MRI cine slices covered the LV and RV from the base (top slice) to the apex (bottom slice), with a slice thickness of 5–8 mm, a gap between slices 5 mm or 10 mm and 1.37–1.68 mm/px as spatial resolution. Each cardiac cycle was covered by 28 to 40 frames in the time dimension. The patients were grouped under five cardiac conditions, namely dilated cardiomyopathy (DCM), hypertrophic cardiomyopathy (HCM), heart failure due to MINFs, abnormal RV (ARV), and healthy or normal patients (NOR); each group contained 30 patients. The ground truth for segmentation had four labels, namely background (0), RV (1), myocardium (2), and left ventricle (3). Information on disease class and ground truth segmentation was provided for 100 patients, whereas the data pertaining to the other 50 patients were used as test data and submitted in the post-competition phase to obtain the test scores.

2.2. Proposed Method

The proposed architecture consisted of a 2D segmentation model based on a U-Net-based encoder–decoder structure and a classification model based on few-shot learning (Figure 1). The proposed 2D thickness algorithm connected two tasks to convert the output maps of the 2D segmentation network into a 2D image that represents the thickness of the short-axis slices for each patient. In this experiment, a lightweight model based on an inverted residual network was used [22] for segmentation and classification encoders. EfficientNet is composed of a basic block-inverted residual network used as an encoder and pre-trained weights. This method is intended to strengthen the feature representation for both segmentation and few-shot classification. EfficientNet [23] performance was compared with that of MobileNetV3 [24], which also has an inverted residual network architecture base [25].
Figure 1

Proposed architecture consisting of 2D segmentation (top) and few-shot classification (bottom).

2.3. Segmentation Model and 2D Thickness Algorithm

The segmentation model was inspired by the lightweight encoder–decoder MobileNetV3-UNet [26]. The lightweight model based on an inverted residual network exhibits high generalization capability, which is faster and lighter, and optimization of the network architecture search, which improves the accuracy of feature representation. UNet is a fast generalized semantic segmentation model, particularly for handling biomedical images [27]. Therefore, to improve performance, the feature representation of the encoder is essential at each stage of the UNet. UNet is used to capture the global and local features through skip connections at each stage. The MobileNetV3-UNet model was modified by replacing the encoder with EfficientNet [23] and subsequently fine-tuning the models from EfficientNetB0 until EfficientNetB5. Ronneberger et al. first proposed the UNet architecture [27], which consists of a fully convolutional neural network that helps in classifying classes in each pixel with an encoder–decoder pattern. According to Figure 2, the input image is obtained through a series of blocks marked in red, which are contraction pathways or encoders. The encoder can be replaced using state-of-the-art encoder variations, such as EfficientNet [23] and MobileNetV3 [24]. Typically, the downsampling phase is performed from a convolution kernel with two strides, which start directly at the start block; therefore, the red arrow is an illustration of connecting blocks after the downsampling phase. Each downsampling phase with a height H and a width W of the feature map is halved, and C0 to C5 is the channel size extracted from each block; the amount depends on the variation of the encoder used. Feature maps are sent from the encoder to the decoder through a skip connection; therefore, the resolution of the encoder and decoder should be the same. The lowest resolution block encoding, also called a bottleneck, ends the contraction path and starts the expansion path. Operations opposite to the previous and in reverse order are referred to as expansion paths or decoders, marked in blue. The block decoder consists of convolution 3 × 3 operations followed by batch normalization and ReLU, which are performed two times. The upsampling block gradually increases spatial dimensions (marked with blue arrows) to 2 × 2 of the H and W measurements of the feature map. At the final level of the expansion path, the kernel’s projection (convolution block) operation uses 1 × 1 to match the output channel dimensions to the number of segmented classes. Figure 3 displays the interaction of the segmentation network with other networks.
Figure 2

Encoder–decoder UNet suitable for any encoder.

Figure 3

Architecture detail on MobileNetV3 and EfficientNet B0-B5 as the encoder.

The ensemble method involves combining the pixel-wise classification results from more than a single semantic segmentation model. The first single semantic segmentation model is trained with a composition of input sets of training, validation, and testing. Furthermore, other single semantic segmentation models each receive the same composition of training, validation, and testing input sets as the first single semantic segmentation model. Every semantic segmentation model produces a segmentation output probability. The segmentation output probabilities from these single models are combined and averaged. The softmax function is used to determine the class for each pixel resulting from the average segmentation output probability. Several preprocessing steps were applied because of variations in the image frame size of each patient. The steps were initiated by applying auto-zero padding to maintain image proportions. In auto-zero padding, zero pixels are added to the vertical or horizontal side in a balanced manner. The obtained square-shaped image was resized to 256 × 256. Finally, the grayscale image was duplicated in three channels. Random augmentation [26] was applied to expand the diversity of images to achieve robustness against complex images. The input size of the segmentation model was 256 × 256 × 3. The segmentation model produces an output map with dimensions of 256 × 256 × 4, expressed as , where represents the background, right ventricle (RV), MYO, and left ventricle (LV), respectively. These output maps are used in the 2D thickness algorithm (Algorithm 1) to develop the 2D representation images of the ED and ES cardiac volumes. For all patients, the segmentation output maps were regrouped for the ED and ES frames expressed as , where is the number of patients. Here, -slices were considered because of the varying number of short-axis slices in one frame . Furthermore, was obtained from the least number of slices in each frame (). Merging was applied by filling the actual pixels of slice with values from , where is a set of unique values. The merging of the labels of the RV, MYO, and LV forms the red–green–blue (RGB) channel. The background label was not used because the background was automatically created when the three non-background channels were merged. The resulting RGB images in the ED and ES frames were applied to the center crop, resized to 64 × 64 × 3, and joined vertically for each patient. The final size at post-processing was 128 × 64 × 3. The post-processing results were used as inputs for the few-shot classification model. The use of the few-shot mechanism in this study differed slightly from its general use. Because in this model, the similarities and differences are learned between the classes, the classes in the support and query samples in the training, validation, and testing phases differed considerably. In this study, the model was trained, validated, and tested by using the same five classes with an episodic mechanism. The prediction output (class representation) for each class in the testing phase was selected through majority voting. 1: Function thickness(P) 2:  S←[14, 26, 38, 49, 59, 69] 3:  M←empty array with shape of n × 128 × 64 × 3 4: 5: 6:    I←blank image with shape of 256 × 256 × 3 7: 8: 9: 10: 11: 12:      end if 13:     end for 14:    end for 15: 16: 17: 18: 19:   end for 20:  end for 21:  return M

2.4. Few-Shot Learning Model

The few-shot learning method was used as the classification model to handle limited data. Few-shot terminology is used for training multiple samples in each iteration of the meta-learning mode. In the training process, an episode of consisted of two types of sets, namely support set and query set . For each iteration, the number of and was limited based on -way, which denotes the number of classes, and -shot or -query denote the number of samples in each class. The few-shot model has two parts, namely encoder and classifier. A dynamic classifier based on an adaptive subspace [15] was used in this study. Classification was performed based on the subspace in addition to the shortest distance between the data points and their projection onto the subspace. A set of samples encoded by can be expressed as , where . For example, is the query set, and the subspace classifier calculation is formulated as follows: where and denote the offset between the data point and the subspace, respectively, is the truncated matrix of matrix with an orthogonal basis for linear subspace spanning (hence, ). The probability of a query entering the class can be determined using the softmax function is expressed as follows: Backpropagation through singular value decomposition can be used to minimize the negative log from . The projection metric on Grassmannian geometry was used as a discriminative method to maximize the margin between two subspaces and during training and is formulated as follows: The projection metric was maximized by minimizing followed by formulating a loss function as shown in Equation (4); subsequently, can be used to update .

2.5. Segmentation Training and Testing Scenario

Segmentation model training was conducted on an i7 processor with an RTX 2060 SUPER by using a batch size of four for model generalization [28]. A five-fold cross-validation mechanism was used for model training by considering the weights at the best validation for each fold in the first 150 epochs. The data distribution in each fold was separated based on the number of patients, that is, 80 for training and 20 for validation, where each class was set equally. Each patient had a distinct number of short-axis slices; therefore, 1902 images were acquired. The image preprocessed with auto-zero padding and random augmentation was used as the input model with dimensions of 256 × 256 × 3. The grayscale image was copied into three channels to obtain a superior result by using the pre-trained ImageNet model. The Jaccard loss , formulated as Equation (5), was used as the loss function along with the Adam optimizer with a learning rate of 1 × 10−3. Finally, the segmentation output was post-processed using the hole-filling method and the largest contour, and an operation was applied to remove the double contour of the RV because it tends to be noisy. where is the ground truth and is the output of the segmentation model. The 2D segmentation model was tested in two stages: a local test conducted with the validation set, and an online test based on the competition leaderboard, conducted with the test set. Both the validation and test sets were preprocessed but not augmented. For each fold on the MobileNetV3-UNet and EfficientNet-UNet models, local tests were conducted using the Dice coefficient evaluation metric. An online test based on the competition leaderboard was performed by submitting the final segmentation results, obtained as the average of the segmentation map output from the five-fold model. During submission, the final segmentation result was returned to its original size first and reassembled into a nii file for each patient. The model was evaluated using several metrics according to the competition leaderboard.

2.6. Few-Shot Classification Training and Testing Scenarios

A minimal dataset was used for the few-shot model. Images from the post-processing segmentation model of 100 patients were randomly separated into 50 balanced classes for the training and validation phases. During the testing phase, 50 images were randomly sampled. The settings used were five-way for all phases, five-shot on the support and query sets, and 100 episodes for each epoch. Each episode consisted of 25 support sets and 25 query sets. The training iteration used ten epochs, with a learning rate of 1 × 10−3, optimized by Adam, and lambda of 0.03. The few-shot model ran on an i7 processor with RTX 2060 SUPER. The validation support set was used as the support set test in the testing phase, and 25 queries for each episode were selected randomly from the test data. The majority of the prediction results were voted based on the patient ID. The training–testing process was repeated five times to obtain stable models, and an ensemble was then performed. Experiments were conducted to investigate the effects of using various encoders, augmentation, dropout, and 1–5 shot settings. The best experimental model was considered the final model and submitted to the post-2017-MICCAI-challenge testing phase for diagnosis. The experimental results were evaluated against the validation set based on accuracy.

3. Results

3.1. Segmentation Results

The proposed model was evaluated in two stages, namely local and online. In the local tests, five-fold cross-validation was used to test MobileNetV3-UNet and EfficientNet-UNet on the validation set using Dice coefficients, as presented in Table 1. Although EfficientNetB3 and EfficientNetB5 obtained the highest scores, the Dice coefficients of MobileNetV3-UNet and EfficientNet-UNet exhibited slightly distinct values. However, the standard deviation of EfficientNetB5-UNet was lower by 0.0024 when compared with that of MobileNetV3-UNet. Because of the insignificant difference, EfficientNetB5 was used for online testing. MobileNetV3 was additionally used, and two ensembles of the models were created. First, Ensemble B0–B5 was generated from the average of the output maps of EfficientNetB0 to EfficientNetB5. Next, the V3B5 ensemble was generated from the average of the output maps of MobileNetV3 and EfficientNetB5. In Table 2, the outcomes of the proposed method and those of several previous methods are displayed in terms of the Dice coefficient evaluation metrics. The test results on the leaderboard revealed that EfficientNetB5-UNet outperformed MobileNetV3-UNet for the LV, RV, and MYO features. Although ensembling did not outperform several methods in the post-2017-MICCAI-challenge testing phase, it improved the average Dice coefficient. Therefore, Ensemble B0–B5 with an average Dice coefficient of 90.8% was used to perform the next task (few-shot classification).
Table 1

Segmentation on the validation set with the Dice coefficient.

Segmentation ModelFold 1Fold 2Fold 3Fold 4Fold 5AverageStandardDeviation
MobileNetV3-UNet0.8910.8800.8890.8960.8900.8890.0052
EfficientNetB0-UNet0.8840.8790.8850.8880.8940.8860.0049
EfficientNetB1-UNet0.8970.8810.8880.8900.8930.8900.0053
EfficientNetB2-UNet0.8900.8880.8830.8870.8900.8880.0026
EfficientNetB3-UNet0.8980.8880.8940.8910.8930.8930.0033
EfficientNetB4-UNet0.8890.8890.8880.8930.8900.8900.0015
EfficientNetB5-UNet0.8960.8910.8930.8940.8890.8930.0024
Table 2

Segmentation on test leaderboard with the Dice coefficient.

State-of-the-Art MethodsLVRVMYO
EDESEDESEDES
Fabian Isensee [8]0.9670.9350.9510.9040.9040.923
Fumin Guo [29]0.9680.9350.9550.8940.9060.923
Georgios Simantris [30]0.9670.9280.9360.8890.8910.904
Mahendra Khened [11]0.9640.9170.9350.8790.8890.898
Ensemble B0-B5 (proposed)0.9630.9070.9190.8650.8890.905
Ensemble V3B5 (proposed)0.9620.8990.9290.8690.8890.905
EfficientNetB5-UNet (proposed)0.9630.9040.9290.8560.8870.903
MobileNetV3-UNet (proposed)0.9600.8870.8850.8580.8850.898

3.2. Classification Results

In the proposed classification method, 2D images are processed as inputs. Figure 4 displays the 2D images obtained by merging the output maps from the segmentation model by using the 2D thickness algorithm. Figure 4g was acquired by combining the first six short-axis slices from the basal slice (Figure 4a–f). In the case of six slices, the combination was from basal to apical. Experiments were conducted to improve the performance of the few-shot model under five scenarios. The first scenario involved determining the effect of using distinct encoders. In the second scenario, we examined the effects of dropout and augmentation. The third step was to locate the best set of shots. The fourth was to observe the effect of various numbers of short-axis slices in the 2D thickness images, and the final step was to determine the best few-shot on the test leaderboard.
Figure 4

Segmentation output maps (a–f) of short-axis slices 1–6 of each ED (top) and ES (bottom) frames processed by the 2D thickness algorithm to produce 2D images (g) for few-shot model input.

Three types of encoders (CNN, MobileNetV3, and EfficientNet) were used in the first scenario. A standard CNN with four convolutional layers (Conv4) was used to determine the feature extraction capability by using a simple convolutional model. MobileNetV3 and EfficientNet are deep and lightweight models based on an inverted residual network with excellent feature representation capabilities [31]. The effects of using pre-trained ImageNet weights and non-pre-trained weights for the deep models were investigated. Table 3 reveals that EfficientNetB1 using the pre-trained ImageNet exhibits a higher average accuracy of 68.68% and lower standard deviation of 0.6883%. The results revealed that deep and lightweight models based on pre-trained models could improve model generalizability, especially in the case of deep models.
Table 3

Accuracy results of application of various encoder few-shot models to the validation set.

EncoderExperiment 1Experiment 2Experiment 3Experiment 4Experiment 5AverageStandardDeviation
Conv40.69120.66920.69160.65680.66200.67420.0146
MobileNetV3 without pre-trained0.40640.40920.49440.49880.55680.47310.0577
MobileNetV3 pre-trained0.63040.59510.61400.63750.71560.63850.0412
EfficientNetB1 without pre-trained0.50360.36200.55320.44740.63040.49930.0913
EfficientNetB1 pre-trained0.63750.69160.69160.72200.73200.69490.0329
In the second scenario, dropout and augmentation were applied. The training results are not presented because the entire training phase exhibited 100% accuracy. However, optimization was applied by adding dropouts and augmentations to the input images. A similar augmentation in segmentation was applied by adding a coarse dropout by removing 4–8 pixels randomly. A dropout of 0.5 was applied at the end of the encoder before entering the classifier. Table 4 lists the effects of augmentation and dropout. Typically, augmentation improves accuracy, whereas dropout degrades accuracy. However, the application of both augmentation and dropout can increase accuracy. EfficientNetB1 with pre-training, dropout, and augmentation resulted in an average accuracy of 78.23%, with the smallest standard deviation.
Table 4

Accuracy results of applying dropout and augmentation on the validation set.

Encoder (Pre-Trained)Experiment 1Experiment 2Experiment 3Experiment 4Experiment 5AverageStandardDeviation
EfficientNetB10.63750.69160.69160.72200.73200.69490.0329
EfficientNetB1—dropout0.58360.69520.64680.58480.67120.63630.0452
EfficientNetB1—augment0.73680.77350.68080.74230.69480.72560.0363
EfficientNetB1—dropout-augment0.80830.76220.77100.79000.78010.78230.0159
In the third scenario, the maximum possible number of shots was five because each class had only twenty data points (divided into five for support set and five for query set, with the remaining split between training and validation). However, fewer than five shots were recorded. Table 5 details the optimal number of shots between one and five. A small number of shots can degrade model performance. However, a stable model can be obtained with the five-shot setting.
Table 5

Accuracy results of EfficientNetB1 (pre-trained, dropout, augment) with various shots on the validation set.

Number of ShotsExperiment 1Experiment 2Experiment 3Experiment 4Experiment 5AverageStandardDeviation
1-shot0.63600.54600.56200.56390.54600.57080.0348
2-shot0.72300.67800.72500.72000.69190.70760.0191
3-shot0.70070.75070.71200.72200.70800.71870.0174
4-shot0.78800.71500.71800.74100.74900.74220.0263
5-shot0.80830.76220.77100.79000.78010.78230.0159
In the fourth scenario, the smallest number of short-axis slices from the basal to the apical side in the dataset was six. Therefore, the 2D thickness images were rendered in several slices between one and six. Examples of the results of the 2D thickness algorithm are displayed in Figure 5a 1-slice, (b) two-slice, (c) three-slice, (d) four-slice, (e) five-slice, and (f) six-slice. Using the 2D thickness algorithm, each pixel value inserted into the slice was 255 for one-slice, (85 for first slice, 170 for second slice) for two-slice, (21, 87, 147) for three-slice, (16, 51, 85, 103) for four-slice, (15, 29, 51, 67, 93) for five-slice, and (14, 26, 38, 49, 59, 69) for six-slice. Different numbers of slices (between one and six) were tested using the best model (EfficientNetB1, pre-trained, dropout, and augmented), as presented in Table 6. The results revealed that higher number of slices improved classification performance, and the performance in the experiment with six-slice was superior to those in the experiments with lesser number of slices because of its rich features.
Figure 5

Examples of 2D thickness images for (a) 1-slice, (b) 2-slice, (c) 3-slice, (d) 4-slice, (e) 5-slice, and (f) 6-slice.

Table 6

Accuracy results of EfficientNetB1 (pre-trained, dropout, augmented) with various short-axis slices on the validation set.

Number of Slice(s)Accuracy Score
10.6928
20.7184
30.7272
40.7548
50.7632
60.8083
In the final scenario, because the post-2017-MICCAI-challenge testing phase for diagnosis allowed limited testing, several tests were performed using various accounts. Table 7 lists the test leaderboard scores. Five individual experiments were conducted, and ensemble was used in each of the experiments. In the ensemble model, major voting was used based on the most frequent occurrences of the class. Each model obtained an accuracy score between 78% and 86%, which indicated instability; because the few-shot determined the label by matching the support set, the support set samples were randomly selected. Therefore, an ensemble was created to obtain models with completely random samples. Based on the results, the ensemble model achieved 92% accuracy for diagnosis and could compete with the state-of-the-art models.
Table 7

Accuracy results of five ensemble few-shot classifications on the test leaderboard.

MethodScore on Leaderboard
Proposed Experiment 178
Proposed Experiment 280
Proposed Experiment 384
Proposed Experiment 486
Proposed Experiment 586
Proposed Ensemble92
[11]100
[8]92
[32]92
[10]86

4. Discussion

Segmentation and classification of cine MRI data are challenging tasks. A U-Net-based encoder–decoder model was used in segmentation to create output maps and classify them into a few-shot model. Several studies have been conducted on cine MRI segmentation (Table 8). The advantages and disadvantages of each method have been listed in the table. In general, UNet is the best framework for this segmentation, and achieves an average Dice score of more than 80. Moreover, the proposed method renders segmentation lighter with UNet-EfficientNetB5 for data per slice, but the segmentation performance does not outperform previous method.
Table 8

Strengths and weaknesses of the proposed method compared to previous methods.

MethodStageStrengthsWeaknesses
ProposedSegmentationSegmentation becomes lighter with UNet-EfficientNetB5 for data per slice.The segmentation performance has not outperformed the previous method.
ClassificationOnly considers slices and does not depend on the parameter settings of the tool and the number of slices obtained. Can be compared between the number of slices.This approach is only suitable for morphological problems. Uncertainty is high because depending on the training in each episode, this is handled by the ensemble.
Mahendra Khened [9]SegmentationSegmentation using DenseNet which is suitable for limited data.Segmentation using 2D UNet with dense block doesn’t outperform the ensemble of 2D and 3D DMR-UNet.
ClassificationClassification becomes faster with Random Forest.The classification most exclusively focus on end-diastole and end-systole features.
Fabian Isensee [8]SegmentationSegmentation by combining 2D and 3D UNets slightly improved.The 3D UNet has large slice gap on the input images, it causes pooling and upscaling operations are carried out only in the short-axis plane. Moreover, the 3D network involves a smaller number of feature maps.
ClassificationPerform ensemble classification by combining MLP and Random Forest.The ensemble method does not outperform single Random Forest.
Irem Cetin [32] SegmentationThe training data was manually segmented to produce accurate results.They computed large number of computations manually. This method tends to overfitting. To prevent from overfitting, they selected the most discriminative features and used SVM for classification.
ClassificationClassification using Support Vector Machines suitable for limited data.The classification method does not outperform.
Jelmer M Wolterink [10]SegmentationThe network was designed to contain a number of convolutional layers with increasing levels of dilatation to produce high resolution feature maps.Convolutional neural network does not exhibit an encoder–decoder architecture.
ClassificationClassification becomes faster with Random Forest.Classification methods most exclusively focus on end-diastole and end-systole features. It does not outperform other Random Forest.
Fumin Guo [29]SegmentationSegmentation by combining UNet and Continuos Max-Flow.Only for left ventricle. Other methods function for right ventricle and myocardium.
ClassificationN/AN/A
Georgios Simantris [30]SegmentationNetworks trains quickly and efficiently without overfitting.Does not outperform to the state of art featured in the ACDC.
ClassificationN/AN/A
For the cine MRI classification presented in Table 8, in most studies non-deep learning methods that include clinical features are used. In the deep learning method, only slices are considered, and model performance does not depend on the parameter settings of the tool and the number of slices obtained. Furthermore, the data can be compared between the number of slices with a small dataset. The few-shot model overcomes the small dataset, especially in image-based tasks. The few-shot learning approach with an adaptive subspace classifier was modified to suit the classification task by training 100 heart disease datasets. The meta-learning paradigm was applied using episodic mechanisms. A task domain with the same class was used for each phase (training, validation, and testing). The encoder plays a critical role in extracting image features. Therefore, using a pre-trained lightweight and deep model based on an inverted residual network improves accuracy. The use of augmentation and dropout increased model robustness. To utilize the few-shot model, an ensemble was generated to obtain an even distribution of class representations from the models. Figure 6 displays the confusion matrix of the results in the test leaderboard. The performance of the model in recognizing the classes ARV-NOR and DCM-MINF was highly biased. Prediction errors still occurred in these classes. Although the accuracy was not the highest on the leaderboard, this model could effectively perform image-based classifications.
Figure 6

Confusion matrix of ensemble few-shot model on test leaderboard.

The application of six short-axis slices plotted for each cardiac condition for various heights/weights (H/W) and the available number of slices in the samples is displayed in Figure 7. The DCM condition with small H/W/S ratios is depicted in Figure 7a. By plotting the ED and ES in alignment, as displayed in Figure 7a, we can observe the cardiac enlargement and ineffective blood pumping in the ES state [33]. The HCM condition is displayed in Figure 7b. The H/W/S ratios differ considerably in this case, and the HCM condition can be observed by plotting the thickness of the heart muscle in comparison with that in other conditions [34]. Figure 7c details the conditions of patients with MINF.
Figure 7

Comparison of results for all cardiac conditions (a) DCM, (b) HCM, (c) MINF, (d) normal, and (e) ARV, with H: height, W: weight, S: slices.

A comparison of ED and ES revealed a left ventricular EF of <40% [35]; furthermore, some myocardial segments with abnormal contractions could be observed. However, this condition is similar to that of DCM, but no enlargement of the heart was observed. Therefore, the padding method is advantageous to remain following its proportions. Normal cardiac conditions are displayed in Figure 7d. Normal cardiac plotting is similar to that of ARV because the RV becomes thicker with layer accumulation, especially when the number of slices is small. Figure 7e displays the ARV condition. The right ventricular volume is higher than usual [36]. Furthermore, the EF of the RV was lower than 40% because it was enlarged despite the ES condition. These results revealed that ED–ES plotting with a 2D thickness algorithm can be used to visualize cardiac conditions with various heights, weights, and slices. Additionally, the proposed method can handle the use of various MRI instruments and settings for classifying cardiac conditions. These results provide numerous opportunities for rapid and straightforward cardiac screening for cardiac diagnosis. In the future, larger sample sizes and classes of cardiac abnormalities should be tested using this approach. Furthermore, 2D thickness and meta-learning experiments for long-axis data represent a novel approach for verifying the detection of various abnormal heart conditions.

5. Conclusions

A novel segmentation and classification model was proposed for heart disease diagnosis by using a cine MRI dataset. Encoder–decoder segmentation network EfficientNetB5-UNet was used to perform the semantic segmentation of MRI image slices. A 2D thickness algorithm that combined the segmentation outputs was proposed to develop the 2D representation images of the ED and ES cardiac volumes. The average Dice coefficients of segmentation for the LV were 96.24% (ED) and 89.92% (ES); the values for the RV were 92.90% (ED) and 86.92% (ES), whereas those for MYO were 88.90% (ED) and 90.48% (ES). Subsequently, the 2D thickness images obtained from the model with the best segmentation result were used for the classification to overcome the data shortage problem. The ensemble approach addresses the high uncertainty of prediction results. By using a six-slice 2D thickness image classification, the model could classify heart diseases in the ACDC dataset with an accuracy score of 92%. These results were consistent with those of other studies in which derivatives and other clinical features were used. This image-based classification can be used as a rapid scanning method for diagnosing heart disease.
  14 in total

1.  Automatic cardiac cine MRI segmentation and heart disease classification.

Authors:  Abderazzak Ammar; Omar Bouattane; Mohamed Youssfi
Journal:  Comput Med Imaging Graph       Date:  2021-01-13       Impact factor: 4.790

Review 2.  Hypertrophic cardiomyopathy.

Authors:  Barry J Maron; Martin S Maron
Journal:  Lancet       Date:  2012-08-06       Impact factor: 79.321

3.  RIANet: Recurrent interleaved attention network for cardiac MRI segmentation.

Authors:  Qianqian Tong; Caizi Li; Weixin Si; Xiangyun Liao; Yaliang Tong; Zhiyong Yuan; Pheng Ann Heng
Journal:  Comput Biol Med       Date:  2019-05-07       Impact factor: 4.589

4.  Deep Learning-Based Measurement of Total Plaque Area in B-Mode Ultrasound Images.

Authors:  Ran Zhou; Fumin Guo; M Reza Azarpazhooh; Samineh Hashemi; Xinyao Cheng; J David Spence; Mingyue Ding; Aaron Fenster
Journal:  IEEE J Biomed Health Inform       Date:  2021-08-05       Impact factor: 5.772

5.  Deep Transfer Metric Learning.

Authors: 
Journal:  IEEE Trans Image Process       Date:  2016-09-22       Impact factor: 10.856

6.  Fully convolutional multi-scale residual DenseNets for cardiac segmentation and automated cardiac diagnosis using ensemble of classifiers.

Authors:  Mahendra Khened; Varghese Alex Kollerathu; Ganapathy Krishnamurthi
Journal:  Med Image Anal       Date:  2018-10-19       Impact factor: 8.545

Review 7.  Fourth Universal Definition of Myocardial Infarction (2018).

Authors:  Kristian Thygesen; Joseph S Alpert; Allan S Jaffe; Bernard R Chaitman; Jeroen J Bax; David A Morrow; Harvey D White
Journal:  J Am Coll Cardiol       Date:  2018-08-25       Impact factor: 24.094

Review 8.  Cardiomyopathy: an overview.

Authors:  Randell K Wexler; Terry Elton; Adam Pleister; David Feldman
Journal:  Am Fam Physician       Date:  2009-05-01       Impact factor: 3.292

Review 9.  Hypertension Is a Risk Factor for Several Types of Heart Disease: Review of Prospective Studies.

Authors:  Yoshihiro Kokubo; Chisa Matsumoto
Journal:  Adv Exp Med Biol       Date:  2017       Impact factor: 2.622

10.  Dilated cardiomyopathy.

Authors:  John Lynn Jefferies; Jeffrey A Towbin
Journal:  Lancet       Date:  2010-02-27       Impact factor: 79.321

View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.