Smart Wearables for the Detection of Cardiovascular Diseases: A Systematic Literature Review
Abstract
:1. Introduction
1.1. Cardiovascular Diseases Latest Figures
1.2. CVDs Detection: From Classic to Technology-Assisted
1.3. Smart Wearables: Definitions and Overview
1.3.1. Smart Wearables: Brief History
1.3.2. Classification of Smart Wearables
- Medical;
- Industrial;
- Lifestyle;
- Fitness;
- Entertainment;
- Gaming.
- Watch-type;
- Necklace or wristband-type;
- Headmount display-type.
1.4. Role of Smart Wearables in CVDs
1.5. Outline and Main Contributions of This Article
- What are the applications of using smart wearables to detect and predict cardiovascular disease?
- What are the different aspects such as hardware and software used in these implementations?
- To what extent are these implementations feasible?
- What are the challenges and limitations in this area?
- What future perspectives can be pursued to improve the use of smart wearables in CVDs management?
- Systematically reviewing the use of smart wearables in the treatment of cardiovascular disease;
- Analyzing and discussing the reviewed implementations in a way that facilitates the identification of opportunities for improvement in this area;
- Naming the barriers to progress in this area;
- Proposing solutions that can be used to address these barriers;
- Presenting a collection of research questions and findings that could serve as a starting point for future research.
2. Research Methodology
2.1. Eligibility Criteria
2.2. Information Sources
2.3. Search Strategy
- IEEE: ((("ARTIFICIAL INTELLIGENCE" OR "SMART AGENTS" OR "SMART MACHINES" OR "INTELLIGENT" OR "DEEP LEARNING" OR "MACHINE LEARNING" OR "NEURAL NETWORK") AND ("HEALTH*" OR "DISEASE" OR "ILL*" OR"CARE") AND ("WIRELESS SENSORS NETWORK" OR "SMART SENSORS" OR "BODY AREA NETWORK" OR "WEARABLE" OR "SENSOR") AND ("CARDIOLOGY" OR "CARDIOVASCULAR" OR "HEART" OR "CARDI*"))).
- PubMed: ((ARTIFICIAL INTELLIGENCE) OR (SMART AGENTS) OR (SMART MACHINES) OR (INTELLIGENT) OR(DEEP LEARNING) OR (MACHINE LEARNING) OR (NEURAL NETWORK)) AND ((HEALTH) OR (DISEASE) OR (ILL) OR(CARE) OR (HEALTHCARE)) AND ((WIRELESS SENSORS NETWORK) OR (SMART SENSORS) OR(BODY AREA NETWORK) OR (WEARABLE) OR (SENSOR)) AND ((CARDIOLOGY) OR (CARDIOVASCULAR) OR (HEART) OR(CARDIAC)).
- Scopus: TITLE-ABS-KEY(((artificial intelligence) OR (smart agents) OR (smart machines) OR (intelligent) OR (deep learning) OR (machine learning) OR (neural network)) AND ((health*) OR (disease) OR (ill*) OR (care)) AND ((wireless sensors network) OR (smart sensors) OR (body area network) OR (wearable) OR (sensor)) AND ((cardiology) OR (cardiovascular) OR (heart) OR (cardi*))) AND (LIMIT-TO (SRCTYPE, “j”) OR LIMIT-TO (SRCTYPE, “p")) AND (LIMIT-TO(DOCTYPE, “cp”) OR LIMIT-TO(DOCTYPE, “ar”)) AND (LIMIT-TO( LANGUAGE, “English”)) AND (LIMIT-TO (PUBYEAR, 2021) OR LIMIT-TO (PUBYEAR, 2020) OR LIMIT-TO (PUBYEAR, 2019) OR LIMIT-TO (PUBYEAR, 2018) OR LIMIT-TO (PUBYEAR, 2017) OR LIMIT-TO (PUBYEAR, 2016) OR LIMIT-TO (PUBYEAR, 2015) OR LIMIT-TO (PUBYEAR, 2014) OR LIMIT-TO (PUBYEAR, 2013) OR LIMIT-TO (PUBYEAR, 2012) OR LIMIT-TO (PUBYEAR, 2011) OR LIMIT-TO (PUBYEAR, 2010)).
2.4. Selection Process
3. Results
3.1. Study Selection
3.2. Study Characteristics
3.3. Results of Individual Studies
3.3.1. Studies Using Custom-Built Devices
3.3.2. Studies Using Commercially Available Wearable Devices
- Alive ECG Heart Monitor;
- Amazfit Health band 1S;
- Apple Smart Watch;
- Bio Clothing One, XYZ life BC1;
- BioHarness 3.0 by Zephyr;
- ECG247 Smart Heart Sensor;
- Firstbeat Bodyguard Chest Patch 2 by Firstbeat Technologies;
- GENEActiv and Activinsights Band by Activinsights Ltd.;
- Glucose Monitor by Medtonic;
- HealthyPiV3 biosensors;
- Heart Rate sensor by Sunrom Electronics;
- IREALCARE2.0 Wearable ECG Sensor;
- Kimbolton, UK;
- Medical-Grade Wearable Embedded System Beijing Sensecho Science & Tech.;
- Wearable device provided by Medicaltech SRL;
- Moto 360;
- NanoPi Neo Plus2;
- Polar H10;
- PTN-104 PPG Sensor;
- Raspberry Pi Zero;
- Rejiva ECG Wearable Sensor;
- Rozinn RZ153+ ECG Monitor;
- Samsung Galaxy Active 2 Smart Watch;
- Samsung Galaxy Active Smart Watch;
- Samsung Gear Wearable Device;
- Samsung Simband 2 Wrist Band Smart Watch;
- Samsung Simband Wrist Band Smart Watch;
- Shimmer ECG Monitor;
- Single-Lead Heart Belt by Suunto Movesense, Suunto, Vantaa, Finland;
- Wrist-Type Pulse Wave Monitor by: Shanghai Asia & Pacific Computer Info. System.
3.3.3. Studies That Did Not Specify the Devices Used
4. Results Analysis
4.1. Progress with Years
4.2. Vital Signs in Use
- PR interval: measured from the beginning of the P wave to the first deflection of the QRS complex with a normal range of 120–200 ms;
- QRS complex: measured from first deflection of QRS complex to end of QRS complex at isoelectric line with a normal range of up to 120 ms;
- QT interval: measured from first deflection of QRS complex to end of T wave at isoelectric line with a normal range of up to 440 ms (though it varies with heart rate and may be slightly longer in females).
4.3. Diseases Targeted
4.4. Smart Models in Use
- Convolutional Neural Network (CNN): CNN is a kind of deep neural network used to analyze visual images. These neural networks are modeled after the neural networks of the human visual system. Neurons are the basic computational unit of a neural network, just as they are the basic functional unit of the human nervous system. In the case of convolutional neural networks, instead of normal matrix multiplication, convolution is used, a special form of mathematical operation. In addition to the input and output layers, a convolutional neural network has numerous hidden layers (a neural layer is a stack of neurons in a single row). A neuron in the input layer receives an input, analyzes it, and performs computations on it, and then transmits a nonlinear function called an activation function to produce the final output of a neuron [132];
- Support Vector Machines (SVMs): SVM is a supervised machine learning model for two-group classification problems that employs classification techniques. An SVM model is able to classify new data after receiving a set of labeled training data for each category [133];
- Long Short-Term Memory (LSTM): LSTM networks are a type of recurrent neural network (RNN) that can learn sequence dependence in sequence predictions. RNNs contain cycles that use network activations from a previous time step as inputs to influence predictions at the current time step. These activations are stored in the internal states of the network, theoretically preserving long-term contextual timing information. This method allows RNNs to use a contextual window that changes dynamically over the course of the input sequence. Complex problem domains such as machine translation, speech recognition, and others require this behavior [134];
- Decision Trees (DTs): A decision tree is a type of supervised machine learning used to make classifications or predictions based on answers to a prior set of questions. The model is a type of supervised learning, meaning that it is trained and evaluated on a dataset that contains the desired classification. Occasionally, the decision tree may not provide a definitive answer or conclusion. Instead, it may suggest possibilities from which the data scientist can make an informed choice. Because decision trees replicate human thought processes, it is often easy for data scientists to understand and explain the results [135].
- Accuracy: the fraction of predictions that the model predicted right and is calculated by dividing the number of correct predictions by the total number of predictions.
- Specificity: is the parameter used to calculate model’s ability to predict a true negative (no cardiovascular diseases in our case) of each category available.
- Sensitivity: is the parameter used to calculate model’s ability to predict the true positives (existence of CVDs in our case) of each category available.
- Precision: is the parameter used to calculate what proportion of positive identifications (existence of CVDs in our case) was actually correct.
- Recall: is the parameter used to calculate what proportion of actual positives (existence of CVDs in our case) was identified correctly.
4.5. Datasets in Use
5. Results Discussion
5.1. Performance, Usability, and Feasibility
- Noninvasive: the gadget should not penetrate or pierce the skin to collect data;
- Compact: the wearable device should not be bulky or large, as its main purpose is to monitor health symptoms without interfering with one’s life activities;
- Affordable: the affordability of the device plays a role in how well it fits into everyday life;
- Robust: the device should be durable enough to handle cold, hot, humid, or dry weather, as well as harsh operating conditions such as light scratches or bumps;
- Ease of use: if the hardware used requires little human input, it should have an intuitive interface;
- Durable power source: the portable device must be powered reliably enough to collect meaningful data over an extended period of time.
5.2. Latest Tech-Trends and Wearables in CVDs
5.2.1. Explainable AI
5.2.2. Federated Machine Learning
- Preserving users’ private data, especially health-related data;
- Enabling analysis of data from multiple sources in addition to the vital signs captured by the wearables, such as the patient’s medical history derived from electronic health records and the ECG recorded in real time, to provide more accurate results;
- Building users’ confidence in smart wearables for cardiovascular disease management and subsequent product adoption.
5.2.3. Multimodal Machine Learning
- Early fusion: disparate data sources are merged into a single feature vector before being used by a single machine learning algorithm.
- Intermediate fusion: takes place in the intermediate phase between input and output of a ML architecture, when all data sources have the same representation format.
- Late fusion: defines the aggregation of decisions from multiple ML algorithms, each trained with different data sources.
- Hybrid fusion: defines the use of more than one fusion discipline in a single deep algorithm.
6. Challenges and Future Perspectives
6.1. Challenges
6.1.1. Data Privacy and Confidentiality
6.1.2. Noise and Artifacts
- Intrinsic artifacts (also known as physiological or internal artifacts):
- –
- Ocular artifacts: created by ocular motions including blinking, horizontal and vertical eye movement, fluttering of the eyes, etc.;
- –
- Muscle artifacts: caused by things such as sneezing, swallowing, clenching, talking, lifting the eyebrows, chewing, contracting the scalp, etc.;
- –
- Respiratory artifacts: resulting from an electrode’s movement while breathing, which might manifest as slow, repetitive EEG activity;
- –
- Sweat artifacts: result of sweat’s electrolyte concentration shifts on the electrode’s surface after contact with the scalp and are obtained in wearables that collect vital signs that are related to skin.
- Extrinsic artifacts (also known as extra-physiological/external artifacts):
- –
- Motion artifacts: EEG monitoring systems are susceptible to motion artifacts due to the subject’s physical movement;
- –
- Environmental artifacts: these include, but are not limited to, loss of electrode-to-scalp contact, electrode rupture, electromagnetic wave interference from nearby electrical or electronic equipment, etc.
6.1.3. Data Diversity and Heterogeneity
6.1.4. User Technology Adoption and Engagement
- RQ1: Disclosure of subject data may be limited by law. If we utilize these records, how can we ensure that no one’s privacy will be compromised?
- RQ2: There are several potential noise and interference contributors to CVDs detection data. The question is, how should specialists deal with noisy data and artifacts?
- RQ3: The identification of CVDs may be enhanced by analyzing a variety of data. Can AI models handle the analysis of diverse datasets?
- RQ4: Did smart wearables earn enough confidence in the field despite their excellent accuracy in detecting CVDs, and how can this be improved?
6.2. Future Perspectives
6.2.1. Preserving Data Privacy and Confidentiality
6.2.2. Artifacts Removal and Data Readiness
6.2.3. Analysis of Heterogeneous and Diverse Data
6.2.4. Raising Trust by Enhancing Accuracy, Privacy, and Explainability
- TR1: To protect user privacy, smart wearables should employ federated learning for CVDs detection;
- TR2: The use of automated artifact and noise removal methods to mitigate the effects of interference and background noise;
- TR3: Improve the quality of recognition models by analyzing data from numerous modalities and sources using multimodal ML techniques;
- TR4: Raising precision, explainability, and adaptability will help build users’ confidence in smart wearables.
7. Conclusions
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Acknowledgments
Conflicts of Interest
References
- Urgent Health Challenges for the Next Decade. 13 January 2020. Available online: https://www.who.int/news-room/photo-story/photo-story-detail/urgent-health-challenges-for-the-next-decade (accessed on 1 April 2021).
- Holmes, J.; Sacchi, L.; Bellazzi, R. Artificial intelligence in medicine. Ann. R. Coll. Surg. Engl. 2004, 86, 334–338. [Google Scholar]
- Maddox, T.M.; Rumsfeld, J.S.; Payne, P.R. Questions for artificial intelligence in health care. JAMA 2019, 321, 31–32. [Google Scholar] [CrossRef] [PubMed]
- Tran, B.X.; Vu, G.T.; Ha, G.H.; Vuong, Q.H.; Ho, M.T.; Vuong, T.T.; La, V.P.; Ho, M.T.; Nghiem, K.C.P.; Nguyen, H.L.T.; et al. Global evolution of research in artificial intelligence in health and medicine: A bibliometric study. J. Clin. Med. 2019, 8, 360. [Google Scholar] [CrossRef] [Green Version]
- Noorbakhsh-Sabet, N.; Zand, R.; Zhang, Y.; Abedi, V. Artificial intelligence transforms the future of health care. Am. J. Med. 2019, 132, 795–801. [Google Scholar] [CrossRef]
- Roth, G.A.; Mensah, G.A.; Johnson, C.O.; Addolorato, G.; Ammirati, E.; Baddour, L.M.; Barengo, N.C.; Beaton, A.Z.; Benjamin, E.J.; Benziger, C.P.; et al. Global burden of cardiovascular diseases and risk factors, 1990–2019: Update from the GBD 2019 study. J. Am. Coll. Cardiol. 2020, 76, 2982–3021. [Google Scholar] [CrossRef]
- Centers for Disease Control and Prevention (CDC). Heart Disease Facts|Cdc.Gov. 14 October 2022. Available online: https://www.cdc.gov/heartdisease/facts.htm (accessed on 10 April 2021).
- Agency of Canada, Public Health. Heart Disease in Canada—Canada.Ca. August 2022. Available online: https://www.canada.ca/en/public-health/services/publications/diseases-conditions/heart-disease-canada.html (accessed on 15 April 2021).
- Tsao, C.W.; Aday, A.W.; Almarzooq, Z.I.; Alonso, A.; Beaton, A.Z.; Bittencourt, M.S.; Boehme, A.K.; Buxton, A.E.; Carson, A.P.; Commodore-Mensah, Y.; et al. Heart disease and stroke statistics—2022 update: A report from the American Heart Association. Circulation 2022, 145, e153–e639. [Google Scholar] [CrossRef]
- National Heart Lung and Blood Institute. Brief: Your Guide to Living Well with Heart Disease (NIH Publication 06-5716); National Institutes of Health: Washington, DC, USA, 2005. [Google Scholar]
- Johnson, K.W.; Torres Soto, J.; Glicksberg, B.S.; Shameer, K.; Miotto, R.; Ali, M.; Ashley, E.; Dudley, J.T. Artificial intelligence in cardiology. J. Am. Coll. Cardiol. 2018, 71, 2668–2679. [Google Scholar] [CrossRef] [PubMed]
- Prashanth, K.; Manjappa, M.; Srikar, C. The advent of artificial intelligence in cardiology: The current applications and future prospects. Eur. J. Mol. Clin. Med. 2020, 7, 14–20. [Google Scholar]
- Kim, K.J.; Shin, D.H. An acceptance model for smart watches: Implications for the adoption of future wearable technology. Internet Res. 2015, 25, 527–541. [Google Scholar] [CrossRef]
- Perera, C.; Vasilakos, A.V. A knowledge-based resource discovery for Internet of Things. Knowl.-Based Syst. 2016, 109, 122–136. [Google Scholar] [CrossRef] [Green Version]
- Liu, L.; Peng, Y.; Liu, M.; Huang, Z. Sensor-based human activity recognition system with a multilayered model using time series shapelets. Knowl.-Based Syst. 2015, 90, 138–152. [Google Scholar] [CrossRef]
- Park, E.; Kim, K.J.; Kwon, S.J. Understanding the emergence of wearable devices as next-generation tools for health communication. Inf. Technol. People 2016, 29, 717–732. [Google Scholar] [CrossRef]
- Turing, A. Computing machinery and intelligence. Mind 1950, 59, 433–460. [Google Scholar] [CrossRef]
- Niknejad, N.; Ismail, W.B.; Mardani, A.; Liao, H.; Ghani, I. A comprehensive overview of smart wearables: The state of the art literature, recent advances, and future challenges. Eng. Appl. Artif. Intell. 2020, 90, 103529. [Google Scholar] [CrossRef]
- Kortuem, G.; Kawsar, F.; Sundramoorthy, V.; Fitton, D. Smart objects as building blocks for the internet of things. IEEE Internet Comput. 2009, 14, 44–51. [Google Scholar] [CrossRef] [Green Version]
- Cheng, J.W.; Mitomo, H. The underlying factors of the perceived usefulness of using smart wearable devices for disaster applications. Telemat. Inform. 2017, 34, 528–539. [Google Scholar] [CrossRef]
- Poslad, S. Ubiquitous Computing: Smart Devices, Environments and Interactions; John Wiley Sons: Hoboken, NJ, USA, 2011. [Google Scholar]
- Jeong, S.C.; Kim, S.H.; Park, J.Y.; Choi, B. Domain-specific innovativeness and new product adoption: A case of wearable devices. Telemat. Inform. 2017, 34, 399–412. [Google Scholar] [CrossRef]
- Fernandez, P. Wearable Technology: Beyond Augmented Reality. Libr. Hi Tech News 2014, 31. [Google Scholar] [CrossRef]
- Thorp, E.O. The invention of the first wearable computer. In Proceedings of the Digest of Papers. Second International Symposium on Wearable Computers (Cat. No. 98EX215), Pittsburgh, PA, USA, 19–20 October 1998; pp. 4–8. [Google Scholar]
- Mann, S. Smart clothing: The shift to wearable computing. Commun. ACM 1996, 39, 23–24. [Google Scholar] [CrossRef]
- Park, S.; Jayaraman, S. Smart textiles: Wearable electronic systems. MRS Bull. 2003, 28, 585–591. [Google Scholar] [CrossRef]
- Wright, R.; Keith, L. Wearable technology: If the tech fits, wear it. J. Electron. Resour. Med. Libr. 2014, 11, 204–216. [Google Scholar] [CrossRef]
- Dimou, E.; Manavis, A.; Papachristou, E.; Kyratsis, P. A conceptual design of intelligent shoes for pregnant women. In Proceedings of the Workshop on Business Models and ICT Technologies for the Fashion Supply Chain, Florence, Italy, 20–22 April 2016; 2016; pp. 69–77. [Google Scholar]
- Yang, H.; Yu, J.; Zo, H.; Choi, M. User acceptance of wearable devices: An extended perspective of perceived value. Telemat. Inform. 2016, 33, 256–269. [Google Scholar] [CrossRef]
- Sana, F.; Isselbacher, E.M.; Singh, J.P.; Heist, E.K.; Pathik, B.; Armoundas, A.A. Wearable devices for ambulatory cardiac monitoring: JACC state-of-the-art review. J. Am. Coll. Cardiol. 2020, 75, 1582–1592. [Google Scholar] [CrossRef] [PubMed]
- DeVore, A.D.; Wosik, J.; Hernandez, A.F. The future of wearables in heart failure patients. JACC Heart Fail. 2019, 7, 922–932. [Google Scholar] [CrossRef]
- Raja, J.M.; Elsakr, C.; Roman, S.; Cave, B.; Pour-Ghaz, I.; Nanda, A.; Maturana, M.; Khouzam, R.N. Apple watch, wearables, and heart rhythm: Where do we stand? Ann. Transl. Med. 2019, 7, 417. [Google Scholar] [CrossRef]
- Vashistha, R.; Dangi, A.K.; Kumar, A.; Chhabra, D.; Shukla, P. Futuristic biosensors for cardiac health care: An artificial intelligence approach. 3 Biotech 2018, 8, 358. [Google Scholar] [CrossRef] [Green Version]
- Lee, S.; Chu, Y.; Ryu, J.; Park, Y.J.; Yang, S.; Koh, S.B. Artificial intelligence for detection of cardiovascular-related diseases from wearable devices: A systematic review and meta-analysis. Yonsei Med. J. 2022, 63, S93–S107. [Google Scholar] [CrossRef]
- Bayoumy, K.; Gaber, M.; Elshafeey, A.; Mhaimeed, O.; Dineen, E.H.; Marvel, F.A.; Martin, S.S.; Muse, E.D.; Turakhia, M.P.; Tarakji, K.G.; et al. Smart wearable devices in cardiovascular care: Where we are and how to move forward. Nat. Rev. Cardiol. 2021, 18, 581–599. [Google Scholar] [CrossRef]
- Kumar, S.; Victoria-Castro, A.M.; Melchinger, H.; O’Connor, K.D.; Psotka, M.; Desai, N.R.; Ahmad, T.; Wilson, F.P. Wearables in Cardiovascular Disease. J. Cardiovasc. Transl. Res. 2022, 1–12. [Google Scholar] [CrossRef]
- Page, M.J.; Moher, D.; Bossuyt, P.M.; Boutron, I.; Hoffmann, T.C.; Mulrow, C.D.; Shamseer, L.; Tetzlaff, J.M.; Akl, E.A.; Brennan, S.E.; et al. PRISMA 2020 explanation and elaboration: Updated guidance and exemplars for reporting systematic reviews. BMJ 2021, 372, n160. [Google Scholar] [CrossRef]
- PRISMA. Available online: https://www.prisma-statement.org//PRISMAStatement/Checklist.aspx (accessed on 17 November 2022).
- Wang, I.-J.; Liao, L.-D.; Wang, Y.-T.; Chen, C.-Y.; Lin, B.-S.; Lu, S.-W.; Lin, C.-T. A wearable mobile electrocardiogram measurement device with novel dry polymer-based electrodes. In Proceedings of the TENCON 2010–2010 IEEE Region 10 Conference, Fukuoka, Japan, 21–24 November 2010; pp. 379–384. [Google Scholar]
- Oresko, J.J.; Jin, Z.; Cheng, J.; Huang, S.; Sun, Y.; Duschl, H.; Cheng, A.C. A wearable smartphone-based platform for real-time cardiovascular disease detection via electrocardiogram processing. IEEE Trans. Inf. Technol. Biomed. 2010, 14, 734–740. [Google Scholar] [CrossRef]
- Lin, C.-T.; Chang, K.-C.; Lin, C.-L.; Chiang, C.-C.; Lu, S.-W.; Chang, S.-S.; Lin, B.-S.; Liang, H.-Y.; Chen, R.-J.; Lee, Y.-T.; et al. An intelligent telecardiology system using a wearable and wireless ECG to detect atrial fibrillation. IEEE Trans. Inf. Technol. Biomed. 2010, 14, 726–733. [Google Scholar]
- Hu, S.; Shao, Z.; Tan, J. A real-time cardiac arrhythmia classification system with wearable electrocardiogram. In Proceedings of the 2011 International Conference on Body Sensor Networks, Dallas, TX, USA, 23–25 May 2011; pp. 119–124. [Google Scholar]
- Lee, H.-J.; Kim, D.-O.; Kang, B.-J.; Ban, S.-W. Mobile embedded health-care system working on wireless sensor network. In Proceedings of the 2011 Third International Conference on Communications and Mobile Computing, Qingdao, China, 18–20 April 2011; pp. 161–164. [Google Scholar]
- Cheng, S.; Tamil, L.S.; Levine, B. A mobile health system to identify the onset of paroxysmal atrial fibrillation. In Proceedings of the 2015 International Conference on Healthcare Informatics, Dallas, TX, USA, 21–23 October 2015; pp. 189–192. [Google Scholar]
- Nemati, S.; Ghassemi, M.M.; Ambai, V.; Isakadze, N.; Levantsevych, O.; Shah, A.; Clifford, G.D. Monitoring and detecting atrial fibrillation using wearable technology. In Proceedings of the 2016 38th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC), Orlando, FL, USA, 16–20 August 2016; pp. 3394–3397. [Google Scholar]
- Wu, T.-K.; Lin, C.-C.; Ku, W.-Y.; Liou, Y.-S.; Yang, C.-Y.; Lee, M.-Y.; Lin, W.-Y.; Tsai, T.-H. The Study of the Enhanced External Counterpulsation System Based on Smart Clothes. In Proceedings of the 2016 IEEE First International Conference on Connected Health: Applications, Systems and Engineering Technologies (CHASE), Washington, DC, USA, 27–29 June 2016; pp. 125–129. [Google Scholar]
- Shashikumar, S.P.; Shah, A.J.; Li, Q.; Clifford, G.D.; Nemati, S. A deep learning approach to monitoring and detecting atrial fibrillation using wearable technology. In Proceedings of the 2017 IEEE EMBS International Conference on Biomedical & Health Informatics (BHI), Orlando, FL, USA, 16–19 February 2017; pp. 141–144. [Google Scholar]
- ElSaadany, Y.; Majumder, A.J.A.; Ucci, D.R. A wireless early prediction system of cardiac arrest through IoT. In Proceedings of the 2017 IEEE 41st Annual Computer Software and Applications Conference (COMPSAC), Turin, Italy, 4–8 July 2017; Volume 2, pp. 690–695. [Google Scholar]
- Sadrawi, M.; Lin, C.-H.; Lin, Y.-T.; Hsieh, Y.; Kuo, C.-C.; Chien, J.-C.; Haraikawa, K.; Abbod, M.F.; Shieh, J.-S. Arrhythmia evaluation in wearable ECG devices. Sensors 2017, 17, 2445. [Google Scholar] [CrossRef]
- Roj, D.; Wrobel, J.; Matonia, A.; Horoba, K.; Henzel, N. Control and signal processing software embedded in smart wristband monitor of silent atrial fibrillation. In Proceedings of the 2017 MIXDES-24th International Conference Mixed Design of Integrated Circuits and Systems, Bydgoszcz, Poland, 22–24 June 2017; pp. 585–590. [Google Scholar]
- Lin, C.-W.; Chang, Y.; Lin, C.-C.K.; Tsai, L.-M.; Chen, J.-Y. Development of an AI-based non-invasive Pulse AudioGram monitoring device for arrhythmia screening. In Proceedings of the 2017 IEEE Healthcare Innovations and Point of Care Technologies (HI-POCT), Bethesda, MD, USA, 6–8 November 2017; pp. 40–43. [Google Scholar]
- Chowdhuryy, M.H.I.; Sultana, M.; Ghosh, R.; Ahamed, J.U.; Mahmood, M.A.I. AI assisted portable ECG for fast and patient specific diagnosis. In Proceedings of the 2018 International Conference on Computer, Communication, Chemical, Material and Electronic Engineering (IC4ME2), Rajshahi, Bangladesh, 8–9 February 2018; pp. 1–4. [Google Scholar]
- Xia, Y.; Zhang, H.; Xu, L.; Gao, Z.; Zhang, H.; Liu, H.; Li, S. An automatic cardiac arrhythmia classification system with wearable electrocardiogram. IEEE Access 2018, 6, 16529–16538. [Google Scholar] [CrossRef]
- Ni, H.; Cho, S.; Mankoff, J.; Yang, J. Automated recognition of hypertension through overnight continuous HRV monitoring. J. Ambient. Intell. Humaniz. Comput. 2018, 9, 2011–2023. [Google Scholar] [CrossRef]
- Aliamiri, A.; Shen, Y. Deep learning based atrial fibrillation detection using wearable photoplethysmography sensor. In Proceedings of the 2018 IEEE EMBS International Conference on Biomedical & Health Informatics (BHI), Las Vegas, NV, USA, 4–7 March 2018; pp. 442–445. [Google Scholar]
- Park, E.-B.; Lee, J.-H. The Automated Heart Disease Detection System with Dry-Electrode Based Outdoor Shirts. In Proceedings of the 2018 IEEE International Conference on Consumer Electronics-Asia (ICCE-Asia), JeJu, Republic of Korea, 24–26 June 2018; pp. 206–212. [Google Scholar]
- Alfarhan, K.A.; Mashor, M.Y.; Mohd Saad, A.R.; Omar, M.I. Wireless heart abnormality monitoring kit based on Raspberry Pi. In Journal of Biomimetics, Biomaterials and Biomedical Engineering; Trans Tech Publications Ltd.: Stafa-Zurich, Switzerland, 2018; Volume 35, pp. 96–108. [Google Scholar]
- Kim, Y.S.; Mahmood, M.; Lee, Y.; Kim, N.K.; Kwon, S.; Herbert, R.; Kim, D.; Cho, H.C.; Yeo, W.-H. All-in-one, wireless, stretchable hybrid electronics for smart, connected, and ambulatory physiological monitoring. Adv. Sci. 2019, 6, 1900939. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Lin, Y.-J.; Chuang, C.-W.; Yen, C.-Y.; Huang, S.-H.; Chen, J.-Y.; Lee, S.-Y. An AIoT wearable ECG patch with decision tree for arrhythmia analysis. In Proceedings of the 2019 IEEE Biomedical Circuits and Systems Conference (BioCAS), Nara, Japan, 17–19 October 2019; pp. 1–4. [Google Scholar]
- Lin, Y.-J.; Chuang, C.-W.; Yen, C.-Y.; Huang, S.-H.; Huang, P.-W.; Chen, J.Y.; Lee, S.Y. Artificial intelligence of things wearable system for cardiac disease detection. In Proceedings of the 2019 IEEE International Conference on Artificial Intelligence Circuits and Systems (AICAS), Hsinchu, Taiwan, 18–20 March 2019; pp. 67–70. [Google Scholar]
- Van Zaen, J.; Chételat, O.; Lemay, M.; Calvo, E.M.; Delgado-Gonzalo, R. Classification of cardiac arrhythmias from single lead ECG with a convolutional recurrent neural network. arXiv 2019, arXiv:1907.01513. [Google Scholar]
- Scirè, A.; Tropeano, F.; Anagnostopoulos, A.; Chatzigiannakis, I. Fog-computing-based heartbeat detection and arrhythmia classification using machine learning. Algorithms 2019, 12, 32. [Google Scholar] [CrossRef] [Green Version]
- Faust, O.; Ciaccio, E.J.; Majid, A.; Acharya, U.R. Improving the safety of atrial fibrillation monitoring systems through human verification. Saf. Sci. 2019, 118, 881–886. [Google Scholar] [CrossRef]
- Karboub, K.; Tabaa, M.; Dellagi, S.; Dandache, A.; Moutaouakkil, F. Intelligent patient monitoring for arrhythmia and congestive failure patients using internet of things and convolutional neural network. In Proceedings of the 2019 31st International Conference on Microelectronics (ICM), Cairo, Egypt, 15–18 December 2019; pp. 292–295. [Google Scholar]
- Zhao, P.; Quan, D.; Yu, W.; Yang, X.; Fu, X. Towards deep learning-based detection scheme with raw ECG signal for wearable telehealth systems. In Proceedings of the 2019 28th International Conference on Computer Communication and Networks (ICCCN), Valencia, Spain, 29 July–1 August 2019; pp. 1–9. [Google Scholar]
- Yang, C.; Veiga, C.; Rodriguez-Andina, J.J.; Farina, J.; Iniguez, A.; Yin, S. Using PPG signals and wearable devices for atrial fibrillation screening. IEEE Trans. Ind. Electron. 2019, 66, 8832–8842. [Google Scholar] [CrossRef]
- HHuda, N.; Khan, S.; Abid, R.; Shuvo, S.B.; Labib, M.M.; Hasan, T. A low-cost, low-energy wearable ECG system with cloud-based arrhythmia detection. In Proceedings of the 2020 IEEE Region 10 Symposium (TENSYMP), Dhaka, Bangladesh, 5–7 June 2020; pp. 1840–1843. [Google Scholar]
- Chen, E.; Jiang, J.; Su, R.; Gao, M.; Zhu, S.; Zhou, J.; Huo, Y. A new smart wristband equipped with an artificial intelligence algorithm to detect atrial fibrillation. Heart Rhythm 2020, 17, 847–853. [Google Scholar] [CrossRef] [PubMed]
- Bhat, T.; Bhat, S.; Manoj, T. A Real-Time IoT Based Arrhythmia Classifier Using Convolutional Neural Networks. In Proceedings of the 2020 IEEE International Conference on Distributed Computing, VLSI, Electrical Circuits and Robotics (DISCOVER), Udupi, India, 30–31 October 2020; pp. 79–83. [Google Scholar]
- Ali, F.; El-Sappagh, S.; Islam, S.R.; Kwak, D.; Ali, A.; Imran, M.; Kwak, K.S. A smart healthcare monitoring system for heart disease prediction based on ensemble deep learning and feature fusion. Inf. Fusion 2020, 63, 208–222. [Google Scholar] [CrossRef]
- Rincon, J.A.; Guerra-Ojeda, S.; Carrascosa, C.; Julian, V. An IoT and fog computing-based monitoring system for cardiovascular patients with automatic ECG classification using deep neural networks. Sensors 2020, 20, 7353. [Google Scholar] [CrossRef]
- Khan, M.A. An IoT framework for heart disease prediction based on MDCNN classifier. IEEE Access 2020, 8, 34717–34727. [Google Scholar] [CrossRef]
- Yang, C.; Aranoff, N.D.; Green, P.; Tavassolian, N. Classification of aortic stenosis using time–frequency features from chest cardio-mechanical signals. IEEE Trans. Biomed. Eng. 2019, 67, 1672–1683. [Google Scholar] [CrossRef]
- Reddy, S.; Seshadri, S.B.; Bothra, G.S.; Suhas, T.G.; Thundiyil, S.C. Detection of arrhythmia in real-time using ECG signal analysis and convolutional neural networks. In Proceedings of the 2020 IEEE 21st International Conference on Computational Problems of Electrical Engineering (CPEE), Online, Poland, 16–19 September 2020; pp. 1–4. [Google Scholar]
- Gowtham, A.; Anirudh, L.; Sreeja, B.S.; Aakash, B.A.; Adittya, S. Detection of Arrhythmia using ECG waves with Deep Convolutional Neural Networks. In Proceedings of the 2020 4th International Conference on Electronics, Communication and Aerospace Technology (ICECA), Coimbatore, India, 5–7 November 2020; pp. 1390–1396. [Google Scholar]
- Han, D.; Bashar, S.K.; Zieneddin, F.; Ding, E.; Whitcomb, C.; McManus, D.D.; Chon, K.H. Digital image processing features of smartwatch photoplethysmography for cardiac arrhythmia detection. In Proceedings of the 2020 42nd Annual International Conference of the IEEE Engineering in Medicine & Biology Society (EMBC), Montreal, QC, Canada, 20–24 July 2020; pp. 4071–4074. [Google Scholar]
- Afadar, Y.; Akram, A.; Alkeebali, A.; Majzoub, S. Heart Arrhythmia Detection & Monitoring Using Machine Learning & ECG Wearable Device. In Proceedings of the 2020 Seventh International Conference on Information Technology Trends (ITT), Abu Dhabi, United Arab Emirates, 25–26 November 2020; pp. 107–112. [Google Scholar]
- Marsili, I.A.; Biasiolli, L.; Masè, M.; Adami, A.; Andrighetti, A.O.; Ravelli, F.; Nollo, G. Implementation and validation of real-time algorithms for atrial fibrillation detection on a wearable ECG device. Comput. Biol. Med. 2020, 116, 103540. [Google Scholar] [CrossRef] [PubMed]
- Ahsanuzzaman, S.M.; Ahmed, T.; Rahman, M.A. Low cost, portable ECG monitoring and alarming system based on deep learning. In Proceedings of the 2020 IEEE Region 10 Symposium (TENSYMP), Dhaka, Bangladesh, 5–7 June 2020; pp. 316–319. [Google Scholar]
- Saadatnejad, S.; Oveisi, M.; Hashemi, M. LSTM-based ECG classification for continuous monitoring on personal wearable devices. IEEE J. Biomed. Health Inform. 2019, 24, 515–523. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Malepati, N.; Fatima, R.; Gupta, S.; Ramsali, V.; Shobha, K.R. Portable ECG Device for Remote Monitoring and Detection of Onset of Arrhythmia. In Proceedings of the 2020 IEEE International Conference on Electronics, Computing and Communication Technologies (CONECCT), Bangalore, India, 2–4 July 2020; pp. 1–5. [Google Scholar]
- Panganiban, E.B.; Chung, W.-Y.; Tai, W.-C.; Paglinawan, A.C.; Lai, J.-S.; Cheng, R.-W.; Chang, M.-K.; Chang, P.H. Real-time intelligent healthcare monitoring and diagnosis system through deep learning and segmented analysis. In International Conference on Biomedical and Health Informatics; Springer: Cham, Switzerland, 2019; pp. 15–25. [Google Scholar]
- Bazi, Y.; Al Rahhal, M.M.; AlHichri, H.; Ammour, N.; Alajlan, N.; Zuair, M. Real-time mobile-based electrocardiogram system for remote monitoring of patients with cardiac arrhythmias. Int. J. Pattern Recognit. Artif. Intell. 2020, 34, 2058013. [Google Scholar] [CrossRef] [Green Version]
- Rahman, M.A.; Samin, M.J.A.; Al Hasan, Z. Remote ECG Monitoring and Syncope Detection System Using Deep Learning. In Proceedings of the 2020 2nd International Conference on Advanced Information and Communication Technology (ICAICT), Dhaka, Bangladesh, 28–29 November 2020; pp. 201–206. [Google Scholar]
- Ding, X.; Wang, Y.; Hao, Y.; Lv, Y.; Chen, R.; Yan, H. A New Measure of Pulse Rate Variability and Detection of Atrial Fibrillation Based on Improved Time Synchronous Averaging. Comput. Math. Methods Med. 2021, 2021, 5597559. [Google Scholar] [CrossRef]
- Elwahsh, H.; El-Shafeiy, E.; Alanazi, S.; Tawfeek, M.A. A new smart healthcare framework for real-time heart disease detection based on deep and machine learning. Peerj Comput. Sci. 2021, 7, e646. [Google Scholar] [CrossRef]
- Tang, X.; Tang, W. An ECG Delineation and Arrhythmia Classification System Using Slope Variation Measurement by Ternary Second-Order Delta Modulators for Wearable ECG Sensors. IEEE Trans. Biomed. Circuits Syst. 2021, 15, 1053–1065. [Google Scholar] [CrossRef] [PubMed]
- Li, H.; An, Z.; Zuo, S.; Zhu, W.; Zhang, Z.; Zhang, S.; Zhang, C.; Song, W.; Mao, Q.; Mu, Y.; et al. Artificial Intelligence-Enabled ECG Algorithm Based on Improved Residual Network for Wearable ECG. Sensors 2021, 21, 6043. [Google Scholar] [CrossRef] [PubMed]
- Mohandas, P.; Aswin, P.R.; John, A.; Madhu, M.; Thomas, G.; Kurupath, V. Automated cardiac condition diagnosis using AI based ECG analysis system for school children. In Proceedings of the 2021 8th International Conference on Smart Computing and Communications (ICSCC), Kochi, India, 1–3 July 2021; pp. 362–366. [Google Scholar]
- Santala, O.E.; Halonen, J.; Martikainen, S.; Jäntti, H.; Rissanen, T.T.; Tarvainen, M.P.; Laitinen, T.P.; Laitinen, T.M.; Väliaho, E.S.; Hartikainen, J.E.K.; et al. Automatic Mobile Health Arrhythmia Monitoring for the Detection of Atrial Fibrillation: Prospective Feasibility, Accuracy, and User Experience Study. JMIR mHealth and uHealth 2021, 9, e29933. [Google Scholar] [CrossRef]
- Sandberg, E.L.; Grenne, B.L.; Berge, T.; Grimsmo, J.; Atar, D.; Halvorsen, S.; Fensli, R.; Jortveit, J. Diagnostic accuracy and usability of the ECG247 smart heart sensor compared to conventional Holter technology. J. Healthc. Eng. 2021, 2021, 5230947. [Google Scholar] [CrossRef] [PubMed]
- Mihiranga, A.; Shane, D.; Indeewari, B.; Udana, A.; Nawinna, D.; Attanayaka, B. Digital Tool for Prevention, Identification and Emergency Handling of Heart Attacks. In Proceedings of the 2021 IEEE 9th Region 10 Humanitarian Technology Conference (R10-HTC), Bangalore, India, 30 September–2 October 2021; pp. 1–6. [Google Scholar]
- Panganiban, E.B.; Paglinawan, A.C.; Chung, W.Y.; Paa, G.L.S. ECG diagnostic support system (EDSS): A deep learning neural network based classification system for detecting ECG abnormal rhythms from a low-powered wearable biosensors. Sens. Bio-Sens. Res. 2021, 31, 100398. [Google Scholar] [CrossRef]
- Virgeniya, S.C.; Ramaraj, E. IoT and Big Data for ECG Signal Classification-A Quick Decision System. In Proceedings of the 2021 2nd International Conference on Communication, Computing and Industry 4.0 (C2I4), Bangalore, India, 16–17 December 2021; pp. 1–6. [Google Scholar]
- Sahoo, S.; Borthakur, P.; Baruah, N.; Chutia, B.P. IoT and machine learning based health monitoring and heart attack prediction system. In Journal of Physics: Conference Series; IOP Publishing: Bristol, UK, 2021; Volume 1950, p. 012056. [Google Scholar]
- Meng, L.; Ge, K.; Song, Y.; Yang, D.; Lin, Z. Long-term wearable electrocardiogram signal monitoring and analysis based on convolutional neural network. IEEE Trans. Instrum. Meas. 2021, 70, 1–11. [Google Scholar] [CrossRef]
- Kadhim, O.R.; Taha, Z.K.; Abd AL-Majeed, S.W. Low-Cost Cloud-based Intelligent Remote Patient Monitoring for Heart Patient. In Proceedings of the 2021 International Conference on Communication & Information Technology (ICICT), Basrah, Iraq, 5–6 June 2021; pp. 31–36. [Google Scholar]
- Frodi, D.M.; Kolk, M.Z.; Langford, J.; Andersen, T.O.; Knops, R.E.; Tan, H.L.; Svendsen, J.H.; Tjong, F.V.; Diederichsen, S.Z. Rationale and design of the SafeHeart study: Development and testing of a mHealth tool for the prediction of arrhythmic events and implantable cardioverter-defibrillator therapy. Cardiovasc. Digit. Health J. 2021, 2, S11–S20. [Google Scholar] [CrossRef]
- Pierleoni, P.; Belli, A.; Gentili, A.; Incipini, L.; Palma, L.; Raggiunto, S.; Sbrollini, A.; Burattini, L. Real-time smart monitoring system for atrial fibrillation pathology. J. Ambient. Intell. Humaniz. Comput. 2021, 12, 4461–4469. [Google Scholar] [CrossRef]
- Siavashi, A.; Majidi, M. Sensing, Wireless Transmission, and Smart Processing of Heart Signals. In Proceedings of the 2021 5th International Conference on Internet of Things and Applications (IoT), Isfahan, Iran, 19–20 May 2021; pp. 1–6. [Google Scholar]
- Feng, H.-Y.; Chen, P.-Y.; Hou, J. SR-ScatNet Algorithm for On-device ECG Time Series Anomaly Detection. In Proceedings of the SoutheastCon 2021, Atlanta, GA, USA, 10–13 March 2021; pp. 1–5. [Google Scholar]
- Liu, X.; Liu, T.; Zhang, Z.; Kuo, P.C.; Xu, H.; Yang, Z.; Lan, K.; Li, P.; Ouyang, Z.; Ng, Y.L.; et al. TOP-Net prediction model using bidirectional long short-term memory and medical-grade wearable multisensor system for tachycardia onset: Algorithm development study. JMIR Med. Inform. 2021, 9, e18803. [Google Scholar] [CrossRef] [PubMed]
- Zhang, H.; Zhu, L.; Nathan, V.; Kuang, J.; Kim, J.; Gao, J.A.; Olgin, J. Towards Early Detection and Burden Estimation of Atrial Fibrillation in an Ambulatory Free-living Environment. Proc. Acm Interact. Mob. Wearable Ubiquitous Technol. 2021, 5, 1–19. [Google Scholar] [CrossRef]
- Hui, Y.; Yin, Z.; Wu, M.; Li, D. Wearable devices acquired ECG signals detection method using 1D convolutional neural network. In Proceedings of the 2021 15th International Symposium on Medical Information and Communication Technology (ISMICT), Xiamen, China, 14–16 April 2021; pp. 81–85. [Google Scholar]
- Pramukantoro, E.S.; Gofuku, A. A heartbeat classifier for continuous prediction using a wearable device. Sensors 2022, 22, 5080. [Google Scholar] [CrossRef] [PubMed]
- Pramukantoro, E.S.; Gofuku, A. A real-time heartbeat monitoring using wearable device and machine learning. In Proceedings of the 2022 IEEE 4th Global Conference on Life Sciences and Technologies (LifeTech), Osaka, Japan, 7–9 March 2022; pp. 270–272. [Google Scholar]
- Kwon, J.M.; Jo, Y.Y.; Lee, S.Y.; Kang, S.; Lim, S.Y.; Lee, M.S.; Kim, K.H. Artificial Intelligence-Enhanced Smartwatch ECG for Heart Failure-Reduced Ejection Fraction Detection by Generating 12-Lead ECG. Diagnostics 2022, 12, 654. [Google Scholar] [CrossRef]
- Zhu, L.; Nathan, V.; Kuang, J.; Kim, J.; Avram, R.; Olgin, J.; Gao, J. Atrial fibrillation detection and atrial fibrillation burden estimation via wearables. IEEE J. Biomed. Health Inform. 2021, 26, 2063–2074. [Google Scholar] [CrossRef]
- Sabbadini, R.; Riccio, M.; Maresca, L.; Irace, A.; Breglio, G. Atrial Fibrillation Detection by Means of Edge Computing on Wearable Device: A Feasibility Assessment. In Proceedings of the 2022 IEEE International Symposium on Medical Measurements and Applications (MeMeA), Messina, Italy, 22–24 June 2022; pp. 1–6. [Google Scholar]
- Santala, O.E.; Lipponen, J.A.; Jäntti, H.; Rissanen, T.T.; Tarvainen, M.P.; Laitinen, T.P.; Laitinen, T.M.; Castrén, M.; Väliaho, E.S.; Rantula, O.A.; et al. Continuous mHealth Patch Monitoring for the Algorithm-Based Detection of Atrial Fibrillation: Feasibility and Diagnostic Accuracy Study. JMIR Cardio 2022, 6, e31230. [Google Scholar] [CrossRef]
- Baraeinejad, B.; Shayan, M.F.; Vazifeh, A.R.; Rashidi, D.; Hamedani, M.S.; Tavolinejad, H.; Gorji, P.; Razmara, P.; Vaziri, K.; Vashaee, D.; et al. Design and Implementation of an Ultralow-Power ECG Patch and Smart Cloud-Based Platform. IEEE Trans. Instrum. Meas. 2022, 71, 1–11. [Google Scholar] [CrossRef]
- Hiraoka, D.; Inui, T.; Kawakami, E.; Oya, M.; Tsuji, A.; Honma, K.; Kawasaki, Y.; Ozawa, Y.; Shiko, Y.; Ueda, H.; et al. Diagnosis of Atrial Fibrillation Using Machine Learning with Wearable Devices After Cardiac Surgery: Algorithm Development Study. JMIR Form. Res. 2022, 6, e35396. [Google Scholar] [CrossRef] [PubMed]
- Shrestha, A.P.; Yu, C.-H. ECG Data Analysis with IoT and Machine Learning. In Proceedings of the 2022 IEEE 12th Annual Computing and Communication Workshop and Conference (CCWC), Las Vegas, NV, USA, 26–29 January 2022; pp. 0323–0327. [Google Scholar]
- Jenifer, A.; Jeba, G.; Paulraj, L.; Kumar, N.; Yuvaraj, T.; Alen, G.; Rozario, P.; Amoli, R. Edge-based Heart Disease Prediction Device using Internet of Things. In Proceedings of the 2022 International Conference on Applied Artificial Intelligence and Computing (ICAAIC), Salem, India, 9–11 May 2022; pp. 1500–1504. [Google Scholar]
- Muthu Ganesh, V. Nithiyanantham, J. Heuristic-based channel selection with enhanced deep learning for heart disease prediction under WBAN. Comput. Methods Biomech. Biomed. Eng. 2022, 25, 1–20. [Google Scholar] [CrossRef]
- Dami, S. Internet of things-based health monitoring system for early detection of cardiovascular events during COVID-19 pandemic. World J. Clin. Cases 2022, 10, 9207. [Google Scholar] [CrossRef]
- Koivisto, T.; Lahdenoja, O.; Hurnanen, T.; Vasankari, T.; Jaakkola, S.; Kiviniemi, T.; Airaksinen, K.J. Mechanocardiography in the Detection of Acute ST Elevation Myocardial Infarction: The MECHANO-STEMI Study. Sensors 2022, 22, 4384. [Google Scholar] [CrossRef]
- Sheeba, A.; Padmakala, S.; Subasini, C.A.; Karuppiah, S.P. MKELM: Mixed Kernel Extreme Learning Machine using BMDA optimization for web services based heart disease prediction in smart healthcare. Comput. Methods Biomech. Biomed. Eng. 2022, 25, 1–15. [Google Scholar] [CrossRef]
- Shafi, J.; Obaidat, M.S.; Krishna, P.V.; Sadoun, B.; Pounambal, M.; Gitanjali, J. Prediction of heart abnormalities using deep learning model and wearabledevices in smart health homes. Multimed. Tools Appl. 2022, 81, 543–557. [Google Scholar] [CrossRef]
- Aziz, S.; Khan, M.U.; Iqtidar, K.; Ali, S.; Remete, A.N.; Javid, M.A. Pulse plethysmograph signal analysis method for classification of heart diseases using novel local spectral ternary patterns. Expert Syst. 2022, 39, e13011. [Google Scholar] [CrossRef]
- Chakraborty, C.; Kishor, A. Real-Time Cloud-Based Patient-Centric Monitoring Using Computational Health Systems. IEEE Trans. Comput. Soc. Syst. 2022, 9, 1613–1623. [Google Scholar] [CrossRef]
- Jansi Rani, S.V.; Chandran, K.R.; Ranganathan, A.; Chandrasekharan, M.; Janani, B.; Deepsheka, G. Smart wearable model for predicting heart disease using machine learning. J. Ambient. Intell. Humaniz. Comput. 2022, 13, 4321–4332. [Google Scholar] [CrossRef]
- Arpaia, P.; Crauso, F.; De Benedetto, E.; Duraccio, L.; Improta, G.; Serino, F. Soft Transducer for Patient’s Vitals Telemonitoring with Deep Learning-Based Personalized Anomaly Detection. Sensors 2022, 22, 536. [Google Scholar] [CrossRef]
- Manimurugan, S.; Almutairi, S.; Aborokbah, M.M.; Narmatha, C.; Ganesan, S.; Chilamkurti, N.; Alzaheb, R.A.; Almoamari, H. Two-Stage Classification Model for the Prediction of Heart Disease Using IoMT and Artificial Intelligence. Sensors 2022, 22, 476. [Google Scholar] [CrossRef]
- Ganti, V.G.; Gazi, A.H.; An, S.; Srivatsa, A.V.; Nevius, B.N.; Nichols, C.J.; Carek, A.M.; Fares, M.; Abdulkarim, M.; Hussain, T.; et al. Wearable Seismocardiography-Based Assessment of Stroke Volume in Congenital Heart Disease. J. Am. Heart Assoc. 2022, 11, e026067. [Google Scholar] [CrossRef] [PubMed]
- Price, D. How to read an electrocardiogram (ECG). Part 1: Basic principles of the ECG. The normal ECG. South Sudan Med J. 2010, 3, 26–31. [Google Scholar]
- Lip, G.Y.; Tse, H.F. Management of atrial fibrillation. Lancet 2007, 370, 604–618. [Google Scholar] [CrossRef] [Green Version]
- Bini, S.A. Artificial intelligence, machine learning, deep learning, and cognitive computing: What do these terms mean and how will they impact health care? J. Arthroplast. 2018, 33, 2358–2361. [Google Scholar] [CrossRef]
- Ertel, W. Introduction to Artificial Intelligence; Springer: Berlin/Heidelberg, Germany, 2018. [Google Scholar]
- Miotto, R.; Wang, F.; Wang, S.; Jiang, X.; Dudley, J.T. Deep learning for healthcare: Review, opportunities and challenges. Brief. Bioinform. 2018, 19, 1236–1246. [Google Scholar] [CrossRef]
- Bhatt, C.; Kumar, I.; Vijayakumar, V.; Singh, K.U.; Kumar, A. The state of the art of deep learning models in medical science and their challenges. Multimed. Syst. 2021, 27, 599–613. [Google Scholar] [CrossRef]
- Aloysius, N.; Geetha, M. A review on deep convolutional neural networks. In Proceedings of the 2017 International Conference on Communication and Signal Processing (ICCSP), Chennai, India, 6–8 April 2017; pp. 0588–0592. [Google Scholar]
- Hearst, M.A.; Dumais, S.T.; Osuna, E.; Platt, J.; Scholkopf, B. Support vector machines. IEEE Intell. Syst. Their Appl. 1998, 13, 18–28. [Google Scholar] [CrossRef] [Green Version]
- Hochreiter, S.; Schmidhuber, J. Long short-term memory. Neural Comput. 1997, 9, 1735–1780. [Google Scholar] [CrossRef]
- Myles, A.J.; Feudale, R.N.; Liu, Y.; Woody, N.A.; Brown, S.D. Brown. An introduction to decision tree modeling. J. Chemom. A J. Chemom. Soc. 2004, 18, 275–285. [Google Scholar]
- MIT-BIH Arrhythmia Database v1.0.0. Available online: https://www.physionet.org/content/mitdb/1.0.0/ (accessed on 1 November 2022).
- Xu, F.; Uszkoreit, H.; Du, Y.; Fan, W.; Zhao, D.; Zhu, J. Explainable AI: A brief survey on history, research areas, approaches and challenges. In CCF International Conference on Natural Language Processing and Chinese Computing; Springer: Cham, Switzerland, 2019; pp. 563–574. [Google Scholar]
- Doran, D.; Schulz, S.; Besold, T.R. Besold. What does explainable AI really mean? A new conceptualization of perspectives. arXiv 2017, arXiv:1710.00794. [Google Scholar]
- Gunning, D.; Stefik, M.; Choi, J.; Miller, T.; Stumpf, S.; Yang, G.-Z. XAI—Explainable artificial intelligence. Sci. Robot. 2019, 4, eaay7120. [Google Scholar] [CrossRef]
- Dwork, C.; McSherry, F.; Nissim, K.; Smith, A. Calibrating noise to sensitivity in private data analysis. In Theory of Cryptography Conference; Springer: Berlin/Heidelberg, Germany, 2006; pp. 265–284. [Google Scholar]
- El Emam, K.; Dankar, F.K. Protecting privacy using k-anonymity. J. Am. Med. Inform. Assoc. 2008, 15, 627–637. [Google Scholar] [CrossRef] [Green Version]
- Li, P.; Li, J.; Huang, Z.; Li, T.; Gao, C.Z.; Yiu, S.M.; Chen, K. Multi-key privacy-preserving deep learning in cloud computing. Future Gener. Comput. Syst. 2017, 74, 76–85. [Google Scholar] [CrossRef]
- Fredrikson, M.; Jha, S.; Ristenpart, T. Model inversion attacks that exploit confidence information and basic countermeasures. In Proceedings of the 22nd ACM SIGSAC Conference on Computer and Communications Security, Denver, CO, USA, 12–16 October 2015; pp. 1322–1333. [Google Scholar]
- Shokri, R.; Stronati, M.; Song, C.; Shmatikov, V. Membership inference attacks against machine learning models. In Proceedings of the 2017 IEEE Symposium on Security and Privacy (SP), San Jose, CA, USA, 22–26 May 2017; 2017; pp. 3–18. [Google Scholar]
- McMahan, B.; Moore, E.; Ramage, D.; Hampson, S.; y Arcas, B.A. Communication-efficient learning of deep networks from decentralized data. In Artificial Intelligence and Statistics; PMLR: Ft. Lauderdale, FL, USA, 2017; pp. 1273–1282. [Google Scholar]
- Xu, J.; Glicksberg, B.S.; Su, C.; Walker, P.; Bian, J.; Wang, F. Federated learning for healthcare informatics. J. Healthc. Informatics Res. 2021, 5, 1–19. [Google Scholar] [CrossRef] [PubMed]
- Nguyen, D.C.; Pham, Q.V.; Pathirana, P.N.; Ding, M.; Seneviratne, A.; Lin, Z.; Dobre, O.; Hwang, W.-J. Federated learning for smart healthcare: A survey. ACM Comput. Surv. (CSUR) 2022, 55, 1–37. [Google Scholar] [CrossRef]
- Bonawitz, K.; Ivanov, V.; Kreuter, B.; Marcedone, A.; McMahan, H.B.; Patel, S.; Ramage, D.; Segal, A.; Seth, K. Practical secure aggregation for privacy-preserving machine learning. In Proceedings of the 2017 ACM SIGSAC Conference on Computer and Communications Security, Dallas, TX, USA, 30 October–3 November 2017; pp. 1175–1191. [Google Scholar]
- Zhang, K.; Song, X.; Zhang, C.; Yu, S. Challenges and future directions of secure federated learning: A survey. Front. Comput. Sci. 2022, 16, 1–8. [Google Scholar] [CrossRef]
- Baltrušaitis, T.; Ahuja, C.; Morency, L.P. Multimodal machine learning: A survey and taxonomy. IEEE Trans. Pattern Anal. Mach. Intell. 2018, 41, 423–443. [Google Scholar] [CrossRef] [Green Version]
- Kline, A.; Wang, H.; Li, Y.; Dennis, S.; Hutch, M.; Xu, Z.; Wang, F.; Cheng, F.; Luo, Y. Multimodal Machine Learning in Precision Health. arXiv 2022, arXiv:2204.04777. [Google Scholar]
- White, F.E. Data Fusion Lexicon; Joint Directors of Labs: Washington, DC, USA, 1991. [Google Scholar]
- Jiang, H.; Chen, X.; Zhang, S.; Zhang, X.; Kong, W.; Zhang, T. Software for wearable devices: Challenges and opportunities. In Proceedings of the 2015 IEEE 39th Annual Computer Software and Applications Conference, Taichung, Taiwan, 1–5 July 2015; Volume 3, pp. 592–597. [Google Scholar]
- Bhushan, D.; Agrawal, R. Security challenges for designing wearable and IoT solutions. In A Handbook of Internet of Things in Biomedical and Cyber Physical System; Springer: Cham, Switzerland, 2020; pp. 109–138. [Google Scholar]
- Motti, V.G. Assistive wearables: Opportunities and challenges. In Adjunct Proceedings of the 2019 Acm International Joint Conference on Pervasive and Ubiquitous Computing and Proceedings of the 2019 ACM International Symposium on Wearable Computers; Association for Computing Machinery: New York, NY, USA, 2019; pp. 1040–1043. [Google Scholar]
- Balsamo, D.; Merrett, G.V.; Zaghari, B.; Wei, Y.; Ramchurn, S.; Stein, S.; Weddell, A.S.; Beeby, S. Wearable and autonomous computing for future smart cities: Open challenges. In Proceedings of the 2017 25th International Conference on Software, Telecommunications and Computer Networks (SoftCOM), Split, Croatia, 21–23 September 2017; pp. 1–5. [Google Scholar]
- Moshawrab, M.; Adda, M.; Bouzouane, A.; Ibrahim, H.; Raad, A. Smart Wearables for the Detection of Occupational Physical Fatigue: A Literature Review. Sensors 2022, 22, 7472. [Google Scholar] [CrossRef]
- Albrecht, J.P. How the GDPR will change the world. Eur. Data Prot. Law Rev. 2016, 2, 287. [Google Scholar] [CrossRef]
- Parasol, M. The impact of China’s 2016 Cyber Security Law on foreign technology firms, and on China’s big data and Smart City dreams. Comput. Law Secur. Rev. 2018, 34, 67–98. [Google Scholar] [CrossRef]
- Gray, W.; Zheng, H.R. General Principles of Civil Law of the People’s Republic of China. Am. J. Comp. Law 1986, 34, 715–743. [Google Scholar] [CrossRef]
- Zhang, C.; Xie, Y.; Bai, H.; Yu, B.; Li, W.; Gao, Y. A survey on federated learning. Knowl.-Based Syst. 2021, 216, 106775. [Google Scholar] [CrossRef]
- De Luca, C.J.; Gilmore, L.D.; Kuznetsov, M.; Roy, S.H. Filtering the surface EMG signal: Movement artifact and baseline noise contamination. J. Biomech. 2010, 43, 1573–1579. [Google Scholar] [CrossRef] [PubMed]
- Islam, M.K.; Rastegarnia, A.; Sanei, S. Signal Artifacts and Techniques for Artifacts and Noise Removal. In Signal Processing Techniques for Computational Health Informatics; Springer: Cham, Switzerland, 2021; pp. 23–79. [Google Scholar]
- Mammen, P.M. Federated learning: Opportunities and challenges. arXiv 2021, arXiv:2101.05428. [Google Scholar]
- Yang, Q.; Liu, Y.; Chen, T.; Tong, Y. Federated machine learning: Concept and applications. ACM Trans. Intell. Syst. Technol. (TIST) 2019, 10, 1–19. [Google Scholar] [CrossRef]
- Li, Q.; Wen, Z.; Wu, Z.; Hu, S.; Wang, N.; Li, Y.; He, B. A survey on federated learning systems: Vision, hype and reality for data privacy and protection. IEEE Trans. Knowl. Data Eng. 2021, 1. [Google Scholar] [CrossRef]
- Li, L.; Fan, Y.; Tse, M.; Lin, K.Y. A review of applications in federated learning. Comput. Ind. Eng. 2020, 149, 106854. [Google Scholar] [CrossRef]
- Iriarte, J.; Urrestarazu, E.; Valencia, M.; Alegre, M.; Malanda, A.; Viteri, C.; Artieda, J. Independent component analysis as a tool to eliminate artifacts in EEG: A quantitative study. J. Clin. Neurophysiol. 2003, 20, 249–257. [Google Scholar] [CrossRef] [Green Version]
- Ram, M.R.; Madhav, K.V.; Krishna, E.H.; Komalla, N.R.; Reddy, K.A. A novel approach for motion artifact reduction in PPG signals based on AS-LMS adaptive filter. IEEE Trans. Instrum. Meas. 2011, 61, 1445–1457. [Google Scholar] [CrossRef]
- Daly, I.; Billinger, M.; Scherer, R.; Müller-Putz, G. On the automated removal of artifacts related to head movement from the EEG. IEEE Trans. Neural Syst. Rehabil. Eng. 2013, 21, 427–434. [Google Scholar] [CrossRef] [PubMed]
Powered By | Capabilities | |
---|---|---|
Smart wearables | Low power consumption Compact size Adaptable styles Robustness | Continuous functionality Long-term Monitoring Real-time data sensing Communication with Internet |
Ref# | Year | Disease(s) Targeted | Vital Signs Collected | Hardware Employed | Smart Model(s) Used | Training Dataset(s) | Results Metrics |
---|---|---|---|---|---|---|---|
[39] | 2010 | Atrial Fibrillation | Electrocardiogram | A wearable vest including dry foam ECG acquisition device A mobile phone (Nokia N85) | Not Identified | PhysioNet MIT-BIH dataset | Sensitivity: 94.56% Positive Predictive Value: 99.22% |
[40] | 2010 | Right Bundle Branch Block Beats Premature Ventricular Contraction Paced Beats Fusion of Paced and Normal Beats | Electrocardiogram | Plug-In-Based GUI Platform: An Alive Bluetooth ECG heart monitor and Amoi E72 Microsoft Windows Mobile 5 Smartphone Machine-Learning-Based Platform: An Alive Bluetooth ECG heart monitor and an HTC Microsoft Windows Mobile 6 Smartphone | Multilayer Perceptron | PhysioNet MIT-BIH dataset | Accuracy > 90% |
[41] | 2010 | Sinus Tachycardia Sinus Bradycardia Cardiac Asystole Atrial Fibrillation Wide QRS Complex | Electrocardiogram | A three-lead ECG device that contain two main parts: NCTU ECG Aquisition tool as the data acquisition (DAQ) unit and a wireless-transmission unit. Medi-Trace 200, Kendall are also used to read the ECG from the body | Not Identified | Dataset collected at MUSE ECG system (GE health care, USA) in China Medical University (CMUH) database | Accuracy > 92% |
[42] | 2011 | Premature Ventricular Contraction Atrial Premature Contraction | Electrocardiogram Electroencephalogram Respiratory Rate Skin Temperature | Wearable Sensor Node and it consists of seven modules: analog front-end circuits for four physiological signals, a radio communication module, a storage module, and MSP430F2618 as microcontroller unit (MCU) Smartphone: HTC HD2 with a 1 GHz CPU and 448 MB RAM (can be replaced with any android, Windows or IOS phone) | Hidden Markov Model Layered Hidden Markov Model | PhysioNet MIT-BIH dataset | Sensitivity: 99.72% Positive Predictive Value: 99.64% |
[43] | 2011 | Congestive Heart Failure Malignant Ventricular Ectopy Ventricular Tachycardia | Electrocardiogram | A wireless ECG sensor S3C6400 mobile phone HBE-ZigbeX motes as a wireless sensor network | Multilayer Perceptron | PhysioNet MIT-BIH dataset | BIDMC Congestive Heart Failure: 100% Malignant Ventricular Ectopy: 90.9% Ventricular Tachyarrhythmia: 83.3% |
[44] | 2015 | Atrial Fibrillation | Electrocardiogram | Rejiva ECG wearable sensor and a smartphone | Support Vector Machines | PhysioNet MIT-BIH dataset | Specificity: 77.25% Sensitivity: 93.13% |
[45] | 2016 | Atrial Fibrillation | Electrocardiogram Photoplethysmogram | Samsung Simband wrist band smart watch | Elastic Net Logistic model | Private Data | Accuracy: 95% Sensitivity: 97% Specificity: 94% AUROC: 99% |
[46] | 2016 | Myocardial Ischemia | Electrocardiogram | A smart cloth composed of four units: Smart cloth unit to measure physiological signal-ECG signal Signal control unit to control and memorize the status of the device by an ultra-low power MCU and SD card to save the signal data Signal sensing unit that has a motion tracking sensor module to capture the accelerometer signal Wireless connection unit to transmit the data A smartphone | Neural Network | PhysioNet MIT-BIH dataset PhysioNet MIT-BIH Normal Sinus Rhythm dataset | Accuracy > 76% |
[47] | 2017 | Atrial Fibrillation | Electrocardiogram Photoplethysmogram | Samsung Simband wrist band smart watch | Convolutional Neural Network Elastic Net Logistic model | Private Data | Accuracy: 91.8% |
[48] | 2017 | Heart Attack | Electrocardiogram Body Temperature | Device composed of pulse sensor, a temperature sensor, an Arduino, and a Low Energy (LE) Bluetooth A smartphone | Not Identified | Private Data | |
[49] | 2017 | Ventricular Premature Complex Atrial Premature Complex Ventricular Fibrillation Atrial Fibrillation | Electrocardiogram | Bio Clothing One, XYZ life BC1 | Artificial Neural Networks | PhysioNet American Heart Association database PhysioNet Creighton University Ventricular Tachyarrhythmia database PhysioNet MIT-BIH dataset PhysioNet MIT-BIH Noise Stress Test database | Accuracy > 75% |
[50] | 2017 | Atrial Fibrillation | Electrocardiogram | Wrist bracelet designed for the purpose: based on the ultra low power series Microcontroller STM32L471RG | Support Vector Machines | Private Data | Accuracy: 95% |
[51] | 2017 | Atrial Fibrillation | Audio Signal in Radial Artery | The PAG monitoring device consists of four components audiogram sensor: Panasonic capacitive microphone analog-digital converter: Embedded in Atmega328P microprocessor: Atmega328P chip data storage unit A smartphone | Convolutional Neural Network | Dataset collected at National Cheng Kung University Hospital (NCKUH), Tainan, Taiwan. | Accuracy: 98.92% |
[52] | 2018 | Myocardial Infarction | Electrocardiogram | ECG sensor using AD8232 and Espressif ESP-32 Wi-Fi + BLE module | Convolutional Neural Network | PhysioNet PTB Diagnostic ECG Database | Accuracy: 84% |
[53] | 2018 | Ventricular Arrhythmia Junctional Arrhythmia Supraventricular Arrhythmia Arrhythmias | Electrocardiogram | a smart clothing consisting of cloth carrier, biosen sor platform, and smart terminals. In biosensor platform, ADI ECG analog front-end (ADAS1001) is used for obtaining the ECG signals, Microcontroller (STM32) is used to realize the data processing and a Bluetooth module is available for data transfer | Deep Neural Network with a Softmax Regression model | PhysioNet MIT-BIH dataset | Accuracy > 94% |
[54] | 2018 | Hypertension | Heart Rate | A waist belt comprised of three kinds of sensors: three dry electrodes, a 3-axis accelerometer and two pressure sensors with different sensitivities | Logistic Regression Support Vector Machines | Private Data | Accuracy: 93.33% |
[55] | 2018 | Atrial Fibrillation | Electrocardiogram Photoplethysmogram | Samsung gear device wearable device | Convolution–Recurrent Hybrid Model (CRNN) | Private Data | Accuracy > 98% |
[56] | 2018 | Atrial Fibrillation | Electrocardiogram | A smart shirt equipped with ECG sensors A smartphone | Dataset collected at the Dongsan Medical Center in South Korea | Accuracy: 98.2% | |
[57] | 2018 | Ventricular Tachycardia Ventricular Bradycardia Premature Atrial Contractions Premature Ventricular Contractions | Electrocardiogram | for ECG Sensing: ECG body sensor with analog conditioning circuit (AD8232), Microcontroller unit (MCU) (PIC12F1822), Bluetooth module (HC-06), and charging controller module for analysis and display: processing and displaying unit of that process the ECG signal and display it on thin film transistor (TFT) liquid crystal display (LCD) consisting of Rpi computer, Bluetooth module, TFT screen, and power supply | Support Vector Machines | PhysioNet MIT-BIH dataset | Accuracy: 96.2% |
[58] | 2019 | Myocardial Infarction Heart Failure Arrhythmias Fusion Beats Supraventricular Ectopic Beats Ventricular Ectopic Beats | Electrocardiogram Heart Rate Respiratory Rate | A patch with electronic circuit is built for the purpose and proposed in the article and an Android smartphone and a cloud server for data storage and further analysis | Convolutional Neural Network | PhysioNet PTB Diagnostic ECG Database St Petersburg INCART 12-lead Arrhythmia Database | Accuracy: 98.7% |
[59] | 2019 | Atrial Fibrillation | Electrocardiogram | A patch with electronic circuit is built for the purpose and proposed in the article and an Android smartphone and a cloud server for data storage and further analysis | Decision Tree | PhysioNet MIT-BIH dataset | Accuracy > 97.18% |
[60] | 2019 | Atrial Fibrillation Atrial Flutter Ventricular Fibrillation | Electrocardiogram | A wearable ECG sensing device and an Android smartphone and a cloud server for data storage and further analysis | Convolutional Neural Network | PhysioNet MIT-BIH dataset | Accuracy > 94% |
[61] | 2019 | Atrial Fibrillation | Electrocardiogram | Smart vest equipped with two ECG sensing units | Long Short-Term Memory | PhysioNet dataset of the 2017 Computing in Cardiology Challenge | Sensitivity: 83.82% Specificity: 97.84% F1-score: 81.43% |
[62] | 2019 | Supraventricular Ectopic Beats Ventricular Ectopic Beats | Electrocardiogram | ECG sensing device with a smartphone or tablet | Long Short-Term Memory | PhysioNet MIT-BIH dataset | Accuracy > 79% |
[63] | 2019 | Atrial Fibrillation | Heart Rate | Commercial HR Sensor | Long Short-Term Memory | PhysioNet Atrial Fibrillation Database (AFDB) | Accuracy: 98.51% |
[64] | 2019 | Arrhythmias Congestive Heart Failure | Electrocardiogram | One lead ECG sensor | Convolutional Neural Network | PhysioNet MIT-BIH dataset PhysioNet MIT-BIH Normal Sinus Rhythm database | Accuracy: 93.75% |
[65] | 2019 | Arrhythmias | Electrocardiogram | A device composed of a single-lead heart rate monitor front end AD8232 chip, Atmel’s ATmega128 as a microcontroller and a BLE module A smartphone is also used | Support Vector Machines K-Nearest Neighbors Logistic Regression Random Forest Decision Tree Gradient Boosting Decision Tree | PhysioNet MIT-BIH dataset | Accuracy > 77% |
[66] | 2019 | Atrial Fibrillation | Photoplethysmogram | Wearable wristband device | Support Vector Machines | Private Data | Accuracy: 90% |
[67] | 2020 | Atrial Bigeminy Atrial Fibrillation Atrial Flutter Ventricular Bigeminy Heart Block Ventricular Trigeminy Ventricular Flutter Ventricular Tachycardia Supraventricular Tachyarrhythmia Idioventricular Rhythm Paced Beats Nodal (A-V Junctional) Rhythm | Electrocardiogram | SparkFun Single Lead Heart Rate Monitor AD8232 as the data acquisition device Smartphone as a gateway to the server | Convolutional Neural Network | PhysioNet MIT-BIH dataset | Accuracy: 94:13% |
[68] | 2020 | Atrial Fibrillation | Electrocardiogram Photoplethysmogram | Amazfit Healthband 1S for ECG and PPG sensing smartphone for data reception and analysis | Convolutional Neural Network | Dataset collected at Peking University First Hospital | Sensitivity: 80.00% Specificity: 96.81% Accuracy: 90.52% |
[69] | 2020 | Left Bundle Branch Block Beats Right Bundle Branch Block Beats Atrial Premature Contraction Ventricular Premature Contraction Paced Beats Ventricular Escape Beats | Electrocardiogram | A sensing device composed from a single lead heart rate monitor AD8232 and interfaced with NodeMCU development board having ESP8266 microcontroller capable of connecting to internet via WiFi Smartphone for the analysis of the data | Convolutional Neural Network | PhysioNet MIT-BIH dataset | Accuracy > 90% |
[70] | 2020 | Cardiovascular Risk | Electrocardiogram Electroencephalogram Electromyogram Heart Rate Blood Pressure Respiratory Rate Blood Sugar Level Oxygen Saturation Level Cholesterol Levels | Wearable medical sensors and a wearable smart watch | Convolutional Neural Network | UCI Cleveland Heart Diseases Dataset | Accuracy: 98.5% |
[71] | 2020 | Atrial Fibrillation | Electrocardiogram Photoplethysmogram Photoplethysmogram Oxygen saturation Level Body Temperature | The sensing device used is composed of three parts: AD8232r for ECG detection, ADS1115 analog-to-digital converter and SX1276 LoRa chip that transmits the data to the fog device The fog device: a low-cost raspberry pi system integrated with Intel Neural Compute Stick 2 (NCS 2) that is capable of handling deep learning algorithms | Convolutional Neural Network | PhysioNet dataset of the 2017 Computing in Cardiology Challenge | Accuracy: 90% |
[72] | 2020 | Cardiovascular Risk | Electrocardiogram Blood Pressure | An ECG sensing device built with AD8232 unit A smart watch raspberry pi with SX1272 unit to transmit the data for LoRa gateway | Convolutional Neural Network | UCI Cleveland Heart Diseases Dataset | Accuracy: 98.2% |
[73] | 2020 | Aortic Stenosis Mitral Insufficiency Mitral Stenosis Tricuspid Regurgitation | Electrocardiogram Photoplethysmogram Gyrocardiography Seismocardiogram | Shimmer 3 from Shimmer Sensing for ECG detection A three-axis MEMS accelerometer: (Kionix KXRB5-2042, Kionix, Inc.) to measure the SCG signal A three-axis MEMS gyroscope (Invensense MPU9150, Invensense, Inc.) to record the GCG signal An ear-lobe photoplethysmography (PPG) sensor | Decision Tree Random Forest Neural Network | Dataset collected at Columbia University Medical Center (CUMC) | Accuracy > 90% |
[74] | 2020 | Left Bundle Branch Block Beats Right Bundle Branch Block Beats Atrial Escape Beats Nodal (Junctional) Escape Beats Atrial Premature Beats Aberrated Atrial Premature Beats Nodal Premature Beats Supraventricular Premature Beats Premature Ventricular Contractions Ventricular Escape Beats Fusion of Ventricular and Normal Beats Paced Beats Fusion of Paced and Normal Beats | Electrocardiogram | A sensing device composed of AD8232 single-lead three-electrode ECG Heart Rate monitor and a ESP8266 Wi-Fi module used to provide wireless data transmission access to the Arduino Nano and is used to connect it to the cloud | Convolutional Neural Network | PhysioNet MIT-BIH dataset | Accuracy: 99.625% Sensitivity: 97.736% Specificity: 99.713% Precision: 97.835% |
[75] | 2020 | Ventricular Ectopic Beats Arrhythmias | Electrocardiogram | Sensing device composed of Raspberry Pi for processing, ADS1115 as Analog to Digital Converter and AD8232 as ECG sensor | Convolutional Neural Network | PhysioNet MIT-BIH dataset | Accuracy: 95.76% |
[76] | 2020 | Premature Atrial Contractions Premature Ventricular Contractions Atrial Fibrillation | Electrocardiogram Photoplethysmogram | 7-lead Holter monitor (Rozinn RZ153+ Series, Rozinn Electronics Inc., Glendale, NY, USA) Smartwatch (Simband 2, Samsung Digital Health, San Jose, CA, USA) | Random Forest Support Vector Machines | Dataset collected at the ambulatory cardiovascular clinic at the University of Massachusetts Medical Center (UMMC) | Best Model Accuracy: 94% |
[77] | 2020 | Arrhythmias | Electrocardiogram | Sensing device built using Raspberry Pi 3 model B+ and two ECG sensors AD8232 with a pulse sensor and an analog digital converter ADS1015 | Support Vector Machines Naïve Bayes Artificial Neural Networks | PhysioNet MIT-BIH dataset | Best Model Accuracy: 97.8% |
[78] | 2020 | Atrial Fibrillation | Electrocardiogram | the wearable system is composed to work on a prototype developed by Medicaltech srl (Rovereto, Italy) | A Custom model based on Thresholding of Shannon Entropy values | PhysioNet MIT-BIH dataset | Sensitivity: 99.2% Specificity: 97.3% |
[79] | 2020 | Atrial Fibrillation | Electrocardiogram | The sensing device is composed of Raspberry pi 3, Arduino UNO, AD8232 single lead ECG sensor, HC-05 Bluetooth, biomedical sensor pad and battery | Long Short-Term Memory | PhysioNet MIT-BIH dataset | Accuracy: 97.57% |
[80] | 2020 | Atrial Escape Beats Junctional Escape Beats Left Bundle Branch Block Beats Right Bundle Branch Block Beats Atrial Premature Beats Aberrated Atrial Premature Beats Junctional Premature Beats Supraventricular Premature Beats Premature Ventricular Contractions Ventricular Escape Beats Fusion of Ventricular and Normal Beats Paced Beats Fusion of Paced and Normal Beats | Electrocardiogram | Moto 360 NanoPi Neo Plus2 Raspberry Pi Zero | Long Short-Term Memory | PhysioNet MIT-BIH dataset | Accuracy > 98.6 % |
[81] | 2020 | Supraventricular Arrhythmia Atrial Fibrillation Arrhythmias | Electrocardiogram | A wearable sensing device composed of AD8232 as an ECG sensor, MCP3008 ias an ADC and Raspberry Pi as a computing unit | Support Vector Machines | UCI Cleveland Heart Diseases Dataset | Accuracy: 72.41% |
[82] | 2020 | Arrhythmias | Electrocardiogram Body Temperature Heart Rate Blood Oxygen Level | A sensing device composed of: Temperature sensor: MLX90614 Heart rate and blood oxygen sensors: MAX30100 ECG sensor: AD8232 Inter-Integrated Circuit (I2C) communication protocol Microcontroller: Arduino UNO Wireless transmission: Wi-Fi chip ESP8266 A smartphone | Long Short-Term Memory Convolutional Neural Network | PhysioNet MIT-BIH dataset | Accuracy: 99.05% |
[83] | 2020 | Premature Ventricular Contraction | Electrocardiogram | A wireless 3-lead ECG sensor from Shimmer Sensing | Support Vector Machines | PhysioNet MIT-BIH dataset | Sensitivity: 96.51% Predictive Value: 81.92% |
[84] | 2020 | Atrial Fibrillation Syncope | Electrocardiogram | A sensing device composed of: The SparkFun AD8232 ECG sensing unit Arduino Mega 2560 microcontroller Raspberry Pi 3 board ADXL345 triple-axis accelerometer HC-05 Bluetooth sensor A smartphone | Long Short-Term Memory | PhysioNet MIT-BIH dataset | Accuracy: 97.61% |
[85] | 2021 | Atrial Fibrillation | Pulse Plethysmogram | Wrist-type pulse wave monitor (type: Smart TCM-I, product by: Shanghai Asia & Pacific Computer Information System CO, Ltd, Shanghai, China) | Time Synchronous Averaging | Private Data | Accuracy: 98.4% |
[86] | 2021 | Cardiovascular Risk | Photoplethysmogram | Pulse rate sensor with ATmega32 microcontroller | Support Vector Machines Naïve Bayes Random Forest Decision Tree Logistic Regression Artificial Neural Networks Recurrent Neural Networks | Dataset collected at Framingham University | Accuracy: 94.9% |
[87] | 2021 | Ventricular Ectopic Beats Supraventricular Ectopic Beats | Electrocardiogram | Ternary second-order delta modulator circuits | Support Vector Machines | PhysioNet MIT-BIH dataset | Accuracy > 98% |
[88] | 2021 | Premature Atrial Contractions Premature Ventricular Contractions Atrial Fibrillation Ventricular Tachycardia Sinus Bradycardia Atrial Tachycardia | Electrocardiogram | A custom-built ECG Signal acquisition circuit | Gramian Angular Fields (GAFs) Deep Residual Network (ResNet) | PhysioNet MIT-BIH dataset LTAF database Simulated Data (Prosim2 Vital Sign Simulator) | Accuracy: 98.1% Sensitivity: 97.6% Specificity: 99.7% F1 Score: 97.6% |
[89] | 2021 | Arrhythmias Congestive Heart Failure | Electrocardiogram | ARDUINO UNO ECG SENSOR AD8232 DISPOSABLE ECG ELECTRODES | Support Vector Machines | PhysioNet dataset of the 2016 Computing in Cardiology Challenge | Accuracy: 98% |
[90] | 2021 | Atrial Fibrillation | Electrocardiogram | A consumer-grade, single-lead heart belt (Suunto Movesense, Suunto, Vantaa, Finland) | Not Identified | Private Data | Accuracy 97.8% |
[91] | 2021 | Atrial Fibrillation Atrial Flutter Supraventricular Tachycardia Ventricular Tachycardia | Electrocardiogram | ECG247 Smart Heart Sensor | Not Identified | Private Data | Accuracy > 95% |
[92] | 2021 | Heart Attack | Electrocardiogram Heart Rate Body Temperature Blood Pressure | A device composed of ECG, heart rate, body temperature, and blood pressure sensors | Not Identified | Private Data | Accuracy: 83% |
[93] | 2021 | Atrial Fibrillation Ventricular Bradycardia Ventricular Tachycardia Bundle Branch Block | Electrocardiogram | HealthyPiV3 biosensors | Convolutional Neural Network | PhysioNet MIT-BIH dataset PhysioNet PAF Prediction Challenge Database for AF records PhysioNet PTB Diagnostic ECG Database PhysioNet dataset of the of 2015 bradycardia Challenge PhysioNet Fantasia Database and PAF Prediction Challenge Database for healthy signals | Accuracy > 98.75% |
[94] | 2021 | Heart Attack | Electrocardiogram | AD8232 ECG sensor | Sequential Covering Algorithm | PhysioNet PTB-XL dataset | F1 Score: 87.8% |
[95] | 2021 | Heart Attack | Electrocardiogram Body Temperature Activity Parameters Oxygen Saturation Level | Composed of different sensors to collect different vital signs which are: LM35, MPU 6050, MAX30100 and AD8232 respectively | Support Vector Machines Linear Regression K-Nearest Neighbors Naïve Bayes | Private Data | Accuracy: 80% |
[96] | 2021 | Ventricular Premature Beats Supraventricular Premature Beats Atrial Fibrillation | Electrocardiogram | IREALCARE2.0 Wearable ECG Sensor | Time-Span Convolutional Neural Network Recurrent Neural Networks | Private Data | F1 Score: 86.5% Precision: 87.7% Recall: 86.8% |
[97] | 2021 | Cardiovascular Risk | Electrocardiogram Oxygen Saturation Level | Composed of AD8232 (ECG sensor) and MAX30102 (SPO2 sensor) | Convolutional Neural Network Convolutional Neural Network | PhysioNet MIT-BIH dataset | Shallow CNN Accuracy: 96.06% Deep CNN Accuracy: 98.47% |
[98] | 2021 | Heart Failure Hypertension Atrial Fibrillation Peripheral Artery Disease Myocardial Contraction | Heart Rate Activity Parameters | GENEActiv and Activinsights Band (Activinsights Ltd., Kimbolton, UK) | Not Identified | To be collected | To be provided |
[99] | 2021 | Atrial Fibrillation | Heart Rate Respiratory Rate | BioHarness 3.0 by Zephyr | Support Vector Machines | PhysioNet MIT-BIH dataset | Sensitivity: 78% Specificity: 66% |
[100] | 2021 | Atrial Fibrillation Bigeminy Arrhythmias | Electrocardiogram | AD8232 | Decision Tree | Private Data | Accuracy > 95% |
[101] | 2021 | Atrial Fibrillation Atrial flutter Left Bundle Branch Block Beats Wolff-Parkinson-White Syndrome Atrial Premature Contraction Premature Ventricular Contraction | Electrocardiogram | A smart vest equipped with AD8232 ECG Sensor | Shallow Wavelet Scattering Network (ScatNet) | PhysioNet MIT-BIH dataset | Accuracy > 96% |
[102] | 2021 | Tachycardia | Heart Rate Respiratory Rate Blood Oxygen Level | Medical-grade wearable embedded system (SensEcho, Beijing SensEcho Science & Technology Co Ltd) | Long Short-Term Memory | Medical Information Mart for Intensive Care III (MIMIC-III) | Up to 80% accuracy 2 h before onset of Tachycardia |
[103] | 2021 | Atrial Fibrillation | Photoplethysmogram | Samsung Galaxy Active 2 Watch | Convolutional Neural Network | Private Data | Accuracy 91.6% Specificity 93.0% Sensitivity 90.8% |
[104] | 2021 | Arrhythmias | Electrocardiogram | A chest sticker that is composed from BMD101 ECG sensing device with YJ33 power supply, BQ24072 as a power source and JDY-30 as a Bluetooth module | Convolutional Neural Network | PhysioNet MIT-BIH dataset | Accuracy: 99.83% |
[105] | 2022 | Supraventricular Ectopic Beats Ventricular Ectopic Beats Fusion Beats | Electrocardiogram | Polar H10 | Decision Tree Gradient Boosting k-Nearest Neighbors Multilayer Perceptron Random Forest Support Vector Machines | PhysioNet MIT-BIH dataset | Best Model Accuracy: 99.67% |
[106] | 2022 | Supraventricular Ectopic Beats Ventricular Ectopic Beats Fusion Beats | Electrocardiogram | Polar H10 | Decision Tree Gradient Boosting k-Nearest Neighbors Multilayer Perceptron Random Forest Support Vector Machines | PhysioNet MIT-BIH dataset | Best Model Accuracy: 99% |
[107] | 2022 | Heart Failure Reduced Ejection Fraction | Electrocardiogram | Galaxy Watch Active & AppleWatch 6 | Convolutional Neural Network | Private Data | Area Under Curve 93.4% |
[108] | 2022 | Atrial Fibrillation | Photoplethysmogram Electrocardiogram | Samsung GalaxyWatch Active 2 Chest ECG Patch | Hybrid Decision Model | Private Data | Average: 67.8% |
[109] | 2022 | Atrial Fibrillation | Photoplethysmogram | Custom-built device that contains the PPG sensor MAX30102 | Convolutional Neural Network | Data obtained from Kaunas University of Technology | F1-score: 94% |
[110] | 2022 | Atrial Fibrillation | Electrocardiogram | Firstbeat Bodyguard 2, Firstbeat Technologies | Not Identified | Private Data | Accuracy 98.7% Sensitivity 99.6%, Specificity 98.0% |
[111] | 2022 | Supraventricular Ectopic Beats Ventricular Ectopic Beats | Electrocardiogram | Custom-built device that contains the ECG AFE sensor | Artificial Neural Networks Decision Tree K-Nearest Neighbors | PhysioNet MIT-BIH dataset | Accuracy: 98.7% |
[112] | 2022 | Atrial Fibrillation | Photoplethysmogram | Apple Watch | Gradient Boosting Decision Tree | Private Data | Accuracy: 94.16% |
[113] | 2022 | Congestive Heart Failure Atrial Fibrillation | Electrocardiogram | AD8232 sensor | Random Forest | PhysioNet MIT-BIH dataset | Accuracy: 85% |
[114] | 2022 | Cardiovascular Risk | Photoplethysmogram Body Temperature Activity Parameters | Custom-built device with Pulse Sensor, DS18B20 temperature sensor and ADXL 1335 as accelerometer sensor | Naïve Bayes Decision Tree K-Nearest Neighbors Support Vector Machines | Kaggle Human Gait Dataset Kaggle Heart Disease Prediction Dataset | Accuracy: 82% |
[115] | 2022 | Cardiovascular Risk | Heart Rate Respiratory Rate Blood Oxygen Level | Not identified (WBAN) | Enhanced version of Recurrent Neural Network named ERNN | Private Data | Accuracy: 96% |
[116] | 2022 | Cardiovascular Risk | Electrocardiogram Electroencephalogram Body Temperature Blood Oxygen Level Respiratory Rate Blood Sugar Level | A custom-built device equipped with electrocardiogram sensor, electroencephalogram sensor, an electro-mammography sensor, an oxygen level sensor, a temperature sensor, a respiration rate sensor, and a glucose level sensor | Long Short-Term Memory | UCI Cardiac Arrhythmia Dataset | Average Positive Predictive Value: 96.77% Average Negative Predictive Value: 95.12% Average Sensitivity: 95.30% |
[117] | 2022 | ST Elevation Myocardial Infarction (STEMI) | Electrocardiogram Motion Data | Custom-built device with 3-axis accelerometer (ADXL355), 3-axis gyroscope (LSM6DS3) and single-lead ECG sensors | Logistic Regression | Private Data | Sensitivity: 73.9% Specificity: 85.7% |
[118] | 2022 | Cardiovascular Risk | Electrocardiogram Motion Data | A custom-built device with accelerometers, Galvanic Skin Response (GSR) and electrocardiograms (ECG) sensors | Mixed Kernel Based Extreme Learning Machine (MKELM) | Private Data | Accuracy: 99.5% |
[119] | 2022 | Cardiovascular Risk | Heart Rate | Wrist Strap & Rohm BH1790GLC-EVK-001 Development board BH1790GLC Optical heart rate sensor | Convolutional Neural Network | Simulated Data | F1-Score: Up to 99% |
[120] | 2022 | Myocardial Infarction Dilated Cardiomyopathy Hypertension | Pulse Plethysmogram | PTN-104 PPG sensor | Support Vector Machines K-Nearest Neighbors Decision Tree | Private Data | Accuracy: 98.4% Sensitivity: 96.7% Specificity: 99.6% |
[121] | 2022 | Cardiovascular Risk | Heart Rate Blood Sugar Level | Heart rate sensor by Sunrom Electronics Glucose monitor by Medtonic | Naïve Bayes K-Nearest Neighbors Support Vector Machines Random Forest Artificial Neural Networks | Private Data | Accuracy: 97.32% Recall: 97.58% Precision: 97.16% F1-Measure: 97.37% Specificity: 96.87% G-Mean: 97.22% |
[122] | 2022 | Cardiovascular Risk | Electrocardiogram | A custom-built device composed of ECG sensor (AD8232) and other components | Random Forest | UCI Cleveland Heart Diseases Dataset | Accuracy: 88% |
[123] | 2022 | Cardiovascular Risk | Heart Rate Oxygen Saturation Level Systolic Pressure Diastolic Pressure | Custom-built soft transducer equipped with MAX30100 SpO2 and HR monitor sensor | Long Short-Term Memory | Kaggle dataset (Not Specified) | Accuracy > 93% |
[124] | 2022 | Cardiovascular Risk | Electrocardiogram Blood Pressure Pulse Plethysmogram Body Temperature | Custom-built device equipped with ECG sensor, TMP117 temperature sensor, Honeywell’s 26 PC SMT blood pressure sensor, and a pulse oximeter | Recurrent Neural Networks | UCI Cleveland Heart Diseases Dataset | Accuracy: 99.15% Precision: 98.06% Recall: 98.95% Specificity: 96.32% F1-Score: 99.02% |
[125] | 2022 | Congenital Heart Disease | Electrocardiogram Seismocardiogram | Custom-built chest wearable sensor equipped with ECG sensor (ADS1291; Texas Instruments, Dallas, TX) and seismocardiogram sensor (ADXL355; Analog Devices, Norwood, MA) | Ridge Regression | Private Data | - |
Vital Sign | Count | Percentage |
---|---|---|
Electrocardiogram | 69 | 79.31% |
Photoplethysmogram | 15 | 17.24% |
Heart rate | 13 | 14.94% |
Body temperature | 8 | 9.20% |
Respiratory rate | 7 | 8.05% |
Oxygen saturation level | 5 | 5.75% |
Blood oxygen level | 4 | 4.60% |
Blood pressure | 4 | 4.60% |
Activity parameters | 3 | 3.45% |
Blood sugar level | 3 | 3.45% |
Electroencephalogram | 3 | 3.45% |
Pulse plethysmogram | 3 | 3.45% |
Motion data | 2 | 2.30% |
Seismocardiogram | 2 | 2.30% |
Audio signal in radial artery | 1 | 1.15% |
Cholesterol levels | 1 | 1.15% |
Diastolic pressure | 1 | 1.15% |
Electromyogram | 1 | 1.15% |
Gyrocardiography | 1 | 1.15% |
Skin temperature | 1 | 1.15% |
Systolic pressure | 1 | 1.15% |
Smart Model | Count |
---|---|
Convolutional neural network | 23 |
Support vector machines | 20 |
Decision tree | 10 |
Long short-term memory | 10 |
Random forest | 9 |
K-nearest neighbors | 8 |
Artificial neural networks | 5 |
Naïve Bayes | 5 |
Not identified | 5 |
Logistic regression | 4 |
Multilayer perceptron | 4 |
Recurrent neural networks | 3 |
Elastic net logistic model | 2 |
Gradient boosting | 2 |
Gradient boosting decision tree | 2 |
Neural network | 2 |
A custom model based on thresholding of Shannon entropy | 1 |
Convolution–recurrent hybrid model (CRNN) | 1 |
Deep neural network with a softmax regression model | 1 |
Deep residual network (ResNet) | 1 |
Enhanced version of recurrent neural network named ERNN | 1 |
Gramian angular fields (GAFs) | 1 |
Hidden Markov model | 1 |
Hybrid decision model | 1 |
Layered hidden Markov model | 1 |
Linear regression | 1 |
Mixed-kernel-based extreme learning machine (MKELM) | 1 |
Ridge regression | 1 |
Sequential covering algorithm | 1 |
Shallow wavelet scattering network (ScatNet) | 1 |
Time-synchronous averaging | 1 |
Time-span convolutional neural network | 1 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Moshawrab, M.; Adda, M.; Bouzouane, A.; Ibrahim, H.; Raad, A. Smart Wearables for the Detection of Cardiovascular Diseases: A Systematic Literature Review. Sensors 2023, 23, 828. https://doi.org/10.3390/s23020828
Moshawrab M, Adda M, Bouzouane A, Ibrahim H, Raad A. Smart Wearables for the Detection of Cardiovascular Diseases: A Systematic Literature Review. Sensors. 2023; 23(2):828. https://doi.org/10.3390/s23020828
Chicago/Turabian StyleMoshawrab, Mohammad, Mehdi Adda, Abdenour Bouzouane, Hussein Ibrahim, and Ali Raad. 2023. "Smart Wearables for the Detection of Cardiovascular Diseases: A Systematic Literature Review" Sensors 23, no. 2: 828. https://doi.org/10.3390/s23020828
APA StyleMoshawrab, M., Adda, M., Bouzouane, A., Ibrahim, H., & Raad, A. (2023). Smart Wearables for the Detection of Cardiovascular Diseases: A Systematic Literature Review. Sensors, 23(2), 828. https://doi.org/10.3390/s23020828