232 research outputs found

    SVM-Based Sleep Apnea Identification Using Optimal RR-Interval Features of the ECG Signal

    Get PDF
    Sleep apnea (SA) is the most commonly known sleeping disorder characterized by pauses of airflow to the lungs and often results in day and night time symptoms such as impaired concentration, depression, memory loss, snoring, nocturnal arousals, sweating and restless sleep. Obstructive Sleep Apnea (OSA), the most common SA, is a result of a collapsed upper respiratory airway, which is majorly undiagnosed due to the inconvenient Polysomnography (PSG) testing procedure at sleep labs. This paper introduces an automated approach towards identifying sleep apnea. The idea is based on efficient feature extraction of the electrocardiogram (ECG) signal by employing a hybrid of signal processing techniques and classification using a linear-kernel Support Vector Machine (SVM). The optimum set of RR-interval features of the ECG signal yields a high classification accuracy of 97.1% when tested on the Physionet Apnea-ECG recordings. The results provide motivating insights towards future developments of convenient and effective OSA screening setups.http://dx.doi.org/10.18201/ijisae.7907

    Sleep stage and obstructive apneaic epoch classification using single-lead ECG

    Get PDF
    <p>Abstract</p> <p>Background</p> <p>Polysomnography (PSG) is used to define physiological sleep and different physiological sleep stages, to assess sleep quality and diagnose many types of sleep disorders such as obstructive sleep apnea. However, PSG requires not only the connection of various sensors and electrodes to the subject but also spending the night in a bed that is different from the subject's own bed. This study is designed to investigate the feasibility of automatic classification of sleep stages and obstructive apneaic epochs using only the features derived from a single-lead electrocardiography (ECG) signal.</p> <p>Methods</p> <p>For this purpose, PSG recordings (ECG included) were obtained during the night's sleep (mean duration 7 hours) of 17 subjects (5 men) with ages between 26 and 67. Based on these recordings, sleep experts performed sleep scoring for each subject. This study consisted of the following steps: (1) Visual inspection of ECG data corresponding to each 30-second epoch, and selection of epochs with relatively clean signals, (2) beat-to-beat interval (RR interval) computation using an R-peak detection algorithm, (3) feature extraction from RR interval values, and (4) classification of sleep stages (or obstructive apneaic periods) using one-versus-rest approach. The features used in the study were the median value, the difference between the 75 and 25 percentile values, and mean absolute deviations of the RR intervals computed for each epoch. The k-nearest-neighbor (kNN), quadratic discriminant analysis (QDA), and support vector machines (SVM) methods were used as the classification tools. In the testing procedure 10-fold cross-validation was employed.</p> <p>Results</p> <p>QDA and SVM performed similarly well and significantly better than kNN for both sleep stage and apneaic epoch classification studies. The classification accuracy rates were between 80 and 90% for the stages other than non-rapid-eye-movement stage 2. The accuracies were 60 or 70% for that specific stage. In five obstructive sleep apnea (OSA) patients, the accurate apneaic epoch detection rates were over 89% for QDA and SVM.</p> <p>Conclusion</p> <p>This study, in general, showed that RR-interval based classification, which requires only single-lead ECG, is feasible for sleep stage and apneaic epoch determination and can pave the road for a simple automatic classification system suitable for home-use.</p

    Multimodal Signal Processing for Diagnosis of Cardiorespiratory Disorders

    Get PDF
    This thesis addresses the use of multimodal signal processing to develop algorithms for the automated processing of two cardiorespiratory disorders. The aim of the first application of this thesis was to reduce false alarm rate in an intensive care unit. The goal was to detect five critical arrhythmias using processing of multimodal signals including photoplethysmography, arterial blood pressure, Lead II and augmented right arm electrocardiogram (ECG). A hierarchical approach was used to process the signals as well as a custom signal processing technique for each arrhythmia type. Sleep disorders are a prevalent health issue, currently costly and inconvenient to diagnose, as they normally require an overnight hospital stay by the patient. In the second application of this project, we designed automated signal processing algorithms for the diagnosis of sleep apnoea with a main focus on the ECG signal processing. We estimated the ECG-derived respiratory (EDR) signal using different methods: QRS-complex area, principal component analysis (PCA) and kernel PCA. We proposed two algorithms (segmented PCA and approximated PCA) for EDR estimation to enable applying the PCA method to overnight recordings and rectify the computational issues and memory requirement. We compared the EDR information against the chest respiratory effort signals. The performance was evaluated using three automated machine learning algorithms of linear discriminant analysis (LDA), extreme learning machine (ELM) and support vector machine (SVM) on two databases: the MIT PhysioNet database and the St. Vincent’s database. The results showed that the QRS area method for EDR estimation combined with the LDA classifier was the highest performing method and the EDR signals contain respiratory information useful for discriminating sleep apnoea. As a final step, heart rate variability (HRV) and cardiopulmonary coupling (CPC) features were extracted and combined with the EDR features and temporal optimisation techniques were applied. The cross-validation results of the minute-by-minute apnoea classification achieved an accuracy of 89%, a sensitivity of 90%, a specificity of 88%, and an AUC of 0.95 which is comparable to the best results reported in the literature

    Towards an accurate sleep apnea detection based on ECG signal: The quintessential of a wise feature selection

    Get PDF
    A wise feature selection from minute-to-minute Electrocardiogram (ECG) signal is a challenging task for many reasons, but mostly because of the promise of the accurate detection of clinical disorders, such as the sleep apnea. In this study, the ECG signal was modeled in order to obtain the Heart Rate Variability (HRV) and the ECG-Derived Respiration (EDR). Selected features techniques were used for benchmark with different classifiers such as Artificial Neural Networks (ANN) and Support Vector Machine(SVM), among others. The results evidence that the best accuracy was 82.12%, with a sensitivity and specificity of 88.41% and 72.29%, respectively. In addition, experiments revealed that a wise feature selection may improve the system accuracy. Therefore, the proposed model revealed to be reliable and simpler alternative to classical solutions for the sleep apnea detection, for example the ones based on the Polysomnography.info:eu-repo/semantics/publishedVersio

    A review of automated sleep disorder detection

    Get PDF
    Automated sleep disorder detection is challenging because physiological symptoms can vary widely. These variations make it difficult to create effective sleep disorder detection models which support hu-man experts during diagnosis and treatment monitoring. From 2010 to 2021, authors of 95 scientific papers have taken up the challenge of automating sleep disorder detection. This paper provides an expert review of this work. We investigated whether digital technology and Artificial Intelligence (AI) can provide automated diagnosis support for sleep disorders. We followed the Preferred Reporting Items for Systematic Reviews and Meta-Analyses (PRISMA) guidelines during the content discovery phase. We compared the performance of proposed sleep disorder detection methods, involving differ-ent datasets or signals. During the review, we found eight sleep disorders, of which sleep apnea and insomnia were the most studied. These disorders can be diagnosed using several kinds of biomedical signals, such as Electrocardiogram (ECG), Polysomnography (PSG), Electroencephalogram (EEG), Electromyogram (EMG), and snore sound. Subsequently, we established areas of commonality and distinctiveness. Common to all reviewed papers was that AI models were trained and tested with labelled physiological signals. Looking deeper, we discovered that 24 distinct algorithms were used for the detection task. The nature of these algorithms evolved, before 2017 only traditional Machine Learning (ML) was used. From 2018 onward, both ML and Deep Learning (DL) methods were used for sleep disorder detection. The strong emergence of DL algorithms has considerable implications for future detection systems because these algorithms demand significantly more data for training and testing when compared with ML. Based on our review results, we suggest that both type and amount of labelled data is crucial for the design of future sleep disorder detection systems because this will steer the choice of AI algorithm which establishes the desired decision support. As a guiding principle, more labelled data will help to represent the variations in symptoms. DL algorithms can extract information from these larger data quantities more effectively, therefore; we predict that the role of these algorithms will continue to expand

    On the Generalization of Sleep Apnea Detection Methods Based on Heart Rate Variability and Machine Learning

    Full text link
    [EN] Obstructive sleep apnea (OSA) is a respiratory disorder highly correlated with severe cardiovascular diseases that has unleashed the interest of hundreds of experts aiming to overcome the elevated requirements of polysomnography, the gold standard for its detection. In this regard, a variety of algorithms based on heart rate variability (HRV) features and machine learning (ML) classifiers have been recently proposed for epoch-wise OSA detection from the surface electrocardiogram signal. Many researchers have employed freely available databases to assess their methods in a reproducible way, but most were purely tested with cross-validation approaches and even some using solely a single database for training and testing procedures. Hence, although promising values of diagnostic accuracy have been reported by some of these methods, they are suspected to be overestimated and the present work aims to analyze the actual generalization ability of several epoch-wise OSA detectors obtained through a common ML pipeline and typical HRV features. Precisely, the performance of the generated OSA detectors has been compared on two validation approaches, i.e., the widely used epoch-wise, k-fold cross-validation and the highly recommended external validation, both considering different combinations of well-known public databases. Regardless of the used ML classifiers and the selected HRV-based features, the external validation results have been 20 to 40% lower than those obtained with cross-validation in terms of accuracy, sensitivity, and specificity. Consequently, these results suggest that ML-based OSA detectors trained with public databases are still not sufficiently general to be employed in clinical practice, as well as that larger, more representative public datasets and the use of external validation are mandatory to improve the generalization ability and to obtain reliable assessment of the true predictive power of these algorithms, respectively.This research has received financial support from public grants PID2021-00X128525-IV0 and PID2021-123804OB-I00 of the Spanish Government 10.13039/501100011033 jointly with the European Regional Development Fund, SBPLY/17/180501/000411 and SBPLY/21/180501/000186 from Junta de Comunidades de Castilla-La Mancha, and AICO/2021/286 from Generalitat Valenciana. Moreover, Daniele Padovano holds a predoctoral scholarship 2022-PRED-20642, which is cofinanced by the operating program of European Social Fund (ESF) 2014-2020 of Castilla-La Mancha.Padovano, D.; Martínez-Rodrigo, A.; Pastor, JM.; Rieta, JJ.; Alcaraz, R. (2022). On the Generalization of Sleep Apnea Detection Methods Based on Heart Rate Variability and Machine Learning. IEEE Access. 10:92710-92725. https://doi.org/10.1109/ACCESS.2022.320191192710927251

    Electrocardiogram Monitoring Wearable Devices and Artificial-Intelligence-Enabled Diagnostic Capabilities: A Review

    Get PDF
    Worldwide, population aging and unhealthy lifestyles have increased the incidence of high-risk health conditions such as cardiovascular diseases, sleep apnea, and other conditions. Recently, to facilitate early identification and diagnosis, efforts have been made in the research and development of new wearable devices to make them smaller, more comfortable, more accurate, and increasingly compatible with artificial intelligence technologies. These efforts can pave the way to the longer and continuous health monitoring of different biosignals, including the real-time detection of diseases, thus providing more timely and accurate predictions of health events that can drastically improve the healthcare management of patients. Most recent reviews focus on a specific category of disease, the use of artificial intelligence in 12-lead electrocardiograms, or on wearable technology. However, we present recent advances in the use of electrocardiogram signals acquired with wearable devices or from publicly available databases and the analysis of such signals with artificial intelligence methods to detect and predict diseases. As expected, most of the available research focuses on heart diseases, sleep apnea, and other emerging areas, such as mental stress. From a methodological point of view, although traditional statistical methods and machine learning are still widely used, we observe an increasing use of more advanced deep learning methods, specifically architectures that can handle the complexity of biosignal data. These deep learning methods typically include convolutional and recurrent neural networks. Moreover, when proposing new artificial intelligence methods, we observe that the prevalent choice is to use publicly available databases rather than collecting new data

    Noninvasive autonomic nervous system assessment in respiratory disorders and sport sciences applications

    Get PDF
    La presente tesis está centrada en el análisis no invasivo de señales cardíacas y respiratorias, con el objetivo de evaluar la actividad del sistema nervioso autónomo (ANS) en diferentes escenarios, tanto clínicos como no clínicos. El documento está estructurado en tres partes principales. La primera parte consiste en una introducción a los aspectos fisiológicos y metodológicos que serán cubiertos en el resto de la tesis. En la segunda parte, se analiza la variabilidad del ritmo cardiaco (HRV) en el contexto de enfermedades respiratorias, concretamente asma (tanto en niños como en adultos) y apnea del sueño. En la tercera parte, se estudian algunas aplicaciones novedosas del análisis de señales cardiorespiratorias en el campo de las ciencias del deporte. La primera parte está compuesta por los capítulos 1 y 2. El capítulo 1 consiste en una extensa introducción al funcionamiento del sistema nervioso autónomo y las características de las bioseñales analizadas a lo largo de la tesis. Por otro lado, se aborda la patofisiología del asma y la apnea del sueño, su relación con el funcionamiento del ANS y las estrategias de diagnóstico y tratamiento de lasmismas. El capítulo concluye con una introducción a la fisiología del ejercicio, así como al interés en la estimación del volumen tidal y del umbral anaeróbico en el campo de las ciencias del deporte.En cuanto al capítulo 2, se presenta un marco de trabajo para el análisis contextualizado de la HRV. Después de una descripción de las técnicas de evaluación y acondicionamiento de la señal de HRV, el capítulo se centra en el efecto de los latidos ectópicos, la arritmia sinusal respiratoria y la frecuencia respiratoria en el análisis de la HRV.Además, se discute el uso de un índice para la evaluación de la distribución de la potencia en los espectros de HRV, así como diferentes medidas de acoplo cardiorespiratorio.La segunda parte está compuesta por los capítulos 3, 4 y 5, todos ellos relacionados con el análisis de la HRV en enfermedades respiratorias. Mientras que los capítulos 3 y 4 están centrados en asma infantil y en adultos respectivamente, el capítulo 5 aborda la apnea del sueño. El asma es una enfermedad respiratoria crónica que aparece habitualmente acompañada por una inflamación de las vías respiratorias. Aunque afecta a personas detodas las edades, normalmente se inicia en edades tempranas, y ha llegado a constituir una de las enfermedades crónicasmás comunes durante la infancia. Sin embargo, todavía no existe un método adecuado para el diagnóstico de asma en niños pequeños. Por otro lado, el rol fundamental que desempeña el sistema nervioso parasimpático en el control del tono bronco-motor y la bronco-dilatación sugiere que la rama parasimpática del ANS podría estar implicada en la patogénesis del asma. De estemodo, en el capítulo 3 se evalúa el ANS mediante el análisis de la HRV en dos bases de datos diferentes, compuestas por niños en edad pre-escolar clasificados en función de su riesgo de desarrollar asma, o de su condición asmática actual. Los resultados del análisis revelaron un balance simpáticovagal reducido y una componente espectral de alta frecuencia más picuda en aquellos niños con un mayor riesgo de desarrollar asma. Además, la actividad parasimpática y el acoplo cardiorespiratorio se redujeron en un grupo de niños con bajo riesgo de asma al finalizar un tratamiento para bronquitis obstructiva, mientras que estos permanecieron inalterados en aquellos niños con una peor prógnosis.A diferencia de los niños pequeños, en el caso de adultos el diagnóstico de asma se realiza a través de una rutina clínica bien definida. Sin embargo, la estratificación de los pacientes en función de su grado de control de los síntomas se basa generalmente en el uso de cuestionarios auto-aplicados, que pueden tener un carácter subjetivo. Por otro lado, la evaluación de la severidad del asma requiere de una visita hospitalaria y de incómodas pruebas, que no pueden aplicarse de una forma continua en el tiempo. De este modo, en el capítulo 4 se estudia el valor de la evaluación del ANS para la estratificación de adultos asmáticos. Para ello, se emplearon diferentes características extraídas de la HRV y la respiración, junto con varios parámetros clínicos, para entrenar un conjunto de algoritmos de clasificación. La inclusión de características relacionadas con el ANS para clasificar los sujetos atendiendo a la severidad del asma derivó en resultados similares al caso de utilizar únicamente parámetros clínicos, superando el desempeño de estos últimos en algunos casos. Por lo tanto, la evaluación del ANS podría representar un potencial complemento para la mejora de la monitorización de sujetos asmáticos.En el capítulo 5, se analiza la HRV en sujetos que padecen el síndrome de apnea del sueño (SAS) y comorbididades cardíacas asociadas. El SAS se ha relacionado con un incremento de 5 veces en el riesgo de desarrollar enfermedades cardiovasculares (CVD), que podría aumentar hasta 11 veces si no se trata convenientemente. Por otro lado, una HRV alterada se ha relacionado independientemente con el SAS y con numerosos factores de riesgo para el desarrollo de CVD. De este modo, este capítulo se centra en evaluar si una actividad autónoma desbalanceada podría estar relacionada con el desarrollo de CVD en pacientes de SAS. Los resultados del análisis revelaron una dominancia simpática reducida en aquellos sujetos que padecían SAS y CVD, en comparación con aquellos sin CVD. Además, un análisis retrospectivo en una base de datos de sujetos con SAS que desarollarán CVD en el futuro también reveló una actividad simpática reducida, sugiriendo que un ANS desbalanceado podría constituir un factor de riesgo adicional para el desarrollo de CVD en pacientes de SAS.La tercera parte está formada por los capítulos 6 y 7, y está centrada en diferentes aplicaciones del análisis de señales cardiorespiratorias en el campo de las ciencias del deporte. El capítulo 6 aborda la estimación del volumen tidal (TV) a partir del electrocardiograma (ECG). A pesar de que una correcta monitorización de la actividad respiratoria es de gran interés en ciertas enfermedades respiratorias y en ciencias del deporte, la mayor parte de la actividad investigadora se ha centrado en la estimación de la frecuencia respiratoria, con sólo unos pocos estudios centrados en el TV, la mayoría de los cuales se basan en técnicas no relacionadas con el ECG. En este capítulo se propone un marco de trabajo para la estimación del TV en reposo y durante una prueba de esfuerzo en tapiz rodante utilizando únicamente parámetros derivados del ECG. Errores de estimación del 14% en la mayoría de los casos y del 6% en algunos sugieren que el TV puede estimarse a partir del ECG, incluso en condiciones no estacionarias.Por último, en el capítulo 7 se propone una metodología novedosa para la estimación del umbral anaeróbico (AT) a partir del análisis de las dinámicas de repolarización ventricular. El AT representa la frontera a partir de la cual el sistema cardiovascular limita la actividad física de resistencia, y aunque fue inicialmente concebido para la evaluación de la capacidad física de pacientes con CVD, también resulta de gran interés en el campo de las ciencias del deporte, permitiendo diseñar mejores rutinas de entrenamiento o para prevenir el sobre-entrenamiento. Sin embargo, la evaluación del AT requiere de técnicas invasivas o de dispositivos incómodos. En este capítulo, el AT fue estimado a partir del análisis de las variaciones de las dinámicas de repolarización ventricular durante una prueba de esfuerzo en cicloergómetro. Errores de estimación de 25 W, correspondientesa 1 minuto en este estudio, en un 63% de los sujetos (y menores que 50 W en un 74% de ellos) sugieren que el AT puede estimarse de manera no invasiva, utilizando únicamente registros de ECG.<br /

    Usefulness of Artificial Neural Networks in the Diagnosis and Treatment of Sleep Apnea-Hypopnea Syndrome

    Get PDF
    Sleep apnea-hypopnea syndrome (SAHS) is a chronic and highly prevalent disease considered a major health problem in industrialized countries. The gold standard diagnostic methodology is in-laboratory nocturnal polysomnography (PSG), which is complex, costly, and time consuming. In order to overcome these limitations, novel and simplified diagnostic alternatives are demanded. Sleep scientists carried out an exhaustive research during the last decades focused on the design of automated expert systems derived from artificial intelligence able to help sleep specialists in their daily practice. Among automated pattern recognition techniques, artificial neural networks (ANNs) have demonstrated to be efficient and accurate algorithms in order to implement computer-aided diagnosis systems aimed at assisting physicians in the management of SAHS. In this regard, several applications of ANNs have been developed, such as classification of patients suspected of suffering from SAHS, apnea-hypopnea index (AHI) prediction, detection and quantification of respiratory events, apneic events classification, automated sleep staging and arousal detection, alertness monitoring systems, and airflow pressure optimization in positive airway pressure (PAP) devices to fit patients’ needs. In the present research, current applications of ANNs in the framework of SAHS management are thoroughly reviewed
    corecore