Sie sind auf Seite 1von 9

ORIENTAL JOURNAL OF ISSN: 0974-6471

COMPUTER SCIENCE & TECHNOLOGY December 2016,


An International Open Free Access, Peer Reviewed Research Journal Vol. 9, No. (3):
Published By: Oriental Scientific Publishing Co., India. Pgs. 177-185
www.computerscijournal.org

An Introduction to Data Mining Applied to


Health-Oriented Databases
M. A. de Jesus and Vania V. Estrela

Universidade Federal Fluminense (UFF), 25086-132, Duque de Caxias - RJ - Brazil.


*Corresponding author E-mail: vania.estrela.phd@ieee.org

http://dx.doi.org/10.13005/ojcst/09.03.03

(Received: December 17, 2016; Accepted: December 20, 2016)

Abstract

The application of data mining (DM) in healthcare is increasing. Healthcare organizations


generate and collect large voluminous and heterogeneous information daily and DM helps to uncover
some interesting patterns, which leads to the manual tasks elimination, easy data extraction directly
from records, to save lives, to reduce the cost of medical services and to enable early detection of
diseases. These patterns can help healthcare specialists to make forecasts, put diagnoses, and
set treatments for patients in health facilities. This work overviews DM methods and main issues.
Three case studies illustrate DM in healthcare applications: (i) In-Vitro Fertilization; (ii) Content-Based
Image Retrieval (CBIR); and (iii) Organ transplantation.

Keywords: Data Mining, Healthcare Automation, Pattern Recognition,


Computer Vision, Feature Extraction, Similarity Comparison.

INTRODUCTION them by means of established mathematical


methods, one can come up with a theory that
The rationale behind Data Mining (DM) allows us to predict new events about the universe.
is that it provides methods and systems that can By discovering hidden information patterns and
automatically find general meanings based on relationships in the records, users extract greater
vast and complex, data. The DM Systems (DMSs) value from their data than simple query and analysis
usually ignore the number of parameters and it is approaches. This requires a model consisting
not always possible to come up with generalizations of independent variables that can be used to
even when data are available. determine a dependent variable. Next, the relevant
independent variables are identified and while trying
DM applications follow the empirical cycle to minimize the predictive error. To identify the model
of theory formation, shown in Figure 1. By collecting that has the least error and is the best predictor may
observations from our universe and analyzing require building numerous models to select the best
178 Jesus & Estrela, Orient. J. Comp. Sci. & Technol., Vol. 9(3), 177-185 (2016)

one. Fortunately, todays technology has reached As DM is essentially an iterative process,


a point regarding computational power, storage quantitative results are checked and revised as
capacity and cost that makes feasible to gather, needed until a meaningful predictive model evolves.
analyze and mine huge amounts of data1,2. The knowledge of an expert may guide the analysis
of the data and the manipulation of variables. DM
In general, DMSs must be scalable due also addresses another descriptive approach fault:
to data size and complexity. Scalability means even after a pattern is unearthed through a series
that as a system grows, its performance increases of queries, the analyst cannot be sure if that pattern
accordingly12. DM scalability takes advantage is true for anything other than the collection of data
of parallel database management systems and used to find it.
additional CPUs and implies that the DMS can
solve a broad range of problems. More data can DM verifies if the discovered patterns can
be added, more models built, and accuracy can be be used for prediction (i.e., that they are applicable
improved by simply adding additional CPUs. Ideally, beyond the original database) via techniques,
scalability should be linear or better. such as dividing the database into two sets: one
for training and developing a predictive model and
Data Analysis (DA) and DM are not the other for testing purposes. DM can assess both
same thing. In the traditional query-driven approach, the mathematical accuracy and the potential costs
one generates questions based on personal domain and revenues of a particular predictive pattern.
knowledge and perhaps guided by a hypothesis Evaluation of new predictive models ensures their
to be tested. Hence, the answers to these issues meaningfulness and improve results considerably.
help to deduce a pattern or verify the hypothesis
about the data. Activities based on queries, reports This paper explores impor tant and
and Online Analytical Process (OLAP) systems interesting DM issues related to healthcare. Section
often consider these actions DM; but, they run into 2, overviews DM techniques. Section 3 comments
trouble when try to generalize from the uncovered on data types. Case studies are presented in
information and use it as a guide to future actions. Section 4. Challenges are addressed in Section 5.
A description is not the same as a prediction. DM Finally, conclusions can be found in Section 6.
uses a variety of DA tools to discover patterns and
relationships in data that can be used to make Dm methods an overview
reasonably accurate predictions. The DM goal is a Pre-processing
prediction while generalizing patterns to other data, Before using DM techniques, it is essential
exploring and describing the database. Traditional to pre-process records to analyze the multivariate
approaches may result in inadequate predictions data sets. The target set is then cleaned to remove
that fail to select the most appropriate attributes for the observations containing noise and those
the database. As database structure gets complex, with missing data. This treated data set must be
it becomes virtually impossible for any individual large enough to contain true data patterns while
to know the data well enough to say with certainty remaining concise enough to be mined within a
which variables affect its behavior. Since the best tolerable time limit. A common source for data is a
predictors may not be individual attributes, but data mart or data warehouse.
rather a combination of attributes exacerbates
difficulties. Prediction
Classification
Classification is the task of devising how
data are structured. For example, a blob may be
classified as malign or as benign. Assume there
is a set of observations from a particular domain.
Among this set of data, there is a subset of data
labeled as class 1 and another subset of data
Fig.1: DM Cycle labeled as class 2. The goal is to find a mapping
Jesus & Estrela, Orient. J. Comp. Sci. & Technol., Vol. 9(3), 177-185 (2016) 179

