<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="static/style.xsl"?><OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd"><responseDate>2026-04-14T17:31:35Z</responseDate><request verb="GetRecord" identifier="oai:uvadoc.uva.es:10324/80117" metadataPrefix="edm">https://uvadoc.uva.es/oai/request</request><GetRecord><record><header><identifier>oai:uvadoc.uva.es:10324/80117</identifier><datestamp>2025-11-27T20:02:10Z</datestamp><setSpec>com_10324_38</setSpec><setSpec>col_10324_787</setSpec></header><metadata><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:doc="http://www.lyncode.com/xoai" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ore="http://www.openarchives.org/ore/terms/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:ds="http://dspace.org/ds/elements/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:edm="http://www.europeana.eu/schemas/edm/" xsi:schemaLocation="http://www.w3.org/1999/02/22-rdf-syntax-ns# http://www.europeana.eu/schemas/edm/EDM.xsd">
<edm:ProvidedCHO rdf:about="https://uvadoc.uva.es/handle/10324/80117">
<dc:contributor>Sahelices Fernández, Benjamín</dc:contributor>
<dc:contributor>Barroso García, Verónica</dc:contributor>
<dc:contributor>Universidad de Valladolid. Escuela de Ingeniería Informática de Valladolid</dc:contributor>
<dc:creator>Fernández Poyatos, Marta</dc:creator>
<dc:date>2024</dc:date>
<dc:description>La apnea del sueño es una patología con una alta prevalencia en la población&#xd;
adulta, caracterizada por pausas respiratorias durante el sueño, que pueden ser&#xd;
totales (apnea) o parciales (hipopnea). Estas pausas tienen una duración mínima de&#xd;
10 segundos y, repetidas durante la noche, provocan una ventilación inadecuada y un&#xd;
sueño fragmentado y no reparador. Está relacionada con múltiples patologías de tipo&#xd;
cardiovascular, somnolencia diurna, trastornos metabólicos, cáncer y enfermedades&#xd;
neurodegenerativas. A pesar de estos riesgos, sigue siendo una enfermedad infradiagnosticada. La principal razón es la disponibilidad limitada de la prueba diagnóstica&#xd;
estándar: la polisomnografía nocturna. Esta prueba se realiza en unidades del sueño&#xd;
especializadas, ubicadas en hospitales, y se monitorizan hasta 32 señales fisiológicas,&#xd;
lo que la convierte en una prueba costosa y que consume mucho tiempo, provocando&#xd;
largas listas de espera y retrasos en el diagnóstico y en el tratamiento. En busca de&#xd;
soluciones más accesibles y eficientes, en este trabajo se va a evaluar la capacidad&#xd;
de modelos de deep learning para estimar la severidad de la apnea del sueño de&#xd;
los sujetos de la base de datos del Sleep Heart Health Study (SHHS) empleando&#xd;
únicamente las señales de esfuerzo respiratorio torácico y abdominal, transformadas&#xd;
a una representación avanzada llamada bispectrum. Se ha tratado de estimar tanto el&#xd;
índice de apnea-hipopnea para todos los eventos apneicos, como específicamente para&#xd;
los eventos centrales, en los que es el cerebro el que no envía las señales adecuadas&#xd;
a los músculos que controlan la respiración. Para todos los eventos apneicos, se ha&#xd;
obtenido un índice kappa de 0.169 y una tasa de acierto del 44.8 % en el conjunto&#xd;
de test. En el caso específico de los eventos apneicos centrales, el índice kappa fue&#xd;
de 0.297 y la tasa de acierto alcanzó el 97.8 %. Empleando técnicas de inteligencia&#xd;
artificial explicable se ha podido comprobar que los modelos de redes convolucionales&#xd;
no han logrado capturar eficazmente los patrones presentes en las señales de esfuerzo&#xd;
respiratorio transformadas a bispectrums. Esto sugiere que, a diferencia de otras&#xd;
señales cardiorrespiratorias, los eventos de apnea e hipopnea no provocan cambios,&#xd;
o estos son demasiado sutiles, en las interacciones no lineales, el acoplamiento o la&#xd;
gaussianidad de las señales de esfuerzo respiratorio torácico y abdominal. Como&#xd;
resultado, las alteraciones producidas por estos eventos no se reflejan adecuadamente&#xd;
en los bispectrum de estas señales.</dc:description>
<dc:description>Sleep apnea is a prevalent disorder in the adult population, characterized by&#xd;
respiratory pauses during sleep, which can be either complete (apnea) or partial&#xd;
(hypopnea). These pauses have a minimum duration of 10 seconds and, when occur&#xd;
repeatedly throughout the night, lead to inadequate ventilation and fragmented,&#xd;
unrefreshing sleep. This condition is associated with numerous major health problems,&#xd;
including cardiovascular diseases, daytime sleepiness, metabolic disorders, cancer, and&#xd;
neurodegenerative diseases. Despite these risks, sleep apnea remains underdiagnosed.&#xd;
The primary reason for this is the limited availability of the standard diagnostic&#xd;
test: overnight polysomnography. This test is conducted in specialized sleep units&#xd;
located in hospitals, monitoring up to 32 physiological signals, making it expensive&#xd;
and time-consuming, leading to long waiting lists and delays in both diagnosis and&#xd;
treatment. In search of more accessible and efficient solutions, this study evaluates&#xd;
the capability of deep learning models to estimate the severity of sleep apnea in&#xd;
subjects from the Sleep Heart Health Study (SHHS) database using only thoracic and&#xd;
abdominal respiratory effort signals, transformed into an advanced representation&#xd;
called bispectrum. The study attempts to estimate both the apnea-hypopnea index&#xd;
for all apneic events and specifically for central apneic events, where inadequate&#xd;
signaling from the brain to the respiratory muscles occurs. For all apneic events,&#xd;
a kappa index of 0.169 and an accuracy of 44.8 % were obtained in the test set.&#xd;
For central apneic events specifically, the kappa index was 0.297 and the accuracy&#xd;
reached 97.8 %. Using explainable artificial intelligence techniques, it was found&#xd;
that convolutional neural network models have not effectively captured the patterns&#xd;
present in bispectrum-transformed respiratory effort signals. This suggests that unlike&#xd;
other cardiorespiratory signals, apnea and hypopnea events do not induce significant&#xd;
changes, or these changes are too subtle, in the nonlinear interactions, coupling, or&#xd;
gaussianity of thoracic and abdominal respiratory effort signals. Consequently, the&#xd;
alterations caused by these events are not adequately reflected in the bispectrum of&#xd;
these signals.</dc:description>
<dc:format>application/pdf</dc:format>
<dc:identifier>https://uvadoc.uva.es/handle/10324/80117</dc:identifier>
<dc:language>spa</dc:language>
<dc:title>Desarrollo de modelos de Deep Learning con herramientas de Inteligencia Artificial Explicable (XAI) para el diagnóstico automático de la apnea del sueño a partir del movimiento respiratorio</dc:title>
<dc:type>info:eu-repo/semantics/masterThesis</dc:type>
<edm:type>TEXT</edm:type>
</edm:ProvidedCHO>
<ore:Aggregation rdf:about="https://uvadoc.uva.es/handle/10324/80117#aggregation">
<edm:aggregatedCHO rdf:resource="https://uvadoc.uva.es/handle/10324/80117"/>
<edm:dataProvider>UVaDOC. Repositorio Documental de la Universidad de Valladolid</edm:dataProvider>
<edm:isShownAt rdf:resource="https://uvadoc.uva.es/handle/10324/80117"/>
<edm:isShownBy rdf:resource="https://uvadoc.uva.es/bitstream/10324/80117/1/TFM-G2316.pdf"/>
<edm:provider>Hispana</edm:provider>
<edm:rights rdf:resource="http://creativecommons.org/licenses/by-nc-nd/4.0/"/>
</ore:Aggregation>
<edm:WebResource rdf:about="https://uvadoc.uva.es/bitstream/10324/80117/1/TFM-G2316.pdf">
<edm:rights rdf:resource="http://creativecommons.org/licenses/by-nc-nd/4.0/"/>
</edm:WebResource>
</rdf:RDF></metadata></record></GetRecord></OAI-PMH>