| Literature DB >> 34960517 |
Haytham Hijazi1,2, Manar Abu Talib3, Ahmad Hasasneh4, Ali Bou Nassif3, Nafisa Ahmed3, Qassim Nasir3.
Abstract
Physiological measures, such as heart rate variability (HRV) and beats per minute (BPM), can be powerful health indicators of respiratory infections. HRV and BPM can be acquired through widely available wrist-worn biometric wearables and smartphones. Successive abnormal changes in these indicators could potentially be an early sign of respiratory infections such as COVID-19. Thus, wearables and smartphones should play a significant role in combating COVID-19 through the early detection supported by other contextual data and artificial intelligence (AI) techniques. In this paper, we investigate the role of the heart measurements (i.e., HRV and BPM) collected from wearables and smartphones in demonstrating early onsets of the inflammatory response to the COVID-19. The AI framework consists of two blocks: an interpretable prediction model to classify the HRV measurements status (as normal or affected by inflammation) and a recurrent neural network (RNN) to analyze users' daily status (i.e., textual logs in a mobile application). Both classification decisions are integrated to generate the final decision as either "potentially COVID-19 infected" or "no evident signs of infection". We used a publicly available dataset, which comprises 186 patients with more than 3200 HRV readings and numerous user textual logs. The first evaluation of the approach showed an accuracy of 83.34 ± 1.68% with 0.91, 0.88, 0.89 precision, recall, and F1-Score, respectively, in predicting the infection two days before the onset of the symptoms supported by a model interpretation using the local interpretable model-agnostic explanations (LIME).Entities:
Keywords: COVID-19 detection; artificial intelligence; decision fusion; heart rate variability; natural language processing; wearables
Mesh:
Year: 2021 PMID: 34960517 PMCID: PMC8709136 DOI: 10.3390/s21248424
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.576
Figure 1Participants demographic information.
Figure 2Participants Geographical Distribution.
Dataset Description.
| Source | Data | Details |
|---|---|---|
| Welltory Mobile Application | HRV | Daily readings of beats per minute and HRV features such as SDNN, RMSSD, pNN50, COVID-19 onset date. Moreover, textual tags were provided by patients about their status daily. |
| Blood pressure | Diastolic and systolic readings, functional change index. | |
| Heart Rate | Beats per minute readings, and a binary answer (whether heart rate was measured at rest). | |
| Surveys | COVID symptoms such as cough assessment, fever, breath shortness, fatigue, etc. | |
| Wearables | Physiological metrics and fitness data | Resting heart rate, heart rate, oxygen saturation, steps count, walking distances. |
| Sleep data | Sleep begins and ends, sleep duration, light, and deep sleep information. |
Figure 3Schematic Representation of the Approach.
Figure 4Heatmap of the features and the target variable (i.e., class).
Figure 5Features count vs. accuracy (ANOVA and MI).
Figure 6This Figure shows the features ranking according to their importance to the target through two different feature selection techniques which are: (a) ANOVA-F and (b) Mutual Information.
Figure 7HRV features, BPM and feeling assessment distribution in the healthy and the infection time periods.
Figure 8Observation of selected HRV features and BPM overtime in one subject before and after the symptom’s onset.
Heart signals prediction results and performance—time window = 2.
| Modality | Model | Accuracy | Precision | Recall | F1-Score |
|---|---|---|---|---|---|
| HRV features + feeling assessment | SVM | 83.34 ± 1.68% | 0.91 | 0.88 | 0.89 |
| KNN | 83.06 ± 1.99% | 0.80 | 0.80 | 0.80 | |
| Decision Tree | 74.28 ± 0.613% | 0.80 | 0.79 | 0.79 | |
| Logistic Regression | 78.93 ± 2.34% | 0.80 | 0.80 | 0.79 | |
| HRV features only | SVM | 78.85 ± 3.04% | 0.79 | 0.81 | 0.78 |
| KNN | 80.17 ± 0.28% | 0.75 | 0.75 | 0.75 | |
| Decision Tree | 76.30 ± 0.98% | 0.71 | 0.71 | 0.71 | |
| Logistic Regression | 79.75 ± 4.31% | 0.79 | 0.79 | 0.79 | |
| Feeling assessment only | SVM | 65.38 ± 8.21% | 0.66 | 0.67 | 0.65 |
| KNN | 41.74 ± 9.68% | 0.46 | 0.47 | 0.41 | |
| Decision Tree | 50.58 ± 7.03% | 0.57 | 0.55 | 0.53 | |
| Logistic Regression | 58.68 ± 11.28% | 0.27 | 0.50 | 0.35 |
Figure 9AUC-ROC for the classifiers (HRV + Feeling features).
Figure 10LIME explanation of the SVM classifier (a) for a positive case; (b) for a negative case.
Performance results of the fastai LSTM model.
| Epoch | Train Loss | Valid Loss | Accuracy |
|---|---|---|---|
| 0 | 0.362183 | 0.264590 | 0.925373 |
| 1 | 0.355476 | 1.288716 | 0.686567 |
| 2 | 0.461005 | 0.675994 | 0.791045 |
| 3 | 0.447026 | 0.774474 | 0.805970 |
| 4 | 0.420781 | 0.499611 | 0.805970 |
Figure 11Learning Rate and Loss of fastai.