function that separates samples from class 1 from hierarchically and graphically in the form of a
those belonging to class 2 while allowing prediction decision tree.
of the class membership of new formerly unseen
samples. The two-class problem was considered Association Rule Learning (ARL)
for the sake of simplicity but there can be more ARL aka dependency modeling searches
classes. The mapping function can be learned by for relationships between variables. For example, a
decision tree or rule induction, neural networks, gym might gather data on customer eating habits.
statistical classification methods or case-based Using ARL, the gym can determine which products
reasoning1, 3. are frequently bought together and use this
information for advertising purposes. The existence
Regression of brain lesions in MR images may suggest other
Regression attempts to find a function types of lesions having a clear spatial relation to
modeling the data with the least error. Whereas other structures. To count the occurrences of such
classification determines the set membership of the a pattern hints at the diagnosis. Methods on ARL
samples, the answer of regression is numerical9. appear in6, 11.

Knowledge Discovery Segmentation


Deviation Detection Suppose a medical database has been
Real-world observations are random mined for patient profiles and health specialists
events. The determination of characteristic values, want to call in patients for a specific medical test
such as the quality of an implant, the influence of with a given profile. The process of separating
medical treatment to a patient group or the detection only those data that meet a given profile is called
of salient regions in images can be done based segmentation.
on statistical parameter tests. Methods for the
estimation of unknown parameters, hypotheses test Dm from the data-type perspective
and the estimation of confidence intervals in linear DM can also be addressed from the
models8 help uncover knowledge. data-type perspective because this may affect the
preparation of the records for the mining process
Cluster Analysis and the data representation1, 2, 4, 7.
Clustering finds groups and structures in
the data that are in some way or another similar Though pixels and voxels of an image are
without using known structures in the data. Many of numerical data type, it is wise to use the whole
objects that are represented by an n-dimensional image for mining purposes. Usually, the original
attribute vector should be grouped into meaningful image is distorted or corrupted by noise. Pre-
groups. The concept of similarity allows measuring processing, high-level information extraction and
the closeness of two data, to evaluate their a small number of records lessen the influence of
closeness and assign class labels to datum noise and distortions. The extraction of high-level
according to its group membership. The database information allows image content understanding.
can serve as the basis for classification.
Text categorization or classification requires
Visualization an understanding of the content of the documents.
Summarization offers a more compact Therefore, the document has to go through different
representation of the data set, including visualization processing steps depending on the form of the
and report generation. Humans do not examine available text. A digital document version must be
numbers with ease, thus summarizing data into a described in words and unnecessary formatting
proper graphical representation may give a better instructions must be removed, and the problem of
data insight1, 3. E.g., a dendrogram can help illustrate the contextual word sense or the semantic similarity
groupings, and understand the relations among the between different words must be solved1, 2. Time-
various groups and subgroups. An extensive set series analysis recognizes events (changes from
of rules is easier to understand when structured normal status) in the mining process10. Web mining
180 Jesus & Estrela, Orient. J. Comp. Sci. & Technol., Vol. 9(3), 177-185 (2016)

