Next Article in Journal
Comparing Infection Profiles of Expectant Mothers with COVID-19 and Impacts on Maternal and Perinatal Outcomes between the First Two Waves of the Pandemic
Previous Article in Journal
Prediction of Probable Major Depressive Disorder in the Taiwan Biobank: An Integrated Machine Learning and Genome-Wide Analysis Approach
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Calcium Identification and Scoring Based on Echocardiography. An Exploratory Study on Aortic Valve Stenosis

1
Inov Inesc Inovação—Instituto de Novas Tecnologias, 1000-029 Lisbon, Portugal
2
Instituto Universitário de Lisboa (ISCTE-IUL), ISTAR, 1649-026 Lisboa, Portugal
3
Faculty of Medicine, Lisbon University, Hospital Santa Maria/CHULN, CCUL, 1649-028 Lisbon, Portugal
*
Author to whom correspondence should be addressed.
J. Pers. Med. 2021, 11(7), 598; https://doi.org/10.3390/jpm11070598
Submission received: 17 May 2021 / Revised: 8 June 2021 / Accepted: 22 June 2021 / Published: 24 June 2021

Abstract

:
Currently, an echocardiography expert is needed to identify calcium in the aortic valve, and a cardiac CT-Scan image is needed for calcium quantification. When performing a CT-scan, the patient is subject to radiation, and therefore the number of CT-scans that can be performed should be limited, restricting the patient’s monitoring. Computer Vision (CV) has opened new opportunities for improved efficiency when extracting knowledge from an image. Applying CV techniques on echocardiography imaging may reduce the medical workload for identifying the calcium and quantifying it, helping doctors to maintain a better tracking of their patients. In our approach, a simple technique to identify and extract the calcium pixel count from echocardiography imaging, was developed by using CV. Based on anonymized real patient echocardiographic images, this approach enables semi-automatic calcium identification. As the brightness of echocardiography images (with the highest intensity corresponding to calcium) vary depending on the acquisition settings, echocardiographic adaptive image binarization has been performed. Given that blood maintains the same intensity on echocardiographic images—being always the darker region—blood areas in the image were used to create an adaptive threshold for binarization. After binarization, the region of interest (ROI) with calcium, was interactively selected by an echocardiography expert and extracted, allowing us to compute a calcium pixel count, corresponding to the spatial amount of calcium. The results obtained from these experiments are encouraging. With this technique, from echocardiographic images collected for the same patient with different acquisition settings and different brightness, obtaining a calcium pixel count, where pixel values show an absolute pixel value margin of error of 3 (on a scale from 0 to 255), achieving a Pearson Correlation of 0.92 indicating a strong correlation with the human expert assessment of calcium area for the same images.

Graphical Abstract

1. Introduction

The morphology and function of cardiac valves can be assessed in vivo in patients using echocardiography, which is widely used, does not use radiation, and can therefore be repeated throughout one’s life; it has a high temporal and spatial resolution that can evaluate valve morphology and mobility for every cardiac cycle in either 2D tomographic or 3D models; and it can evaluate the valve morphology and mobility for every cardiac cycle, as well in either 2D tomographic or 3D models.
Aortic valve stenosis is the most common cardiac valvular disease and is highly prevalent nowadays [1], affecting 7% of the population over 65 years old. It has a 60% annual mortality rate in untreated severe cases, with survival <5 years when symptoms evolve. The incidence and prevalence of the degenerative type is increasing as this segment of the population grows older [2]. It is estimated that 2,262,325 people are at risk in Portugal, accounting for 22% of the population [3]. According to the European Society of Cardiology’s recommendations for diagnosing and treating aortic stenosis, echocardiography is the first-line method to make the diagnosis and monitor the patient and valve calcification is a main feature to assess severity. The current European guidelines for diagnosing and treating aortic stenosis recommend also echocardiography as a first-line method to establish every patient’s diagnosis, and repeat echocardiography every 6 months for severe cases or yearly for the moderate disease [4]. Consequently, a standardized diagnostic tool is needed to diagnose, assess the severity of the stenosis, and follow-up this large population.
Computed tomography (CT) provides a calcium quantification method, expressed as a calcium score, based in the Agatston method [5]. When applied to aortic valve stenosis, this calculation is useful since calcification is a hallmark of this disease, and it has been shown that the amount of valve calcification is related to disease severity [6]. The severity of stenosis is directly related to prognosis and has an impact on the decision to replace the valve. This is particularly important when assessing severity with echocardiography, which may be difficult or debatable in up to 20% of cases [7], namely in cases of a low-flow low-gradient when the amount of calcium is often calculated in order to establish the stenosis severity. Previous studies have shown the value of cardiac CT-scans for determining the aortic calcium score, which is the only current imaging modality available for this purpose. Nevertheless, this approach bears costs, not only monetary, but from health too, since it is an ionizing technique which uses radiation to extract the amount of calcium [8], which may have long-term effects on the health condition of the patient. The development of a fully automated method able to identify and quantify the amount of valve calcium using echocardiography should be most valuable due to the non-ionizing character of this technique as well as the possibility of repeatability and long-term follow-up.
Before performing a CT-scan to obtain a calcium score, the calcium is first identified from the early stages of the disease by echocardiography [4], a non-invasive non-radiation method that uses ultrasound to scan the heart.
The standard of calcium detection is visual and requires training from medical professionals. The process is dependent on human performance and quantitation based in visual methods is time-consuming and prone to estimation errors. Moreover, when using ultrasound, the results may depend on the settings used for the image acquisition. Previous studies have addressed calcium quantification by echocardiography using commercial software for the identification of calcium. Using CT calcium scores as a reference, correlations between the two modalities was only moderate, with debatable usefulness for clinical application [9].
In fact, there are several approaches to this problem, such as adopting Machine Learning (ML) techniques. An example of this approach in the healthcare field can be seen in predicting the probability of lethal pneumonia to optimize costs, manage low-risk patients as outpatients, and to hospitalize high-risk patients [10]. A key ML technique, Convolutional Neural Networks (CNN), is the engine behind many of the recent advances in the field. A major drawback of CNN-based approaches is that it inherently works as a ‘black box’, with little visibility into the rationale and explanation of the classification decision provided by CNN [11]. As a black-box metaphor, CNN suffers from a lack of human interpretability, which is fundamental in understanding the methods’ operation. Besides, implementing CNNs requires large amounts of labeled data to meet the technique training requirements [12], which is out of the scope of this exploratory study, forcing us to look for alternative methods.
A Standard Computer Vision technique was selected as the best option, since it brings the added advantage of a supporting explanation. With this approach, we propose a binarization of the grey-level echocardiography image input, with an adaptive image threshold technique for image segmentation, where in the end, the binary image results in a white foreground (the calcium regions), with all other anatomic structures in black. This model should be able to identify aortic valve calcification and obtain a quantification of the pixel’s intensity and white pixel count, proportional to the amount of calcium, in parallel to a CT-scan calcium scan analysis.
This study aims to develop and evaluate a Computer Vision model/algorithm applicable to echocardiographic images, via adaptive image segmentation of echocardiography imaging, avoiding a Machine Learning approach and access to large amounts of labeled data, for identifying and quantifying the amount of calcium in aortic valve stenosis, in a fully automated process.

