Use of Artificial Color filtering to improve iris recognition and searching

Size: px
Start display at page:

Download "Use of Artificial Color filtering to improve iris recognition and searching"

Transcription

1 Pattern Recognition Letters 26 (2005) Use of Artificial Color filtering to improve iris recognition and searching Jian Fu a, *, H. John Caulfield b, Seong-Moo Yoo c, Venkata Atluri a a Department of Computer Science, Alabama A&M University, 4900 Meridian Street, Normal, AL 35762, United States b Alabama A&M University Research Institute, P.O. Box 313, Normal, AL 35762, United States c Department of Electrical and Computer Engineering, University of Alabama in Huntsville, Huntsville, AL 35899, United States Received 27 May 2004; received in revised form 29 November 2004 Available online 3 June 2005 Communicated by H. Wechsler Abstract Iris recognition and searching are attractive in biometrics for many reasons. The spatial patterns have been studied and recognized effectively for several years. They are more complex than fingerprints. We suggest here that the relatively new field of Artificial Color filtering can provide an orthogonal discriminant to the spatial pattern discriminant. We also show how to combine results from the two discriminants in such a way as to improve performance of the combined system over either part something that has been troubling until now. Ó 2005 Elsevier B.V. All rights reserved. Keywords: Artificial Color; Bayesian analysis; Iris recognition; Biometrics; Support Vector Machine 1. Introduction Irises are complex multilayer structures that derive their color both from pigmentation and scattering as well as by interactions between layers. In a very real sense, they have no color. They have * Corresponding author. Fax: address: jian.fu@ .aamu.edu (J. Fu). many colors in different parts of the retina. Absorption and scattering from a complex multilayer system make it very complex to describe (Keating, 1988). Yet, as all enrollment forms suggest, iris color (usually called eye color, as the rest of the eye is either white or black) is a recognized discriminant among people. Yet iris recognition methods do not use color. They use structure (shape). There has been considerable quite successful work in spatial recognition of irises. Some of that /$ - see front matter Ó 2005 Elsevier B.V. All rights reserved. doi: /j.patrec

2 J. Fu et al. / Pattern Recognition Letters 26 (2005) work can be found in (Boles and Boashash, 1998; Daugman, 1993, 2003; Daugman and Downing, 2001; Wildes, 1997). These and other works have made iris recognition an attractive and viable approach to biometrics. The thesis defended in this paper is that color can supplement spatial pattern recognition to make the system even more reliable. Daugman (2004) has shown that either conjunctive or disjunctive combining of decisions made by two discriminants makes one of the two types of errors (false positives and false negatives) worse. In that case, why not use the better of the two methods and forget the weaker one? That runs contrary to everything ever taught in Bayesian analysis (Gelman et al., 1995) where it is universally understood that the a posteriori result (the one obtained after using new information) is more reliable than the a priori estimate made before the new measurements were taken into account. All new information should be unambiguously helpful. This suggests that Boolean combination of decisions is not likely to be the best way to combine results from two discriminators. Two alternative combination methods are suggested here. Both make the a posteriori result superior to the a priori result (the result of using the spatial discriminator alone). The goal of this paper is modest. We aim to show that color can be a means to improve the recognition of irises beyond what has been achieved by shape alone. To do that, we have two burdens of proof. First, we must show that combining two different approaches to iris recognition can conceivably improve performance over the better of the two methods being combined. Second, we must show that color recognition of irises provides significant discrimination on its own, so it is worth combining with spatial pattern recognition. Neither proposition is obvious. substitute the word computers for the word brains in the pervious sentence, we describe Artificial Color. It has numerous advantages that have been explored in detail elsewhere (Caulfield, 2003; Fu et al., 2004). Here we are concerned with filters analogous to the color filters photographers use on their cameras. A filter transmits or attenuates according to the spectral content of each pixel. A Boolean Artificial Color Filter transmits fully (T = 1) or attenuates fully (T = 0) at any pixel according to whether or not the spectrum is recognized as belonging to a certain class. Boolean logic operations on Boolean Artificial Color Filters result in new Artificial Color Filter (Caulfield et al., 2004). To make an Artificial Color Filter, one must train a discriminator that assigns a pixel to either the class of interest or to some other class. Then the Artificial Color Filter is 1 where the pixel belongs to the class of interest and 0 elsewhere. Multiplying the image by that filter causes only the identified pixels to pass. The filters we show were designed recognize one iris spectral pattern and distinguish it from the others. 1 We used a simple set of nine iris images, as shown in Fig. 1, which were recorded by Prof. John Daugman and used with his permission. The irises in Fig. 1 are indexed from 1 to 9 from left/top to right/bottom. So, for example, one filter sought out iris 3 but not irises 1, 2, 4, 5, 6, 7, 8, and 9. Those filters were not powerful enough to allow for both significant variations in recorded iris color patterns and at the same time significant variations about the other iris colors. Accordingly, we used all nine Artificial Color Filters for every iris. The count of the number of pixels assigned a value 1 in those nine filters was viewed as an identifying vector. We assumed that the measured pattern of nine numbers for a given iris was the mean of a multivariate normal distribution with a diagonal 2. Artificial Color filtering for irises Natural Color is a discriminant computed by our brains and attributed to the object using data obtained through measurements employing multiple overlapping spectral sensitivity curves. If we 1 There is no known large database of colored irises for the simple reason that until now, there seemed little hope of using color for iris discrimination. Lacking that, we attempted to gain some sense of what might occur with large training and test sets by assuming that the nine samples we had were the means of a nine mode Gaussian distribution with various variances about each mean.

3 2246 J. Fu et al. / Pattern Recognition Letters 26 (2005) New data from some class are likely to cluster around the old data. Thus, it is desirable to separate the classes as represented in a measurement or discriminator hyperspace by as much as possible. The separation is called margin. It measures how far borderline cases ( support vectors ) would have to change to be misclassified by a given decision surface in that hyperspace. Think of it as a margin of error for new data. Simple separation surfaces are better than complex ones, as they represent gross trends not details that may not be very general. covariance matrix. The standard deviation was taken varied at each point. With those assumptions, we could use noisy versions of a given iris to classify it. For this limited number of irises and the reasonable standard deviations assumed, excellent recognition of the nine irises from their color patterns was obtained. Of great importance here is the pattern recognition method used. We employ a powerful generalizer called Margin Setting (Caulfield, 1974). This allows good selectivity even in the case of a simple commercial color camera using three bands. We place color in quotation marks, because there is no color in the world for a camera to record. All it records in this case is the image viewed through spectrally overlapping RGB filters. The Artificial Color Filter will decide for each RGB set whether it should be assigned T = 1 (the pixel belongs to the set of interest) or T = 0 (it does not belong to that set). 3. Margin setting Fig. 1. Nine iris photographs. The goal of statistical pattern recognition is to assign new inputs (one not in the available training set) to their proper categories as reliably as possible based on what can be learned from the labeled examples that comprise the training set. Rather than use that long task description, workers in this area simply say that the goal is strong generalization. As the new data are unknown, we must make some assumptions about them: A detailed review of this matter would take us far away from the primary objective, and those details are readily available (Caulfield and Heidary, in press; Heidary and Caulfield, 2005, in press). Perhaps the most widely used generalization tool is the Support Vector Machine (Burges, 1998). It finds the separation surface of a given complexity that gives maximum margin for the points lying near the separation surface. Points far from that surface are not important, as new data could vary greatly around them and still be properly classified. Margin Setting takes a new approach. It seeks very simple separation surfaces (usually linear) and finds a subset of the training set that is classified by that surface with a preselected margin. Usually that means that there will be members of the training set that cannot be separated that well. Those members are removed from the first training set to become the members of a new training set for which we seek a new separation surface while still imposing the same margin. Appendix A gives a more detailed description of this new algorithm. Maximum discrimination was not necessary for our goal, however. All we sought to show was that color could achieve discrimination among iris images. That we have done. 4. Demonstration experiment One of our goals in this paper is merely to show that iris color discrimination is easy and powerful. We have not run enough cases to say how powerful