extracts necessary information about data types by an object described by the labels small, medium,
document parsing, but the final representation can and big. Nominal categorical variables do not have a
be either numerical or symbolical. More complex natural ordering but ordinal variables have ordered
representations like strings, graphs, and relational levels. A pixel may be black, gray, or white where a
structures are also possible. gray level lies between black and white.

Attributes can be numerical or categorical. An interval variable belongs to a numerical


A measurement scale characterizes numerical range or interval. In the measurement hierarchy,
variables such as temperature and pixel intensity. interval variables are highest, ordinal variables are
Categorical data have a set of types as the size of next, and nominal variables are lowest.

(a) Hormone study

(b) Examples of atributes: E2day_3,6,9,12 corresponds to hormone estradiol


measured at day 3, 6, 9, and 12 of the womans menstruation cycle. LHZ day
3 corresponds to luteinizing hormone at the cycle day 3
Fig. 2: Data and decision tree for the IVF therapy
Jesus & Estrela, Orient. J. Comp. Sci. & Technol., Vol. 9(3), 177-185 (2016) 181

Only an attribute-based description might the complex interlocking of biological, clinical, and
not be appropriate for multimedia applications. The medical facts. The over-stimulation syndrome is
global structure of a given object or scene, the an IVF problem with an associated set of rules
associated semantic information, and their relation describing the diagnosis knowledge for mining a
might require an attributed graph representation. database. Therefore, doctors built up a database
where characteristic parameters and clinical
Case studies information of a patient were recorded. This
In-Vitro Fertilization (IVF) database contained parameters from ultrasonic
Although IVF has been in use for several images such as the number and the size of
years, physicians had not been able to develop follicles recorded on certain days of the women
a clear model of its function and its effect due to menstruations cycle, clinical data, and hormone

Fig. 3: A radiography (left) and the corresponding CDF curve for i [0, 255]

Fig. 4: Possible images (left) corresponding to a given query image (right)


182 Jesus & Estrela, Orient. J. Comp. Sci. & Technol., Vol. 9(3), 177-185 (2016)

data. This database was used and analyzed with new discussions and to give new directions for
decision tree induction. Figure 2 shows a possible the therapy1, 2. Knowledge about diagnosis came
learned decision tree for the IVF-therapy containing from a data set recorded from all patients based
decision rules. It described the diagnosis model in on DM. By summarizing these data into a set of
such a way that medical doctors can use and follow rules, the method helps humans understand the
it1, 2. The framework can be split into two stages: pathology. Usually, humans built up such knowledge
by experience over the years.
Exploratory Phase: The learned rules help experts
understand the therapy effects once knowledge is Content-Based Image Retrieval (CBIR)
conveniently represented by, for example, a decision Radiology involves a typical application of
tree. The trust in this data gets higher when s(he) CBIR in the healthcare domain. Some of the main
found among the whole set of rules a few rules that issues involved in the design of a CBIR System
s(he) had already built up in past. This knowledge (CBIRS) are:
gives new impulses to think about the effects of
the hormone E2 therapy as well as to acquire new i. Identification of potential users of the
necessary information about the patient to improve application.
the success rate of the therapy as follows: ii. Study of the existing techniques for CBIR.
iii. Maintenance of a database of actual medical
IF (E2 at the 3rd cycle day) d67 AND cases and images.
(number of follicles d16.5) AND (E2 at the 12th iv. Deciding upon which image features to be
cycle day d 2620) THEN Diagnosis=FALSE. extracted and similarity metrics to be used.
v. Make the system web deployable.
Prediction Phase: A good model called diagnosis vi. Organize authorized access to the CBIRS.
of over stimulation syndrome for a sub-diagnosis vii. Web-Based efficient Graphical User Interface
task of IVF-therapy resulted from some experiments (GUI)
to predict the development of an over stimulation
syndrome for new incoming patients. Experiments Feature extraction can involve text-based
at that time showed that the recent diagnostic features or visual features. In the first case, keywords
measurements are not enough to characterize and annotations are used to build to portray and to
the whole IVF process but enough to stimulate index images. The second one relies on general