2. Materials and Methods

Our artifact envisages the identification of the presence of calcium in the aortic valve. Several image enhancement processes were tested, aiming to highlight the areas with a high concentration of calcium, which are described in the next sections. Our main goal is to develop an approach that can be implemented in hospital to perform a semi-automatic approach of calcium score from echography to reduce work from doctors and reduce the need for CT-scans.

2.1. Methodology

A systematic literature review was made by following the PRISMA (Preferred Reporting Items for Systematic Reviews and Meta-Analysis) Methodology [13], and with the following research question: “What is the state of the art of analyzing Ultrasound and CT-scan imaging, to find the calcium score of the aortic valve?”.
Information Systems (IS) research risks losing leverage over the fields where its applicability is critical if it lacks a strong component that provides applied research solutions [14]. The IS study is characterized by two major paradigms.
On one side, there’s behavioral science, which tries to come up with theories that predict personal or organizational conduct. On the other hand, design-science seeks to extend human and organizational capacities by developing creative artifacts [15].
In light of this, the Design Science Research Methodology (DSRM) and the six principles suggested by Peffers et al. [14] are used in the development of this article. This approach has its roots in engineering and artificial sciences, and its main goal is to create relevant artifacts that add value to the fields in which they are used.
The DSRM process has four different entry points, also known as methods, the first one being used in this research work, Problem-Centered-Initiation, since it is, by definition, the starting point of our methodology.
Since DSRM takes a problem-solving approach, it is critical to evaluate the artifacts to provide feedback and a better understanding of their problems, emphasizing in the improving of both their quality and design in subsequent iterations of the process. Before the final artifact is produced, this build-and-assess loop is normally repeated several times [16].
The first two activities are introduced in the Section 1, the third activity—Design and Development—is explained and demonstrated in Section 2, as well as the evaluation of the first results representing the robustness of our artifact. The evaluation is made in Section 3.6. The last activity—communication—is achieved in this article.

2.2. Echocardiography Binarization Process