4 J. Fu et al. / Pattern Recognition Letters 26 (2005) it is. But the demonstration provided here suggests that it will be valuable, especially when used in conjunction with the much-better-developed spatial pattern recognition of irises. For each of the irises in Fig. 1, we trained an Artificial Color Filter to recognize that iris and discriminate against the other 8. We chose 20 pixels at random from the non-pupil (iris) part of each image. We then filtered all nine iris images with all nine Artificial Color Filters. The resulting images were very interesting, but were only the penultimate goal. Fig. 2(a) (c) shows the image produced by the Artificial Color Filters designed for the irises in the top row. In order to obtain a number useful for discrimination, we simply counted the number of matches for each iris, i.e., the number of places in each iris image that are identified as belonging to the target iris and not any of the others. Table 1 shows the raw hit data, that is, the number of pixels with transmission 1 for a particular Artificial Color Filter with a particular iris image being filtered. Table 2 shows the same results normalized on a row-byrow basis so that the diagonal values in the matrix are 1. The number of pixels surviving the Artificial Color Filter operation is called the count for that image using that filter. Making the counts for the nine Artificial Color Filters the nine components of a discrimination vector, and making the assumptions noted earlier on how discrimination vectors are distributed, we could then estimate the probability that each iris was iris 1, the probability that each iris was iris 2, and so forth. Those results are given in Table 3. Clearly, these results are encouraging. To allow for variations beyond those given, we assumed that each measurement was the mean of an independent Gaussian probability distribution. That is obviously false, but even this simplified and simplifying assumption leads to the desired goal the unmistakable proof that iris color can be a Fig. 2. Filtered images by the Artificial Color Filters designed for the three irises in the top row in Fig. 1.

5 2248 J. Fu et al. / Pattern Recognition Letters 26 (2005) Table 1 Number of pixel matches for irises 1 9 Iris no Table 2 Numbers of matches for irises 1 9 normalized on a row-by-row basis to the diagonal component Iris no Table 3 Probabilities that each iris was iris 1 with different a a Iris good discriminant when treated as we have treated it. When calculating the probabilities, the multivariate normal Gaussian distribution equation is employed. pðxþ ¼½1=ð2pÞ N=2 jvj 1=2 Š exp½ ðx T m T ÞV 1 ðx mþ=2š ð1þ where x is the measured data vector. m is its mean, V is the covariance matrix. jvj is the determinant of V and V 1 is its inverse. x has components which are x 1,x 2,...,x 9. In our case, we have only one sample of the x vector, so we simply 1. Use our one vector as m as a guess of the mean. Its components are m 1,m 2,...,m Assume V is diagonal. 3. Assume that r = am for each dimension. a is a measure of the expected variability of new measurements from the means we measured. Clearly if we assume large variability (a =2), distinguishability degrades, and if we assume low variability (a = 0.2), distinguishability is almost perfect. For even moderate assumed variability (a = 1), distinguishability is remarkably good. The table supporting those claims for iris 1 is shown as Table 3. Similar results occurred for all nine irises.

6 J. Fu et al. / Pattern Recognition Letters 26 (2005) Including all of the off-diagonal terms in the covariance matrix would be the most precise thing we could do, but it would make the calculations a substantially more difficult. Our approximation of the covariance matrix by a diagonal matrix is obviously false, but even this simplified and simplifying assumption leads to the desired goal the unmistakable proof that iris color can be a good discriminant when treated as we have treated it. The results would have been much better if we had not made the incorrect but mathematically convenient assumption that the covariance matrix is diagonal in the multivariate normal distribution formula. The effect would be to use rather than ignore expected correlations in the discrimination. Maximum discrimination was not necessary for our goal, however. All we sought to show was that color could achieve discrimination among iris images. That we have done. 5. Modifications required to apply Artificial Color filtering to iris recognition What the preceding results show quite conclusively is that iris color is in itself a potentially powerful biometric. But the method we used to do that is not extendable to the problem of discriminating your iris from everyone elseõs. The reason is that we do not have everyone elseõs irises to discriminate against. We must instead train to recognize your iris against unknown other irises. One way to do this is to learn to distinguish your iris from those in a data set much larger than 9. Another way is to modify Margin Setting so that it can deal with the single-category case. That has been done (Heidary and Caulfield, 2004) but it was not applied here. 6. Beyond Boolean combinatorics Daugman (2004) shows in his analysis that performing either a Boolean OR or a Boolean AND of results from two discriminators of unequal power will produce some good and also some bad effects. We use his argument (which is certainly correct) as a starting point for a different approach. That is, we show that Boolean logical operations are inappropriate as a way to combine biometric results, so DaugmanÕs results are neither surprising nor troubling. The reason Boolean logic leads to counterintuitive results is that it does not apply well to the problem. In Boolean logic, the assumption is that the discriminant has either recognized the individual (Boolean 1) or not (Boolean 0). Immediately, there is a problem. If a discriminator has already decided by producing a 1 or a 0, then no improvement is possible even in principle. Why seek to improve a decision that is already certain? Or, more appropriately for this paper, why attribute certainty to a decision we know to be uncertain? All of this suggests that we allow for uncertainties. One way to do this is to use fuzzy rather than Boolean logic. This is quite easy to do in statistical pattern recognition. What is normally done is to construct a decision hyperspace that represents the measurements of features as distances along orthogonal axes. Each set of measurements is a point or vector (depending on how we choose to view it) in that hyperspace. Then learning from examples in a training set produces a decision boundary. A new instance also becomes a vector in that hyperspace. Depending on what side of the decision surface the point falls on, we assign it to the corresponding set. Yet it is both true and obvious that we can be much more confident of vectors lying far from the decision surface than we can be of those lying very close to it. Readers familiar with modern statistical pattern recognition, e.g. the Support Vector Machine, will find these comments familiar. It is easy to define a fuzzy set to replace the crisp decision in the manner of Fig. 3. This allows the result to represent the fact that there may be some residual a posteriori uncertainty. Only if the possibility of improvement is allowed for can we hope to achieve it. If multiple biometric classifiers are each represented in terms of membership values in fuzzy sets, many obvious ways to combine the results for increased certainty (higher membership values) are possible. A fuzzy AND (there are many such fuzzy conorms that reduce to the Boolean AND) is one approach. We prefer to view the fuzzy

