<?xml version="1.0" encoding="UTF-8"?><mets:mets xmlns:mets="http://www.loc.gov/METS/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:mads="http://www.loc.gov/mads/" xmlns:metsRights="http://cosimo.stanford.edu/sdr/metsrights/" xmlns:suj="http://www.theses.fr/namespace/sujets" xmlns:tef="http://www.abes.fr/abes/documents/tef" xmlns:tefextension="http://www.abes.fr/abes/documents/tefextension" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/METS/ http://www.abes.fr/abes/documents/tef/recommandation/tef_schemas.xsd">
<mets:metsHdr CREATEDATE="2023-06-26T11:03:03" ID="ABES.STAR.THESE_202189.METS_HEADER" LASTMODDATE="2025-09-17T21:06:41Z" RECORDSTATUS="valide">
<mets:agent ROLE="CREATOR">
<mets:name/>
<mets:note>Note</mets:note>
</mets:agent>
<mets:agent ROLE="DISSEMINATOR">
<mets:name>ABES</mets:name>
</mets:agent>
<mets:altRecordID ID="ABES.STAR.THESE_202189.METS_HEADER.ALTERNATE" TYPE=""/>
</mets:metsHdr>
<mets:dmdSec ID="ABES.STAR.THESE_202189.DESCRIPTION_BIBLIOGRAPHIQUE">
<mets:mdWrap MDTYPE="OTHER" OTHERMDTYPE="tef_desc_these">
<mets:xmlData>
<tef:thesisRecord>
<dc:title xml:lang="fr">Méthodes d’exploitation de données multimodales de patients par intelligence artificielle : application aux myopathies congénitales</dc:title>
<dcterms:alternative xml:lang="en">Methods for exploitation of multimodal patient data using artificial intelligence : application to congenital myopathies</dcterms:alternative>
<dc:subject xml:lang="fr">IA</dc:subject>
<dc:subject xml:lang="fr">Quantification d'images</dc:subject>
<dc:subject xml:lang="fr">Apprentissage profond</dc:subject>
<dc:subject xml:lang="fr">NLP</dc:subject>
<dc:subject xml:lang="fr">LLMs</dc:subject>
<dc:subject xml:lang="fr">Myopathie congénitale</dc:subject>
<dc:subject xml:lang="fr">Données biomédicales</dc:subject>
<dc:subject xml:lang="fr">Rapports médicaux en texte libre</dc:subject>
<dc:subject xml:lang="fr">Histologie</dc:subject>
<dc:subject xml:lang="fr">Médecine translationnelle</dc:subject>
<dc:subject xml:lang="en">AI</dc:subject>
<dc:subject xml:lang="en">Image quantification</dc:subject>
<dc:subject xml:lang="en">Deep learning</dc:subject>
<dc:subject xml:lang="en">NLP</dc:subject>
<dc:subject xml:lang="en">LLMs</dc:subject>
<dc:subject xml:lang="en">Congenital myopathy</dc:subject>
<dc:subject xml:lang="en">Biomedical data</dc:subject>
<dc:subject xml:lang="en">Free text medical reports</dc:subject>
<dc:subject xml:lang="en">Histology</dc:subject>
<dc:subject xml:lang="en">Translational medicine</dc:subject>
<dc:subject xsi:type="dcterms:DDC">616.74</dc:subject>
<dc:subject xsi:type="dcterms:DDC">006.3</dc:subject>
<tef:sujetRameau xml:lang="fr">
<tef:vedetteRameauNomCommun>
<tef:elementdEntree autoriteExterne="029607728" autoriteSource="Sudoc">Intelligence artificielle en médecine</tef:elementdEntree>
</tef:vedetteRameauNomCommun>
<tef:vedetteRameauNomCommun>
<tef:elementdEntree autoriteExterne="029275725" autoriteSource="Sudoc">Systèmes d'aide à la décision</tef:elementdEntree>
<tef:subdivision autoriteExterne="027790118" autoriteSource="Sudoc" type="subdivisionDeSujet">Emploi en thérapeutique</tef:subdivision>
</tef:vedetteRameauNomCommun>
<tef:vedetteRameauNomCommun>
<tef:elementdEntree autoriteExterne="027368955" autoriteSource="Sudoc">Maladies musculaires</tef:elementdEntree>
<tef:subdivision autoriteExterne="038961296" autoriteSource="Sudoc" type="subdivisionDeSujet">diagnostic</tef:subdivision>
<tef:subdivision autoriteExterne="027234886" autoriteSource="Sudoc" type="subdivisionDeSujet">Informatique</tef:subdivision>
</tef:vedetteRameauNomCommun>
<tef:vedetteRameauNomCommun>
<tef:elementdEntree autoriteExterne="097640883" autoriteSource="Sudoc">Ontologies (informatique)</tef:elementdEntree>
</tef:vedetteRameauNomCommun>
</tef:sujetRameau>
<dcterms:abstract xml:lang="fr">La croissance exponentielle des données générées par le séquençage, l'imagerie et les dossiers médicaux électroniques met en évidence le besoin d'outils pour l'exploitation des données biomédicales multimodales. L’objectif de ma thèse est de développer des méthodes basées sur l’intelligence artificielle pour explorer les données de patients atteints de myopathies congénitales, une famille de maladies génétiques rares et difficiles à diagnostiquer. Dans un premier temps, j’ai développé IMPatienT (Integrated digital Multimodal PATIENt daTa), une application web permettant d'annoter et d'explorer les rapports et les images histologiques des patients dont la base de données a été analysée par IA explicable (xAI). Ensuite, j’ai développé NLMyo (Natural Language Myopathies), un outil basé sur les modèles linguistiques de grande taille comme GPT-3.5 et LLaMA. NLMyo permet d’anonymiser et d’extraire de l’information de comptes rendus médicaux, de faire de l’aide au diagnostic et de créer un moteur de recherche de patients. Enfin, j’ai développé MyoQuant, un outil utilisant des modèles d’IA pour quantifier automatiquement des marqueurs pathologiques dans les biopsies de fibres musculaires. IMPatient, NLMyo et MyoQuant sont disponibles de manière open-source et en version de démonstration en ligne.</dcterms:abstract>
<dcterms:abstract xml:lang="en">The exponential growth of data generated by sequencing, imaging, and electronic medical records highlight the need for tools to exploit multimodal biomedical data. The objective of my thesis is to develop methods based on artificial intelligence to explore data from patients with congenital myopathies, a family of rare genetic diseases difficult to diagnose. First, I developed IMPatienT (Integrated digital Multimodal PATIENt daTa), a web application for annotating and exploring patient reports and histological images whose database has been analyzed by explainable AI (xAI). Then I developed NLMyo (Natural Language Myopathies), a tool based on large language models such as GPT-3.5 and LLaMA. NLMyo allows anonymizing and extracting information from medical reports, to do diagnostic assistance and to create a patient search engine. Finally, I developed MyoQuant a tool using AI models to automatically quantify pathological markers in muscle fiber biopsies. IMPatient, NLMyo and MyoQuant are available as open-source and online demo versions.</dcterms:abstract>
<dc:type>Electronic Thesis or Dissertation</dc:type>
<dc:type xsi:type="dcterms:DCMIType">Text</dc:type>
<dc:language xsi:type="dcterms:RFC3066">fr</dc:language>
</tef:thesisRecord>
</mets:xmlData>
</mets:mdWrap>
</mets:dmdSec>
<mets:dmdSec ID="ABES.STAR.THESE_202189.VERSION_COMPLETE.DESCRIPTION.EDITION_ARCHIVAGE">
<mets:mdWrap MDTYPE="OTHER" OTHERMDTYPE="tef_desc_edition">
<mets:xmlData>
<tef:edition>
<dcterms:medium xsi:type="dcterms:IMT">PDF</dcterms:medium>
<dcterms:extent>45787328</dcterms:extent>
<tef:editeur>
<tef:nom>Université de Strasbourg</tef:nom>
<tef:place>Strasbourg</tef:place>
</tef:editeur>
<dcterms:issued xsi:type="dcterms:W3CDTF">2023-12-31</dcterms:issued>
<dc:identifier xsi:type="dcterms:URI">https://theses.hal.science/tel-04286843</dc:identifier>
</tef:edition>
</mets:xmlData>
</mets:mdWrap>
</mets:dmdSec>
<mets:dmdSec ID="ABES.STAR.THESE_202189.VERSION_COMPLETE.DESCRIPTION.EDITION_1">
<mets:mdWrap MDTYPE="OTHER" OTHERMDTYPE="tef_desc_edition">
<mets:xmlData>
<tef:edition>
<dcterms:medium xsi:type="dcterms:IMT">application/pdf</dcterms:medium>
<dcterms:extent/>
<dc:identifier xsi:type="dcterms:URI">https://publication-theses.unistra.fr/public/theses_doctorat/2023/MEYER_Corentin_2023_ED414.pdf</dc:identifier>
<dc:identifier xsi:type="dcterms:URI">http://www.theses.fr/2023STRAJ053/abes</dc:identifier>
<dc:identifier xsi:type="dcterms:URI"/>
<dc:identifier xsi:type="dcterms:URI">https://theses.hal.science/tel-04286843</dc:identifier>
<dc:identifier xsi:type="dcterms:URI">https://theses.hal.science/tel-04286843</dc:identifier>
<dc:identifier xsi:type="dcterms:URI">https://theses.hal.science/tel-04286843</dc:identifier>
<dc:identifier xsi:type="dcterms:URI">https://theses.hal.science/tel-04286843</dc:identifier>
<dc:identifier xsi:type="dcterms:URI">https://theses.hal.science/tel-04286843</dc:identifier>
</tef:edition>
</mets:xmlData>
</mets:mdWrap>
</mets:dmdSec>
<mets:amdSec>
<mets:techMD ID="ABES.STAR.THESE_202189.ADMINISTRATION">
<mets:mdWrap MDTYPE="OTHER" OTHERMDTYPE="tef_admin_these">
<mets:xmlData>
<tef:thesisAdmin>
<tef:auteur>
<tef:nom>Meyer</tef:nom>
<tef:prenom>Corentin</tef:prenom>
<tef:dateNaissance>1997-04-09</tef:dateNaissance>
<tef:nationalite scheme="ISO-3166-1">FR</tef:nationalite>
<tef:autoriteExterne autoriteSource="Sudoc">272973688</tef:autoriteExterne>
<tef:autoriteExterne autoriteSource="INE">1508017162P</tef:autoriteExterne>
<tef:autoriteExterne autoriteSource="CodeEtu">21506501</tef:autoriteExterne>
<tef:autoriteExterne autoriteSource="DiplomeSISE42">4200047</tef:autoriteExterne>
</tef:auteur>
<dc:identifier xsi:type="tef:nationalThesisPID">https://theses.fr/2023STRAJ053</dc:identifier>
<dc:identifier xsi:type="tef:NNT">2023STRAJ053</dc:identifier>
<dc:identifier xsi:type="tef:DOI">https://doi.org/10.70675/9fb8d330z6746z473fz8587z0245a1ae7527</dc:identifier>
<dcterms:dateAccepted xsi:type="dcterms:W3CDTF">2023-10-20</dcterms:dateAccepted>
<tef:thesis.degree>
<tef:thesis.degree.discipline xml:lang="fr">Sciences de la vie et de la santé</tef:thesis.degree.discipline>
<tef:thesis.degree.grantor>
<tef:nom>Strasbourg</tef:nom>
<tef:autoriteExterne autoriteSource="Sudoc">131056549</tef:autoriteExterne>
</tef:thesis.degree.grantor>
<tef:thesis.degree.level>Doctorat</tef:thesis.degree.level>
<tef:thesis.degree.name xml:lang="fr">Docteur es</tef:thesis.degree.name>
</tef:thesis.degree>
<tef:theseSurTravaux>non</tef:theseSurTravaux>
<tef:avisJury>oui</tef:avisJury>
<tef:directeurThese>
<tef:nom>Poch</tef:nom>
<tef:prenom>Olivier</tef:prenom>
<tef:autoriteInterne>MADS_DIRECTEUR_DE_THESE_1</tef:autoriteInterne>
<tef:autoriteExterne autoriteSource="Sudoc">070441553</tef:autoriteExterne>
</tef:directeurThese>
<tef:directeurThese>
<tef:nom>Collet</tef:nom>
<tef:prenom>Pierre</tef:prenom>
<tef:autoriteInterne>MADS_DIRECTEUR_DE_THESE_2</tef:autoriteInterne>
<tef:autoriteExterne autoriteSource="Sudoc">112048854</tef:autoriteExterne>
</tef:directeurThese>
<tef:presidentJury>
<tef:nom>Wemmert</tef:nom>
<tef:prenom>Cédric</tef:prenom>
<tef:autoriteInterne>MADS_PRESIDENT_DU_JURY</tef:autoriteInterne>
<tef:autoriteExterne autoriteSource="Sudoc">176663576</tef:autoriteExterne>
</tef:presidentJury>
<tef:membreJury>
<tef:nom>Bonne</tef:nom>
<tef:prenom>Gisèle</tef:prenom>
<tef:autoriteInterne>MADS_MEMBRE_DU_JURY_1</tef:autoriteInterne>
<tef:autoriteExterne autoriteSource="Sudoc">075894920</tef:autoriteExterne>
</tef:membreJury>
<tef:rapporteur>
<tef:nom>Smaïl-Tabbone</tef:nom>
<tef:prenom>Malika</tef:prenom>
<tef:autoriteInterne>MADS_RAPPORTEUR_1</tef:autoriteInterne>
<tef:autoriteExterne autoriteSource="Sudoc">190929065</tef:autoriteExterne>
</tef:rapporteur>
<tef:rapporteur>
<tef:nom>Rausell</tef:nom>
<tef:prenom>Antonio</tef:prenom>
<tef:autoriteInterne>MADS_RAPPORTEUR_2</tef:autoriteInterne>
<tef:autoriteExterne autoriteSource="Sudoc">231982143</tef:autoriteExterne>
</tef:rapporteur>
<tef:ecoleDoctorale>
<tef:nom>École doctorale des Sciences de la vie et de la santé (Strasbourg ; 2000-....)</tef:nom>
<tef:autoriteInterne>MADS_ECOLE_DOCTORALE_1</tef:autoriteInterne>
<tef:autoriteExterne autoriteSource="Annuaire des formations doctorales et des unités de recherche">414</tef:autoriteExterne>
<tef:autoriteExterne autoriteSource="Sudoc">156502844</tef:autoriteExterne>
</tef:ecoleDoctorale>
<tef:partenaireRecherche type="laboratoire">
<tef:nom>Laboratoire des sciences de l'ingénieur, de l'informatique et de l'imagerie (Strasbourg ; 2013-....)</tef:nom>
<tef:autoriteInterne>MADS_PARTENAIRE_DE_RECHERCHE_1</tef:autoriteInterne>
<tef:autoriteExterne autoriteSource="Sudoc">176969721</tef:autoriteExterne>
<tef:autoriteExterne autoriteSource="labTEL">217648</tef:autoriteExterne>
</tef:partenaireRecherche>
<tef:oaiSetSpec>ddc:610</tef:oaiSetSpec>
<tef:oaiSetSpec>ddc:000</tef:oaiSetSpec>
<tef:MADSAuthority authorityID="MADS_DIRECTEUR_DE_THESE_1" type="personal">
<tef:personMADS>
<mads:namePart type="family">Poch</mads:namePart>
<mads:namePart type="given">Olivier</mads:namePart>
</tef:personMADS>
</tef:MADSAuthority>
<tef:MADSAuthority authorityID="MADS_DIRECTEUR_DE_THESE_2" type="personal">
<tef:personMADS>
<mads:namePart type="family">Collet</mads:namePart>
<mads:namePart type="given">Pierre</mads:namePart>
</tef:personMADS>
</tef:MADSAuthority>
<tef:MADSAuthority authorityID="MADS_PRESIDENT_DU_JURY" type="personal">
<tef:personMADS>
<mads:namePart type="family">Wemmert</mads:namePart>
<mads:namePart type="given">Cédric</mads:namePart>
</tef:personMADS>
</tef:MADSAuthority>
<tef:MADSAuthority authorityID="MADS_MEMBRE_DU_JURY_1" type="personal">
<tef:personMADS>
<mads:namePart type="family">Bonne</mads:namePart>
<mads:namePart type="given">Gisèle</mads:namePart>
</tef:personMADS>
</tef:MADSAuthority>
<tef:MADSAuthority authorityID="MADS_RAPPORTEUR_1" type="personal">
<tef:personMADS>
<mads:namePart type="family">Smaïl-Tabbone</mads:namePart>
<mads:namePart type="given">Malika</mads:namePart>
</tef:personMADS>
</tef:MADSAuthority>
<tef:MADSAuthority authorityID="MADS_RAPPORTEUR_2" type="personal">
<tef:personMADS>
<mads:namePart type="family">Rausell</mads:namePart>
<mads:namePart type="given">Antonio</mads:namePart>
</tef:personMADS>
</tef:MADSAuthority>
<tef:MADSAuthority authorityID="MADS_ECOLE_DOCTORALE_1" type="corporate">
<tef:personMADS>
<mads:namePart type="family">École doctorale Sciences de la vie et de la santé (Strasbourg ; 2000-....)</mads:namePart>
</tef:personMADS>
</tef:MADSAuthority>
<tef:MADSAuthority authorityID="MADS_PARTENAIRE_DE_RECHERCHE_1" type="corporate">
<tef:personMADS>
<mads:namePart type="family">Laboratoire des sciences de l'ingénieur, de l'informatique et de l'imagerie (Strasbourg)</mads:namePart>
</tef:personMADS>
</tef:MADSAuthority>
</tef:thesisAdmin>
</mets:xmlData>
</mets:mdWrap>
</mets:techMD>
<mets:techMD ID="ABES.STAR.THESE_202189.VERSION_COMPLETE.EDITION_ARCHIVAGE.TECH_FICHIER.DOSSIER_1.DOSSIER_1.FICHIER_1">
<mets:mdWrap MDTYPE="OTHER" OTHERMDTYPE="tef_tech_fichier">
<mets:xmlData>
<tef:meta_fichier>
<tef:formatFichier>PDF</tef:formatFichier>
<tef:taille>45787328</tef:taille>
</tef:meta_fichier>
</mets:xmlData>
</mets:mdWrap>
</mets:techMD>
<mets:rightsMD ID="ABES.STAR.THESE_202189.DROITS_UNIVERSITE">
<mets:mdWrap MDTYPE="OTHER" OTHERMDTYPE="tef_droits_etablissement_these">
<mets:xmlData>
<metsRights:RightsDeclarationMD RIGHTSCATEGORY="CONTRACTUAL">
<metsRights:Context CONTEXTCLASS="GENERAL PUBLIC">
<metsRights:Permissions COPY="false" DELETE="false" DISPLAY="true" DUPLICATE="true" MODIFY="false" PRINT="true"/>
</metsRights:Context>
<metsRights:Context CONTEXTCLASS="INSTITUTIONAL AFFILIATE">
<metsRights:Permissions COPY="false" DELETE="false" DISPLAY="true" DUPLICATE="true" MODIFY="false" PRINT="true"/>
</metsRights:Context>
</metsRights:RightsDeclarationMD>
</mets:xmlData>
</mets:mdWrap>
</mets:rightsMD>
<mets:rightsMD ID="ABES.STAR.THESE_202189.DROITS_DOCTORANT">
<mets:mdWrap MDTYPE="OTHER" OTHERMDTYPE="tef_droits_auteur_these">
<mets:xmlData>
<metsRights:RightsDeclarationMD RIGHTSCATEGORY="CONTRACTUAL">
<metsRights:Context CONTEXTCLASS="GENERAL PUBLIC">
<metsRights:Permissions COPY="false" DELETE="false" DISPLAY="true" DUPLICATE="true" MODIFY="false" PRINT="true"/>
</metsRights:Context>
<metsRights:Context CONTEXTCLASS="INSTITUTIONAL AFFILIATE">
<metsRights:Permissions COPY="false" DELETE="false" DISPLAY="true" DUPLICATE="true" MODIFY="false" PRINT="true"/>
</metsRights:Context>
</metsRights:RightsDeclarationMD>
</mets:xmlData>
</mets:mdWrap>
</mets:rightsMD>
<mets:rightsMD ID="ABES.STAR.THESE_202189.VERSION_COMPLETE.DROITS">
<mets:mdWrap MDTYPE="OTHER" OTHERMDTYPE="tef_droits_version">
<mets:xmlData>
<metsRights:RightsDeclarationMD RIGHTSCATEGORY="CONTRACTUAL">
<metsRights:Context CONTEXTCLASS="GENERAL PUBLIC">
<metsRights:Permissions COPY="false" DELETE="false" DISPLAY="true" DUPLICATE="true" MODIFY="false" PRINT="true"/>
</metsRights:Context>
<metsRights:Context CONTEXTCLASS="INSTITUTIONAL AFFILIATE">
<metsRights:Permissions COPY="false" DELETE="false" DISPLAY="true" DUPLICATE="true" MODIFY="false" PRINT="true"/>
</metsRights:Context>
</metsRights:RightsDeclarationMD>
</mets:xmlData>
</mets:mdWrap>
</mets:rightsMD>
</mets:amdSec>
<mets:fileSec>
<mets:fileGrp ID="ABES.STAR.THESE_202189.VERSION_COMPLETE.EDITION_ARCHIVAGE.FILEGRP" USE="archive">
<mets:file ADMID="ABES.STAR.THESE_202189.VERSION_COMPLETE.EDITION_ARCHIVAGE.TECH_FICHIER.DOSSIER_1.DOSSIER_1.FICHIER_1" ID="ABES.STAR.THESE_202189.VERSION_COMPLETE.EDITION_ARCHIVAGE.DOSSIER_1.DOSSIER_1.FICHIER_1" SEQ="1">
<mets:FLocat LOCTYPE="URL" xlink:href="STRA/THESE_202189/document/0/0/MEYER_Corentin_2023_ED414_A.pdf"/>
</mets:file>
</mets:fileGrp>
</mets:fileSec>
<mets:structMap TYPE="logical">
<mets:div ADMID="ABES.STAR.THESE_202189.ADMINISTRATION ABES.STAR.THESE_202189.DROITS_UNIVERSITE ABES.STAR.THESE_202189.DROITS_DOCTORANT" CONTENTIDS="CONTENTIDS.ABES.STAR.THESE_202189" DMDID="ABES.STAR.THESE_202189.DESCRIPTION_BIBLIOGRAPHIQUE" TYPE="THESE">
<mets:div ADMID="ABES.STAR.THESE_202189.VERSION_COMPLETE.DROITS" CONTENTIDS="CONTENTIDS.ABES.STAR.THESE_202189.ABES.STAR.THESE_202189.VERSION_COMPLETE" TYPE="VERSION_COMPLETE">
<mets:div CONTENTIDS="CONTENTIDS.ABES.STAR.THESE_202189.VERSION_COMPLETE.EDITION_ARCHIVAGE" DMDID="ABES.STAR.THESE_202189.VERSION_COMPLETE.DESCRIPTION.EDITION_ARCHIVAGE" TYPE="EDITION">
<mets:fptr FILEID="ABES.STAR.THESE_202189.VERSION_COMPLETE.EDITION_ARCHIVAGE.FILEGRP"/>
</mets:div>
<mets:div CONTENTIDS="CONTENTIDS.ABES.STAR.THESE_202189.VERSION_COMPLETE.EDITION_1" DMDID="ABES.STAR.THESE_202189.VERSION_COMPLETE.DESCRIPTION.EDITION_1" TYPE="EDITION"/>
</mets:div>
</mets:div>
</mets:structMap>
</mets:mets>