Our developments adopted the OpenCV library [17]. In the first stage, the image histogram was equalized in order to improve the contrast of the image and stretch the intensity range, using the “equalizeHist” function [18]. This equalization relies on the mapping of one distribution to another distribution—a more uniform and wider distribution of the pixel intensity values—to spread the intensity values over the whole range. For the histogram of the input image H i , its cumulative distribution H i is:
H i = 0 j < i H j ,
where i is the intensity values from the given histogram and j the more uniform distribution of intensity values.
To use this as a remapping function, H i has to be normalized. Since the pixel grayscale intensities go from 0 to 255, the new intensity values of the equalized image can be obtained by applying the following remapping function to the source echocardiography image, s r c x , y :
e q u a l i z e d x , y = H s r c x , y ,
Subsequently, to improve the contrast of e q u a l i z e d x , y , a Contrast Limited Adaptive Histogram Equalization algorithm [19] was implemented that will divide the image into several non-overlapping regions of almost equal sizes, creating several histograms that will redistribute the image brightness, achieving the results in the overall image contrast depicted in Figure 1. To conclude the process, a thresholding technique was used, to segment the image into foreground and background, for further interpretation.
Nevertheless, this simple approach relying solely on histogram equalization leads to poor and inconclusive results in terms of visualizing and extracting the presence of calcium, as shown in Figure 1. The red circle represents where there is calcium on the aortic valve, and in yellow, other structures are marked, which are indistinguishable from each other.
In a second approach, a Region-based Segmentation [20] was attempted, where the aim was to segment different objects (calcium/non-calcium) by analyzing their pixel values. This technique classifies the pixels—based on a threshold applied to each pixel value—as an object or background. Moreover, since we may have multiple objects—given that calcium can go from severe to none in different scale values—multiple thresholds were initially defined to segment multiple objects, as represented by Figure 2. However, if we have an image with no significant grayscale difference, this approach will fail to get accurate segments. To mitigate this issue, another approach was attempted to have a more comprehensive and interpretable image. An Edge Detection algorithm [21] was used where the pixel brightness is scaled to an embossed image, where the height of each “mountain” corresponds to the pixel brightness. Figure 3 shows us the application of Edge Detection on an echocardiography image of the left ventricle. This approach turned out to be redundant since it represents the pixel values by “mountains heights”. This could be immediately calculated if the first step were extracting the pixel’s exact value and minimizing computation time. Otherwise, after implementing this algorithm, it would be another one would be needed to find each “mountain” height.
After the above-described initial approaches to our problem, it was concluded that instead of focusing our interest on mimicking human eye comprehension of the calcium presence, we could address our challenge in a different way, a third approach, by extracting the region of interest’s pixel values and seeing how they correlate with the amount of calcium present in the aortic valve.
In a first step, image binarization [22] was performed with a fixed threshold of 140 in the pixel grayscale value (in a scale from 0 to 255), where the pixels with an intensity above 140 were transformed in white (255), and the remaining in black (0), thus helping to identify the regions where there is a presence of calcium.
To deal with some natural constraints in terms of noise that characterize echocardiography imaging, particularly the process of sampling still images from the echocardiography video, different blurring treatments were performed to clean some of the image’s noise due to the echocardiography’s motion. Blurring an image will average rapid changes in the different pixel intensities, and this corresponds to a low-pass filter applied to the image [23], which removes noise while leaving the majority of the image structures still present in the image as depicted in Figure 4.
As it can be seen from Figure 4, when the Blur = 11 (experimentally adjusted with trial and error)), it can be easily identified, visually, in the regions where there is a presence of calcium (identified by the red circles). On this operation the central element of the image is replaced by the median of all the pixels in the kernel region, where the 11 means that it takes into consideration a kernel of 11 by 11.
To the resulting images of this blurring phase, a binarization operation with a fixed pixel threshold value of 160 was produced, experimentally obtained by analyzing 48 cases of echocardiography images, where 255 corresponds to calcium, as seen in Figure 5. This initial approach of a using a fixed threshold is not sufficient for our problem at hand, since our images’ brightness may vary, given different data collection conditions. To tackle this issue, an adaptive binarization technique has to be performed, which will be further explained.
In Figure 5, it is noticeable that when the blurring parameter increases from 5 to 11, we get a cleaner image (without small white dots—noise). However, we can also notice that in the region of interest (marked with red circles), when the blur increases, we lose pixels, since the region gets smaller. To mitigate this, a mask dilation operator was applied to each region of interest.
As shown Figure 6, the pixels lost in the blurring phase can be recovered by applying the dilation mask to the regions of interest in the image.
The next phase was to make our binarization adaptive and not based solely on a fixed threshold (initially set to 160), given the high variability in the imaging data collection procedures.

2.3. Adaptive Binarization Process

To achieve this adaptive binarization based on a fixed threshold, we need to confer to it a normalization value, in order to adapt to the various image changes resulting from the settings applied to the echocardiographic image acquisition.
The echocardiographic image suffers two steps of processing: (1) a post-processing stage where gains are imposed in the image after data acquisition, defined by windowing or grey-scale mapping, using the window width (WW) and level (WL) (2) and followed by an image analysis stage performed by the specialist.

2.3.1. Post-Processing Normalization

After the echocardiography raw data acquisition, gains are added to the image in a post-processing procedure. In our process, it is necessary to compensate for the new brightness that the image acquires by such a process. To accomplish this, a region outside the ultrasound sector was selected that would act as a normalization boundary of “dark” regions, as represented in Figure 7.
Once we had this sub-matrix, we subtracted the mean of its values from our calcium ROI pixel values, thus compensating for the image gain of this stage.
This method was tested on several images. Figure 8 depicts the example of one echocardiography with the most used different types of gains set in a post-processing stage, with the settings Window Width fixed at 250 and Window Level (WL) permuting between 75, 100 and 125.
In Figure 9 we have the normalized result of the calcium threshold obtained with these representative echocardiography cases, showing coherent results, extracted from the calcium present in the aortic valve, where we have the mean and the median of the values extracted from our ROI, the scale being from 0 to 255 (the greyscale pixel values). We can see that the values of pixels intensity extracted have a low absolute variation, suggesting the validity of our model since we have the same image with different gains.

2.3.2. Ultrasound Settings Normalization