Fig. 5: DM process for the identification of the time of infection after liver transplantation
Jesus & Estrela, Orient. J. Comp. Sci. & Technol., Vol. 9(3), 177-185 (2016) 183

attributes such as color, texture, shape and other distance thresholds like the popular Euclidean
domain-specific features that can be extracted. distance. Next, the system returns the outcomes
Wide-ranging features from the query and other with high visual similarity. Feature matching can be
images stored in the database are extracted, based performed in two ways: (i) by region comparison, in
on their pixel characteristics, so that the system which segmentation can obtain regions and, then,
compacts image information (feature database), the distance between two regions is measured
which is also called image signature3, 14, 15. based on their low-level features; and (ii) by image
comparison, which consists of a number of regions.
Descriptors are the first step to finding In recent years, several other distance measures
out the connection between the pixels contained have been developed for histograms such as city-
in an image and what humans call to mind after block-distance and the Minkowsky distance [3, 15].
having observed an image or a group of images Figure 3 shows the Cumulative Distribution Function
after some minutes. Visual descriptors can be (a) (CDF) plot for radiological image characterization.
general, which contain low-level data that represent Figure 4 presents a set of images resulting from
color, shape, regions, textures, motion, etc.; and (b) the query image on the right side.
specific domain, which provide information about
objects and events in the scene. Descriptors can Identification of the Time of Infection after Liver
be global or local and combined to form a Feature Transplantation
Vector (FV) whose entries are image features. E.g., Suppose there is a database for a certain
if an image is described by contrast c, dissimilarity disease with patients data, clinical and laboratory
d, homogeneity h, angular second moment a, and values as well as disease details. DM techniques
entropy e, then an FV f= [c, d, h, a, e] represents can improve the disease knowledge to make
this image. prognoses for new patients and to forecast likely
complications. Figure 5 illustrates this process for
Although humans can easily recognize the prediction of the day of the infection after liver
related images, similarity metrics are needed to test transplantation.
the effectiveness of a CBIRS3, 14, 15, 16. Two evaluation
measures, namely Precision (P) and Recall (R) Challenges and future work
are commonly used. P is the ratio involving the Anomaly detection (also known as outlier
Number of Relevant Images Retrieved (NIR), that or change or deviation detection) comprises
is documents recovered by the system that are in unusual data records that might be interesting or
fact relevant to the query, and the number of Total data errors that need further investigation.
Retrieved Images (TID). R is the relative amount
between the NIR and the total Number of Pertinent The final step of knowledge discovery is to
Images Existing in the Database (NID). They can verify if the patterns produced by the DM algorithm
be expressed by occurs in the wider data set (result validation). Not
all identified patterns are necessarily valid because
NIR some patterns in the training set do not appear in
P=
TID ...(1) the global dataset (overfitting). To overcome this,
NIR the evaluation may use a test and training sets. The
R=
NID ...(2) learned patterns are applied to the test set, and
the output is compared to the desired output. For
High accuracy means that less pertinent example, a DM algorithm trying to distinguish false
images come from a query or that a more relevant from legitimate tumors would process a training set
range of images is recovered. A high recall means of sample tumor images. Once trained, the learned
few relevant images are neglected. The matching patterns would work on the test set of tumors,
procedure compares the image signature of the which is different from the training set. The patterns
query image to the other database image signatures accuracy can then be measured from how many
via the calculation of some distance measure. tumors they correctly classify. Several statistical
Subsequently, images are ranked according to methods such as ROC curves may be used to
Jesus & Estrela, Orient. J. Comp. Sci. & Technol., Vol. 9(3), 177-185 (2016) 184

evaluate an algorithm. If the learned patterns fail to describe semantic features well and to devise
to meet the desired standards, it is necessary to efficient semantic association models between
re-evaluate and change the pre-processing and DM various heterogeneous data sources3, 14.
steps. Otherwise, the final step is to interpret the
learned patterns and turn them into knowledge. CONCLUSION

