DE eng

Search in the Catalogues and Directories

Page: 1 2 3 4 5...10
Hits 1 – 20 of 183

1
Meta-Analysis of the Functional Neuroimaging Literature with Probabilistic Logic Programming
In: https://hal.archives-ouvertes.fr/hal-03590714 ; 2022 (2022)
BASE
Show details
2
Automatic generation of the complete vocal tract shape from the sequence of phonemes to be articulated
In: ISSN: 0167-6393 ; EISSN: 1872-7182 ; Speech Communication ; https://hal.univ-lorraine.fr/hal-03650212 ; Speech Communication, Elsevier : North-Holland, 2022, ⟨10.1016/j.specom.2022.04.004⟩ (2022)
BASE
Show details
3
Computational Models in Electroencephalography.
In: Brain topography, vol 35, iss 1 (2022)
BASE
Show details
4
Preliminary result of the "origins of speech" project
In: UISPP 2021 - XIXth World Congress of the International Union of the Prehistoric and Protohistoric Sciences (UISPP'2021) ; https://hal.archives-ouvertes.fr/hal-03357948 ; UISPP 2021 - XIXth World Congress of the International Union of the Prehistoric and Protohistoric Sciences (UISPP'2021), Sep 2021, Meknes, Morocco ; https://uispp2020.sciencesconf.org/367310 (2021)
BASE
Show details
5
Structured and shared MRI staging lexicon and report of rectal cancer: A consensus proposal by the French Radiology Group (GRERCAR) and Surgical Group (GRECCAR) for rectal cancer
In: ISSN: 2211-5684 ; EISSN: 2211-5684 ; Diagnostic and Interventional Imaging ; https://hal.archives-ouvertes.fr/hal-03441916 ; Diagnostic and Interventional Imaging, Elsevier, In press, ⟨10.1016/j.diii.2021.08.003⟩ (2021)
BASE
Show details
6
Synchronization between Keyboard Typing and Neural Oscillations
In: ISSN: 0898-929X ; EISSN: 1530-8898 ; Journal of Cognitive Neuroscience ; https://hal.archives-ouvertes.fr/hal-03229032 ; Journal of Cognitive Neuroscience, Massachusetts Institute of Technology Press (MIT Press), 2021, 33 (5), pp.887-901. ⟨10.1162/jocn_a_01692⟩ (2021)
BASE
Show details
7
Multimodal dataset of real-time 2D and static 3D MRI of healthy French speakers
In: ISSN: 2052-4463 ; EISSN: 2052-4463 ; Scientific Data ; https://hal.archives-ouvertes.fr/hal-03507532 ; Scientific Data , Nature Publishing Group, 2021, 8 (1), pp.258. ⟨10.1038/s41597-021-01041-3⟩ (2021)
BASE
Show details
8
Accurate Tongue–Palate Pressure Sensing Device to Study Speech Production and Swallowing in Patients with Complete Denture
In: ISSN: 1305-7456 ; EISSN: 1305-7464 ; European Journal of Dentistry ; https://hal.archives-ouvertes.fr/hal-03103512 ; European Journal of Dentistry, Thieme, 2021, 15 (2), pp.302-306. ⟨10.1055/s-0040-1717002⟩ ; https://www.thieme-connect.com/products/ejournals/abstract/10.1055/s-0040-1717002 (2021)
BASE
Show details
9
Reading Comprehension Analysis and Prediction Based on EEG and Eye-Tracking Techniques
Li, Qin. - : eScholarship, University of California, 2021
BASE
Show details
10
Towards a Discourse-Level Natural Language Processing Algorithm: Characterizing Tumor Existence, Change of Existence, and its Progression from Unstructured Radiology Reports
Huang, Ruiqi. - : eScholarship, University of California, 2021
BASE
Show details
11
Extraction and normalization of simple and structured entities in medical documents ; Extraction et normalisation d'entités simples et structurées dans les documents médicaux
Wajsbürt, Perceval. - : HAL CCSD, 2021
In: https://hal.archives-ouvertes.fr/tel-03624928 ; Document and Text Processing. Sorbonne Université, 2021. English (2021)
BASE
Show details
12
Biomechanical tongue model prediction of fossil hominins: evaluation and uncertainties propagation
In: COUPLED 2021 - IX International Conference on Coupled Problems in Science and Engineering (Coupled 2021) ; https://hal.archives-ouvertes.fr/hal-03358151 ; COUPLED 2021 - IX International Conference on Coupled Problems in Science and Engineering (Coupled 2021), Jun 2021, Barcelone (on line), Spain (2021)
BASE
Show details
13
Scalable Approaches for Auditing the Completeness of Biomedical Ontologies
In: Theses and Dissertations--Computer Science (2021)
Abstract: An ontology provides a formalized representation of knowledge within a domain. In biomedicine, ontologies have been widely used in modern biomedical applications to enable semantic interoperability and facilitate data exchange. Given the important roles that biomedical ontologies play, quality issues such as incompleteness, if not addressed, can affect the quality of downstream ontology-driven applications. However, biomedical ontologies often have large sizes and complex structures. Thus, it is infeasible to uncover potential quality issues through manual effort. In this dissertation, we introduce automated and scalable approaches for auditing the completeness of biomedical ontologies. We mainly focus on two incompleteness issues -- missing hierarchical relations and missing concepts. To identify missing hierarchical relations, we develop three approaches: a lexical-based approach, a hybrid approach utilizing both lexical features and logical definitions, and an approach based on concept name transformation. To identify missing concepts, a lexical-based Formal Concept Analysis (FCA) method is proposed for concept enrichment. We also predict proper concept names for the missing concepts using deep learning techniques. Manual review by domain experts is performed to evaluate these approaches. In addition, we leverage extrinsic knowledge (i.e., external ontologies) to help validate the detected incompleteness issues. The auditing approaches have been applied to a variety of biomedical ontologies, including the SNOMED CT, National Cancer Institute (NCI) Thesaurus and Gene Ontology. In the first lexical-based approach to identify missing hierarchical relations, each concept is modeled with an enriched set of lexical features, leveraging words and noun phrases in the name of the concept itself and the concept's ancestors. Given a pair of concepts that are not linked by a hierarchical relation, if the enriched lexical attributes of one concept is a superset of the other's, a potentially missing hierarchical relation will be suggested. Applying this approach to the September 2017 release of SNOMED CT (US edition) suggested 38,615 potentially missing hierarchical relations. A domain expert reviewed a random sample of 100 potentially missing ones, and confirmed 90 are valid (a precision of 90%). In the second work, a hybrid approach is proposed to detect missing hierarchical relations in non-lattice subgraphs. For each concept, its lexical features are harmonized with role definitions to provide a more comprehensive semantic model. Then a two-step subsumption testing is performed to automatically suggest potentially missing hierarchical relations. This approach identified 55 potentially missing hierarchical relations in the 19.08d version of the NCI Thesaurus. 29 out of 55 were confirmed as valid by the curators from the NCI Enterprise Vocabulary Service (EVS) and have been incorporated in the newer versions of the NCI Thesaurus. 7 out of 55 further revealed incorrect existing hierarchical relations in the NCI Thesaurus. In the third work, we introduce a transformation-based method that leverages the Unified Medical Language System (UMLS) knowledge to identify missing hierarchical relations in its source ontologies. Given a concept name, noun chunks within it are identified and replaced by their more general counterparts to generate new concept names that are supposed to be more general than the original one. Applying this method to the UMLS (2019AB release), a total of 39,359 potentially missing hierarchical relations were detected in 13 source ontologies. Domain experts evaluated a random sample of 200 potentially missing hierarchical relations identified in the SNOMED CT (US edition), and 100 in the Gene Ontology. 173 out of 200 and 63 out of 100 potentially missing hierarchical relations were confirmed by domain experts, indicating our method achieved a precision of 86.5% and 63% for the SNOMED CT and Gene Ontology, respectively. In the work of concept enrichment, we introduce a lexical method based on FCA to identify potentially missing concepts. Lexical features (i.e., words appearing in the concept names) are considered as FCA attributes while generating formal context. Applying multistage intersection on FCA attributes results in newly formalized concepts along with bags of words that can be utilized to name the concepts. This method was applied to the Disease or Disorder sub-hierarchy in the 19.08d version of the NCI Thesaurus and identified 8,983 potentially missing concepts. We performed a preliminary evaluation and validated that 592 out of 8,983 potentially missing concepts were included in external ontologies in the UMLS. After obtaining new concepts and their relevant bags of words, we further developed deep learning-based approaches to automatically predict concept names that comply with the naming convention of a specific ontology. We explored simple neural network, Long Short-Term Memory (LSTM), and Convolutional Neural Network (CNN) combined with LSTM. Our experiments showed that the LSTM-based approach achieved the best performance with an F1 score of 63.41% for predicting names for newly added concepts in the March 2018 release of SNOMED CT (US Edition) and an F1 score of 73.95% for naming missing concepts revealed by our previous work. In the last part of this dissertation, extrinsic knowledge is leveraged to collect supporting evidence for the detected incompleteness issues. We present a work in which cross-ontology evaluation based on extrinsic knowledge from the UMLS is utilized to help validate potentially missing hierarchical relations, aiming at relieving the heavy workload of manual review.
Keyword: Biomedical Engineering and Bioengineering; Biomedical Ontology; Computer Engineering; Missing concepts; Missing hierarchical relations; Quality Assurance
URL: https://uknowledge.uky.edu/cgi/viewcontent.cgi?article=1112&context=cs_etds
https://uknowledge.uky.edu/cs_etds/105
BASE
Hide details
14
In-vivo tongue stiffness measured by aspiration: Resting vs general anesthesia
In: ISSN: 0021-9290 ; Journal of Biomechanics ; https://hal.archives-ouvertes.fr/hal-03039265 ; Journal of Biomechanics, Elsevier, 2020, 114, pp.110147. ⟨10.1016/j.jbiomech.2020.110147⟩ (2020)
BASE
Show details
15
CAD-CAP: a 25,000-image database serving the development of artificial intelligence for capsule endoscopy
In: ISSN: 2196-9736 ; EISSN: 2364-3722 ; Endoscopy International Open ; https://hal.archives-ouvertes.fr/hal-02492408 ; Endoscopy International Open, Georg Thieme Verlag KG, 2020, 8 (3), pp.E415-E420. ⟨10.1055/a-1035-9088⟩ ; https://www.thieme-connect.com/products/ejournals/abstract/10.1055/a-1035-9088 (2020)
BASE
Show details
16
Reading Robot
In: General Engineering (2020)
BASE
Show details
17
Sensorimotor Integration in Speech Production
Kothare, Hardik. - : eScholarship, University of California, 2020
BASE
Show details
18
Quantal biomechanical effects in speech postures of the lips.
In: Journal of neurophysiology, vol 124, iss 3 (2020)
BASE
Show details
19
A Semi-Automated Approach for Multilingual Terminology Matching: Mapping the French Version of the ICD-10 to the ICD-10 CM
In: ISSN: 0926-9630 ; EISSN: 1879-8365 ; Studies in Health Technology and Informatics ; https://hal.archives-ouvertes.fr/hal-02887372 ; Studies in Health Technology and Informatics, IOS Press, 2020, 270, pp.18-22. ⟨10.3233/SHTI200114⟩ (2020)
BASE
Show details
20
Selective enhancement of low-gamma activity by tACS improves phonemic processing and reading accuracy in dyslexia
In: ISSN: 1544-9173 ; EISSN: 1545-7885 ; PLoS Biology ; https://hal.archives-ouvertes.fr/hal-02958984 ; PLoS Biology, Public Library of Science, 2020, 18 (9), pp.e3000833. ⟨10.1371/journal.pbio.3000833⟩ (2020)
BASE
Show details

Page: 1 2 3 4 5...10

Catalogues
0
0
0
0
0
0
0
Bibliographies
0
0
0
0
0
0
0
0
0
Linked Open Data catalogues
0
Online resources
0
0
0
0
Open access documents
183
0
0
0
0
© 2013 - 2024 Lin|gu|is|tik | Imprint | Privacy Policy | Datenschutzeinstellungen ändern