The Prac)cal Applica)on of Knowledge Discovery to Image Data: A Prac))oners View in the Context of Medical Image Diagnos)cs

Size: px
Start display at page:

Download "The Prac)cal Applica)on of Knowledge Discovery to Image Data: A Prac))oners View in the Context of Medical Image Diagnos)cs"

Transcription

1 The Prac)cal Applica)on of Knowledge Discovery to Image Data: A Prac))oners View in the Context of Medical Image Diagnos)cs Frans Coenen ( University of Mauri0us, June 2015

2 The University of Liverpool Located in NW of England. 17,405 UG students; 3,860 PG students. 1,300 Academic staff; 4,300 other staff. Department of Computer Science in Top Ten in the UK.

3 The University of Liverpool

4 The Challenge of Knowledge Discovery in Data We have many well established techniques for conduc0ng Knowledge Discovery Data (KDD). The issue is the end-to-end KDD process. More specifically the prepara0on of data so that KDD algorithms can be applied. This is rela0vely straight forward given (tradi0onal) tabular data. This is much more challenging in the context of complex data such as: graphs, free text, video and image data.

5 Presenta)on Focus Image data, both 2D and 3D. Specifically medical image data. Classifica0on (Predic0on) of condi0ons. Classifica0on genera0on algorithms tend to require feature vector (signature) represented training data (but not exclusively so). Three genres of representa0on considered: (i) Sta0s0cal, (ii) Point Series and (iii) Graph Based.

6 Mo)va)on Clinical decisions are regularly made with the support of medical imagery of some sort (MRI, OCT, etc.). Our ability to collect medical imagery has enhanced rapidly over the last decade (we can do it cheaper and faster). We have seen rapid growth in the global medical imaging sensor market Analysis is s0ll mostly conducted manually, there is very li`le soaware automa0on (although some suppor0ng tools, e.g. Brain Voyager for MRI).

7 Classifica)on Process Labelled Training Data Data processing Classifier Generator Unlabelled Sample Data processing Classifier Labelled Sample

8 Example Applica)ons One (2D Re)na Image Data) (b) (a) Example of a 2-D re0na images: (a) Normal re0na, (b) re0nas featuring AMD. We are interested in detec0ng condi0ons such as Age related Macular Degenera0on (AMD) and Diabe0c Re0nopathy (DR).

9 Example Applica)on Two (2D and 3D MRI Brain Scan Data) (a) (b) (c) Example 3-D brain MRI scan: (a) SagiEal plane, (b) Coronal plane, (c) Transverse plane (each scan consists of 256 slices, 768 slices in total). Interested in detec0ng condi0ons such as epilepsy and handedness according to par0cular objects within MRI images (ventricles, corpus callosum).

10 Example Applica)on Three (OCT Re)na Volumes) (a) (b)! Example of a 3-D OCT re0na volumes: (a) Normal re0na, (b) re0na featuring AMD. About 19 slices per volume ( pixels). Again interested in detec0ng condi0ons such as AMD and DR.!

11 Image Capture (a) Re0na Fundus Camera. (b) Magne0c Resonance Imagery (MRI) Machine. (c) Op0cal Coherence Tomography (OCT) set up.

12 Image Representa0on for KDD Image Rep. for KD Global (Whole Image based) Local (Region/Object based) Sta0s0cal Graph based Individual (regions/ objects) Set of regions objects Sta0s0cal Point series/clouds Graph based Sta0s0cal

13 Image Representa0on for KDD cont. Two approaches: (i) Global (whole image based) and (ii) Local (region or object based). The la`er may require segmenta0on which is an en0re research issue in its own right (possibly outside of the scope of KDD). Three (broad) techniques: 1. Sta0s0cal. 2. Point Series. 3. Graph based.

14 Image Representa0on for KD cont. Note that our representa0on needs to be understandable to knowledge discovery algorithms, it does not necessarily have to be understandable to human observers. Although explana0on genera0on is an issue.

15 Image Representa0on for KD Techniques 1. Sta0s0cal. 2. Point Series. 3. Graph based.

16 Technique One (Sta)s)cal Techniques) Simplest approach and easy to represent in terms of a feature space directly compa0ble with classifier genera0on/applica0on. First Order Sta0s0cal func0ons such as the mean, variance and standard devia0on of the intensity or RGB colour values. Alterna0vely moments about some point or axis. Second order sta0s0cal func0ons applied to an intermediate representa0on (co-occurrence matrices, gradient analysis, Hough transforms). General applicability.

17 Technique Two (Point Series) Many second order sta0s0cal techniques lend themselves to representa0on in the form of histograms For example histogram of intensity values, LBPs or orienta0on gradients. Histograms can of course be directly translated into a feature vector representa0on. Alterna0vely, they can be viewed as point series or point curves.

18 Technique Two (Point Series) Given a collec0on of class labelled point series, represen0ng a set of images, a new image can be classified directly using (say) the well established KNN algorithm (a) Histogram of 20 bins. (b) Resul0ng point series.

19 Classifica)on Using Point Series cont. When using algorithms such as KNN we need an appropriate similarity measure (in the case of our point series Euclidean distance does not always do the trick). We can look to work on point series comparison techniques, for example the Dynamic Time Warping (DTW) technique which produces a warping path distance defining the difference between two series. DTW has the added advantage that the point series to be compared do not have to be of the same length.

20 Genera0on of Point Series The histogram based approaches to point series genera0on is well suited to the sta0s0cal based techniques (whole image or region based). It is not so well suited to object based representa0on. In this case some alterna0ve mechanism is required to generate the desired point series

21 Example Point Series Genera)on (a) Right ventricle from a 3D MRI Brain Scan Volume. (b) Disc based point series genera0on. (c) Spoke based point series genera0on (conducted in three planes).

22 Second Example Using The Corpus Callosum Alterna0ve 2D example using a segmented object (the corpus callosum) extracted from a 2D MRI brain scan image. (a) 2D Radius intersec0on based point series genera0on. (b) Resul0ng point series.

