<?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-21T06:33:50Z</responseDate><request verb="GetRecord" identifier="oai:riubu.ubu.es:10259/10853" metadataPrefix="dim">https://riubu.ubu.es/oai/request</request><GetRecord><record><header><identifier>oai:riubu.ubu.es:10259/10853</identifier><datestamp>2025-09-15T07:12:27Z</datestamp><setSpec>com_10259_2699</setSpec><setSpec>col_10259_6582</setSpec></header><metadata><dim:dim xmlns:dim="http://www.dspace.org/xmlns/dspace/dim" xmlns:doc="http://www.lyncode.com/xoai" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.dspace.org/xmlns/dspace/dim http://www.dspace.org/schema/dim.xsd">
<dim:field mdschema="dc" element="contributor" qualifier="advisor" authority="477" confidence="600" orcid_id="0000-0002-3291-2739">Rodríguez Diez, Juan José</dim:field>
<dim:field mdschema="dc" element="contributor" qualifier="advisor" authority="156" confidence="600" orcid_id="0000-0001-5013-7505">Diez Pastor, José Francisco</dim:field>
<dim:field mdschema="dc" element="contributor" qualifier="author" authority="749" confidence="600" orcid_id="0000-0002-3378-197X">Olivares Gil, Alicia</dim:field>
<dim:field mdschema="dc" element="contributor" qualifier="other" authority="8998b0e8-b64c-4e7f-8148-546f0f7b6c27" confidence="500" orcid_id="">Universidad de Burgos. Departamento de Ingeniería Informática</dim:field>
<dim:field mdschema="dc" element="date" qualifier="accessioned">2025-09-10T11:12:55Z</dim:field>
<dim:field mdschema="dc" element="date" qualifier="available">2025-09-10T11:12:55Z</dim:field>
<dim:field mdschema="dc" element="date" qualifier="issued">2025</dim:field>
<dim:field mdschema="dc" element="date" qualifier="submitted">2025-07-30</dim:field>
<dim:field mdschema="dc" element="date" qualifier="embargoEndDate">2028-07-30</dim:field>
<dim:field mdschema="dc" element="identifier" qualifier="uri">https://hdl.handle.net/10259/10853</dim:field>
<dim:field mdschema="dc" element="identifier" qualifier="doi">10.36443/10259/10853</dim:field>
<dim:field mdschema="dc" element="description" qualifier="abstract" lang="es">El aprendizaje automático se ha hecho presente en casi todos los campos del conocimiento y prospera en presencia de datos ricamente etiquetados. Sin embargo, en muchos contextos biomédicos y de salud, las etiquetas suelen ser escasas, costosas o incompletas. Esta tesis doctoral investiga dos familias metodológicas que buscan aliviar esta limitación: el aprendizaje semisupervisado, que aprovecha la abundancia de datos no etiquetados, y el análisis de supervivencia, que modela objetivos censurados de «tiempo hasta el evento», comunes en estudios clínicos. A través de casos reales en ingeniería de proteínas y pronóstico de insuficiencia cardíaca crónica, el trabajo explora cómo estas técnicas pueden ofrecer modelos precisos e interpretables, al tiempo que reducen los costes de etiquetado. Para establecer un marco común para una audiencia&#xd;
multidisciplinar, esta tesis primero revisa conceptos teóricos y prácticos esenciales en aprendizaje automático, bioinformática y análisis de supervivencia. El resto de esta tesis comprende varios trabajos de investigación con objetivos y motivaciones particulares, pero con un tema subyacente común:&#xd;
• La adaptación de métodos de aprendizaje semisupervisado a problemas de regresión.&#xd;
• El estudio de la efectividad de técnicas de regresión semisupervisada en el campo de la ingeniería de proteínas.&#xd;
• La aplicación de métodos de análisis de supervivencia basados en estadística y aprendizaje automático para el pronóstico de insuficiencia cardíaca crónica.&#xd;
• La evaluación de la influencia de características en la hospitalización relacionada con&#xd;
insuficiencia cardíaca utilizando métodos muy novedosos.&#xd;
• La exploración de la intersección entre el aprendizaje semisupervisado y el análisis de&#xd;
supervivencia mediante el desarrollo de nuevas técnicas.&#xd;
Estas contribuciones tienen varias implicaciones. En primer lugar, se propone un nuevo método semisupervisado de tipo wrapper llamado Tri-Training Regressor, competitivo con métodos del estado del arte. En segundo lugar, demostramos que usar técnicas de aprendizaje semisupervisado puede mejorar significativamente la precisión predictiva en el campo de la ingeniería de proteínas, al mismo tiempo que mitiga el cuello de botella de los datos etiquetados limitados. En tercer lugar, evaluamos la precisión de modelos clásicos y recientes de análisis de supervivencia para el pronóstico de insuficiencia cardíaca crónica, con un énfasis particular en la importancia de la interpretabilidad de los modelos predictivos utilizados en pronósticos de salud. Finalmente, desarrollamos un nuevo método que transforma problemas de análisis de supervivencia en problemas de clasificación binaria semisupervisada, y demostramos su eficacia al tratar con conjuntos de datos anchos.</dim:field>
<dim:field mdschema="dc" element="description" qualifier="abstract" lang="en">Machine learning has become present in almost every field of knowledge,&#xd;
and thrives in the presence of richly labelled data. However, in&#xd;
many biomedical and health settings labels are often scarce, expensive&#xd;
or incomplete. This doctoral thesis investigates two methodological&#xd;
families that aim to alleviate that constraint: semi-supervised learning,&#xd;
which exploits abundant unlabelled data, and survival analysis, which&#xd;
models censored time-to-event outcomes common in clinical studies.&#xd;
Through real-world cases in protein engineering and chronic heart&#xd;
failure prognosis, the work explores how these techniques can deliver&#xd;
accurate and interpretable models while lowering labelling costs.&#xd;
To establish a shared framework for a multidisciplinary readership,&#xd;
this thesis first reviews essential theoretical and practical concepts in&#xd;
machine learning, bioinformatics and survival analysis. The rest of&#xd;
this thesis comprises several research works with particular objectives&#xd;
and motivations, but with a common underlying theme:&#xd;
▶ The adaptation of semi-supervised learning methods to regression&#xd;
problems.&#xd;
▶ The study of the effectiveness of semi-supervised regression&#xd;
techniques in the protein engineering field.&#xd;
▶ The application of statistical and machine learning-based survival&#xd;
analysis methods for chronic heart failure prognosis.&#xd;
▶ The assessment of the influence of features on heart failurerelated&#xd;
hospitalisation using very novel methods.&#xd;
▶ The exploration of the intersection between semi-supervised&#xd;
learning and survival analysis through the development of new&#xd;
techniques.&#xd;
These contributions have several implications. First, we propose a&#xd;
novel semi-supervised wrapper method called Tri-Training Regressor,&#xd;
competitive with state-of-the-art methods. Second, we demonstrate&#xd;
that using semi-supervised learning techniques can meaningfully&#xd;
enhance predictive accuracy in the protein engineering field, while&#xd;
mitigating the bottleneck of limited labelled data. Third, we evaluate&#xd;
the precision of both classical and recent survival analysis models&#xd;
for chronic heart failure prognosis, with a particular emphasis on the&#xd;
importance of the interpretability of the predictive models used in&#xd;
health prognostics. Finally we develop a new method that transforms&#xd;
survival analysis problems into semi-supervised binary classification&#xd;
problems, and demonstrate its effectiveness in dealing with wide&#xd;
datasets.</dim:field>
<dim:field mdschema="dc" element="description" qualifier="sponsorship" lang="en">This thesis has been funded through a pre-doctoral grant by the Junta of Castilla y León and the&#xd;
European Social Fund under project BU055P20 (JCyL/FEDER, UE), and the Ministry of Science and&#xd;
Innovation of Spain under projects PID2020-119894BG-I00, TED2021-131638B-I00, TED2021-129485B-C43&#xd;
and PID2023-150694OA-I00, co-financed through FEDER funds from the European Union.</dim:field>
<dim:field mdschema="dc" element="description" qualifier="degree">Doctorado en Ingeniería y Tecnologías Industrial, Informática y Civil</dim:field>
<dim:field mdschema="dc" element="format" qualifier="mimetype">application/pdf</dim:field>
<dim:field mdschema="dc" element="language" qualifier="iso" lang="es">eng</dim:field>
<dim:field mdschema="dc" element="rights" lang="*">Attribution-NonCommercial-NoDerivatives 4.0 Internacional</dim:field>
<dim:field mdschema="dc" element="rights" qualifier="uri" lang="*">http://creativecommons.org/licenses/by-nc-nd/4.0/</dim:field>
<dim:field mdschema="dc" element="rights" qualifier="accessRights" lang="es">info:eu-repo/semantics/embargoedAccess</dim:field>
<dim:field mdschema="dc" element="subject" lang="es">Aprendizaje automático</dim:field>
<dim:field mdschema="dc" element="subject" lang="es">Aprendizaje semisupervisado</dim:field>
<dim:field mdschema="dc" element="subject" lang="es">Análisis de supervivencia</dim:field>
<dim:field mdschema="dc" element="subject" lang="es">Bioinformática</dim:field>
<dim:field mdschema="dc" element="subject" lang="es">Ingeniería de proteínas</dim:field>
<dim:field mdschema="dc" element="subject" qualifier="other" lang="es">Aprendizaje automático</dim:field>
<dim:field mdschema="dc" element="subject" qualifier="other" lang="es">Machine learning</dim:field>
<dim:field mdschema="dc" element="subject" qualifier="unesco">1203.04 Inteligencia Artificial</dim:field>
<dim:field mdschema="dc" element="subject" qualifier="unesco">1203.17 Informática</dim:field>
<dim:field mdschema="dc" element="title" lang="en">Semi-supervised Learning and Survival Analysis in Biological and Health Sciences</dim:field>
<dim:field mdschema="dc" element="type" lang="es">info:eu-repo/semantics/doctoralThesis</dim:field>
<dim:field mdschema="dc" element="type" qualifier="hasVersion" lang="es">info:eu-repo/semantics/acceptedVersion</dim:field>
<dim:field mdschema="dc" element="relation" qualifier="projectID" lang="en">This thesis has been funded through a pre-doctoral grant by the Junta of Castilla y León and the&#xd;
European Social Fund under project BU055P20 (JCyL/FEDER, UE), and the Ministry of Science and&#xd;
Innovation of Spain under projects PID2020-119894BG-I00, TED2021-131638B-I00, TED2021-129485B-C43&#xd;
and PID2023-150694OA-I00, co-financed through FEDER funds from the European Union.</dim:field>
</dim:dim></metadata></record></GetRecord></OAI-PMH>