7 2250 J. Fu et al. / Pattern Recognition Letters 26 (2005) µ, Membership in the class membership values as vectors in a new hyperspace in which we can train a new discriminant surface that is clearly going to be improved over either dimension alone. Our intuitive, Bayesian-informed sense that using new information will certainly improve the performance over that situation before the new information is taken into account is now restored. In Bayesian terms, the a posteriori estimate should be better than the a priori estimate. 7. Conclusions (1- χ) r 0 r R D, Distance from prototype Fig. 3. The fuzzy set is defined by its margin v and its maximum distance R. This, of course, is just one of infinitely many ways to fuzzify the decision, and not necessarily the best one. 1. While the data set used is limited, our results analyzing it show that Artificial Color can offer a powerful iris discriminant. 2. Once trained, an Artificial Color hit counts can be made very rapidly and their patterns used to recognize irises quite reliably. 3. These can be used to provide a numerical value orthogonal to (independent of) the iris spatial pattern recognition number(s) for combination in Bayses-inspired methods to obtain a combined (a posteriori) recognition signal that is superior to spatial-pattern-only (a priori) approach just as Bayesians would expect. 4. Artificial Color can be used to narrow the space searched for spatial patterns if the task is identification of an unknown person rather than simply the verification of a single asserted identification. It may be a preferable item to search on as it is so easy and fast. Appendix A. Filter design methods The simplest Artificial Color Filter is a software map of regions that are judged to belong to the proper class and not to other classes. The map has a value 1 at those picture elements (pixels) where the sought-after class is indicated and a value 0 elsewhere. Multiplying the scene pixel-bypixel with the filter leaves only the pixels deemed to be in the class at non-zero values. The classification operation using Margin Setting is comprised of a sequence of S classifier design stages. We can prescribe the maximum S or continue adding stages until some stopping criterion is achieved. In this study, we will fix various values of S. Classification in each stage is carried out by utilizing the concept of prototype sphere-of-influence. That is, we use a method described below to select prototypes for each set. In the recognition stage, we calculate the distance of a new vector or point from the prototype. If that distance is less than or equal to a threshold value, we assign the new data to the corresponding class. Thus our task is to pick a good prototype and a good threshold. To select the prototype, we use a very simple immunological approach. That is, we start with numerous random points or vectors. Each point is viewed as a potential prototype for the class of the nearest member of the training set. We now rank order the potential prototypes for each class. We do that by finding the nearest member of another set. That distance is called the zero-margin radius. The figure of merit of the potential prototype is given by the number of training set members inside the zero-margin radius around that prototype. Then we choose new potential prototypes based on the old ones. We choose a fixed number of these. Each is the result of two random events. First, we select one of the prototypes from the prior generation randomly from a probability distribution function governed by the figure of merits of the various prototypes. Then the prototype is mutated by choosing a perturbation from a normal distribution centered at the selected prototype. This continues until no improvement in

8 J. Fu et al. / Pattern Recognition Letters 26 (2005) figure of merit is achieved. The highest scoring prototype is selected. Next comes the setting of the margin. Calling the zero-margin radius r 0, we set an x-percent margin by setting r x ¼ð1 0.01xÞr 0 The reduction of the radius makes false positives less likely, as it requires the new vector to lie closer to the old one. The attendant increase in unclassifiable data is somewhat like false negatives. It can be fought by increasing the number of generations. Obviously, there are tradeoffs to be made. We have found one satisfactory for our purposes. It is not likely to be optimum in any meaningful sense. After we decrease the radius, we remove from the training set all members not falling within the x-percent radii for the various prototypes. That process is repeated for each new stage. Note, of course, that each stage uses as the training set only those samples not classified in earlier stages. In classification, we test new data on the firststage classifiers. If those classifiers indicate a class, we accept it. If not, we go to the second-stage classifiers, and so forth through all S stages. Three things can happen on labeled test data, 1. The new data point can be classified correctly. 2. The new data point can be classified incorrectly. 3. The data point may remain unclassified. For any particular application, the costs of the two types of imperfections (misclassification and non-classification) may be different. References Boles, W.W., Boashash, B., A human identification technique using images of the iris and wavelet transform. IEE Trans. Signal Process. 46, Burges, C.J., A Tutorial on Support Vector Machines for Pattern Recognition. Kluwer Academic Publishers. Caulfield, H.J., Holographic spectroscopy. Opt. Eng. 13, Caulfield, H.J., Artificial Color. Neurocomputing 51, Caulfield, H.J., Heidary, K., in press. Exploring Margin Setting for Good Generalization in Multiple Class Discrimination. Pattern Recognition. Caulfield, H.J., Fu, J., Yoo, S.-M., Artificial Color Image Logic. Inform. Sci. 167 (1 7), Daugman, J., High confidence visual recognition of persons by a test of statistical independence. IEEE Trans. Pattern Anal. Machine Intell. 15, Daugman, J., The importance of being random: Statistical principles of iris recognition. Pattern Recognition 36 (2), Daugman, J., Combining Multiple Biometrics. Available from: < combine.html>. Daugman, J., Downing, C., Epigenetic randomness, complexity, and singularity of human iris patterns. Proc. Roy. Soc. 268, Fu, J., Caulfield, H.J., Pulusani, S.R., Artificial Color Vision: A preliminary study. J. Electron. Imaging 13 (3), Gelman, A., Carlin, J.B., Stern, H.S., Rubin, D.B., Bayesian Data Analysis. Chapman & Hall. Heidary, K., Caulfield, H.J., in press. Discrimination among similar looking, noisy color paths using margin setting. Visual Comm. Image Represent. J. Heidary, K., Caulfield, H.J., Application of supergeneralized matched filters (SGMFs) to target classification. Appl. Optics 44 (1), Keating, M.P., Geometric, Physical, and Visual Optics. Butterworths. Wildes, R.P., Iris recognition: An emerging biometric technology. Proc. IEEE 85,

Classification. Methods Course: Gene Expression Data Analysis -Day Five. Rainer Spang

Classification. Methods Course: Gene Expression Data Analysis -Day Five. Rainer Spang Classification Methods Course: Gene Expression Data Analysis -Day Five Rainer Spang Ms. Smith DNA Chip of Ms. Smith Expression profile of Ms. Smith Ms. Smith 30.000 properties of Ms. Smith The expression

More information

THE USE OF MULTIVARIATE ANALYSIS IN DEVELOPMENT THEORY: A CRITIQUE OF THE APPROACH ADOPTED BY ADELMAN AND MORRIS A. C. RAYNER

THE USE OF MULTIVARIATE ANALYSIS IN DEVELOPMENT THEORY: A CRITIQUE OF THE APPROACH ADOPTED BY ADELMAN AND MORRIS A. C. RAYNER THE USE OF MULTIVARIATE ANALYSIS IN DEVELOPMENT THEORY: A CRITIQUE OF THE APPROACH ADOPTED BY ADELMAN AND MORRIS A. C. RAYNER Introduction, 639. Factor analysis, 639. Discriminant analysis, 644. INTRODUCTION

More information

Identity Verification Using Iris Images: Performance of Human Examiners

Identity Verification Using Iris Images: Performance of Human Examiners Identity Verification Using Iris Images: Performance of Human Examiners Kevin McGinn, Samuel Tarin and Kevin W. Bowyer Department of Computer Science and Engineering University of Notre Dame kmcginn3,

More information

Cancer Cells Detection using OTSU Threshold Algorithm