After post-processing (prior stage), we proceeded with a second normalization process, related to the ultrasound settings that alter the image brightness and contrast during the echocardiography raw data acquisition, and which have direct consequences on the echocardiography pixel’s intensity levels. To mitigate this, we needed to interactively find a darker region of the echocardiography (inside the ultrasound range) and consider the mean of the values of that region as a “black threshold”, a reference area. By means of a manual step performed by the specialists, an area of the image was interactively selected from a structure which was expected to have very low brightness, typically corresponding to blood flow and subject to the same acquisition and post-processing (window width and level).
Firstly, the right ventricle cavity was chosen as a potential candidate for a reference ROI, given its minimal signal refractions. An ROI is selected in this image (as shown in Figure 10), corresponding to a darker region and allowing us to define the “dark” level of the image, by taking the mean of the values in that ROI) and then normalizing all pixel values of the image, by subtracting the “dark” value from their values. This would create a dynamic threshold, changing every time the brightness varies due to modifications in the ultrasound properties. With the ROI placed at the left atrium cavity, as shown in Figure 11, the same measurements were performed.
The normalization process implemented in Figure 10 and Figure 11 was applied to three different patients, and both showed that the tests performed with the normalized ROI in the left atrium cavity (a) were more consistent and accurate than the right ventricle cavity and (b), as shown in Figure 12 and demonstrated by the standard deviation of the threshold value of region a, were lower than that of region b (3.7 < 5.9). Therefore, our image normalization process relied on a “dark” ROI to be interactively defined on the left atrium cavity.
After image normalization, the final binarization result with this adaptive threshold is depicted in Figure 13.
Once the calcium regions are identified (Figure 13), we proceed with defining a 2D pixel mask for each region (inspecting the ROI and keeping the 2D coordinates of the white pixels). Applying these masks to the original image, we can extract the pixel values of each sub-image that we consider as calcium, allowing us to compute some simple descriptive statistical measures, such as mean and median. Given that pixel values vary with the ultrasound properties, we subtracted the mean value of the normalization region from the values of the original image, to get normalized values regardless of the ultrasound properties. From the descriptive statistics analysis, we noticed that for all the different cases studied, the one with the lowest variation was the mean, as shown in Table 1. Taking this finding into consideration, we used this metric to validate all new cases.
These tests were performed on three different patients, where each of them performed nine echocardiographic acquisitions with different settings. These settings have interchanged between Image Compression (IC) and Ultrasound Frequency (UF), with the values of 45%, 50% and 55% for IC and 30 Hz, 50 Hz and 70 Hz for UF, resulting in 27 echocardiographic images, aiming to validate the normalization method. From these echocardiography images, 3 of them had not enough quality to be analyzed, and were discarded. In Table 1, we can see that the mean pixel values extracted from each of these three different patients are coherent, with a low absolute difference between them, showing a low standard variation as well, which suggests that our normalization method is valid.

3. Implementation Process and Results

Considering the method developed performed in the previous section, our goal was to create an artifact that uses, as its input, the echocardiography and identifies calcium providing a score, considering the different acquisition settings. The major effort is the normalization due to the different acquisition settings. Figure 14 explains the complete process that was developed to achieve our goals.
The image processing consisted of nine different stages with two different operators—user and machine. The stages where the user is an operator, along with the image processing, will be described in this chapter.

3.1. Image Input

In the first stage, the user must select the image from which he intends to extract the calcium severity, allowing the machine to transform this image into grayscale and obtaining all the values scaled within the grayscale range (from 0 to 255), as shown in Figure 15.

3.2. Remove Post-Processing Gains

In this section, the system asks the user if the echocardiography selected has post-processing gains. If the image was subjected to such a processing stage, it is crucial to compensate them to get the real acquisition values and to ensure a more precise result. To do this, the user needs to select a region out of the sector, as represented in Figure 7.
This process will exclude the new brightness and treatment given on post-processing, achieving the original image collected by the specialist.

3.3. Image Processing

Once the image is scaled, a blur will be applied to it, fading some of the image’s noise, since this process averages out rapid changes in the different pixel intensities, as shown in Figure 16.

3.4. Select Normalization Region and Image Segmentation

To identify the calcium, we need to compute a threshold for image segmentation. This means that the image will be binarized where the foreground (the calcium region) is white.
For the threshold, we started with a constant threshold for the pixels, of 160. Pixel values above such a figure are considered calcium and the ones under this value are non-calcium pixels (blood, fat, muscle, or fibrous).
This initial constant threshold was weighted and defined by the experts in cardiology and echocardiography and the co-authors of this paper (AGA and LR), who have more than 20 years of experience. However, pixel intensities from echocardiographic images change with the acquisition parameter settings, such as image depth, ultrasound pulse frequency, and image compressing. Moreover, the post-processing level of gain intensity also changes the overall pixel intensity. Images collected with a combination of different parameter settings were analyzed, to test our normalization intensity values approach, and to identify an cut-offs for calcification in patients, with and without calcification, for controlling these parameters. Visual assessment by experts was used as our reference for calcium analysis. Since after collecting the echocardiography image there is a processing stage (gains are applied to the image), we would end up with an echocardiography image with different values of brightness and setting a constant binarization threshold would not provide good image segmentation. To tackle this issue, an adaptive normalization of our threshold was performed by adding the extra-brightness. This extra-brightness is taken from a region of the echocardiography that should be completely black, the left atrium cavity, as shown in Figure 17.
Achieving a dynamic threshold will normalize our echocardiography images, allowing our model to identify the calcium in different cases with different gains. The calcium presence can be seen in Figure 18 and is marked by a red circle.

3.5. Select Region of Interest