23 Technique Three (Graph Based) A popular method for represen0ng images is to apply some form of hierarchical decomposi0on and to store the result in a quad-tree (2D image data) or oct-tree (3D image data). Issues with: 1. boundary problem where objects appear in different branches of the tree. 2. When to stop the decomposi0on (cri0cal func0on to measure homogeneity or a prespecified maximum level of decomposi0on).

24 Example Decomposi0on One (a) Corpus callosum in a 2D MRI brain scan. (b) Segmented Corpus callosum. (c) Decomposed Corpus Callosum (level = 3). (d) Quad tree representa0on of the Corpus Callosum.

25 Example Decomposi0on Two (a) Whole image decomposi0on using an alterna0ve approach (level=4). (b) Resul0ng tree representa0on.

26 Example Decomposi0on three (a) Extra ``box in middle. (b) Combined oct-tree and quad tree decomposi0on. Used with respect to OCT re0na volumes where one dimension is significantly longer than the other two. Also an a`empt to get round the boundary problem. An alterna0ve approach to the boundary problem would be to use some sort of fuzzy rela0onship func0on.

27 Genera)ng a Feature Space from a Collec)on of (Transac)on) Graphs Apply a Frequent Sub-graph Mining (FSM) algorithm to the data. Frequent defined by some threshold σ. Popular FSM algorithm is gspan. Each frequently occurring sub graph is then a dimension in a feature space. This feature space can then be used define feature vectors (binary or real valued) for the ini0al image set, which can be input to any number of classifier generators (Decision Tree generators, SVMs, Naïve Bayes, Classifica0on Associa0on Rule Miners, Etc.).

28 Classifica)on Process (with frequent sub graph graph mining) Labelled Training Data Data processing (graph genera0on) Frequent Sub-graph mining Feature Space Classifier Generator Unlabelled Sample Data processing (graph genera0on) Classifier Labelled Sample

29 Compara0ve Evalua0on

30 Evalua0on (2D Re0na Images) Sensi)vity Specificity Accuracy AUC FNR Sta)s)cal Point Series Graph Based Whole image classifica0on. Two classes (AMD v. not AMD). 394 images, 165 that featured AMD, and 229 that did not. Re0na image featuring Age related Macular Degenera0on (AMD)

31 Evalua0on (2D Re0na Images cont.) Sensi)vity AMD Sensi)vity Other Whole image classifica0on. Three classes (AMD, DR and normal). 394 images, 165 that featured AMD, and 131 that featured DR and 98 normal. Specificity Accuracy AUC FNR Sta)s)cal Point Series Graph Based Re0na image featuring Age related Macular Degenera0on (AMD) Re0na image featuring Diabe0c Re0nopathy (DR)

32 Evalua0on (2D Musicians MRI Images) Sta)s)cal (Hough Transform) Sta)s)cal (Zernicke Moments) Accuracy Sensi)vity Specificity Point Series Graph Based MRI scans, 53 represen0ng musicians and 53 nonmusicians (i.e. two equal classes). Study of interest because of the conjecture that size and shape of the corpus callosum reflects human characteris0cs such as musical or mathema0cal ability.

33 Evalua0on (2D Handedness MRI Images) Sta)s)cal (Hough Transform) Sta)s)cal (Zernicke Moments) Accuracy Sensi)vity Specificity Point Series Graph Based MRI brain scans, 42 right handed and 40 lea handed. Study of interest because of the conjecture that size and shape of the corpus callosum reflects human characteris0cs such as handedness.

34 Evalua0on (2D Epilepsy MRI Images) Sta)s)cal (Hough Transform) Sta)s)cal (Zernicke Moments) Accuracy Sensi)vity Specificity Point Series Graph Based MRI brain scans, 106 from the musicians study plus 106 epilepsy scans. The objec0ve was to seek support for the conjecture that the shape and size of the corpus callosum is influence by condi0ons such as epilepsy.

35 Evalua0on (3D Epilepsy MRI Images) 210 MRI brain scans, 106 from musicians study, plus 106 epilepsy scans. Used the lea and right ventricles as objet of interest. Accuracy Sensi)vity Specificity Point Series (Disc Based) Point Series (Spoke Based 2 Spacing) Point Series (Spoke Based 3 Spacing) Graph Based (σ=30%) Spoke Based Point Series Genera0on (in three planes).

36 Evalua0on (3D OCT Re0na Volumes) Accuracy Sensi)vity Specificity AUC Sta)s)cal (oct-tree) Sta)s)cal (oct-tree with overlap) Graph Based (octtree with overlap) D OCT volumes, 2 classes, 68 normal and 52 AMD. Level one 9- tree

37 Observa)ons For 2D re0na images graph based technique produced the best results. For 2D MRI scans point series technique produced the best results (except in case of epilepsy data where graph based technique produced the best results). For 3D MRI scans graph based technique produced the best results. For 3D OCT re0na images sta0s0cal technique produced the best results.

38 Conclusions Number of alterna0ve (whole and region/object based) image representa0ons considered, directed at capturing salient features in 2D and 3D image data for classifica0on/predic0on purposes. Three categories of representa0on considered: (i) sta0s0cal, (ii) point series and (iii) tree based. Evaluated with respect to a number of medical applica0on domains. No best representa0on!.

39 Further Work S0ll issues with explana0on genera0on. Lot of scope for alterna0ve representa0ons, especially fuzzy approaches. Lots of scope for further applica0on. (a) Mammogram (a) Hand X-ray

40 Acknowledgements Abdulrahman Albarrak [1], Ashraf Elsayed [2], Marta García-Fiñana [3], Hanafi Hijazi [4], Vanessa Sluming [5], Akadej Udomchaiporn [1] and Yalin Zheng [6]. [1] Dept. of Computer Science, University of Liverpool, Liverpool, UK. [2] Dept. of Computer Science, University of Alexandria, Egypt. [3] Dept. of Biosta0s0cs, University of Liverpool, Liverpool, UK. [4] School of Engineering and Informa0on Technology, University of Malaysia Sabah, Malaysia. [5] School of Health Science, University of Liverpool, Liverpool, UK. [6] Dept. of Eye and Vision Science, Royal Liverpool University Hospital, UK.

The Prac)cal Applica)on of Knowledge Discovery to Image Data: A Prac))oners View in The Context of Medical Image Mining

The Prac)cal Applica)on of Knowledge Discovery to Image Data: A Prac))oners View in The Context of Medical Image Mining The Prac)cal Applica)on of Knowledge Discovery to Image Data: A Prac))oners View in The Context of Medical Image Mining Frans Coenen (http://cgi.csc.liv.ac.uk/~frans/) 10th Interna+onal Conference on Natural

More information

3-D MRI Brain Scan Classification Using A Point Series Based Representation

3-D MRI Brain Scan Classification Using A Point Series Based Representation 3-D MRI Brain Scan Classification Using A Point Series Based Representation Akadej Udomchaiporn 1, Frans Coenen 1, Marta García-Fiñana 2, and Vanessa Sluming 3 1 Department of Computer Science, University

More information

3-D MRI Brain Scan Feature Classification Using an Oct-tree Representation

3-D MRI Brain Scan Feature Classification Using an Oct-tree Representation 3-D MRI Brain Scan Feature Classification Using an Oct-tree Representation Akadej Udomchaiporn 1, Frans Coenen 1, Marta García-Fiñana 2, and Vanessa Sluming 3 1 Department of Computer Science, University

More information

3-D Volume of Interest Based Image Classification

3-D Volume of Interest Based Image Classification 3-D Volume of Interest Based Image Classification Akadej Udomchaiporn 1, Frans Coenen 1, Marta García-Fiñana 2, and Vanessa Sluming 3 1 Department of Computer Science, University of Liverpool, Liverpool,

More information

Region Of Interest Based Image Classification: A Study in MRI Brain Scan Categorization

Region Of Interest Based Image Classification: A Study in MRI Brain Scan Categorization Region Of Interest Based Image Classification: A Study in MRI Brain Scan Categorization Thesis submitted in accordance with the requirements of the University of Liverpool for the degree of Doctor in Philosophy

More information

CAP5415-Computer Vision Lecture 13-Support Vector Machines for Computer Vision Applica=ons

CAP5415-Computer Vision Lecture 13-Support Vector Machines for Computer Vision Applica=ons CAP5415-Computer Vision Lecture 13-Support Vector Machines for Computer Vision Applica=ons Guest Lecturer: Dr. Boqing Gong Dr. Ulas Bagci bagci@ucf.edu 1 October 14 Reminders Choose your mini-projects

More information

Alignment and Image Comparison

Alignment and Image Comparison Alignment and Image Comparison Erik Learned- Miller University of Massachuse>s, Amherst Alignment and Image Comparison Erik Learned- Miller University of Massachuse>s, Amherst Alignment and Image Comparison

More information

Region Of Interest Based Image Classification Using Time Series Analysis

Region Of Interest Based Image Classification Using Time Series Analysis Region Of Interest Based Image Classification Using Time Series Analysis A. Elsayed, F. Coenen, M. García-Fiñana and V. Sluming Abstract An approach to Region Of Interest Based Image Classification (ROIBIC),

More information

Cross- Valida+on & ROC curve. Anna Helena Reali Costa PCS 5024

Cross- Valida+on & ROC curve. Anna Helena Reali Costa PCS 5024 Cross- Valida+on & ROC curve Anna Helena Reali Costa PCS 5024 Resampling Methods Involve repeatedly drawing samples from a training set and refibng a model on each sample. Used in model assessment (evalua+ng

More information

Alignment and Image Comparison. Erik Learned- Miller University of Massachuse>s, Amherst

Alignment and Image Comparison. Erik Learned- Miller University of Massachuse>s, Amherst Alignment and Image Comparison Erik Learned- Miller University of Massachuse>s, Amherst Alignment and Image Comparison Erik Learned- Miller University of Massachuse>s, Amherst Alignment and Image Comparison

More information

Search Engines. Informa1on Retrieval in Prac1ce. Annota1ons by Michael L. Nelson

Search Engines. Informa1on Retrieval in Prac1ce. Annota1ons by Michael L. Nelson Search Engines Informa1on Retrieval in Prac1ce Annota1ons by Michael L. Nelson All slides Addison Wesley, 2008 Evalua1on Evalua1on is key to building effec$ve and efficient search engines measurement usually

More information

Volume Visualiza0on. Today s Class. Grades & Homework feedback on Homework Submission Server

Volume Visualiza0on. Today s Class. Grades & Homework feedback on Homework Submission Server 11/3/14 Volume Visualiza0on h3p://imgur.com/trjonqk h3p://i.imgur.com/zcjc9kp.jpg Today s Class Grades & Homework feedback on Homework Submission Server Everything except HW4 (didn t get to that yet) &

More information

Age-related Macular Degeneration Identification In Volumetric Optical Coherence Tomography Using Decomposition and Local Feature Extraction

Age-related Macular Degeneration Identification In Volumetric Optical Coherence Tomography Using Decomposition and Local Feature Extraction ALBARRAK, COENEN, ZHENG: AMD IDENTIFICATION IN 3D OCT 1 Age-related Macular Degeneration Identification In Volumetric Optical Coherence Tomography Using Decomposition and Local Feature Extraction Abdulrahman

More information

Pa#ern Recogni-on for Neuroimaging Toolbox

Pa#ern Recogni-on for Neuroimaging Toolbox Pa#ern Recogni-on for Neuroimaging Toolbox Pa#ern Recogni-on Methods: Basics João M. Monteiro Based on slides from Jessica Schrouff and Janaina Mourão-Miranda PRoNTo course UCL, London, UK 2017 Outline

More information

COMP 9517 Computer Vision

COMP 9517 Computer Vision COMP 9517 Computer Vision Pa6ern Recogni:on (1) 1 Introduc:on Pa#ern recogni,on is the scien:fic discipline whose goal is the classifica:on of objects into a number of categories or classes Pa6ern recogni:on

More information

Image Classification for Age-related Macular Degeneration Screening using Hierarchical Image Decompositions and Graph Mining

Image Classification for Age-related Macular Degeneration Screening using Hierarchical Image Decompositions and Graph Mining Image Classification for Age-related Macular Degeneration Screening using Hierarchical Image Decompositions and Graph Mining Mohd Hanafi Ahmad Hijazi 1,3, Chuntao Jiang 1, Frans Coenen 1, and Yalin Zheng

More information

CS 6140: Machine Learning Spring 2017

CS 6140: Machine Learning Spring 2017 CS 6140: Machine Learning Spring 2017 Instructor: Lu Wang College of Computer and Informa@on Science Northeastern University Webpage: www.ccs.neu.edu/home/luwang Email: luwang@ccs.neu.edu Logis@cs Grades

More information

Global Journal of Engineering Science and Research Management

Global Journal of Engineering Science and Research Management ADVANCED K-MEANS ALGORITHM FOR BRAIN TUMOR DETECTION USING NAIVE BAYES CLASSIFIER Veena Bai K*, Dr. Niharika Kumar * MTech CSE, Department of Computer Science and Engineering, B.N.M. Institute of Technology,

More information

Visualizing Logical Dependencies in SWRL Rule Bases

Visualizing Logical Dependencies in SWRL Rule Bases Visualizing Logical Dependencies in SWRL Rule Bases Saeed Hassanpour, Mar:n J. O Connor and Amar K. Das Stanford Center for Biomedical Informa:cs Research MSOB X215, 251 Campus Drive, Stanford, California,

More information

Introduc)on to Informa)on Visualiza)on

Introduc)on to Informa)on Visualiza)on Introduc)on to Informa)on Visualiza)on Seeing the Science with Visualiza)on Raw Data 01001101011001 11001010010101 00101010100110 11101101011011 00110010111010 Visualiza(on Applica(on Visualiza)on on

More information

STA 4273H: Sta-s-cal Machine Learning

STA 4273H: Sta-s-cal Machine Learning STA 4273H: Sta-s-cal Machine Learning Russ Salakhutdinov Department of Statistics! rsalakhu@utstat.toronto.edu! h0p://www.cs.toronto.edu/~rsalakhu/ Lecture 3 Parametric Distribu>ons We want model the probability

More information

Tumor Detection and classification of Medical MRI UsingAdvance ROIPropANN Algorithm

Tumor Detection and classification of Medical MRI UsingAdvance ROIPropANN Algorithm International Journal of Engineering Research and Advanced Technology (IJERAT) DOI:http://dx.doi.org/10.31695/IJERAT.2018.3273 E-ISSN : 2454-6135 Volume.4, Issue 6 June -2018 Tumor Detection and classification

More information

Search Engines. Informa1on Retrieval in Prac1ce. Annotations by Michael L. Nelson

Search Engines. Informa1on Retrieval in Prac1ce. Annotations by Michael L. Nelson Search Engines Informa1on Retrieval in Prac1ce Annotations by Michael L. Nelson All slides Addison Wesley, 2008 Retrieval Models Provide a mathema1cal framework for defining the search process includes

More information

Rapid Extraction and Updating Road Network from LIDAR Data

Rapid Extraction and Updating Road Network from LIDAR Data Rapid Extraction and Updating Road Network from LIDAR Data Jiaping Zhao, Suya You, Jing Huang Computer Science Department University of Southern California October, 2011 Research Objec+ve Road extrac+on

More information

ICD- 10 Presenta/on #1 for Revolu/onEHR Users June 3, 2015

ICD- 10 Presenta/on #1 for Revolu/onEHR Users June 3, 2015 ICD- 10 Presenta/on #1 for Revolu/onEHR Users June 3, 2015 ScoA Jens, OD, FAAO CEO, Revolu/onEHR Discussion Points Overview of ICD Anatomy of ICD- 10 Choosing ICD- 10 Codes Summarizing Steps You Will Experience

More information

Accelerating Satellite Image Based Large- Scale Settlement Detection with GPU!

Accelerating Satellite Image Based Large- Scale Settlement Detection with GPU! Accelerating Satellite Image Based Large- Scale Settlement Detection with GPU! Dilip%R.%Patlolla% Anil%M.%Cheriyadat% Eddie%A.%Bright% Jeane9e%E.%Weaver% % Oak%Ridge%Na?onal%Laboratory% Oak%Ridge,%TN%%

More information

BoW model. Textual data: Bag of Words model

BoW model. Textual data: Bag of Words model BoW model Textual data: Bag of Words model With text, categoriza9on is the task of assigning a document to one or more categories based on its content. It is appropriate for: Detec9ng and indexing similar

More information

CHAPTER-1 INTRODUCTION

CHAPTER-1 INTRODUCTION CHAPTER-1 INTRODUCTION 1.1 Fuzzy concept, digital image processing and application in medicine With the advancement of digital computers, it has become easy to store large amount of data and carry out

More information

Quick review: Data Mining Tasks... Classifica(on [Predic(ve] Regression [Predic(ve] Clustering [Descrip(ve] Associa(on Rule Discovery [Descrip(ve]

Quick review: Data Mining Tasks... Classifica(on [Predic(ve] Regression [Predic(ve] Clustering [Descrip(ve] Associa(on Rule Discovery [Descrip(ve] Evaluation Quick review: Data Mining Tasks... Classifica(on [Predic(ve] Regression [Predic(ve] Clustering [Descrip(ve] Associa(on Rule Discovery [Descrip(ve] Classification: Definition Given a collec(on

More information

CS6200 Informa.on Retrieval. David Smith College of Computer and Informa.on Science Northeastern University

CS6200 Informa.on Retrieval. David Smith College of Computer and Informa.on Science Northeastern University CS6200 Informa.on Retrieval David Smith College of Computer and Informa.on Science Northeastern University Query Process Retrieval Models Provide a mathema.cal framework for defining the search process

More information

An Latent Feature Model for

An Latent Feature Model for An Addi@ve Latent Feature Model for Mario Fritz UC Berkeley Michael Black Brown University Gary Bradski Willow Garage Sergey Karayev UC Berkeley Trevor Darrell UC Berkeley Mo@va@on Transparent objects

More information

CS395T Visual Recogni5on and Search. Gautam S. Muralidhar

CS395T Visual Recogni5on and Search. Gautam S. Muralidhar CS395T Visual Recogni5on and Search Gautam S. Muralidhar Today s Theme Unsupervised discovery of images Main mo5va5on behind unsupervised discovery is that supervision is expensive Common tasks include

More information

MapReduce, Apache Hadoop

MapReduce, Apache Hadoop Czech Technical University in Prague, Faculty of Informaon Technology MIE-PDB: Advanced Database Systems hp://www.ksi.mff.cuni.cz/~svoboda/courses/2016-2-mie-pdb/ Lecture 12 MapReduce, Apache Hadoop Marn

More information

MapReduce, Apache Hadoop

MapReduce, Apache Hadoop NDBI040: Big Data Management and NoSQL Databases hp://www.ksi.mff.cuni.cz/ svoboda/courses/2016-1-ndbi040/ Lecture 2 MapReduce, Apache Hadoop Marn Svoboda svoboda@ksi.mff.cuni.cz 11. 10. 2016 Charles University

More information

Association Rule Mining in The Wider Context of Text, Images and Graphs

Association Rule Mining in The Wider Context of Text, Images and Graphs Association Rule Mining in The Wider Context of Text, Images and Graphs Frans Coenen Department of Computer Science UKKDD 07, April 2007 PRESENTATION OVERVIEW Motivation. Association Rule Mining (quick

More information

Machine Learning Crash Course: Part I

Machine Learning Crash Course: Part I Machine Learning Crash Course: Part I Ariel Kleiner August 21, 2012 Machine learning exists at the intersec

More information

Manipula0on Algorithms Mo0on Planning. Mo#on Planning I. Katharina Muelling (NREC, Carnegie Mellon University) 1

Manipula0on Algorithms Mo0on Planning. Mo#on Planning I. Katharina Muelling (NREC, Carnegie Mellon University) 1 16-843 Manipula0on Algorithms Mo0on Planning Mo#on Planning I Katharina Muelling (NREC, Carnegie Mellon University) 1 Configura0on Space Obstacles Star Algorithm Convex robot, transla#on C obs : convex

More information

Ontology engineering. Valen.na Tamma. Based on slides by A. Gomez Perez, N. Noy, D. McGuinness, E. Kendal, A. Rector and O. Corcho

Ontology engineering. Valen.na Tamma. Based on slides by A. Gomez Perez, N. Noy, D. McGuinness, E. Kendal, A. Rector and O. Corcho Ontology engineering Valen.na Tamma Based on slides by A. Gomez Perez, N. Noy, D. McGuinness, E. Kendal, A. Rector and O. Corcho Summary Background on ontology; Ontology and ontological commitment; Logic

More information

Object Oriented Design (OOD): The Concept

Object Oriented Design (OOD): The Concept Object Oriented Design (OOD): The Concept Objec,ves To explain how a so8ware design may be represented as a set of interac;ng objects that manage their own state and opera;ons 1 Topics covered Object Oriented

More information

Available Online through

Available Online through Available Online through www.ijptonline.com ISSN: 0975-766X CODEN: IJPTFI Research Article ANALYSIS OF CT LIVER IMAGES FOR TUMOUR DIAGNOSIS BASED ON CLUSTERING TECHNIQUE AND TEXTURE FEATURES M.Krithika

More information

Feature Descriptors. CS 510 Lecture #21 April 29 th, 2013

Feature Descriptors. CS 510 Lecture #21 April 29 th, 2013 Feature Descriptors CS 510 Lecture #21 April 29 th, 2013 Programming Assignment #4 Due two weeks from today Any questions? How is it going? Where are we? We have two umbrella schemes for object recognition

More information

Segmentation and Modeling of the Spinal Cord for Reality-based Surgical Simulator

Segmentation and Modeling of the Spinal Cord for Reality-based Surgical Simulator Segmentation and Modeling of the Spinal Cord for Reality-based Surgical Simulator Li X.C.,, Chui C. K.,, and Ong S. H.,* Dept. of Electrical and Computer Engineering Dept. of Mechanical Engineering, National

More information

Informa(on Retrieval

Informa(on Retrieval Introduc*on to Informa(on Retrieval CS276: Informa*on Retrieval and Web Search Pandu Nayak and Prabhakar Raghavan Lecture 12: Clustering Today s Topic: Clustering Document clustering Mo*va*ons Document

More information

Introduc)on to Probabilis)c Latent Seman)c Analysis. NYP Predic)ve Analy)cs Meetup June 10, 2010

Introduc)on to Probabilis)c Latent Seman)c Analysis. NYP Predic)ve Analy)cs Meetup June 10, 2010 Introduc)on to Probabilis)c Latent Seman)c Analysis NYP Predic)ve Analy)cs Meetup June 10, 2010 PLSA A type of latent variable model with observed count data and nominal latent variable(s). Despite the

More information

Decision Trees: Representa:on

Decision Trees: Representa:on Decision Trees: Representa:on Machine Learning Fall 2017 Some slides from Tom Mitchell, Dan Roth and others 1 Key issues in machine learning Modeling How to formulate your problem as a machine learning

More information

CITS4009 Introduc0on to Data Science

CITS4009 Introduc0on to Data Science School of Computer Science and Software Engineering CITS4009 Introduc0on to Data Science SEMESTER 2, 2017: CHAPTER 3 EXPLORING DATA 1 Chapter Objec0ves Using summary sta.s.cs to explore data Exploring

More information

What were his cri+cisms? Classical Methodologies:

What were his cri+cisms? Classical Methodologies: 1 2 Classifica+on In this scheme there are several methodologies, such as Process- oriented, Blended, Object Oriented, Rapid development, People oriented and Organisa+onal oriented. According to David

More information

2. LITERATURE REVIEW

2. LITERATURE REVIEW 2. LITERATURE REVIEW CBIR has come long way before 1990 and very little papers have been published at that time, however the number of papers published since 1997 is increasing. There are many CBIR algorithms

More information

Volume Rendering, pt 1. Hank Childs, University of Oregon

Volume Rendering, pt 1. Hank Childs, University of Oregon Volume Rendering, pt 1 Hank Childs, University of Oregon Announcements No class Friday Grad students: No project 8G s8ll need to do short presenta8ons Come to OH and let s chat Plo$ng Techniques X- rays

More information

L6: System design: behavior models

L6: System design: behavior models L6: System design: behavior models Limita6ons of func6onal decomposi6on Behavior models State diagrams Flow charts Data flow diagrams En6ty rela6onship diagrams Unified Modeling Language Capstone design

More information

Computer Programming-I. Developed by: Strawberry

Computer Programming-I. Developed by: Strawberry Computer Programming-I Objec=ve of CP-I The course will enable the students to understand the basic concepts of structured programming. What is programming? Wri=ng a set of instruc=ons that computer use

More information

Lecture 6: Multimedia Information Retrieval Dr. Jian Zhang

Lecture 6: Multimedia Information Retrieval Dr. Jian Zhang Lecture 6: Multimedia Information Retrieval Dr. Jian Zhang NICTA & CSE UNSW COMP9314 Advanced Database S1 2007 jzhang@cse.unsw.edu.au Reference Papers and Resources Papers: Colour spaces-perceptual, historical

More information

Decision Trees, Random Forests and Random Ferns. Peter Kovesi

Decision Trees, Random Forests and Random Ferns. Peter Kovesi Decision Trees, Random Forests and Random Ferns Peter Kovesi What do I want to do? Take an image. Iden9fy the dis9nct regions of stuff in the image. Mark the boundaries of these regions. Recognize and

More information

Histograms. h(r k ) = n k. p(r k )= n k /NM. Histogram: number of times intensity level rk appears in the image

Histograms. h(r k ) = n k. p(r k )= n k /NM. Histogram: number of times intensity level rk appears in the image Histograms h(r k ) = n k Histogram: number of times intensity level rk appears in the image p(r k )= n k /NM normalized histogram also a probability of occurence 1 Histogram of Image Intensities Create

More information

Informa(on Retrieval

Informa(on Retrieval Introduc*on to Informa(on Retrieval Clustering Chris Manning, Pandu Nayak, and Prabhakar Raghavan Today s Topic: Clustering Document clustering Mo*va*ons Document representa*ons Success criteria Clustering

More information

Spatial Information Based Image Classification Using Support Vector Machine

Spatial Information Based Image Classification Using Support Vector Machine Spatial Information Based Image Classification Using Support Vector Machine P.Jeevitha, Dr. P. Ganesh Kumar PG Scholar, Dept of IT, Regional Centre of Anna University, Coimbatore, India. Assistant Professor,

More information

ML4Bio Lecture #1: Introduc3on. February 24 th, 2016 Quaid Morris

ML4Bio Lecture #1: Introduc3on. February 24 th, 2016 Quaid Morris ML4Bio Lecture #1: Introduc3on February 24 th, 216 Quaid Morris Course goals Prac3cal introduc3on to ML Having a basic grounding in the terminology and important concepts in ML; to permit self- study,

More information

Novel Approaches of Image Segmentation for Water Bodies Extraction

Novel Approaches of Image Segmentation for Water Bodies Extraction Novel Approaches of Image Segmentation for Water Bodies Extraction Naheed Sayyed 1, Prarthana Joshi 2, Chaitali Wagh 3 Student, Electronics & Telecommunication, PGMCOE, Pune, India 1 Student, Electronics

More information

Logis&c Regression. Aar$ Singh & Barnabas Poczos. Machine Learning / Jan 28, 2014

Logis&c Regression. Aar$ Singh & Barnabas Poczos. Machine Learning / Jan 28, 2014 Logis&c Regression Aar$ Singh & Barnabas Poczos Machine Learning 10-701/15-781 Jan 28, 2014 Linear Regression & Linear Classifica&on Weight Height Linear fit Linear decision boundary 2 Naïve Bayes Recap

More information

Ensemble- Based Characteriza4on of Uncertain Features Dennis McLaughlin, Rafal Wojcik

Ensemble- Based Characteriza4on of Uncertain Features Dennis McLaughlin, Rafal Wojcik Ensemble- Based Characteriza4on of Uncertain Features Dennis McLaughlin, Rafal Wojcik Hydrology TRMM TMI/PR satellite rainfall Neuroscience - - MRI Medicine - - CAT Geophysics Seismic Material tes4ng Laser

More information

CHAPTER-4 LOCALIZATION AND CONTOUR DETECTION OF OPTIC DISK

CHAPTER-4 LOCALIZATION AND CONTOUR DETECTION OF OPTIC DISK CHAPTER-4 LOCALIZATION AND CONTOUR DETECTION OF OPTIC DISK Ocular fundus images can provide information about ophthalmic, retinal and even systemic diseases such as hypertension, diabetes, macular degeneration

More information

Hybrid Approach for MRI Human Head Scans Classification using HTT based SFTA Texture Feature Extraction Technique

Hybrid Approach for MRI Human Head Scans Classification using HTT based SFTA Texture Feature Extraction Technique Volume 118 No. 17 2018, 691-701 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Hybrid Approach for MRI Human Head Scans Classification using HTT

More information

CS145: INTRODUCTION TO DATA MINING

CS145: INTRODUCTION TO DATA MINING CS145: INTRODUCTION TO DATA MINING 08: Classification Evaluation and Practical Issues Instructor: Yizhou Sun yzsun@cs.ucla.edu October 24, 2017 Learnt Prediction and Classification Methods Vector Data

More information

COMP Associa0on Rules

COMP Associa0on Rules COMP 4601 Associa0on Rules 1 Road map Basic concepts Apriori algorithm Different data formats for mining Mining with mul0ple minimum supports Mining class associa0on rules Summary 2 What Is Frequent Pattern

More information

Spa$al Analysis and Modeling (GIST 4302/5302) Guofeng Cao Department of Geosciences Texas Tech University

Spa$al Analysis and Modeling (GIST 4302/5302) Guofeng Cao Department of Geosciences Texas Tech University Spa$al Analysis and Modeling (GIST 4302/5302) Guofeng Cao Department of Geosciences Texas Tech University Class Outlines Spatial Point Pattern Regional Data (Areal Data) Continuous Spatial Data (Geostatistical

More information

Prostate Detection Using Principal Component Analysis

Prostate Detection Using Principal Component Analysis Prostate Detection Using Principal Component Analysis Aamir Virani (avirani@stanford.edu) CS 229 Machine Learning Stanford University 16 December 2005 Introduction During the past two decades, computed

More information

INF4820 Algorithms for AI and NLP. Evaluating Classifiers Clustering

INF4820 Algorithms for AI and NLP. Evaluating Classifiers Clustering INF4820 Algorithms for AI and NLP Evaluating Classifiers Clustering Erik Velldal & Stephan Oepen Language Technology Group (LTG) September 23, 2015 Agenda Last week Supervised vs unsupervised learning.

More information

Detection of Bone Fracture using Image Processing Methods

Detection of Bone Fracture using Image Processing Methods Detection of Bone Fracture using Image Processing Methods E Susmitha, M.Tech Student, Susmithasrinivas3@gmail.com Mr. K. Bhaskar Assistant Professor bhasi.adc@gmail.com MVR college of engineering and Technology

More information

An Introduction to Content Based Image Retrieval

An Introduction to Content Based Image Retrieval CHAPTER -1 An Introduction to Content Based Image Retrieval 1.1 Introduction With the advancement in internet and multimedia technologies, a huge amount of multimedia data in the form of audio, video and

More information

SIFT (Scale Invariant Feature Transform) descriptor

SIFT (Scale Invariant Feature Transform) descriptor Local descriptors SIFT (Scale Invariant Feature Transform) descriptor SIFT keypoints at loca;on xy and scale σ have been obtained according to a procedure that guarantees illumina;on and scale invance.

More information

MULTIVIEW REPRESENTATION OF 3D OBJECTS OF A SCENE USING VIDEO SEQUENCES

MULTIVIEW REPRESENTATION OF 3D OBJECTS OF A SCENE USING VIDEO SEQUENCES MULTIVIEW REPRESENTATION OF 3D OBJECTS OF A SCENE USING VIDEO SEQUENCES Mehran Yazdi and André Zaccarin CVSL, Dept. of Electrical and Computer Engineering, Laval University Ste-Foy, Québec GK 7P4, Canada

More information

TerraSwarm. A Machine Learning and Op0miza0on Toolkit for the Swarm. Ilge Akkaya, Shuhei Emoto, Edward A. Lee. University of California, Berkeley

TerraSwarm. A Machine Learning and Op0miza0on Toolkit for the Swarm. Ilge Akkaya, Shuhei Emoto, Edward A. Lee. University of California, Berkeley TerraSwarm A Machine Learning and Op0miza0on Toolkit for the Swarm Ilge Akkaya, Shuhei Emoto, Edward A. Lee University of California, Berkeley TerraSwarm Tools Telecon 17 November 2014 Sponsored by the

More information

Webpage: Volume 3, Issue V, May 2015 eissn:

Webpage:   Volume 3, Issue V, May 2015 eissn: Morphological Image Processing of MRI Brain Tumor Images Using MATLAB Sarla Yadav 1, Parul Yadav 2 and Dinesh K. Atal 3 Department of Biomedical Engineering Deenbandhu Chhotu Ram University of Science

More information

Graph Based Classification of MRI Data Based on the Ventricular System

Graph Based Classification of MRI Data Based on the Ventricular System 1 Graph Based Classification of MRI Data Based on the Ventricular System S. Seth Long and Lawrence B. Holder Washington State University Abstract The ventricular system inside the brain is known to enlarge

More information

Gesture based PTZ camera control

Gesture based PTZ camera control Gesture based PTZ camera control Report submitted in May 2014 to the department of Computer Science and Engineering of National Institute of Technology Rourkela in partial fulfillment of the requirements

More information

Classification of Protein Crystallization Imagery

Classification of Protein Crystallization Imagery Classification of Protein Crystallization Imagery Xiaoqing Zhu, Shaohua Sun, Samuel Cheng Stanford University Marshall Bern Palo Alto Research Center September 2004, EMBC 04 Outline Background X-ray crystallography

More information

Organized Segmenta.on

Organized Segmenta.on Organized Segmenta.on Alex Trevor, Georgia Ins.tute of Technology PCL TUTORIAL @ICRA 13 Overview Mo.va.on Connected Component Algorithm Planar Segmenta.on & Refinement Euclidean Clustering Timing Results

More information

Practice Exam Sample Solutions

Practice Exam Sample Solutions CS 675 Computer Vision Instructor: Marc Pomplun Practice Exam Sample Solutions Note that in the actual exam, no calculators, no books, and no notes allowed. Question 1: out of points Question 2: out of

More information

More Learning. Ensembles Bayes Rule Neural Nets K-means Clustering EM Clustering WEKA

More Learning. Ensembles Bayes Rule Neural Nets K-means Clustering EM Clustering WEKA More Learning Ensembles Bayes Rule Neural Nets K-means Clustering EM Clustering WEKA 1 Ensembles An ensemble is a set of classifiers whose combined results give the final decision. test feature vector

More information

RV: A Run'me Verifica'on Framework for Monitoring, Predic'on and Mining

RV: A Run'me Verifica'on Framework for Monitoring, Predic'on and Mining RV: A Run'me Verifica'on Framework for Monitoring, Predic'on and Mining Patrick Meredith Grigore Rosu University of Illinois at Urbana Champaign (UIUC) Run'me Verifica'on, Inc. (joint work with Dongyun

More information

ImageCLEF 2011

ImageCLEF 2011 SZTAKI @ ImageCLEF 2011 Bálint Daróczy joint work with András Benczúr, Róbert Pethes Data Mining and Web Search Group Computer and Automation Research Institute Hungarian Academy of Sciences Training/test

More information

Generalized Hough Transform, line fitting

Generalized Hough Transform, line fitting Generalized Hough Transform, line fitting Introduction to Computer Vision CSE 152 Lecture 11-a Announcements Assignment 2: Due today Midterm: Thursday, May 10 in class Non-maximum suppression For every

More information

Ini$al Deployment and Growth Scenarios for EPoC

Ini$al Deployment and Growth Scenarios for EPoC Ini$al Deployment and Growth Scenarios for EPoC Jorge Salinger Ma> Schmi> 802.3bn Task Force November 2012 Plenary Mee$ng 1 Supporters John Dickinson, BrightHouse Networks Ed Malle>e, BrightHouse Networks

More information

Region-based Segmentation

Region-based Segmentation Region-based Segmentation Image Segmentation Group similar components (such as, pixels in an image, image frames in a video) to obtain a compact representation. Applications: Finding tumors, veins, etc.

More information

ISSN: X Impact factor: 4.295

ISSN: X Impact factor: 4.295 ISSN: 2454-132X Impact factor: 4.295 (Volume3, Issue1) Available online at: www.ijariit.com Performance Analysis of Image Clustering Algorithm Applied to Brain MRI Kalyani R.Mandlik 1, Dr. Suresh S. Salankar

More information

Objec0ves. Gain understanding of what IDA Pro is and what it can do. Expose students to the tool GUI

Objec0ves. Gain understanding of what IDA Pro is and what it can do. Expose students to the tool GUI Intro to IDA Pro 31/15 Objec0ves Gain understanding of what IDA Pro is and what it can do Expose students to the tool GUI Discuss some of the important func

More information

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: [82] [Thakur, 4(2): February, 2015] ISSN:

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: [82] [Thakur, 4(2): February, 2015] ISSN: IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY A PSEUDO RELEVANCE BASED IMAGE RETRIEVAL MODEL Kamini Thakur*, Ms. Preetika Saxena M.Tech, Computer Science &Engineering, Acropolis

More information

Analysis of CMR images within an integrated healthcare framework for remote monitoring

Analysis of CMR images within an integrated healthcare framework for remote monitoring Analysis of CMR images within an integrated healthcare framework for remote monitoring Abstract. We present a software for analyzing Cardiac Magnetic Resonance (CMR) images. This tool has been developed

More information

Volume Illumination and Segmentation

Volume Illumination and Segmentation Volume Illumination and Segmentation Computer Animation and Visualisation Lecture 13 Institute for Perception, Action & Behaviour School of Informatics Overview Volume illumination Segmentation Volume

More information

WP7: Patents Case Study

WP7: Patents Case Study MOLTO WP7: Patents Case Study Meritxell Gonzàlez Bermúdez 2nd Year Review Barcelona, March 20th, 2012 Objectives To create a prototype of MT and NL retrieval of patents in the bio- medical & pharmaceu;cal

More information

Chapter 5: Outlier Detection

Chapter 5: Outlier Detection Ludwig-Maximilians-Universität München Institut für Informatik Lehr- und Forschungseinheit für Datenbanksysteme Knowledge Discovery in Databases SS 2016 Chapter 5: Outlier Detection Lecture: Prof. Dr.

More information

Lecture 9: Hough Transform and Thresholding base Segmentation

Lecture 9: Hough Transform and Thresholding base Segmentation #1 Lecture 9: Hough Transform and Thresholding base Segmentation Saad Bedros sbedros@umn.edu Hough Transform Robust method to find a shape in an image Shape can be described in parametric form A voting

More information

Learning from Data. COMP61011 : Machine Learning and Data Mining. Dr Gavin Brown Machine Learning and Op<miza<on Research Group

Learning from Data. COMP61011 : Machine Learning and Data Mining. Dr Gavin Brown Machine Learning and Op<miza<on Research Group Learning from Data COMP61011 : Machine Learning and Data Mining Dr Gavin Brown Machine Learning and Op

More information

Semantic Analysis of Medical Images Using Fuzzy Inference Systems

Semantic Analysis of Medical Images Using Fuzzy Inference Systems Semantic Analysis of Medical Images Using Fuzzy Inference Systems Norbert Gal 1, Vasile Stoicu-Tivadar 2 Department of Automation and Applied Informatics, Politehnica University of Timisoara, Timisoara,

More information

Interna'onal Community for Open and Interoperable AR content and experiences

Interna'onal Community for Open and Interoperable AR content and experiences where professionals get the latest information about standards for AR Interna'onal Community for Open and Interoperable AR content and experiences Summary Report of Fourth Mee'ng Oct 24-25 2011 At- a-

More information

Document Databases: MongoDB

Document Databases: MongoDB NDBI040: Big Data Management and NoSQL Databases hp://www.ksi.mff.cuni.cz/~svoboda/courses/171-ndbi040/ Lecture 9 Document Databases: MongoDB Marn Svoboda svoboda@ksi.mff.cuni.cz 28. 11. 2017 Charles University

More information

CHAPTER 4 DETECTION OF DISEASES IN PLANT LEAF USING IMAGE SEGMENTATION

CHAPTER 4 DETECTION OF DISEASES IN PLANT LEAF USING IMAGE SEGMENTATION CHAPTER 4 DETECTION OF DISEASES IN PLANT LEAF USING IMAGE SEGMENTATION 4.1. Introduction Indian economy is highly dependent of agricultural productivity. Therefore, in field of agriculture, detection of

More information

EE663 Image Processing Histogram Equalization I

EE663 Image Processing Histogram Equalization I EE663 Image Processing Histogram Equalization I Dr. Samir H. Abdul-Jauwad Electrical Engineering Department College of Engineering Sciences King Fahd University of Petroleum & Minerals Dhahran Saudi Arabia

More information

Minimum Redundancy and Maximum Relevance Feature Selec4on. Hang Xiao

Minimum Redundancy and Maximum Relevance Feature Selec4on. Hang Xiao Minimum Redundancy and Maximum Relevance Feature Selec4on Hang Xiao Background Feature a feature is an individual measurable heuris4c property of a phenomenon being observed In character recogni4on: horizontal

More information