Cancer Cells Detection using OTSU Threshold Algorithm Cancer Cells Detection using OTSU Threshold Algorithm Nalluri Sunny 1 Velagapudi Ramakrishna Siddhartha Engineering College Mithinti Srikanth 2 Velagapudi Ramakrishna Siddhartha Engineering College Kodali

More information

Technical Specifications

Technical Specifications Technical Specifications In order to provide summary information across a set of exercises, all tests must employ some form of scoring models. The most familiar of these scoring models is the one typically

More information

Brain Tumor segmentation and classification using Fcm and support vector machine

Brain Tumor segmentation and classification using Fcm and support vector machine Brain Tumor segmentation and classification using Fcm and support vector machine Gaurav Gupta 1, Vinay singh 2 1 PG student,m.tech Electronics and Communication,Department of Electronics, Galgotia College

More information

1 The conceptual underpinnings of statistical power

1 The conceptual underpinnings of statistical power 1 The conceptual underpinnings of statistical power The importance of statistical power As currently practiced in the social and health sciences, inferential statistics rest solidly upon two pillars: statistical

More information

Minimizing Uncertainty in Property Casualty Loss Reserve Estimates Chris G. Gross, ACAS, MAAA

Minimizing Uncertainty in Property Casualty Loss Reserve Estimates Chris G. Gross, ACAS, MAAA Minimizing Uncertainty in Property Casualty Loss Reserve Estimates Chris G. Gross, ACAS, MAAA The uncertain nature of property casualty loss reserves Property Casualty loss reserves are inherently uncertain.

More information

INVESTIGATING FIT WITH THE RASCH MODEL. Benjamin Wright and Ronald Mead (1979?) Most disturbances in the measurement process can be considered a form

INVESTIGATING FIT WITH THE RASCH MODEL. Benjamin Wright and Ronald Mead (1979?) Most disturbances in the measurement process can be considered a form INVESTIGATING FIT WITH THE RASCH MODEL Benjamin Wright and Ronald Mead (1979?) Most disturbances in the measurement process can be considered a form of multidimensionality. The settings in which measurement

More information

Implementation of Automatic Retina Exudates Segmentation Algorithm for Early Detection with Low Computational Time

Implementation of Automatic Retina Exudates Segmentation Algorithm for Early Detection with Low Computational Time www.ijecs.in International Journal Of Engineering And Computer Science ISSN: 2319-7242 Volume 5 Issue 10 Oct. 2016, Page No. 18584-18588 Implementation of Automatic Retina Exudates Segmentation Algorithm

More information

Artificial Intelligence For Homeopathic Remedy Selection

Artificial Intelligence For Homeopathic Remedy Selection Artificial Intelligence For Homeopathic Remedy Selection A. R. Pawar, amrut.pawar@yahoo.co.in, S. N. Kini, snkini@gmail.com, M. R. More mangeshmore88@gmail.com Department of Computer Science and Engineering,

More information

IEEE SIGNAL PROCESSING LETTERS, VOL. 13, NO. 3, MARCH A Self-Structured Adaptive Decision Feedback Equalizer

IEEE SIGNAL PROCESSING LETTERS, VOL. 13, NO. 3, MARCH A Self-Structured Adaptive Decision Feedback Equalizer SIGNAL PROCESSING LETTERS, VOL 13, NO 3, MARCH 2006 1 A Self-Structured Adaptive Decision Feedback Equalizer Yu Gong and Colin F N Cowan, Senior Member, Abstract In a decision feedback equalizer (DFE),

More information

How Does Analysis of Competing Hypotheses (ACH) Improve Intelligence Analysis?

How Does Analysis of Competing Hypotheses (ACH) Improve Intelligence Analysis? How Does Analysis of Competing Hypotheses (ACH) Improve Intelligence Analysis? Richards J. Heuer, Jr. Version 1.2, October 16, 2005 This document is from a collection of works by Richards J. Heuer, Jr.

More information

Chapter 7: Descriptive Statistics

Chapter 7: Descriptive Statistics Chapter Overview Chapter 7 provides an introduction to basic strategies for describing groups statistically. Statistical concepts around normal distributions are discussed. The statistical procedures of

More information

THE data used in this project is provided. SEIZURE forecasting systems hold promise. Seizure Prediction from Intracranial EEG Recordings

THE data used in this project is provided. SEIZURE forecasting systems hold promise. Seizure Prediction from Intracranial EEG Recordings 1 Seizure Prediction from Intracranial EEG Recordings Alex Fu, Spencer Gibbs, and Yuqi Liu 1 INTRODUCTION SEIZURE forecasting systems hold promise for improving the quality of life for patients with epilepsy.

More information

FMEA AND RPN NUMBERS. Failure Mode Severity Occurrence Detection RPN A B

FMEA AND RPN NUMBERS. Failure Mode Severity Occurrence Detection RPN A B FMEA AND RPN NUMBERS An important part of risk is to remember that risk is a vector: one aspect of risk is the severity of the effect of the event and the other aspect is the probability or frequency of

More information

Discriminant Analysis with Categorical Data

Discriminant Analysis with Categorical Data - AW)a Discriminant Analysis with Categorical Data John E. Overall and J. Arthur Woodward The University of Texas Medical Branch, Galveston A method for studying relationships among groups in terms of

More information

Remarks on Bayesian Control Charts

Remarks on Bayesian Control Charts Remarks on Bayesian Control Charts Amir Ahmadi-Javid * and Mohsen Ebadi Department of Industrial Engineering, Amirkabir University of Technology, Tehran, Iran * Corresponding author; email address: ahmadi_javid@aut.ac.ir

More information

Intelligent Edge Detector Based on Multiple Edge Maps. M. Qasim, W.L. Woon, Z. Aung. Technical Report DNA # May 2012

Intelligent Edge Detector Based on Multiple Edge Maps. M. Qasim, W.L. Woon, Z. Aung. Technical Report DNA # May 2012 Intelligent Edge Detector Based on Multiple Edge Maps M. Qasim, W.L. Woon, Z. Aung Technical Report DNA #2012-10 May 2012 Data & Network Analytics Research Group (DNA) Computing and Information Science

More information

PNN -RBF & Training Algorithm Based Brain Tumor Classifiction and Detection

PNN -RBF & Training Algorithm Based Brain Tumor Classifiction and Detection PNN -RBF & Training Algorithm Based Brain Tumor Classifiction and Detection Abstract - Probabilistic Neural Network (PNN) also termed to be a learning machine is preliminarily used with an extension of

More information

Sightech Vision Systems, Inc. Real World Objects

Sightech Vision Systems, Inc. Real World Objects Sightech Vision Systems, Inc. Real World Objects Animals See the World in Terms of Objects not Pixels Animals, especially the more compact ones, must make good use of the neural matter that they have been

More information

Gray level cooccurrence histograms via learning vector quantization

Gray level cooccurrence histograms via learning vector quantization Gray level cooccurrence histograms via learning vector quantization Timo Ojala, Matti Pietikäinen and Juha Kyllönen Machine Vision and Media Processing Group, Infotech Oulu and Department of Electrical

More information

A NEW DIAGNOSIS SYSTEM BASED ON FUZZY REASONING TO DETECT MEAN AND/OR VARIANCE SHIFTS IN A PROCESS. Received August 2010; revised February 2011