Once the image is binarized, the system asks the user to interactively select the Region Of Interest (ROI) that should contain the aortic valve. When the ROI submatrix is retrieved, we will loop over the image to extract the coordinates of the white pixels. Figure 13 depicts the end result: the submatrix with the binarized ROI.
Having the exact coordinates from where the calcium is present on the aortic valve, we will go to our original images and obtain the pixel values of the region of the aortic valve with calcium, from the coordinates extracted previously. After getting such pixel values, we will calculate the mean of our matrix of pixels. In order to get these values normalized, we compute the difference between the calcium selected from the echocardiography and the normalization region selected in Figure 17.
Regions identified as calcium—with an intensity above the dynamic threshold—will allow, after binarization, counting the number of white pixels, a proxy to the region area and an indication similar to the calcium score identified by a CT-scan. This approach requires validation performed by means of visual analysis conducted by echocardiography experts.

3.6. Implementation at Hospital Environment

For this study it was used Philips’s ultrasound equipment, model Epiq 7 (Eindhoven, The Netherlands).
After the performed tests, a validation set was created with 12 echocardiographic studies (from 12 different patients with calcific aortic stenosis) chosen randomly from the database, where we aimed to check our model’s accuracy in terms of classifying whether we had, or had not, a presence of calcium on the echocardiography image, based on the amount of calcification as assessed by CV-based calculation of the number of pixels, in comparison with the calcium area measured manually by planimetry in cm2 [24].
In Table 2, we present the results extracted from the validation set composed of these 12 samples, from which we have found a high correlation between the amount of calcium based in the number of white pixels, and the calcium area measured manually by the echocardiography experts (AGA and LR).
Pearson correlation between the number of white pixels and the area calculated by planimetry was 0.92, with a Coefficient of Determination of 0.91 and a p-value of 0.00048, as depicted in the correlation graph in Figure 19, showing that there is a high positive correlation [25], and a p-value lower than 0.001 shows that our test results are highly significant [26].

4. Discussion and Conclusions

We have concentrated our efforts on evaluating what the research studies are assessing regarding the score of calcium in the aortic valve and in the coronary, since from a standard coronary artery calcium computed tomography scan, we can measure the aortic valve calcification [27].
Several studies have been conducted to predict cardiovascular events, calcium being presented in the aortic valve as an accurate predictor of these events [28]. From our analysis, it became clear that all of our analyzed studies focused on utilizing CT-scans. In terms of getting coronary score calcium, this is only possible using this resource [8]. Nevertheless, this approach bears costs, namely, monetary and health costs, since it corresponds to a very invasive scan, considering that it uses radiation to extract the amount of calcium [8]. More recently, the CT-calcium score of the aortic valve has been used to identify aortic stenosis severity.
This degenerative disease evolves with ageing and is an epidemiological issue due to the high mortality, if left untreated. Literature studies performed with a cardiac CT calcium score, showed that the amount of valve calcification is related to severity and may help identify high-risk patients with an indication of valve replacement.
According to the Agatston method, calcium quantification by cardiac CT is usually presented as a calcium score and has been validated by histopathology [28]. Although it is a reference method for calcification, currently established by medical guidelines, CT is an ionizing method and its use in repeated studies should be avoided. On the other hand, echocardiography is a non-invasive, non-ionizing technique based on ultrasound that could be used for calcium detection quantification if an automated method were available and reliable. There is a lack, so far, of a reliable quantification method for calcium by using echocardiography, although this could be an appropriate method since it is free of negative effects on human health and is a widely available technique. However, the quantification of calcium based on echocardiography imaging is a challenge. Calcium is reliably detected visually by experts, but visual quantification is unreliable and is subject to variability. In this paper, calcification of the aortic valve was used in the scope of a proof-of concept study.
From the studies found, only one work regarding aortic valve calcification quantification recurring to echocardiography has been published. This means that there is a lack evaluation of the calcium score using only the echocardiography information, and only detection and prevention has been studied.
Once we add to our search CT-Scan imaging, we start obtaining published works related to quantifying the calcium, including some papers adopting deep learning. From our study we noticed that there is a larger sample in terms of studies when we are dealing with CT-scans. In fact, there are four times more papers regarding CT-scans than papers with echocardiography imaging analysis.
From our analysis, we can see that cardiac CT-scan imaging has been used for coronary calcium calcification and prognosis prediction, and some literature works adopt deep learning algorithms, while, as mentioned, there is no published work on obtaining a calcium score from echocardiography, which would avoid the disadvantages of an ionizing method such as CT-scan.
In our study, in order to avoid the use of CT-scans and the algorithm training requiring large data sets, we aimed to assess this technique for identifying and quantifying calcium in aortic valves of patients with aortic stenosis.
A Computer Vision approach enabled us to identify and quantify the amount of calcium based on echocardiography imaging analysis, in calcific aortic valve stenosis using as reference the calcium quantification by echocardiography experts.
From echocardiographic studies of calcific aortic stenosis, we analyzed the effect of changing the post-processing windowing conditions (width and level) and found a high level of agreement of intensity pixel values after normalization (by subtracting from the values of an ROI in a dark part of the image, at flow echogenicity void). An adaptive cutoff was found for pixel intensity that ensured the presence of calcium as validated by visual inspection.
Furthermore, in additional echocardiographic studies, we analyzed the pixel values when changing the settings of acquisition that affect the brightness and contrast (ultrasound frequency and compression) and the final values for pixels and normalized pixels at the reference ROI, which just showed a small difference between exams, opening the potential for wider application in the clinical setting.
Additionally, a validation set of 12 cases of calcific aortic stenosis, chosen randomly from a database, was selected for calcium quantification in the valves by assessing pixel number counting after applying the proposed cutoff for calcium. As a proxy of the amount of valve calcification, this number, in parallel to the CT calcium score, showed an excellent correlation with valve calcification measured manually via planimetry by echocardiography experts. Few studies have also addressed quantification of calcium in aortic valve and so far, only one study has shown a moderate correlation between the echocardiographic calcium amount and CT calcium score [9]. From our validation results we expect that our method will show a better performance and ability to identify the severe cases.
A limitation of this study is the small number of cases analyzed. This was in accordance, however, with its exploratory purpose. A further study should be undertaken in the future with the inclusion of a larger number of aortic valves with a large range of calcification to validate these results. Besides expert image validation, as used in this paper, a comparison with an additional validated method must be undertaken, as well as a comparison with aortic valve stenosis severity and the impact of calcification assessed by this new method on prognosis. Additionally, our method, if proved successful, will most likely be used in patients with good acoustic windows, excluding the ones with difficult ones, up to 10–12% in the clinical arena and should use a fixed number of acquisition and post-processing settings.
Moreover, this study was developed using specific echocardiographic equipment. Findings must be compared in further studies using other machines that may possibly provide different kinds of ultrasound images regarding pixel intensity and different cutoffs possibly need to be considered.
This work was a collaborative approach between a computer science university and a social science university with a medical university and a hospital to provide a solution to a real problem.

