A Semantic Model for Multimodal Data Mining in Healthcare Information Systems
|
|
|
- Donald Pearson
- 10 years ago
- Views:
Transcription
1 A Semantic Model for Multimodal Data Mining in Healthcare Information Systems Dimitris IAKOVIDIS 1 and Christos SMAILIS Department of Informatics and Computer Technology, Technological Educational Institute of Lamia, Lamia, Greece Abstract. Electronic health records (EHRs) are representative examples of multimodal/multisource data collections; including measurements, images and free texts. The diversity of such information sources and the increasing amounts of medical data produced by healthcare institutes annually, pose significant challenges in data mining. In this paper we present a novel semantic model that describes knowledge extracted from the lowest-level of a data mining process, where information is represented by multiple features i.e. measurements or numerical descriptors extracted from measurements, images, texts or other medical data, forming multidimensional feature spaces. Knowledge collected by manual annotation or extracted by unsupervised data mining from one or more feature spaces is modeled through generalized qualitative spatial semantics. This model enables a unified representation of knowledge across multimodal data repositories. It contributes to bridging the semantic gap, by enabling direct links between lowlevel features and higher-level concepts e.g. describing body parts, anatomies and pathological findings. The proposed model has been developed in web ontology language based on description logics (OWL-DL) and can be applied to a variety of data mining tasks in medical informatics. It utility is demonstrated for automatic annotation of medical data. Keywords. Knowledge representation, Multimodal data mining, Spatial semantics, Annotation, OWL-DL. Introduction Medical knowledge representation has an exceptional place in the research landscape of medical informatics [1]. The need to unambiguously describe medical knowledge within clinical environments, inherently characterized by terminological ambiguities, diverse guidelines and data, has given rise to the use of formal ontologies [2]. Semantic models based on such ontologies have been proposed for various medical applications, including computer-aided reporting [3], medical decision making and data mining [4]. The increasing amounts of medical data produced annually comprise an invaluable source of knowledge to be discovered, represented and exploited to improve healthcare practices. Data mining, either supervised or unsupervised, provides the methodological tools to extract this knowledge [5]. Supervised methods usually address data classification based on prior knowledge gained by training on previously annotated data, whereas the unsupervised methods group data into clusters based solely on the similarity of the data instances without any training. The latter could be considered as an advantage over the supervised methods. However, the unsupervised methods, generally, require that 1 Corresponding Author.
2 the number of target clusters is pre-specified by the user, and the resulting clusters are not associated with class labels. The data mining approaches described are challenged by the multimodality of the medical data. EHRs include data acquired from multiple modalities such as measurements, images, and free text reports. Methods that have been proposed to cope with this issue include low-level feature fusion [6][7][8] and higher-level ontology-based approaches [9]. Features can be measurements, or numerical descriptors extracted from measurements, images, texts or other medical data. Multiple features form multidimensional vector spaces, which are referred to as feature spaces. A drawback of the current methods is that the knowledge residing at low-level feature spaces is not directly related to the knowledge represented by higher-level concepts e.g. describing body parts, anatomies and pathological findings. This issue, which is an instance of what is also known as semantic gap, can only be partially or indirectly dealt with these methods. In this paper we present a novel semantic model for representation of knowledge extracted from multimodal medical data. It defines generalized qualitative spatial semantics to represent relations between data clusters within multidimensional feature spaces, which in turn can be directly related to higher-level concepts via formal semantics. The proposed model can be considered as a generalization of the model proposed in [10], which was addressing spatial relations between objects only within 2D/3D image spaces, and has enhanced semantic expressivity as compared with our preliminary model presented in [11]. In addition, we present a novel application of the proposed model for automatic annotation of medical data. It is used to provide prior, domain knowledge so that class labels are assigned to the result of a clustering. 1. Methods 1.1. Semantic model Let us consider a set of medical data acquired from M different modalities, with each modality contributing a set of N i, i=1...m, features within a multimodal data mining environment. For example, such an environment may be defined by the modalities of an intensive care unit (ICU), including a device for the monitoring of the patients physiological parameters, an x-ray imaging device, and clinicians free text reports. The physiological measurements, the intensity and textural features extracted from the images, and the textual features extracted from the reports could be considered as feature sets of the respective modalities. In this example these feature sets define four feature spaces, namely the physiological measurements space, the image intensity space, the image texture space, and the textual feature space. The values of each feature set for a particular patient at a particular time instance form a feature vector, represented as a point at the respective feature space; therefore, the patient s status at a time instance is described by four points, each of which is defined at a different space. A cluster of points in a feature space may correspond to different patients or to different time instances of the same patient. However, a reduced representation of the cluster [5], such as its centroid, may be considered as a simplification in the knowledge representation process.
3 (a) (b) (c) Figure 1. (a) Proposed semantic model. (b) 2D visualization of two example feature spaces from different modalities (Modality 1 and Modality 2). Clusters A and C are formed from samples of Object 1, and clusters B and D from samples of Object 2. X-marks represent cluster centroids. (c) Automatically generated ontology from the feature spaces of Fig. 1(b) as described in Section 2.1. The proposed semantic model enables the representation of knowledge collected by manual annotation of medical data, and of knowledge extracted by data mining, as it can be mapped within feature spaces through the spatial arrangement of objects defined in these spaces, such as points and clusters. These relations are referred to as generalized spatial relations so as to distinguish them from the 2D/3D spatial relations, and they are modeled as concepts. To ensure independency from space dimensionality, the spatial relations can only be defined between 1D projections of a reference and a target object, across a certain axis of a multi-dimensional feature space. Currently two types of spatial relations have been included in our semantic model, namely directional and topological. Each spatial relation can also be linked to its inverse. Directional relations are categorized into positive and negative ones. A positive directional relation represents a direction towards a related object in the feature space and vice versa. Topological relations are divided into eight main categories that are based on region connection calculus 8 (RCC 8) [12]. The concepts defined in our semantic model are illustrated in Fig. 1(a), and described in the following using DL syntax [13]. The concept Object refers to a set of objects in a feature space, that are associated through spatial relations between each other. In order to refer to the objects that are used as a reference in the spatial relations, the concept ReferenceObject has been defined. TargetObject refers to objects used as targets in Spatial Relations. The concept NumericValue, enables the representation of numbers as instances of this concept. This is necessary in order to represent distinct numeric values regardless of their actual value and to overcome the inability of OWL-DL to express numeric datatype properties that can be used for reasoning. The concept VectorSpace represents a multi-dimensional space. A vector space may be defined by many axes that can also belong to other vector spaces as well: VectorSpace ( definedby.axis) ( definedby.axis). The Axis concept represents an axis that may define one or more vector spaces at the same time: Axis ( defines.vectorspace) ( defines.vectorspace). SpatialRelation refers to the set of spatial relations defined according to a reference object and a target object across an Axis: SpatialRelation ( reference.object) ( target.object) ( hasaxis.axis) ( hasspace.vectorspace) ( reference.object) ( target.object) ( hasaxis.axis) ( hasspace.vectorspace) (=1 reference) (=1 target) (=1 hasaxis) (=1 hasspace). The DirectionalRelation concept refers to the set of relations implying direction across an axis. A NumericValue indicating the number of intermediate objects
4 (or their absence if this value represents zero e.g. Value-0), between the projections of two objects on this axis is required. This way one can uniquely describe the relative position of the target objects in a vector space using a reference object and multiple directional relations: DirectionalRelation SpatialRelation ( numberofintermediateobjects. NumericValue) (= 1 numberofintermediate Objects).DirectionalRelation subsumes the disjoint concepts: PositiveDirectionalRelation, NegativeDirectionalRelation. Spatial Relation also subsumes the concept TopologicalRelation which represents basic relations based on RCC 8. The described model of generalized spatial semantics can be subsequently used to acquire knowledge regarding an application domain. In the following we provide the description of cluster A with respect to reference object R AB (Fig. 1b) in this ontology: ClusterA target.(( reference.r-ab) ( hasaxis.{axisy}) ( hasspace. {Modality1Space}) Equal) target (( numberofintermediateobjects.{value-0}) ( reference.r-ab) ( hasaxis.{axisx}) ( hasspace.{modality1space}) NegativeDirectionalRelationship) Knowledge acquisition Given a feature space and a set of annotated objects defined in that space, a new ontology is automatically generated to describe domain knowledge. This is realized by considering the spatial arrangement of the objects in the feature space, using the concepts defined in the previously described semantic model. The generated ontology will have two parts; a fixed part holding fundamental concepts regarding the application domain and the objects, and a dynamically generated part holding the generalized spatial relations between the objects. The fixed part of the concept hierarchy in the automatically generated ontology consists of the class CoreElements, which is superset of all classes in the automatically generated ontology, and four main subclasses of CoreElements (Fig. 1c): Domain, which represents the user-specified application domain; DomainObjects that contains subclasses of objects that are represented by clusters in each feature space e.g. pathology; Modality, which represents data obtained from a modality; and SpatialObject, which subsumes the automatically generated concepts that represent objects of a feature space e.g. a cluster. In the dynamically generated part, user-specified domains are asserted in the ontology as subclasses of the Domain class. The types of annotated objects are asserted as classes inheriting both the SpatialObject class and a subclass of the domain that represents a user-specified domain. The instances of the annotated objects are asserted as individuals of the class that represents the annotation type. The 1D projection of every object on each axis of the multidimensional feature space is spatially related to the 1D projection of a reference object to that axis. This is realized by means of individuals of the PositiveDirectionalRelation, NegativeDirectionalRelation and Equal. The latter is used to assert that the projections of the two objects are located at the same position on an axis. The reference object can be an arbitrarily selected object. This process is repeated for each modality. The acquired knowledge in the automatically generated ontology can be utilized in a variety of data mining tasks, such as data classification and information retrieval. An example of the automatically generated ontology is illustrated in Fig. 1(c). 2. Results and Discussion In order to demonstrate the utility of the proposed model we applied it for classification of anonymized data obtained from patients hospitalized in ICU. The data include body
5 temperature, blood gasses, and chest x-rays, from which grey-level intensity histogram features and Gabor textural image features have been extracted according to the methodology described in [14], generating feature spaces as the ones visualized in Fig.1(b). The data corresponding to twenty four patients with pneumonia and the image regions corresponding to pneumonia manifestations, known as pulmonary consolidations, have been carefully annotated by clinicians. The domain knowledge was acquired as described in section 1.2 by 10% of the data. This knowledge was used to automatically annotate two unlabeled clusters per feature space, as originating from a sample with pneumonia or not. The clustering was performed by non-negative matrix factorization (NMF) [14]. The centroid of the two centroids of the discovered clusters was used as a reference object. The individuals representing the unlabeled clusters were asserted as instances of the class SpatialObject. All classes of the individuals representing the clusters discovered from the rest 90% of the data were successfully inferred by the FACT++ reasoning engine, i.e. all discovered clusters were correctly labeled, regardless of which (disjoint) 10% of the data used for knowledge acquisition. Future work includes large scale application of the proposed model and its incorporation within our Ratsnake annotation tool [15]. Acknowledgment This work was realized in the framework of the project DebugIT, co-funded by the EC FP7 grant agreement n FP and the Technological Educational Institute of Lamia, Greece. References [1] Haux R. Medical informatics: past, present, future. Int J Med Inform. 2010; 79(9): [2] Guarino N. Formal Ontology in Information Systems. Proc FOIS. 1998; 3-15 [3] Marwede D, Fielding M, Kahn T. RadiO: A prototype application ontology for radiology reporting tasks. Proc AMIA. 2007; [4] Schober D, Boeker M, Bullenkamp J, Huszka C, Depraetere K, Teodoro D, Nadah N, Choquet R, Daniel C, Schulz S. The DebugIT core ontology: semantic integration of antibiotics resistance patterns., Stud Health Technol Inform. 2010; 160(Pt 2): [5] Maimon OZ, Rokach L. Data Mining and Knowledge Discovery Handbook. NY: Springer; 2005 [6] Iakovidis DK, Tsevas S, Savelonas MA, Papamichalis G. Image Analysis Framework for Infection Monitoring. IEEE Trans Biomed Eng. 2011; 59(4): [7] Mitchell HB. Multi-sensor data fusion. Springer-Verlag; 2007 [8] Tsevas S, Iakovidis DK. Dynamic time warping fusion for the retrieval of similar patient cases represented by multimodal time-series medical data. Proc IEEE ITAB [9] Teodoro D, Choquet R, Schober D, Mels G, Pasche E, Ruch P, Lovis C. Interoperability driven integration of biomedical data sources. Stud Health Technol Inform. 2011; 169: [10] Hudelot C, Atif J, Bloch I, Fuzzy spatial relation ontology for image interpretation. Fuzzy Sets and Systems. 2008; 159(15): [11] Iakovidis DK, Schober D, Boeker M, Schulz S. An ontology of image representations for medical image mining. Proc. IEEE ITAB [12] Renz J. Qualitative spatial reasoning with topological information. Lecture Notes in Computer Science Springer-Verlag; 2002 [13] Baader F, Calvanese D, McGuinness D, Nardi D, Patel-Schneider P. The description logic handbook: theory, implementations and applications. Cambridge: Cambridge University Press; 2003 [14] Tsevas S, Iakovidis DK, Papamichalis G. Unsupervised mining of radiographic pulmonary infection patterns. Engineering Intelligent Systems. 2009; 17(2/3) [15] Iakovidis DK, Smailis CV, Efficient semantically-aware annotation of images. Proc IEEE IST. 2011: (last accessed )
Improving EHR Semantic Interoperability Future Vision and Challenges
Improving EHR Semantic Interoperability Future Vision and Challenges Catalina MARTÍNEZ-COSTA a,1 Dipak KALRA b, Stefan SCHULZ a a IMI,Medical University of Graz, Austria b CHIME, University College London,
Find the signal in the noise
Find the signal in the noise Electronic Health Records: The challenge The adoption of Electronic Health Records (EHRs) in the USA is rapidly increasing, due to the Health Information Technology and Clinical
Requirements Ontology and Multi representation Strategy for Database Schema Evolution 1
Requirements Ontology and Multi representation Strategy for Database Schema Evolution 1 Hassina Bounif, Stefano Spaccapietra, Rachel Pottinger Database Laboratory, EPFL, School of Computer and Communication
Fuzzy-DL Reasoning over Unknown Fuzzy Degrees
Fuzzy-DL Reasoning over Unknown Fuzzy Degrees Stasinos Konstantopoulos and Georgios Apostolikas Institute of Informatics and Telecommunications NCSR Demokritos Ag. Paraskevi 153 10, Athens, Greece {konstant,apostolikas}@iit.demokritos.gr
Ontology-based Archetype Interoperability and Management
Ontology-based Archetype Interoperability and Management Catalina Martínez-Costa, Marcos Menárguez-Tortosa, J. T. Fernández-Breis Departamento de Informática y Sistemas, Facultad de Informática Universidad
A Partially Supervised Metric Multidimensional Scaling Algorithm for Textual Data Visualization
A Partially Supervised Metric Multidimensional Scaling Algorithm for Textual Data Visualization Ángela Blanco Universidad Pontificia de Salamanca [email protected] Spain Manuel Martín-Merino Universidad
The Electronic Healthcare Record for Clinical Research (EHR4CR) information model and terminology
The Electronic Healthcare Record for Clinical Research (EHR4CR) information model and terminology David OUAGNE a, Sajjad HUSSAIN a, Eric SADOU a, Marie-Christine JAULENT a and Christel DANIEL a,b,c,1 a
Practical Implementation of a Bridge between Legacy EHR System and a Clinical Research Environment
Cross-Border Challenges in Informatics with a Focus on Disease Surveillance and Utilising Big-Data L. Stoicu-Tivadar et al. (Eds.) 2014 The authors. This article is published online with Open Access by
Self Organizing Maps for Visualization of Categories
Self Organizing Maps for Visualization of Categories Julian Szymański 1 and Włodzisław Duch 2,3 1 Department of Computer Systems Architecture, Gdańsk University of Technology, Poland, [email protected]
Using Semantic Data Mining for Classification Improvement and Knowledge Extraction
Using Semantic Data Mining for Classification Improvement and Knowledge Extraction Fernando Benites and Elena Sapozhnikova University of Konstanz, 78464 Konstanz, Germany. Abstract. The objective of this
A Meta-model of Business Interaction for Assisting Intelligent Workflow Systems
A Meta-model of Business Interaction for Assisting Intelligent Workflow Systems Areti Manataki and Yun-Heh Chen-Burger Centre for Intelligent Systems and their Applications, School of Informatics, The
Application of ontologies for the integration of network monitoring platforms
Application of ontologies for the integration of network monitoring platforms Jorge E. López de Vergara, Javier Aracil, Jesús Martínez, Alfredo Salvador, José Alberto Hernández Networking Research Group,
NAVIGATING SCIENTIFIC LITERATURE A HOLISTIC PERSPECTIVE. Venu Govindaraju
NAVIGATING SCIENTIFIC LITERATURE A HOLISTIC PERSPECTIVE Venu Govindaraju BIOMETRICS DOCUMENT ANALYSIS PATTERN RECOGNITION 8/24/2015 ICDAR- 2015 2 Towards a Globally Optimal Approach for Learning Deep Unsupervised
Multimedia Data Mining: A Survey
Multimedia Data Mining: A Survey Sarla More 1, and Durgesh Kumar Mishra 2 1 Assistant Professor, Truba Institute of Engineering and information Technology, Bhopal 2 Professor and Head (CSE), Sri Aurobindo
CHAPTER 1 INTRODUCTION
1 CHAPTER 1 INTRODUCTION Exploration is a process of discovery. In the database exploration process, an analyst executes a sequence of transformations over a collection of data structures to discover useful
SNOMED-CT. http://www.connectingforhealth.nhs.uk/technical/standards/snomed 4. http://ww.hl7.org 5. http://www.w3.org/2004/owl/ 6
Is Semantic Web technology ready for Healthcare? Chris Wroe BT Global Services, St Giles House, 1 Drury Lane, London, WC2B 5RS, UK [email protected] Abstract. Healthcare IT systems must manipulate semantically
72. Ontology Driven Knowledge Discovery Process: a proposal to integrate Ontology Engineering and KDD
72. Ontology Driven Knowledge Discovery Process: a proposal to integrate Ontology Engineering and KDD Paulo Gottgtroy Auckland University of Technology [email protected] Abstract This paper is
Combining SAWSDL, OWL DL and UDDI for Semantically Enhanced Web Service Discovery
Combining SAWSDL, OWL DL and UDDI for Semantically Enhanced Web Service Discovery Dimitrios Kourtesis, Iraklis Paraskakis SEERC South East European Research Centre, Greece Research centre of the University
Ontology-Driven Software Development in the Context of the Semantic Web: An Example Scenario with Protégé/OWL
Ontology-Driven Software Development in the Context of the Semantic Web: An Example Scenario with Protégé/OWL Holger Knublauch Stanford Medical Informatics, Stanford University, CA [email protected]
Information Services for Smart Grids
Smart Grid and Renewable Energy, 2009, 8 12 Published Online September 2009 (http://www.scirp.org/journal/sgre/). ABSTRACT Interconnected and integrated electrical power systems, by their very dynamic
APPENDIX to http://dx.doi.org/10.4338/aci-2014-09-ra-0083 CAHIIM 2012 Curriculum Requirements Health Informatics Master s Degree
APPENDIX to http://dx.doi.org/10.4338/aci-2014-09-ra-0083 CAHIIM 2012 Curriculum Requirements Health Informatics Master s Degree Column 1 - Health Informatics Facet I. Information Systems concerned with
Open issues and research trends in Content-based Image Retrieval
Open issues and research trends in Content-based Image Retrieval Raimondo Schettini DISCo Universita di Milano Bicocca [email protected] www.disco.unimib.it/schettini/ IEEE Signal Processing Society
Natural Language Querying for Content Based Image Retrieval System
Natural Language Querying for Content Based Image Retrieval System Sreena P. H. 1, David Solomon George 2 M.Tech Student, Department of ECE, Rajiv Gandhi Institute of Technology, Kottayam, India 1, Asst.
A Semantic Dissimilarity Measure for Concept Descriptions in Ontological Knowledge Bases
A Semantic Dissimilarity Measure for Concept Descriptions in Ontological Knowledge Bases Claudia d Amato, Nicola Fanizzi, Floriana Esposito Dipartimento di Informatica, Università degli Studi di Bari Campus
Clustering Technique in Data Mining for Text Documents
Clustering Technique in Data Mining for Text Documents Ms.J.Sathya Priya Assistant Professor Dept Of Information Technology. Velammal Engineering College. Chennai. Ms.S.Priyadharshini Assistant Professor
Facilitating Business Process Discovery using Email Analysis
Facilitating Business Process Discovery using Email Analysis Matin Mavaddat [email protected] Stewart Green Stewart.Green Ian Beeson Ian.Beeson Jin Sa Jin.Sa Abstract Extracting business process
SERENITY Pattern-based Software Development Life-Cycle
SERENITY Pattern-based Software Development Life-Cycle Francisco Sanchez-Cid, Antonio Maña Computer Science Department University of Malaga. Spain {cid, amg}@lcc.uma.es Abstract Most of current methodologies
A Computational Framework for Exploratory Data Analysis
A Computational Framework for Exploratory Data Analysis Axel Wismüller Depts. of Radiology and Biomedical Engineering, University of Rochester, New York 601 Elmwood Avenue, Rochester, NY 14642-8648, U.S.A.
International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014
RESEARCH ARTICLE OPEN ACCESS A Survey of Data Mining: Concepts with Applications and its Future Scope Dr. Zubair Khan 1, Ashish Kumar 2, Sunny Kumar 3 M.Tech Research Scholar 2. Department of Computer
Data Mining and Neural Networks in Stata
Data Mining and Neural Networks in Stata 2 nd Italian Stata Users Group Meeting Milano, 10 October 2005 Mario Lucchini e Maurizo Pisati Università di Milano-Bicocca [email protected] [email protected]
Tracking Groups of Pedestrians in Video Sequences
Tracking Groups of Pedestrians in Video Sequences Jorge S. Marques Pedro M. Jorge Arnaldo J. Abrantes J. M. Lemos IST / ISR ISEL / IST ISEL INESC-ID / IST Lisbon, Portugal Lisbon, Portugal Lisbon, Portugal
Completing Description Logic Knowledge Bases using Formal Concept Analysis
Completing Description Logic Knowledge Bases using Formal Concept Analysis Franz Baader, 1 Bernhard Ganter, 1 Barış Sertkaya, 1 and Ulrike Sattler 2 1 TU Dresden, Germany and 2 The University of Manchester,
The Scientific Data Mining Process
Chapter 4 The Scientific Data Mining Process When I use a word, Humpty Dumpty said, in rather a scornful tone, it means just what I choose it to mean neither more nor less. Lewis Carroll [87, p. 214] In
Observing Human Behavior in Image Sequences: the Video Hermeneutics Challenge
Observing Human Behavior in Image Sequences: the Video Hermeneutics Challenge Pau Baiget, Jordi Gonzàlez Computer Vision Center, Dept. de Ciències de la Computació, Edifici O, Campus UAB, 08193 Bellaterra,
Data Quality Mining: Employing Classifiers for Assuring consistent Datasets
Data Quality Mining: Employing Classifiers for Assuring consistent Datasets Fabian Grüning Carl von Ossietzky Universität Oldenburg, Germany, [email protected] Abstract: Independent
Applying Object-Oriented Principles to the Analysis and Design of Learning Objects
Applying Object-Oriented Principles to the Analysis and Design of Learning Objects Chrysostomos Chrysostomou and George Papadopoulos Department of Computer Science, University of Cyprus, Nicosia, Cyprus
Multi-agent System for Web Advertising
Multi-agent System for Web Advertising Przemysław Kazienko 1 1 Wrocław University of Technology, Institute of Applied Informatics, Wybrzee S. Wyspiaskiego 27, 50-370 Wrocław, Poland [email protected]
Mining Signatures in Healthcare Data Based on Event Sequences and its Applications
Mining Signatures in Healthcare Data Based on Event Sequences and its Applications Siddhanth Gokarapu 1, J. Laxmi Narayana 2 1 Student, Computer Science & Engineering-Department, JNTU Hyderabad India 1
FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT MINING SYSTEM
International Journal of Innovative Computing, Information and Control ICIC International c 0 ISSN 34-48 Volume 8, Number 8, August 0 pp. 4 FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT
Chapter 8 The Enhanced Entity- Relationship (EER) Model
Chapter 8 The Enhanced Entity- Relationship (EER) Model Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 8 Outline Subclasses, Superclasses, and Inheritance Specialization
A SECURE DECISION SUPPORT ESTIMATION USING GAUSSIAN BAYES CLASSIFICATION IN HEALTH CARE SERVICES
A SECURE DECISION SUPPORT ESTIMATION USING GAUSSIAN BAYES CLASSIFICATION IN HEALTH CARE SERVICES K.M.Ruba Malini #1 and R.Lakshmi *2 # P.G.Scholar, Computer Science and Engineering, K. L. N College Of
Ontology-Based Discovery of Workflow Activity Patterns
Ontology-Based Discovery of Workflow Activity Patterns Diogo R. Ferreira 1, Susana Alves 1, Lucinéia H. Thom 2 1 IST Technical University of Lisbon, Portugal {diogo.ferreira,susana.alves}@ist.utl.pt 2
Supporting in- and off-hospital Patient Management Using a Web-based Integrated Software Platform
Digital Healthcare Empowering Europeans R. Cornet et al. (Eds.) 2015 European Federation for Medical Informatics (EFMI). This article is published online with Open Access by IOS Press and distributed under
Semantic Search in Portals using Ontologies
Semantic Search in Portals using Ontologies Wallace Anacleto Pinheiro Ana Maria de C. Moura Military Institute of Engineering - IME/RJ Department of Computer Engineering - Rio de Janeiro - Brazil [awallace,anamoura]@de9.ime.eb.br
A Pattern-based Framework of Change Operators for Ontology Evolution
A Pattern-based Framework of Change Operators for Ontology Evolution Muhammad Javed 1, Yalemisew M. Abgaz 2, Claus Pahl 3 Centre for Next Generation Localization (CNGL), School of Computing, Dublin City
Draft Martin Doerr ICS-FORTH, Heraklion, Crete Oct 4, 2001
A comparison of the OpenGIS TM Abstract Specification with the CIDOC CRM 3.2 Draft Martin Doerr ICS-FORTH, Heraklion, Crete Oct 4, 2001 1 Introduction This Mapping has the purpose to identify, if the OpenGIS
Implementing Ontology-based Information Sharing in Product Lifecycle Management
Implementing Ontology-based Information Sharing in Product Lifecycle Management Dillon McKenzie-Veal, Nathan W. Hartman, and John Springer College of Technology, Purdue University, West Lafayette, Indiana
Machine Learning and Data Mining. Fundamentals, robotics, recognition
Machine Learning and Data Mining Fundamentals, robotics, recognition Machine Learning, Data Mining, Knowledge Discovery in Data Bases Their mutual relations Data Mining, Knowledge Discovery in Databases,
Ontology for Home Energy Management Domain
Ontology for Home Energy Management Domain Nazaraf Shah 1,, Kuo-Ming Chao 1, 1 Faculty of Engineering and Computing Coventry University, Coventry, UK {nazaraf.shah, k.chao}@coventry.ac.uk Abstract. This
Big Data Classification: Problems and Challenges in Network Intrusion Prediction with Machine Learning
Big Data Classification: Problems and Challenges in Network Intrusion Prediction with Machine Learning By: Shan Suthaharan Suthaharan, S. (2014). Big data classification: Problems and challenges in network
Using Ontologies in Proteus for Modeling Data Mining Analysis of Proteomics Experiments
Using Ontologies in Proteus for Modeling Data Mining Analysis of Proteomics Experiments Mario Cannataro, Pietro Hiram Guzzi, Tommaso Mazza, and Pierangelo Veltri University Magna Græcia of Catanzaro, 88100
Web Mining. Margherita Berardi LACAM. Dipartimento di Informatica Università degli Studi di Bari [email protected]
Web Mining Margherita Berardi LACAM Dipartimento di Informatica Università degli Studi di Bari [email protected] Bari, 24 Aprile 2003 Overview Introduction Knowledge discovery from text (Web Content
Health Care Information System Standards
Health Care Information System Standards 1 Standards Development Process Four Methods (Hammond & Cimino, 2001) Ad hoc no formal adoption process De facto vendor or other has a very large segment of the
Florida International University - University of Miami TRECVID 2014
Florida International University - University of Miami TRECVID 2014 Miguel Gavidia 3, Tarek Sayed 1, Yilin Yan 1, Quisha Zhu 1, Mei-Ling Shyu 1, Shu-Ching Chen 2, Hsin-Yu Ha 2, Ming Ma 1, Winnie Chen 4,
Geospatial Information with Description Logics, OWL, and Rules
Reasoning Web 2012 Summer School Geospatial Information with Description Logics, OWL, and Rules Presenter: Charalampos Nikolaou Dept. of Informatics and Telecommunications National and Kapodistrian University
A Study on Image Mining; Its Importance and Challenges
American Journal of Software Engineering and Applications 2016; 5(3-1): 5-9 http://www.sciencepublishinggroup.com/j/ajsea doi: 10.11648/j.ajsea.s.2016050301.12 ISSN: 2327-2473 (Print); ISSN: 2327-249X
IMPROVING BUSINESS PROCESS MODELING USING RECOMMENDATION METHOD
Journal homepage: www.mjret.in ISSN:2348-6953 IMPROVING BUSINESS PROCESS MODELING USING RECOMMENDATION METHOD Deepak Ramchandara Lad 1, Soumitra S. Das 2 Computer Dept. 12 Dr. D. Y. Patil School of Engineering,(Affiliated
Multimedia data mining: state of the art and challenges
Multimed Tools Appl (2011) 51:35 76 DOI 10.1007/s11042-010-0645-5 Multimedia data mining: state of the art and challenges Chidansh Amitkumar Bhatt Mohan S. Kankanhalli Published online: 16 November 2010
Big Data: Rethinking Text Visualization
Big Data: Rethinking Text Visualization Dr. Anton Heijs [email protected] Treparel April 8, 2013 Abstract In this white paper we discuss text visualization approaches and how these are important
Big Data: Image & Video Analytics
Big Data: Image & Video Analytics How it could support Archiving & Indexing & Searching Dieter Haas, IBM Deutschland GmbH The Big Data Wave 60% of internet traffic is multimedia content (images and videos)
3D Content-Based Visualization of Databases
3D Content-Based Visualization of Databases Anestis KOUTSOUDIS Dept. of Electrical and Computer Engineering, Democritus University of Thrace 12 Vas. Sofias Str., Xanthi, 67100, Greece Fotis ARNAOUTOGLOU
Electronic Health Record (EHR) Standards Survey
Electronic Health Record (EHR) Standards Survey Compiled by: Simona Cohen, Amnon Shabo Date: August 1st, 2001 This report is a short survey about the main emerging standards that relate to EHR - Electronic
A FUZZY BASED APPROACH TO TEXT MINING AND DOCUMENT CLUSTERING
A FUZZY BASED APPROACH TO TEXT MINING AND DOCUMENT CLUSTERING Sumit Goswami 1 and Mayank Singh Shishodia 2 1 Indian Institute of Technology-Kharagpur, Kharagpur, India [email protected] 2 School of Computer
Business Intelligence Using Data Mining Techniques on Very Large Datasets
International Journal of Science and Research (IJSR) Business Intelligence Using Data Mining Techniques on Very Large Datasets Arti J. Ugale 1, P. S. Mohod 2 1 Department of Computer Science and Engineering,
Exploration and Visualization of Post-Market Data
Exploration and Visualization of Post-Market Data Jianying Hu, PhD Joint work with David Gotz, Shahram Ebadollahi, Jimeng Sun, Fei Wang, Marianthi Markatou Healthcare Analytics Research IBM T.J. Watson
SURVIVABILITY ANALYSIS OF PEDIATRIC LEUKAEMIC PATIENTS USING NEURAL NETWORK APPROACH
330 SURVIVABILITY ANALYSIS OF PEDIATRIC LEUKAEMIC PATIENTS USING NEURAL NETWORK APPROACH T. M. D.Saumya 1, T. Rupasinghe 2 and P. Abeysinghe 3 1 Department of Industrial Management, University of Kelaniya,
DESIGN AND STRUCTURE OF FUZZY LOGIC USING ADAPTIVE ONLINE LEARNING SYSTEMS
Abstract: Fuzzy logic has rapidly become one of the most successful of today s technologies for developing sophisticated control systems. The reason for which is very simple. Fuzzy logic addresses such
Information Need Assessment in Information Retrieval
Information Need Assessment in Information Retrieval Beyond Lists and Queries Frank Wissbrock Department of Computer Science Paderborn University, Germany [email protected] Abstract. The goal of every information
Topic Maps Visualization
Topic Maps Visualization Bénédicte Le Grand, Laboratoire d'informatique de Paris 6 Introduction Topic maps provide a bridge between the domains of knowledge representation and information management. Topics
Context Model Based on Ontology in Mobile Cloud Computing
Context Model Based on Ontology in Mobile Cloud Computing Changbok Jang, Euiin Choi * Dept. Of Computer Engineering, Hannam University, Daejeon, Korea [email protected], [email protected] Abstract.
EXPLOITING FOLKSONOMIES AND ONTOLOGIES IN AN E-BUSINESS APPLICATION
EXPLOITING FOLKSONOMIES AND ONTOLOGIES IN AN E-BUSINESS APPLICATION Anna Goy and Diego Magro Dipartimento di Informatica, Università di Torino C. Svizzera, 185, I-10149 Italy ABSTRACT This paper proposes
Development of Enterprise Architecture of PPDR Organisations W. Müller, F. Reinert
Int'l Conf. Software Eng. Research and Practice SERP'15 225 Development of Enterprise Architecture of PPDR Organisations W. Müller, F. Reinert Fraunhofer Institute of Optronics, System Technologies and
SPATIAL DATA CLASSIFICATION AND DATA MINING
, pp.-40-44. Available online at http://www. bioinfo. in/contents. php?id=42 SPATIAL DATA CLASSIFICATION AND DATA MINING RATHI J.B. * AND PATIL A.D. Department of Computer Science & Engineering, Jawaharlal
Context Aware Mobile Network Marketing Services
Context-aware Mobile Multimedia Services in the Cloud Dejan Kovachev, Ralf Klamma Chair for Computer Science 5 (Information Systems), RWTH Aachen University Ahornstr. 55, D-52056, Aachen, Germany {kovachev,
Big Data and Text Mining
Big Data and Text Mining Dr. Ian Lewin Senior NLP Resource Specialist [email protected] www.linguamatics.com About Linguamatics Boston, USA Cambridge, UK Software Consulting Hosted content Agile,
M3039 MPEG 97/ January 1998
INTERNATIONAL ORGANISATION FOR STANDARDISATION ORGANISATION INTERNATIONALE DE NORMALISATION ISO/IEC JTC1/SC29/WG11 CODING OF MOVING PICTURES AND ASSOCIATED AUDIO INFORMATION ISO/IEC JTC1/SC29/WG11 M3039
Mining the Web of Linked Data with RapidMiner
Mining the Web of Linked Data with RapidMiner Petar Ristoski, Christian Bizer, and Heiko Paulheim University of Mannheim, Germany Data and Web Science Group {petar.ristoski,heiko,chris}@informatik.uni-mannheim.de
<is web> Information Systems & Semantic Web University of Koblenz Landau, Germany
Information Systems University of Koblenz Landau, Germany Semantic Multimedia Management - Multimedia Annotation Tools http://isweb.uni-koblenz.de Multimedia Annotation Different levels of annotations
DICOM metadata-mining in PACS for computed radiography X-Ray exposure analysis: a mammography multisite study
DICOM metadata-mining in PACS for computed radiography X-Ray exposure analysis: a mammography multisite study Poster No.: B-0276 Congress: ECR 2014 Type: Authors: Keywords: DOI: Scientific Paper M. R.
A Framework for Ontology-Based Knowledge Management System
A Framework for Ontology-Based Knowledge Management System Jiangning WU Institute of Systems Engineering, Dalian University of Technology, Dalian, 116024, China E-mail: [email protected] Abstract Knowledge