A NEW DIAGNOSIS SYSTEM BASED ON FUZZY REASONING TO DETECT MEAN AND/OR VARIANCE SHIFTS IN A PROCESS. Received August 2010; revised February 2011 International Journal of Innovative Computing, Information and Control ICIC International c 2011 ISSN 1349-4198 Volume 7, Number 12, December 2011 pp. 6935 6948 A NEW DIAGNOSIS SYSTEM BASED ON FUZZY REASONING

More information

The Effect of Guessing on Item Reliability

The Effect of Guessing on Item Reliability The Effect of Guessing on Item Reliability under Answer-Until-Correct Scoring Michael Kane National League for Nursing, Inc. James Moloney State University of New York at Brockport The answer-until-correct

More information

Quantitative Evaluation of Edge Detectors Using the Minimum Kernel Variance Criterion

Quantitative Evaluation of Edge Detectors Using the Minimum Kernel Variance Criterion Quantitative Evaluation of Edge Detectors Using the Minimum Kernel Variance Criterion Qiang Ji Department of Computer Science University of Nevada Robert M. Haralick Department of Electrical Engineering

More information

Type II Fuzzy Possibilistic C-Mean Clustering

Type II Fuzzy Possibilistic C-Mean Clustering IFSA-EUSFLAT Type II Fuzzy Possibilistic C-Mean Clustering M.H. Fazel Zarandi, M. Zarinbal, I.B. Turksen, Department of Industrial Engineering, Amirkabir University of Technology, P.O. Box -, Tehran, Iran

More information

1 Introduction. Abstract: Accurate optic disc (OD) segmentation and fovea. Keywords: optic disc segmentation, fovea detection.

1 Introduction. Abstract: Accurate optic disc (OD) segmentation and fovea. Keywords: optic disc segmentation, fovea detection. Current Directions in Biomedical Engineering 2017; 3(2): 533 537 Caterina Rust*, Stephanie Häger, Nadine Traulsen and Jan Modersitzki A robust algorithm for optic disc segmentation and fovea detection

More information

Automatic Hemorrhage Classification System Based On Svm Classifier

Automatic Hemorrhage Classification System Based On Svm Classifier Automatic Hemorrhage Classification System Based On Svm Classifier Abstract - Brain hemorrhage is a bleeding in or around the brain which are caused by head trauma, high blood pressure and intracranial

More information

Semiotics and Intelligent Control

Semiotics and Intelligent Control Semiotics and Intelligent Control Morten Lind 0rsted-DTU: Section of Automation, Technical University of Denmark, DK-2800 Kgs. Lyngby, Denmark. m/i@oersted.dtu.dk Abstract: Key words: The overall purpose

More information

Food Quality and Preference

Food Quality and Preference Food Quality and Preference 19 (8) 519 53 Contents lists available at ScienceDirect Food Quality and Preference journal homepage: www.elsevier.com/locate/foodqual Replicated triangle and duo trio tests:

More information

ELEMENTS OF PSYCHOPHYSICS Sections VII and XVI. Gustav Theodor Fechner (1860/1912)

ELEMENTS OF PSYCHOPHYSICS Sections VII and XVI. Gustav Theodor Fechner (1860/1912) ELEMENTS OF PSYCHOPHYSICS Sections VII and XVI Gustav Theodor Fechner (1860/1912) Translated by Herbert Sidney Langfeld (1912) [Classics Editor's note: This translation of these passages from Fechner's

More information

Natural Scene Statistics and Perception. W.S. Geisler

Natural Scene Statistics and Perception. W.S. Geisler Natural Scene Statistics and Perception W.S. Geisler Some Important Visual Tasks Identification of objects and materials Navigation through the environment Estimation of motion trajectories and speeds

More information

The Classification Accuracy of Measurement Decision Theory. Lawrence Rudner University of Maryland

The Classification Accuracy of Measurement Decision Theory. Lawrence Rudner University of Maryland Paper presented at the annual meeting of the National Council on Measurement in Education, Chicago, April 23-25, 2003 The Classification Accuracy of Measurement Decision Theory Lawrence Rudner University

More information

Statistics Mathematics 243

Statistics Mathematics 243 Statistics Mathematics 243 Michael Stob February 2, 2005 These notes are supplementary material for Mathematics 243 and are not intended to stand alone. They should be used in conjunction with the textbook

More information

Placebo and Belief Effects: Optimal Design for Randomized Trials

Placebo and Belief Effects: Optimal Design for Randomized Trials Placebo and Belief Effects: Optimal Design for Randomized Trials Scott Ogawa & Ken Onishi 2 Department of Economics Northwestern University Abstract The mere possibility of receiving a placebo during a

More information

A New Approach for Detection and Classification of Diabetic Retinopathy Using PNN and SVM Classifiers

A New Approach for Detection and Classification of Diabetic Retinopathy Using PNN and SVM Classifiers IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 5, Ver. I (Sep.- Oct. 2017), PP 62-68 www.iosrjournals.org A New Approach for Detection and Classification

More information

Computational Cognitive Science

Computational Cognitive Science Computational Cognitive Science Lecture 19: Contextual Guidance of Attention Chris Lucas (Slides adapted from Frank Keller s) School of Informatics University of Edinburgh clucas2@inf.ed.ac.uk 20 November

More information

NeuroMem. RBF Decision Space Mapping

NeuroMem. RBF Decision Space Mapping NeuroMem RBF Decision Space Mapping Version 4.2 Revised 01/04/2017 This manual is copyrighted and published by General Vision Inc. All rights reserved. Contents 1 Introduction to a decision space... 3

More information

Automated Assessment of Diabetic Retinal Image Quality Based on Blood Vessel Detection

Automated Assessment of Diabetic Retinal Image Quality Based on Blood Vessel Detection Y.-H. Wen, A. Bainbridge-Smith, A. B. Morris, Automated Assessment of Diabetic Retinal Image Quality Based on Blood Vessel Detection, Proceedings of Image and Vision Computing New Zealand 2007, pp. 132

More information

Review: Logistic regression, Gaussian naïve Bayes, linear regression, and their connections

Review: Logistic regression, Gaussian naïve Bayes, linear regression, and their connections Review: Logistic regression, Gaussian naïve Bayes, linear regression, and their connections New: Bias-variance decomposition, biasvariance tradeoff, overfitting, regularization, and feature selection Yi

More information

MODELLING CHARACTER LEGIBILITY

MODELLING CHARACTER LEGIBILITY Watson, A. B. & Fitzhugh, A. E. (989). Modelling character legibility. Society for Information Display Digest of Technical Papers 2, 36-363. MODELLING CHARACTER LEGIBILITY Andrew B. Watson NASA Ames Research

More information

Predicting Heart Attack using Fuzzy C Means Clustering Algorithm

Predicting Heart Attack using Fuzzy C Means Clustering Algorithm Predicting Heart Attack using Fuzzy C Means Clustering Algorithm Dr. G. Rasitha Banu MCA., M.Phil., Ph.D., Assistant Professor,Dept of HIM&HIT,Jazan University, Jazan, Saudi Arabia. J.H.BOUSAL JAMALA MCA.,M.Phil.,

More information

Generalization and Theory-Building in Software Engineering Research

Generalization and Theory-Building in Software Engineering Research Generalization and Theory-Building in Software Engineering Research Magne Jørgensen, Dag Sjøberg Simula Research Laboratory {magne.jorgensen, dagsj}@simula.no Abstract The main purpose of this paper is

More information

Agents with Attitude: Exploring Coombs Unfolding Technique with Agent-Based Models

Agents with Attitude: Exploring Coombs Unfolding Technique with Agent-Based Models Int J Comput Math Learning (2009) 14:51 60 DOI 10.1007/s10758-008-9142-6 COMPUTER MATH SNAPHSHOTS - COLUMN EDITOR: URI WILENSKY* Agents with Attitude: Exploring Coombs Unfolding Technique with Agent-Based

More information

20. Experiments. November 7,

20. Experiments. November 7, 20. Experiments November 7, 2015 1 Experiments are motivated by our desire to know causation combined with the fact that we typically only have correlations. The cause of a correlation may be the two variables

More information

RAG Rating Indicator Values

RAG Rating Indicator Values Technical Guide RAG Rating Indicator Values Introduction This document sets out Public Health England s standard approach to the use of RAG ratings for indicator values in relation to comparator or benchmark

More information

PCA Enhanced Kalman Filter for ECG Denoising

PCA Enhanced Kalman Filter for ECG Denoising IOSR Journal of Electronics & Communication Engineering (IOSR-JECE) ISSN(e) : 2278-1684 ISSN(p) : 2320-334X, PP 06-13 www.iosrjournals.org PCA Enhanced Kalman Filter for ECG Denoising Febina Ikbal 1, Prof.M.Mathurakani

More information

USE AND MISUSE OF MIXED MODEL ANALYSIS VARIANCE IN ECOLOGICAL STUDIES1

USE AND MISUSE OF MIXED MODEL ANALYSIS VARIANCE IN ECOLOGICAL STUDIES1 Ecology, 75(3), 1994, pp. 717-722 c) 1994 by the Ecological Society of America USE AND MISUSE OF MIXED MODEL ANALYSIS VARIANCE IN ECOLOGICAL STUDIES1 OF CYNTHIA C. BENNINGTON Department of Biology, West