Author Contributions

Methodology, L.B.E., A.G.A., L.R., M.S.D. and J.C.F.; image processing, L.B.E. and M.S.D.; image processing validation, A.G.A. and L.R.; performed the state of art revision, L.B.E., A.G.A., L.R. and J.C.F.; responsible for system development, L.B.E.; writing—original draft preparation, L.B.E., A.G.A., L.R., M.S.D. and J.C.F.; performed supervision and contributed to the article’s writing, A.G.A., L.R., M.S.D. and J.C.F.; coordinated the research and contributed to the article’s writing, J.C.F., M.S.D. and A.G.A. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the Foundation for Science and Technology (FCT) through ISTAR-IUL’s project UIDB/04466/2020 and UIDP/04466/2020.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

All the data can be used on request.

Acknowledgments

J.C.F. received support from the Portuguese National Funds through FITEC—Programa Interface, with reference CIT INOV—INESC INOVAÇÃO—Financiamento Base. L. B. E. received support from the project Remote Assessment and Telemonitoring of COVID-19 (ReATec), with reference 069101—Programa Operacional Regional do Norte e Programa Operacional Regional de Lisboa.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Okrainec, K.; Banerjee, D.K.; Eisenberg, M.J. Coronary artery disease in the developing world. Am. Hear. J. 2004, 148, 7–15. [Google Scholar] [CrossRef] [PubMed]
  2. 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]
  3. Resident Population Aged 65 and Over, Annual Average: Total and by Age Group. Available online: https://www.pordata.pt/en/Portugal/Resident+population+aged+65+and+over++annual+average+total+and+by+age+group-3508 (accessed on 1 May 2021).
  4. Arjmand, A. Coronary Artery Calcium Score: A Review. Iran. Red Crescent Med J. 2013, 15, e16616. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  5. Detrano, R.C.; Anderson, M.; Nelson, J.; Wong, N.D.; Carr, J.J.; McNitt-Gray, M.; Bild, D.E. Coronary Calcium Measurements: Effect of CT Scanner Type and Calcium Measure on Rescan Reproducibility—MESA Study. Radiology 2005, 236, 477–484. [Google Scholar] [CrossRef]
  6. Cueff, C.; Serfaty, J.-M.; Cimadevilla, C.; Laissy, J.-P.; Himbert, D.; Tubach, F.; Duval, X.; Iung, B.; Enriquez-Sarano, M.; Vahanian, A.; et al. Measurement of aortic valve calcification using multislice computed tomography: Correlation with haemodynamic severity of aortic stenosis and clinical implication for patients with low ejection fraction. Heart 2010, 97, 721–726. [Google Scholar] [CrossRef] [PubMed]
  7. Pawade, T.; Clavel, M.-A.; Tribouilloy, C.; Dreyfus, J.; Mathieu, T.; Tastet, L.; Renard, C.; Gun, M.; Jenkins, W.S.A.; Macron, L.; et al. Computed Tomography Aortic Valve Calcium Scoring in Patients With Aortic Stenosis. Circ. Cardiovasc. Imaging 2018, 11, e007146. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  8. Bos, D.; Leening, M.J.G. Leveraging the coronary calcium scan beyond the coronary calcium score. Eur. Radiol. 2018, 28, 3082–3087. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  9. Gillis, K.; Bala, G.; Roosens, B.; Hernot, S.; Remory, I.; Scheirlynck, E.; Geers, J.; Droogmans, S.; Cosyns, B. Clinical validation of an ultrasound quantification score for aortic valve calcifications. Int. J. Cardiol. 2018, 252, 68–71. [Google Scholar] [CrossRef]
  10. Caruana, R.; Lou, Y.; Gehrke, J.; Koch, P.; Sturm, M.; Elhadad, N. Intelligible Models for HealthCare. In Proceedings of the 21th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Sydney, Australia, 10–13 August 2015; pp. 1721–1730. [Google Scholar]
  11. Huff, D.T.; Weisman, A.J.; Jeraj, R. Interpretation and visualization techniques for deep learning models in medical imaging. Phys. Med. Biol. 2021, 66, 04TR01. [Google Scholar] [CrossRef] [PubMed]
  12. Rawat, W.; Wang, Z. Deep Convolutional Neural Networks for Image Classification: A Comprehensive Review. Neural Comput. 2017, 29, 2352–2449. [Google Scholar] [CrossRef]
  13. Moher, D.; Liberati, A.; Tetzlaff, J.; Altman, D.G. Preferred reporting items for systematic reviews and meta-analyses: The PRISMA statement. BMJ 2009, 339, 332–336. [Google Scholar] [CrossRef] [Green Version]
  14. Peffers, K.; Tuunanen, T.; Rothenberger, M.A.; Chatterjee, S. A Design Science Research Methodology for Information Systems Research. J. Manag. Inf. Syst. 2007, 24, 45–77. [Google Scholar] [CrossRef]
  15. Hevner, A.R.; March, S.T.; Park, J.; Ram, S. Design Science in Information Systems Research. MIS Q. 2004, 28, 75. [Google Scholar] [CrossRef] [Green Version]
  16. Markus, M.; Majchrzak, A.; Gasser, L. A Design Theory for Systems That Support Emergent Knowledge Processes. MIS Q. 2002, 26, 179–212. [Google Scholar] [CrossRef]
  17. OpenCV Library. Available online: https://opencv.org (accessed on 25 March 2021).
  18. Culjak, I.; Abram, D.; Pribanic, T.; Dzapo, H.; Cifrek, M. A brief introduction to OpenCV. In Proceedings of the 35th International Convention MIPRO, Svibnja, Croatia, 21–25 May 2012; pp. 1725–1730. [Google Scholar]
  19. Reza, A.M. Realization of the Contrast Limited Adaptive Histogram Equalization (CLAHE) for Real-Time Image Enhancement. J. VLSI Signal Process. Syst. signal, Image Video Technol. 2004, 38, 35–44. [Google Scholar] [CrossRef]
  20. Kaganami, H.G.; Beiji, Z. Region-Based Segmentation versus Edge Detection. In Proceedings of the 2009 Fifth International Conference on Intelligent Information Hiding and Multimedia Signal Processing, Kyoto, Japan, 12–14 September 2009; pp. 1217–1221. [Google Scholar]
  21. Torre, V.; Poggio, T.A. On Edge Detection. IEEE Trans. Pattern Anal. Mach. Intell. 1986, 8, 147–163. [Google Scholar] [CrossRef]
  22. Puneet, P.; Garg, N. Binarization Techniques used for Grey Scale Images. Int. J. Comput. Appl. 2013, 71, 8–11. [Google Scholar] [CrossRef]
  23. Yousuf, M.A.; Nobi, M.N. A New Method to Remove Noise in Magnetic Resonance and Ultrasound Images. J. Sci. Res. 2010, 3, 81. [Google Scholar] [CrossRef] [Green Version]
  24. Uçar, O.; Vural, M.; Cetfïn, Z.; Gökaslan, S.; Gürsoy, T.; Paşaoğlu, L.; Koparal, S.; Aydoğlu, S. Assessment of planimetric mitral valve area using 16-row multidetector computed tomography in patients with rheumatic mitral stenosis. J. Heart Valve Dis. 2011, 20, 13–17. [Google Scholar] [PubMed]
  25. Mukaka, M.M. A guide to appropriate use of Correlation coefficient in medical research. Malawi Med. J. 2012, 24, 69–71. [Google Scholar]
  26. Johnson, V.E. Revised standards for statistical evidence. Proc. Natl. Acad. Sci. USA 2013, 110, 19313–19317. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  27. “Prognostic Utility of Aortic Valve Calcium in Risk Stratification for Cardiovascular Disease: Advancements in Low Risk Stratification,” American College of Cardiology. Available online: http%3a%2f%2fwww.acc.org%2flatest-in-cardiology%2farticles%2f2021%2f02%2f15%2f13%2f18%2fprognostic-utility-of-aortic-valve-calcium-in-risk-stratification-for-cvd (accessed on 18 April 2021).
  28. Zeleznik, R.; Foldyna, B.; Eslami, P.; Weiss, J.; Alexander, I.; Taron, J.; Parmar, C.; Alvi, R.M.; Banerji, D.; Uno, M.; et al. Deep convolutional neural networks to predict cardiovascular risk from computed tomography. Nat. Commun. 2021, 12, 1–9. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Echocardiography image with CLAHE—The red circle represents the region of interest (ROI) where the calcified aortic valve is located, and in yellow, other structures are marked, which are non-calcified structures.