DM calls for data dimensionality reduction This paper explains DM and overviews
procedures, because large amounts of data its basic methods. Health care applications were
may sometimes yield worse performances in DA described to give an idea about DM uses with the
applications13. data side in mind. Data such as images, video or
audio involve more complex data structures.
Image fusion combines images from
a single target taken by different sensors under Misused DM can produce results which
different conditions to form a single image better appear to be significant; but which do not predict
than any of the individual ones. Since both DM and future behavior and cannot be replicated on a new
data fusion are computationally expensive more sample of data and bear little use. Frequently this
research is needed to improve health care KDD happens when investigating too many hypotheses
systems17. and not doing appropriate statistical hypothesis
testing. In machine learning, this is known as
Semantic gap refers to the difference overfitting. The same problem can happen at
between two object descriptions using different different process phases and thus a train/test split
representations like languages or symbols. Great (when applicable) may not be sufficient to prevent
challenges come from the semantic gap such as this from occurring.

REFERENCES

6. Hipp, J., Gntzer, U. and Nakhaeizadeh,


1. Perner, P. and Fiss, G., Intelligent E-marketing G., Data mining of association rules and
with web mining, personalization and user- the process of knowledge discovery in
adapted interfaces, Advances in Data Mining, databases, Advances in Data Mining,
Applications in E-Commerce, Medicine, and Applications in E-Commerce, Medicine, and
Knowledge Management, Springer Verlag, Knowledge Management, Springer Verlag,
37-52, 2002. 15-36, 2002.
2. Perner, P., Data Mining on Multimedia Data, 7. Kohavi, R., Masand, B. M., Spiliopoulou, M.
Springer-Verlag, 1-11, 2002. and Srivastava, H. 2002. WEBKDD 2001
3. Herrmann, A.E. and Estrela, V.V. 2016. Mining Web Log Data Across All Customers
Content-Based Image Retrieval (CBIR) in Touch Points, Springer Verlag.
Remote Clinical Diagnosis and Healthcare, 8. Koch, K. R. 1999. Parameter Estimation
Encyclopedia of E-Health and Telemedicine. and Hypothesis Testing in Linear Models,
Doi: 10.4018/978-1-4666-9978-6.Ch039 Springer Verlag.
4. Blanc E. and Giudici P., Sequence Rules 9. Rawling, J. O., Pantula, S. G. and Dickey, D.
For Web Clickstream Analysis, Advances In A. 1998. Applied Regression Analysis A
Data Mining, Applications In E-Commerce, Research Tool, Springer Verlag.
Medicine, And Knowledge Management, 10. Schmidt, R. and Gierl, L. 2002. Case-based
Springer Verlag, 1-14, 2002. reasoning for prognosis of threatening
5. Caelli, T., Amin, A., Duin, R.P.W., Kamel, M. influenza waves, Advances in Data Mining,
and Ridder, D. 2002. Structural, Syntactic, Applications in ECommerce, Medicine, and
and Statistical Pattern Recognition, Springer Knowledge Management, Springer Verlag,
Verlag. 99-107.
Jesus & Estrela, Orient. J. Comp. Sci. & Technol., Vol. 9(3), 177-185 (2016) 185

11. Zhang, C. and Zhang, S. 2002. Association 15. Khokher, A. and Talwar, R. 2011. Content-
Rule Mining, Springer Verlag. based image retrieval: state-of-the-art and
12. Bengio, Y. and LeCun, Y., Scaling learning challenges. IJAEST, 9:2, 207211.
algorithms towards AI, Large-Scale Kernel 16. Rudinac, S., Zajic, G., Uscumlic, M.,
Machines, MIT Press, 321-360, 2007. Rudinac, M. and Reljin, B. 2007. Comparison
13. Burges, C.J.C. 2005. Geometric methods for of CBIR systems with different number of
feature selection and dimensional reduction: feature vector components. IEEE Intl Work.
A guided tour, Data Mining and Knowledge on, Sem. Media Adaptation and Pers., 199-
Discovery Handbook: A Complete Guide 204. doi:10.1109/SMAP.2007.23
for Practitioners and Researchers. Kluwer 17. Frigui, H., Caudill, J. and Abdallah, A.C.B.
Academic Publishers. 2008. Fusion of multimodal features for
14. Dhobale, D. D., Patil, B. S., Patil, S. B. and efficient content based image retrieval.
Ghorpade, V. R., Semantic understanding of IEEE Intl. Conf. on Fuzzy Systems, 1992-
image content. Intl J. of Comp. Sc. Issues, 1998.
8:3:2, 1694-0814, 2011.

Das könnte Ihnen auch gefallen