| Literature DB >> 35438211 |
Ingo Voigt1, Marc Boeckmann1, Oliver Bruder1, Alexander Wolf1, Thomas Schmitz1, Heinrich Wieneke1.
Abstract
BACKGROUND: Although aortic stenosis (AS) is the most common valvular heart disease in the western world, many affected patients remain undiagnosed. Auscultation is a readily available screening tool for AS. However, it requires a high level of professional expertise. HYPOTHESIS: An AI algorithm can detect AS using audio files with the same accuracy as experienced cardiologists.Entities:
Keywords: aortic stenosis; artificial intelligence; auscultation; deep neural network; machine learning; valvular heart disease
Mesh:
Year: 2022 PMID: 35438211 PMCID: PMC9175247 DOI: 10.1002/clc.23826
Source DB: PubMed Journal: Clin Cardiol ISSN: 0160-9289 Impact factor: 3.287
Figure 1Data processing and analysis were principally done in two steps. In the first step, MFCC feature extraction was done. In the second step, the preprocessed data were fed to the convolutional part of the DNN. After the convolutional layers, the output is flattened to a one‐dimensional tensor. Data are then fed to a fully connected layer using the ReLU (rectified linear unit) activation function. To overcome overfitting, which means that the network is too much adapted to the training data set, the regulizer and dropout techniques were applied. In the softmax function, the input values are transformed to a probability distribution that gives the probability of AS or no AS in the present case. AS, aortic valve stenosis; MFCC, Mel frequency cepstral coefficients.
Patient characteristics
| Training set | Test set | |||
|---|---|---|---|---|
| No AS ( | AS ( | No AS ( | AS ( | |
| Male (%) | 60 | 52 | 55 | 50 |
| Age (years) | 75.5 ± 10.2 | 80.5 ± 6.6 | 74.7 ± 7.7 | 80.4 ± 5.6 |
| BMI (kg/m2) | 27.5 ± 4.2 | 27.3 ± 4.2 | 26.9 ± 4.1 | 28.4 ± 5.4 |
| Sinus rhythm (%) | 86 | 94 | 80 | 95 |
| LV‐ejection fraction (%) | 55.0 ± 9.2 | 55.1 ± 8.0 | 54.8 ± 8.7 | 52.6 ± 10.3 |
| Aortic valve regurgitation | 7 | 16 | 10 | 10 |
| Mitral valve regurgitation | 19 | 21 | 15 | 25 |
| Tricuspid valve regurgitation | 13 | 18 | 5 | 20 |
| Aortic valve | 1.4 ± 0.3 | 4.2 ± 0.5 | 1.3 ± 0.3 | 4.3 ± 0.5 |
|
| ND | 46.2 ± 15.0 | ND | 47.0 ± 10.1 |
| AVA/BSA (cm2/m2) | ND | 0.8 ± 0.2 | ND | 0.8 ± 0.2 |
Note: Data are given as mean ± SD.
Moderate or severe heart valve disease.
*p < .05 no AS versus AS. **p < .01 no AS versus AS.
Figure 2ROC curve (orange line) achieved by the model in comparison to students (A), residents (B), and cardiologists (C). Individual rater performance is indicated by the black crosses, and averaged cardiologist performance is indicated by the red dot.
Comparison between the DNN and humans in the detection of AS in the test set
| Accuracy | Sensitivity | Specificity | F1‐score | |
|---|---|---|---|---|
| Sounds files form aortic position | 0.8 (0.68–0.92) | 0.8 (0.68–0.92) | 0.8 (0.68–0.92) | 0.8 (0.68–0.92) |
| Sound files from mitral position | 0.8 (0.67–0.92) | 0.9 (0.81–0.99) | 0.7 (0.56–0.84) | 0.81 (0.70–0.94) |
| Sound files from both positions | 0.95 (0.88–1.0) | 0.9 (0.81–0.99) | 1.0 | 0.95 (0.89–1.0) |
| Human skills | ||||
| All participants ( | 0.90 (0.88–0.91) | 0.95 (0.93–0.96) | 0.84 (0.81‐0.87) | 0.90 (0.81‐0.99) |
| Cardiologists ( | 0.94 (0.91–0.96) | 0.93 (0.91–0.96) | 0.96 (0.92–0.98) | 0.94 (0.86–1.0) |
| Residents ( | 0.88 (0.84–0.91) | 0.94 (0.90–0.97) | 0.81 (0.75–0.86) | 0.88 (0.78–0.98) |
| Students ( | 0.87 (0.84–0.90) | 0.95 (0.90–0.97) | 0.80 (0.74–0.85) | 0.88 (0.78–0.98) |
Note: Data are given as mean and confidence intervals.
Abbreviations: DNN, deep neural network; MR, mitral regurgitation.