Figure 1. Echocardiography image with CLAHE—The red circle represents the region of interest (ROI) where the calcified aortic valve is located, and in yellow, other structures are marked, which are non-calcified structures.
Jpm 11 00598 g001
Figure 2. Echocardiography image with region-based segmentation.
Figure 2. Echocardiography image with region-based segmentation.
Jpm 11 00598 g002
Figure 3. Echocardiography image with edge detection.
Figure 3. Echocardiography image with edge detection.
Jpm 11 00598 g003
Figure 4. Echocardiography image with four levels of blurring applied—the red circle represents our ROI where the aortic valve is located.
Figure 4. Echocardiography image with four levels of blurring applied—the red circle represents our ROI where the aortic valve is located.
Jpm 11 00598 g004
Figure 5. Binarization of an echocardiography image, for each size of the kernel parameter applied—The red circle represents our ROI (aortic valve).
Figure 5. Binarization of an echocardiography image, for each size of the kernel parameter applied—The red circle represents our ROI (aortic valve).
Jpm 11 00598 g005
Figure 6. Application of the dilation mask to the regions of interest of the image, in order to recover the pixels lost in the blurring phase.
Figure 6. Application of the dilation mask to the regions of interest of the image, in order to recover the pixels lost in the blurring phase.
Jpm 11 00598 g006
Figure 7. Normalization region of interest (red square) to compensate the post image processing.
Figure 7. Normalization region of interest (red square) to compensate the post image processing.
Jpm 11 00598 g007
Figure 8. Echocardiography examples with different Windrow Levels (WL) and fixed Window Width of 250 (1) WL = 75, (2) WL = 100, and finally, (3) WL = 125.
Figure 8. Echocardiography examples with different Windrow Levels (WL) and fixed Window Width of 250 (1) WL = 75, (2) WL = 100, and finally, (3) WL = 125.
Jpm 11 00598 g008
Figure 9. Threshold values of pixel intensity for calcium, extracted from echocardiographic images with different post-processing gains. Windrow Levels (WL): (1) WL = 75, (2) WL = 100, and finally, (3) WL = 125, all with a fixed Window Width of 250.
Figure 9. Threshold values of pixel intensity for calcium, extracted from echocardiographic images with different post-processing gains. Windrow Levels (WL): (1) WL = 75, (2) WL = 100, and finally, (3) WL = 125, all with a fixed Window Width of 250.
Jpm 11 00598 g009
Figure 10. Normalization region (right ventricle cavity).
Figure 10. Normalization region (right ventricle cavity).
Jpm 11 00598 g010
Figure 11. Normalization region (left atrium cavity).
Figure 11. Normalization region (left atrium cavity).
Jpm 11 00598 g011
Figure 12. Standard deviation of binarization threshold values between normalized regions. Window width and level were kept constant.
Figure 12. Standard deviation of binarization threshold values between normalized regions. Window width and level were kept constant.
Jpm 11 00598 g012
Figure 13. Binary image of the Aortic Valve (region of interest) where our algorithm found two areas with calcium.
Figure 13. Binary image of the Aortic Valve (region of interest) where our algorithm found two areas with calcium.
Jpm 11 00598 g013
Figure 14. Process Description.
Figure 14. Process Description.
Jpm 11 00598 g014
Figure 15. Image loaded in grayscale.
Figure 15. Image loaded in grayscale.
Jpm 11 00598 g015
Figure 16. Blurred image.
Figure 16. Blurred image.
Jpm 11 00598 g016
Figure 17. Left atrium cavity region that will create a dynamic threshold for binarization.
Figure 17. Left atrium cavity region that will create a dynamic threshold for binarization.
Jpm 11 00598 g017
Figure 18. Calcium in the binarized image.
Figure 18. Calcium in the binarized image.
Jpm 11 00598 g018
Figure 19. Correlation Graph, where the Y-axis is planimetry and the X-axis is the number of white pixels taken from our approach.
Figure 19. Correlation Graph, where the Y-axis is planimetry and the X-axis is the number of white pixels taken from our approach.
Jpm 11 00598 g019
Table 1. Descriptive statistics, where Echocardiography 1 to 9 belongs to patient 1, 10 to 16 belongs to patient 2, and 17 to 24 belongs to patient 3.
Table 1. Descriptive statistics, where Echocardiography 1 to 9 belongs to patient 1, 10 to 16 belongs to patient 2, and 17 to 24 belongs to patient 3.
EchocardiographyNormalization by MeanNormalization by Median
1181184
2171175
3184193
4187193
5191199
6174175
7174181
8189190
9171173
10173179
11171185
12182187
13176186
14175186
15168168
16176184
17178182
18178180
19180179
20182183
21176176
22182183
23180180
24176175
Standard Deviation5.786.94
Table 2. Validation Study in a controlled patient representative—the number of white pixels (showing calcium) versus planimetry area measured manually.
Table 2. Validation Study in a controlled patient representative—the number of white pixels (showing calcium) versus planimetry area measured manually.
Number of White PixelsPlanimetry Area (cm2)Normalized Mean
Patient 13251.12166
Patient 27221.44174
Patient 32420.81168
Patient 46691.96170
Patient 522512.67175
Patient 625652.82190
Patient 710261.98188
Patient 89171.45174
Patient 910071.62178
Patient 1013151.77172
Patient 112060.72165
Patient 1217711.99186
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Elvas, L.B.; Almeida, A.G.; Rosario, L.; Dias, M.S.; Ferreira, J.C. Calcium Identification and Scoring Based on Echocardiography. An Exploratory Study on Aortic Valve Stenosis. J. Pers. Med. 2021, 11, 598. https://doi.org/10.3390/jpm11070598

AMA Style

Elvas LB, Almeida AG, Rosario L, Dias MS, Ferreira JC. Calcium Identification and Scoring Based on Echocardiography. An Exploratory Study on Aortic Valve Stenosis. Journal of Personalized Medicine. 2021; 11(7):598. https://doi.org/10.3390/jpm11070598

Chicago/Turabian Style

Elvas, Luis B., Ana G. Almeida, Luís Rosario, Miguel Sales Dias, and João C. Ferreira. 2021. "Calcium Identification and Scoring Based on Echocardiography. An Exploratory Study on Aortic Valve Stenosis" Journal of Personalized Medicine 11, no. 7: 598. https://doi.org/10.3390/jpm11070598

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