More information

AQCHANALYTICAL TUTORIAL ARTICLE. Classification in Karyometry HISTOPATHOLOGY. Performance Testing and Prediction Error

AQCHANALYTICAL TUTORIAL ARTICLE. Classification in Karyometry HISTOPATHOLOGY. Performance Testing and Prediction Error AND QUANTITATIVE CYTOPATHOLOGY AND AQCHANALYTICAL HISTOPATHOLOGY An Official Periodical of The International Academy of Cytology and the Italian Group of Uropathology Classification in Karyometry Performance

More information

A Comparison of Collaborative Filtering Methods for Medication Reconciliation

A Comparison of Collaborative Filtering Methods for Medication Reconciliation A Comparison of Collaborative Filtering Methods for Medication Reconciliation Huanian Zheng, Rema Padman, Daniel B. Neill The H. John Heinz III College, Carnegie Mellon University, Pittsburgh, PA, 15213,

More information

Speaker Notes: Qualitative Comparative Analysis (QCA) in Implementation Studies

Speaker Notes: Qualitative Comparative Analysis (QCA) in Implementation Studies Speaker Notes: Qualitative Comparative Analysis (QCA) in Implementation Studies PART 1: OVERVIEW Slide 1: Overview Welcome to Qualitative Comparative Analysis in Implementation Studies. This narrated powerpoint

More information

Validating the Visual Saliency Model

Validating the Visual Saliency Model Validating the Visual Saliency Model Ali Alsam and Puneet Sharma Department of Informatics & e-learning (AITeL), Sør-Trøndelag University College (HiST), Trondheim, Norway er.puneetsharma@gmail.com Abstract.

More information

How the LIVELab helped us evaluate the benefits of SpeechPro with Spatial Awareness

How the LIVELab helped us evaluate the benefits of SpeechPro with Spatial Awareness How the LIVELab helped us evaluate the benefits of SpeechPro with Author Donald Hayes, Ph.D. Director, Clinical Research Favorite sound: Blues guitar A Sonova brand Figure The LIVELab at McMaster University

More information

An Artificial Neural Network Architecture Based on Context Transformations in Cortical Minicolumns

An Artificial Neural Network Architecture Based on Context Transformations in Cortical Minicolumns An Artificial Neural Network Architecture Based on Context Transformations in Cortical Minicolumns 1. Introduction Vasily Morzhakov, Alexey Redozubov morzhakovva@gmail.com, galdrd@gmail.com Abstract Cortical

More information

Mammogram Analysis: Tumor Classification

Mammogram Analysis: Tumor Classification Mammogram Analysis: Tumor Classification Term Project Report Geethapriya Raghavan geeragh@mail.utexas.edu EE 381K - Multidimensional Digital Signal Processing Spring 2005 Abstract Breast cancer is the

More information

How the brain works. ABSTRACT This paper analyses the associative capabilities of the brain and takes the consequences of that capability.

How the brain works. ABSTRACT This paper analyses the associative capabilities of the brain and takes the consequences of that capability. How the brain works By Ir J.A.J. van Leunen Retired physicist & software researcher Location: Asten, the Netherlands Website: www.scitech.nl Communicate your comments to info at that site. ABSTRACT This

More information

Segmentation of Tumor Region from Brain Mri Images Using Fuzzy C-Means Clustering And Seeded Region Growing

Segmentation of Tumor Region from Brain Mri Images Using Fuzzy C-Means Clustering And Seeded Region Growing IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 18, Issue 5, Ver. I (Sept - Oct. 2016), PP 20-24 www.iosrjournals.org Segmentation of Tumor Region from Brain

More information

Chapter 1. Introduction

Chapter 1. Introduction Chapter 1 Introduction 1.1 Motivation and Goals The increasing availability and decreasing cost of high-throughput (HT) technologies coupled with the availability of computational tools and data form a

More information

Numerical Integration of Bivariate Gaussian Distribution

Numerical Integration of Bivariate Gaussian Distribution Numerical Integration of Bivariate Gaussian Distribution S. H. Derakhshan and C. V. Deutsch The bivariate normal distribution arises in many geostatistical applications as most geostatistical techniques

More information

Chapter 11. Experimental Design: One-Way Independent Samples Design

Chapter 11. Experimental Design: One-Way Independent Samples Design 11-1 Chapter 11. Experimental Design: One-Way Independent Samples Design Advantages and Limitations Comparing Two Groups Comparing t Test to ANOVA Independent Samples t Test Independent Samples ANOVA Comparing

More information

Exploring Experiential Learning: Simulations and Experiential Exercises, Volume 5, 1978 THE USE OF PROGRAM BAYAUD IN THE TEACHING OF AUDIT SAMPLING

Exploring Experiential Learning: Simulations and Experiential Exercises, Volume 5, 1978 THE USE OF PROGRAM BAYAUD IN THE TEACHING OF AUDIT SAMPLING THE USE OF PROGRAM BAYAUD IN THE TEACHING OF AUDIT SAMPLING James W. Gentry, Kansas State University Mary H. Bonczkowski, Kansas State University Charles W. Caldwell, Kansas State University INTRODUCTION

More information

EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE

EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE SAKTHI NEELA.P.K Department of M.E (Medical electronics) Sengunthar College of engineering Namakkal, Tamilnadu,

More information

Local Image Structures and Optic Flow Estimation

Local Image Structures and Optic Flow Estimation Local Image Structures and Optic Flow Estimation Sinan KALKAN 1, Dirk Calow 2, Florentin Wörgötter 1, Markus Lappe 2 and Norbert Krüger 3 1 Computational Neuroscience, Uni. of Stirling, Scotland; {sinan,worgott}@cn.stir.ac.uk

More information

Minimum Feature Selection for Epileptic Seizure Classification using Wavelet-based Feature Extraction and a Fuzzy Neural Network

Minimum Feature Selection for Epileptic Seizure Classification using Wavelet-based Feature Extraction and a Fuzzy Neural Network Appl. Math. Inf. Sci. 8, No. 3, 129-1300 (201) 129 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.1278/amis/0803 Minimum Feature Selection for Epileptic Seizure

More information

Machine Learning! Robert Stengel! Robotics and Intelligent Systems MAE 345,! Princeton University, 2017

Machine Learning! Robert Stengel! Robotics and Intelligent Systems MAE 345,! Princeton University, 2017 Machine Learning! Robert Stengel! Robotics and Intelligent Systems MAE 345,! Princeton University, 2017 A.K.A. Artificial Intelligence Unsupervised learning! Cluster analysis Patterns, Clumps, and Joining

More information

EECS 433 Statistical Pattern Recognition

EECS 433 Statistical Pattern Recognition EECS 433 Statistical Pattern Recognition Ying Wu Electrical Engineering and Computer Science Northwestern University Evanston, IL 60208 http://www.eecs.northwestern.edu/~yingwu 1 / 19 Outline What is Pattern

More information

Improved Intelligent Classification Technique Based On Support Vector Machines

Improved Intelligent Classification Technique Based On Support Vector Machines Improved Intelligent Classification Technique Based On Support Vector Machines V.Vani Asst.Professor,Department of Computer Science,JJ College of Arts and Science,Pudukkottai. Abstract:An abnormal growth

More information

MCAS Equating Research Report: An Investigation of FCIP-1, FCIP-2, and Stocking and. Lord Equating Methods 1,2

MCAS Equating Research Report: An Investigation of FCIP-1, FCIP-2, and Stocking and. Lord Equating Methods 1,2 MCAS Equating Research Report: An Investigation of FCIP-1, FCIP-2, and Stocking and Lord Equating Methods 1,2 Lisa A. Keller, Ronald K. Hambleton, Pauline Parker, Jenna Copella University of Massachusetts

More information

Fixed-Effect Versus Random-Effects Models

Fixed-Effect Versus Random-Effects Models PART 3 Fixed-Effect Versus Random-Effects Models Introduction to Meta-Analysis. Michael Borenstein, L. V. Hedges, J. P. T. Higgins and H. R. Rothstein 2009 John Wiley & Sons, Ltd. ISBN: 978-0-470-05724-7

More information

Item Analysis: Classical and Beyond

Item Analysis: Classical and Beyond Item Analysis: Classical and Beyond SCROLLA Symposium Measurement Theory and Item Analysis Modified for EPE/EDP 711 by Kelly Bradley on January 8, 2013 Why is item analysis relevant? Item analysis provides

More information

BOOTSTRAPPING CONFIDENCE LEVELS FOR HYPOTHESES ABOUT QUADRATIC (U-SHAPED) REGRESSION MODELS

BOOTSTRAPPING CONFIDENCE LEVELS FOR HYPOTHESES ABOUT QUADRATIC (U-SHAPED) REGRESSION MODELS BOOTSTRAPPING CONFIDENCE LEVELS FOR HYPOTHESES ABOUT QUADRATIC (U-SHAPED) REGRESSION MODELS 12 June 2012 Michael Wood University of Portsmouth Business School SBS Department, Richmond Building Portland

More information

FAQ: Heuristics, Biases, and Alternatives

FAQ: Heuristics, Biases, and Alternatives Question 1: What is meant by the phrase biases in judgment heuristics? Response: A bias is a predisposition to think or act in a certain way based on past experience or values (Bazerman, 2006). The term

More information

Adjusting for mode of administration effect in surveys using mailed questionnaire and telephone interview data

Adjusting for mode of administration effect in surveys using mailed questionnaire and telephone interview data Adjusting for mode of administration effect in surveys using mailed questionnaire and telephone interview data Karl Bang Christensen National Institute of Occupational Health, Denmark Helene Feveille National

More information

Incorporating quantitative information into a linear ordering" GEORGE R. POTTS Dartmouth College, Hanover, New Hampshire 03755

Incorporating quantitative information into a linear ordering GEORGE R. POTTS Dartmouth College, Hanover, New Hampshire 03755 Memory & Cognition 1974, Vol. 2, No.3, 533 538 Incorporating quantitative information into a linear ordering" GEORGE R. POTTS Dartmouth College, Hanover, New Hampshire 03755 Ss were required to learn linear

More information

Standard Audiograms for the IEC Measurement Procedure

Standard Audiograms for the IEC Measurement Procedure Standard Audiograms for the IEC 60118-15 Measurement Procedure Trends in Amplification 14(2) 113 120 The Author(s) 2010 Reprints and permission: http://www. sagepub.com/journalspermissions.nav DOI: 10.1177/1084713810379609

More information

Combining Risks from Several Tumors Using Markov Chain Monte Carlo

Combining Risks from Several Tumors Using Markov Chain Monte Carlo University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln U.S. Environmental Protection Agency Papers U.S. Environmental Protection Agency 2009 Combining Risks from Several Tumors

More information

OCW Epidemiology and Biostatistics, 2010 David Tybor, MS, MPH and Kenneth Chui, PhD Tufts University School of Medicine October 27, 2010

OCW Epidemiology and Biostatistics, 2010 David Tybor, MS, MPH and Kenneth Chui, PhD Tufts University School of Medicine October 27, 2010 OCW Epidemiology and Biostatistics, 2010 David Tybor, MS, MPH and Kenneth Chui, PhD Tufts University School of Medicine October 27, 2010 SAMPLING AND CONFIDENCE INTERVALS Learning objectives for this session:

More information

Assigning B cell Maturity in Pediatric Leukemia Gabi Fragiadakis 1, Jamie Irvine 2 1 Microbiology and Immunology, 2 Computer Science

Assigning B cell Maturity in Pediatric Leukemia Gabi Fragiadakis 1, Jamie Irvine 2 1 Microbiology and Immunology, 2 Computer Science Assigning B cell Maturity in Pediatric Leukemia Gabi Fragiadakis 1, Jamie Irvine 2 1 Microbiology and Immunology, 2 Computer Science Abstract One method for analyzing pediatric B cell leukemia is to categorize

More information

Iris Recognition under Alcohol Influence: A Preliminary Study

Iris Recognition under Alcohol Influence: A Preliminary Study Iris Recognition under Alcohol Influence: A Preliminary Study Sunpreet S. Arora, Mayank Vatsa, Richa Singh IIIT Delhi New Delhi, India {sunpreet08053, mayank, rsingh}@iiitd.ac.in Anil Jain Michigan State

More information

Framework for Comparative Research on Relational Information Displays

Framework for Comparative Research on Relational Information Displays Framework for Comparative Research on Relational Information Displays Sung Park and Richard Catrambone 2 School of Psychology & Graphics, Visualization, and Usability Center (GVU) Georgia Institute of

More information

SAMPLING AND SAMPLE SIZE

SAMPLING AND SAMPLE SIZE SAMPLING AND SAMPLE SIZE Andrew Zeitlin Georgetown University and IGC Rwanda With slides from Ben Olken and the World Bank s Development Impact Evaluation Initiative 2 Review We want to learn how a program

More information

Removing ECG Artifact from the Surface EMG Signal Using Adaptive Subtraction Technique

Removing ECG Artifact from the Surface EMG Signal Using Adaptive Subtraction Technique www.jbpe.org Removing ECG Artifact from the Surface EMG Signal Using Adaptive Subtraction Technique Original 1 Department of Biomedical Engineering, Amirkabir University of technology, Tehran, Iran Abbaspour

More information

Annotation and Retrieval System Using Confabulation Model for ImageCLEF2011 Photo Annotation

Annotation and Retrieval System Using Confabulation Model for ImageCLEF2011 Photo Annotation Annotation and Retrieval System Using Confabulation Model for ImageCLEF2011 Photo Annotation Ryo Izawa, Naoki Motohashi, and Tomohiro Takagi Department of Computer Science Meiji University 1-1-1 Higashimita,

More information

SEED HAEMATOLOGY. Medical statistics your support when interpreting results SYSMEX EDUCATIONAL ENHANCEMENT AND DEVELOPMENT APRIL 2015

SEED HAEMATOLOGY. Medical statistics your support when interpreting results SYSMEX EDUCATIONAL ENHANCEMENT AND DEVELOPMENT APRIL 2015 SYSMEX EDUCATIONAL ENHANCEMENT AND DEVELOPMENT APRIL 2015 SEED HAEMATOLOGY Medical statistics your support when interpreting results The importance of statistical investigations Modern medicine is often

More information

Edge Detection Techniques Using Fuzzy Logic

Edge Detection Techniques Using Fuzzy Logic Edge Detection Techniques Using Fuzzy Logic Essa Anas Digital Signal & Image Processing University Of Central Lancashire UCLAN Lancashire, UK eanas@uclan.a.uk Abstract This article reviews and discusses

More information

10CS664: PATTERN RECOGNITION QUESTION BANK

10CS664: PATTERN RECOGNITION QUESTION BANK 10CS664: PATTERN RECOGNITION QUESTION BANK Assignments would be handed out in class as well as posted on the class blog for the course. Please solve the problems in the exercises of the prescribed text

More information

Chapter 12. The One- Sample

Chapter 12. The One- Sample Chapter 12 The One- Sample z-test Objective We are going to learn to make decisions about a population parameter based on sample information. Lesson 12.1. Testing a Two- Tailed Hypothesis Example 1: Let's

More information

Type and quantity of data needed for an early estimate of transmissibility when an infectious disease emerges

Type and quantity of data needed for an early estimate of transmissibility when an infectious disease emerges Research articles Type and quantity of data needed for an early estimate of transmissibility when an infectious disease emerges N G Becker (Niels.Becker@anu.edu.au) 1, D Wang 1, M Clements 1 1. National

More information

Katsunari Shibata and Tomohiko Kawano

Katsunari Shibata and Tomohiko Kawano Learning of Action Generation from Raw Camera Images in a Real-World-Like Environment by Simple Coupling of Reinforcement Learning and a Neural Network Katsunari Shibata and Tomohiko Kawano Oita University,

More information

SUPPLEMENTARY INFORMATION. Table 1 Patient characteristics Preoperative. language testing

SUPPLEMENTARY INFORMATION. Table 1 Patient characteristics Preoperative. language testing Categorical Speech Representation in the Human Superior Temporal Gyrus Edward F. Chang, Jochem W. Rieger, Keith D. Johnson, Mitchel S. Berger, Nicholas M. Barbaro, Robert T. Knight SUPPLEMENTARY INFORMATION

More information

Sta 309 (Statistics And Probability for Engineers)

Sta 309 (Statistics And Probability for Engineers) Instructor: Prof. Mike Nasab Sta 309 (Statistics And Probability for Engineers) Chapter (1) 1. Statistics: The science of collecting, organizing, summarizing, analyzing numerical information called data

More information

The Logic of Data Analysis Using Statistical Techniques M. E. Swisher, 2016

The Logic of Data Analysis Using Statistical Techniques M. E. Swisher, 2016 The Logic of Data Analysis Using Statistical Techniques M. E. Swisher, 2016 This course does not cover how to perform statistical tests on SPSS or any other computer program. There are several courses

More information

Understanding. Regression Analysis

Understanding. Regression Analysis Understanding Regression Analysis Understanding Regression Analysis Michael Patrick Allen Washington State University Pullman, Washington Plenum Press New York and London Llbrary of Congress Cataloging-in-Publication

More information

From where does the content of a certain geo-communication come? semiotics in web-based geo-communication Brodersen, Lars

From where does the content of a certain geo-communication come? semiotics in web-based geo-communication Brodersen, Lars Downloaded from vbn.aau.dk on: april 02, 2019 Aalborg Universitet From where does the content of a certain geo-communication come? semiotics in web-based geo-communication Brodersen, Lars Published in:

More information

A Composite Architecture for an Automatic Detection of Optic Disc in Retinal Imaging

A Composite Architecture for an Automatic Detection of Optic Disc in Retinal Imaging A Composite Architecture for an Automatic Detection of Optic Disc in Retinal Imaging LEONARDA CARNIMEO, ANNA CINZIA BENEDETTO Dipartimento di Elettrotecnica ed Elettronica Politecnico di Bari Via E.Orabona,

More information

Estimation. Preliminary: the Normal distribution

Estimation. Preliminary: the Normal distribution Estimation Preliminary: the Normal distribution Many statistical methods are only valid if we can assume that our data follow a distribution of a particular type, called the Normal distribution. Many naturally

More information

CHAPTER 3 DATA ANALYSIS: DESCRIBING DATA

CHAPTER 3 DATA ANALYSIS: DESCRIBING DATA Data Analysis: Describing Data CHAPTER 3 DATA ANALYSIS: DESCRIBING DATA In the analysis process, the researcher tries to evaluate the data collected both from written documents and from other sources such

More information

Chapter 3: Examining Relationships

Chapter 3: Examining Relationships Name Date Per Key Vocabulary: response variable explanatory variable independent variable dependent variable scatterplot positive association negative association linear correlation r-value regression

More information

Data mining for Obstructive Sleep Apnea Detection. 18 October 2017 Konstantinos Nikolaidis

Data mining for Obstructive Sleep Apnea Detection. 18 October 2017 Konstantinos Nikolaidis Data mining for Obstructive Sleep Apnea Detection 18 October 2017 Konstantinos Nikolaidis Introduction: What is Obstructive Sleep Apnea? Obstructive Sleep Apnea (OSA) is a relatively common sleep disorder

More information

Detection Theory: Sensitivity and Response Bias

Detection Theory: Sensitivity and Response Bias Detection Theory: Sensitivity and Response Bias Lewis O. Harvey, Jr. Department of Psychology University of Colorado Boulder, Colorado The Brain (Observable) Stimulus System (Observable) Response System

More information