Subcortical structures segmentation on MRI using support vector machines

Size: px
Start display at page:

Download "Subcortical structures segmentation on MRI using support vector machines"

Transcription

1 J. Dolz et al. 1 Subcortical structures segmentation on MRI using support vector machines Jose Dolz 1, 2*, Hortense A. Kirisli 1, Maximilien Vermandel 2 and Laurent Massoptier 1 1 AQUILAB, Lille, France 2 Inserm U703, Université Lille 2, CHRU Lille, Loos, France * jose.dolz@aquilab.com Abstract. Medical imaging has evolved during the last years to become a fundamental tool for diagnosis, treatment and follow-up of patient diseases. Particularly, in oncology, medical imaging plays a key role in the diagnosis, treatment and follow-up of brain tumors. Magnetic resonance imaging (MRI) is often the medical imaging method of choice when soft tissue delineation is necessary. However, in clinical practice, organs at risk (OARs) delineation is often still performed manually by experts, or with very few machine assistance. As a consequence, the current delineation process has two major drawbacks: it is time consuming, and achieves low reproducibility. Although several methods to (semi-) automatically segment subcortical structures on MRI have been proposed to overcome these limitations, segmentation still remains challenging, with no general and unique solution. Among these methods, machine learning techniques, and more specifically support vector machines (SVM), have proved to outperform most of the proposed methods. Hence, SVM can be considered as state of the art in regards to the segmentation of subcortical structures. Support Vector Machines, MRI, subcortical structures, segmentation INTRODUCTION Medical imaging, which was initially used for basic visualization and inspection of anatomical structures, has evolved during the last years to become an essential tool for virtually all major medical conditions and diseases. Particularly, in oncology, advanced medical imaging techniques are used for tumor resection surgery and for subsequent radiotherapy treatment planning (RTP). Medical imaging plays a key role in the diagnosis, treatment and follow-up of brain tumors, which are nowadays the second most common cause of cancer death in men ages 20 to 39 and the fifth most common cause of cancer among women age 20 to 39 [1]. In daily clinical practice, magnetic resonance imaging (MRI) is often the medical imaging method of choice when soft tissue delineation is necessary. During RTP, the tumor to irradiate, i.e. clinical target volume (CTV), as well as healthy structures to be spared, i.e. the organs at risk (OARs), must be precisely delineated. These segmentations are crucial inputs for the RTP, in order to compute the parameters for the accelerators, and to verify the dose constraints. However, in clinical practice, OARs delineation on medical images is still performed manually by experts, or with very few machine assistance [2]. As a consequence, the current delineation process has two major drawbacks: it is time consuming, and achieves poor SUMMER Project (PITN-GA ) is funded by the 7 th Framework Programme of the European Commission

2 2 Segmentation of subcortical structures on MRI by using machine learning techniques reproducibility. To overcome these major issues, various computer-aided systems to (semi-) automatically segment anatomical structures in medical images have been developed and published in recent years. However, (semi-) automatic segmentation of subcortical brain structures still remains challenging, with no general and unique solution. Initial approaches of brain segmentation on MRI focused on the classification of the brain into three main classes: white matter (WM), gray matter (GM) and cerebral-spinal fluid (CSF) [3]. More recent methods include tumors and adjacent regions, such as necrotic areas, in addition to the primary cerebrum tissues [4]. Those methods are only based on image intensity. Because of the weak visible boundaries and similar intensity values between different subcortical structures (i.e. OARs), segmentation of subcortical structures can hardly be achieved based solely on signal intensity. Consequently, additional information, such as prior shape, appearance and expected location, is therefore required to perform the segmentation. The terminology subcortical structures as used in this chapter refers to subcortical GM structures within the brain that are not included as part of the cortex and are present in the depth side of the brain. In addition, the hippocampus, which is often considered a cortical structure, is included in our definition of subcortical structures. Several methods to segment subcortical structures on MRI have been proposed [5-8]. Atlas-based segmentation methods are among the most used techniques to perform the segmentation of such structures. These models rely on comparing the images under study with a pre-computed anatomical atlas of the brain. In [5], an extended review of the use of atlas-based segmentation methods to segment subcortical structures on MRI is presented. In addition to atlas-based methods, which only use a priori shape information, statistical models of shape and texture have been also employed [6-7]. In these approaches, correspondences across a training dataset are established, and the statistics of shape and intensity variation are learned and parameterized in terms of mean and eigenvectors, often by using principal component analysis (PCA). New instances are therefore constrained to a subspace of allowable shapes and textures, which are defined by the eigenvectors and their modes of variation. As a consequence, statistical models may be over-constrained, not generalizing well to unsampled population, particularly for small amounts of training data relative to the dimensionality. Contrary to statistical models, deformable models provide flexibility and do not require explicit training. Deformable models are defined as curves or surfaces, which are deformed under the influence of internal and external forces. While internal forces are related to curve features and try to keep the model smooth during the deformation process, external forces are the responsible of attracting the model toward object boundaries, and are related to image features of regions adjacent to the curve. Nevertheless, they are sensitive to initialization, noise and complex topologies. This makes deformable based segmentation methods being used in combination with other approaches, like in [8], where the evolution of the deformation is constrained by using a statistical model. Machine Learning techniques have been extensively used in the MRI analysis domain almost since its creation. Among all the existing machine learning techniques, support vector machines (SVM) represents one of the latest and most successful statistical pattern classifiers, and it has received a lot of attention from the machine learning and pattern recognition community. Although SVM approaches have been mainly employed for brain tumor recognition [9] in the field of medical image classification, recent works have also used them for tissue classification Multimodal imaging towards individualized radiotherapy treatments Summer-school of SUMMER project (July 2014)

3 J. Dolz et al. 3 [10] and segmentation of anatomical human brain structures [11-13]. By introducing machine learning methods, algorithms developed for medical image processing often become more intelligent than conventional techniques. Powell et al. [11] showed the improvements in the resulting relative overlaps when using machine learning methods (artificial neural networks (ANN) and SVM) to segment subcortical structures [11]. In this work, four methods were compared: template based, probabilistic atlas, ANN and SVM. It was showed that machine learning algorithms outperformed the template and probabilistic-based methods when comparing relative overlap between results obtained. Because of their incapability to generate new unsampled shapes, which considerably differs from the shapes in the training set, most of the techniques previously presented (except machine learning methods) might fail in the presence of brain lesions, such as tumors. This makes machine learning methods, and particularly SVM approach, more suitable techniques to perform the segmentation of subcortical structures, especially in such situations. Hence, SVM and its application to the segmentation of subcortical structures will be the focus of this chapter. In the next section, details of the basis of SVM and its use as optimizer for the segmentation problem applied to subcortical structures are presented. In addition, the experimental work carried out is also described in that section. In Results, some outcomes of the experimental work using the proposed approach are presented. The paper concludes with some outlines plans for future work. Support vector machines: the basics. MATERIALS AND METHODS Support vector machines and their variants and extensions, often called kernel-based methods, have been studied extensively and applied to various pattern classification and function approximation problems. Basically, the main idea behind SVM is to find the largest margin hyperplane that separates two classes. The minimal distance from the separating hyperplane to the closest training example is called margin. Thus, the optimal hyperplane is the one showing the maximal margin, which represents the largest separation between the classes (Fig.1.b). The training samples that lie on the margin are referred as support vectors, and conceptually are the most difficult data points to classify. Therefore, support vectors define the location of the separating hyperplane, being located at the boundary of their respective classes. a) b) Solution c) Mapping Kernel Function Figure 1. Process of mapping input samples to a higher dimensionality space to make the data linearly separable. The growing interest on SVM for classification problems lies in its good generalization ability and its capability to successfully classify non-linearly separable data. First, SVM attempts to SUMMER Project (PITN-GA ) is funded by the 7 th Framework Programme of the European Commission

4 4 Segmentation of subcortical structures on MRI by using machine learning techniques maximize the separation margin i.e., hyperplane- between classes, so the generalization performance does not drop significantly even when the training data are limited. Second, by employing kernel transformations to map the objects from their original space into a higher dimensional feature space [14], SVM can separate objects which are not linearly separable (Fig 1). Moreover, they can accurately combine many features to find the optimal hyperplane. Therefore, SVM globally and explicitly maximize the margin while minimizing the number of wrongly classified examples, using any desired linear or non-linear hypersurface. Use of SVM to segment subcortical structures. SVM approach has been successfully applied to the segmentation of subcortical structures. Powell et al. [11] compared the performance of ANN and SVM when segmenting subcortical (caudate, putamen, thalamus and hippocampus) and cerebellar brain structures. In their study the same input vector was used in both machine learning approaches, which was composed by the following features: probability information, spherical coordinates, area iris values, and signal intensity along the image gradient. Although obtained results were very similar, ANN based segmentation approach slightly outperformed SVM. However, they employed a reduced number of brains to test (only 5 brains), and 25 manually selected features, which means that generalization to other datasets was not guarantee. In machine learning, during the training of classifiers, if the number of image features is large, it can lead to ill-posing and over fitting, and reduce the generalization of classifiers. One way to overcome this problem is to reduce feature dimensionality. For this purpose, PCA was used in [12], followed by a SVM classification to identify statistical differences in hippocampus. However, selection of the proper discriminative features is not a trivial task, which has already been explored in the SVM domain. To overcome this problem, AdaBoost algorithm was combined with a SVM formulation [13]. In a first step, AdaBoost was used to select the features that most accurately span the classification problem. Then, SVM fused the selected features together to create the final classification. Furthermore, four automated methods for hippocampal segmentation using different machine learning algorithms were compared: hierarchical AdaBoost, SVM with manual feature selection, hierarchical SVM with automated feature selection (Ada- SVM), and a publicly available brain segmentation package (FreeSurfer). In their proposed study, the benefits of combining AdaBoost and SVM approaches were evaluated sequentially. Experimental set-up. To present robustness and efficacy of the use of SVM to optimize segmentation problem, corpus callosum was segmented in a set of sagittal MRI images. A set of 16 sagittal images containing the corpus callosum and 16 manual labeled masks were used. Each input vector for the SVM classifier consisted of 21 elements, and it was formed by the elements shown in Table 1. Regarding the kernel selection to map the training samples, a Radial Basis kernel was used for the purpose of this chapter. SVM segmentation method was divided into two steps: training and classification. While for the training step 7 cases were selected, for the classification step the 16 available cases were used. The first step was to create a binary mask with the manual labeled masks. This mask was computed by applying an or operation to all input labels in the training set. To make sure that corpus callosum was inside the mask in all input images, a security margin was provided to the Multimodal imaging towards individualized radiotherapy treatments Summer-school of SUMMER project (July 2014)

5 J. Dolz et al. 5 created mask. This mask was applied to all the images both in the training and in the classification steps in order to prune the image pixels. Features selected as components of the input SVM vectors are therefore extracted from the inner mask region (Fig 2). Input SVM Vector Element V 1 V 2 V 3 V 4 V 5 V 6 V 9 V 10 -V 21 Explanation Intensity value of the pixel under examination Angle between pixel and center point with respect to the horizontal line Distance from the pixel under examination to the center point Probability Map value Geodesic Map distance 4 Gradient image values across the largest gradient 12 signal intensity values along each of the two axis (i.e. 3 pixels for each side) Table 1. Features that are used in the SVM input vector. The probability map was derived from the manual label associated to each image. The skeleton was extracted from this label, and a Gaussian distribution from the resulted skeleton was applied to obtain a simulated probability map. Instead of using the whole skeleton, only its center point was used as mask to compute the geodesic distance [15] in the training step. For the classification step, however, the used mask is the computed skeleton of the input label (Fig 3). 2D Features SVM Training Model MR Images Manual Labels Common Mask Common Mask applied to all the images Training Set Map pixel pruning using the common mask Figure 2. SVM Training Process. Extract Features Training Input Data Manual Approximated Label Skeleton from the manual label Probability Map from skeleton Figure 3. Process of obtaining the SVM input vector features of an input image. Geodesic Map from the center of the skeleton To test the reliability of the segmentation algorithm, two segmentation results were compared to manually defined regions. First, the output of the classification proposed approach with no post processing was used. Second, a post processing step was applied to the classifier output. In this process, isolated small blobs were removed from the segmentation result. The results reported in this chapter were provided by computing the Dice similarity coefficient (DSC). The DSC(X,Y) is defined as the ratio of twice the intersection over the sum of the two segmented results, X and Y. According to this, DSC > 0.8 represents high agreement, 0.6 < DSC 0.8 indicates substantial agreement, and 0.4 < DSC 0.6 moderate agreement. SUMMER Project (PITN-GA ) is funded by the 7 th Framework Programme of the European Commission

6 6 Segmentation of subcortical structures on MRI by using machine learning techniques RESULTS Experiments demonstrated that the classification approach proposed in this chapter performed well when segmenting the corpus callosum. From Fig 4.a, it can be observed that 13 out of 16 cases reported DSC values higher than 0.8 for both with and without post-processing. Mean DSC values obtained by the proposed approach were 0.85 with a standard deviation value of 0.07 for the non post processing cases, and 0.89 with a standard deviation value of 0.05 for the cases where the post processing was applied. Regarding the influence of the post processing step, it increased the DSC values of the non-processed results around 3-4% as average. (a) (b) (c) Figure 4. (a) DSC obtained by the proposed approach for all the brain cases used in this work. Result segmentation example of the proposed approach without (b) and with (c) post processing. An important aspect to take into account when working with learning algorithms is the time required for the search, as well as for the training. In the proposed experiment, MATLAB was the language chosen, and it run over an Intel Xeon processor at 3.06 GHz. The time required to extract all the features in all the images used as training set was around 24 seconds in total. With this set of input features, the SVM training took nearly 18 seconds. In the other hand, the proposed approach segmented each of the input images in a time close to 3.5 seconds, where the classification process represented around 25% of this time, and the rest was the feature extraction. DISCUSSION MRI is widely used to identify subcortical brain structures for diagnosis, treatment and follow-up in brain tumors cases. During RTP, these subcortical structures (i.e. OARs) must be precisely delineated, which is currently done manually by experts, or with very few machine assistance. OARs delineation is therefore a time consuming process with poor reproducibility in clinical practice. The automatic segmentation method presented in this chapter is motivated by these limitations. By introducing machine learning methods, algorithms developed for medical image processing often become more intelligent than conventional techniques. Machine learning techniques - and SVM in particular - outperform classical segmentation methods, leading to improvements in the resulting relative overlaps as reported in the work of Powell et al [11]. Particularly, segmentation of the corpus callosum has been proposed and evaluated in this Multimodal imaging towards individualized radiotherapy treatments Summer-school of SUMMER project (July 2014)

7 J. Dolz et al. 7 chapter. The use of SVM - as trained in the proposed experiment - to automatically segment the corpus callosum evidences a high agreement between automatic segmentation result provided and manual labels. Experiments also showed that in some cases, overlapping between automatic segmentation and manual labels is considerably lower than in other cases (Fig 4.a). These cases showed to have an intensity distribution of the corpus callosum different from the samples in the training set. During the training phase, these intensity values were not sampled as a part of the input vector belonging to the corpus callosum. As a consequence, during the search process, input samples containing these intensity values were not properly classified. The introduction in the dataset of a range of samples that can represent a wide variability would improve the segmentation in such situations. In addition, although a post processing step of the output does not highly increase the DSC, it removes small labels that do not belong to the object to segment (Fig 4.b and 4.c). The time required by the proposed approach (both for training and search) was not considerably high. However, it has to be noted that only 2D images were used. Since the inclusion of more features and the use of volumes instead of images may be required to improve the segmentation result, the time required might dramatically increase, becoming an impractical approach. One solution to overcome this issue is to reduce the dimension of the input features, removing redundant features from the input vectors. As in the work of [12], PCA can be successfully applied to solve this. In the presented experiment, the probability map used as feature of the input vector was extracted from the manually labeled mask. Ideally, this probability map would be obtained from the registration step, as in [11], where the input image is registered with an atlas and the labels are propagated. This step makes the segmentation challenging, particularly in those subcortical structures which are close to brain lesions. If deformation caused by the lesion is not accordingly interpreted, the probability map, and consequently the segmentation result might fail. CONCLUSION An automatic approach to segment the subcortical structures on MRI has been presented. Although it has been only evaluated in one subcortical structure, there are some recent works that have proved the efficiency of machine learning methods when segmenting subcortical structures. The purpose of this chapter is to give an idea of how SVM works and some applications that have already used it for the segmentation. The main direction for future research is to examine the extension of this method to a set of subcortical structures which are involved in external radiotherapy and radio-surgery. Since a fully automatic approach is highly demanded in clinical practice, the use of the propagated labels to create the probability map is inside of our scope for this research. Additionally, we aim to extend this approach to its use in 3D images. However, as explained before, some considerations have to be taken into account in this case. As a consequence, the inspection of the dimensionally reduction of the features used as input vector is also required. ACKNOWLEDGMENT The research leading to these results (or invention) has received funding from the European SUMMER Project (PITN-GA ) is funded by the 7 th Framework Programme of the European Commission

8 8 Segmentation of subcortical structures on MRI by using machine learning techniques Union Seventh Framework Programme (FP7-PEOPLE-2011-ITN) under grant agreement PITN- GA The information and views set out in this publication are those of the authors and do not necessarily reflect the official opinion of the European Union. Neither the European Union institutions and bodies nor any person acting on their behalf may be held responsible for the use which may be made of the information contained therein. REFERENCES [1] American Cancer Society. Cancer Facts & Figures Atlanta: American Cancer Society; [2] Whitfield, Gillian A., et al. "Automated delineation of radiotherapy volumes: are we going in the right direction?." The British journal of radiology (2013): [3] Xuan, Jianhua, Tülay Adali, and Yue Wang. "Segmentation of magnetic resonance brain image: integrating region growing and edge detection." Image Processing, Proceedings., International Conference on. Vol. 3. IEEE, [4] Ahirwar, Anamika. "Study of Techniques used for Medical Image Segmentation and Computation of Statistical Test for Region Classification of Brain MRI." International Journal of Information Technology & Computer Science 5.5 (2013). [5] Cabezas, Mariano, et al. "A review of atlas-based segmentation for magnetic resonance brain images." Computer methods and programs in biomedicine (2011): e158-e177. [6] Babalola, Kolawole O., et al. "3D brain segmentation using active appearance models and local regressors." Medical Image Computing and Computer-Assisted Intervention MICCAI Springer Berlin Heidelberg, [7] Rao, Anil, Paul Aljabar, and Daniel Rueckert. "Hierarchical statistical shape analysis and prediction of sub-cortical brain structures." Medical image analysis 12.1 (2008): [8] McIntosh, Chris, and Ghassan Hamarneh. "Medial-based deformable models in nonconvex shape-spaces for medical image segmentation." Medical Imaging, IEEE Transactions on 31.1 (2012): [9] Zhou, J., et al. "Extraction of brain tumor from MR images using one-class support vector machine." Engineering in Medicine and Biology Society, IEEE-EMBS th Annual International Conference of the. IEEE, 2006 [10] Akselrod-Ballin, Ayelet, et al. "Atlas guided identification of brain structures by combining 3D segmentation and SVM classification." Medical Image Computing and Computer-Assisted Intervention MICCAI Springer Berlin Heidelberg, [11] Powell, Stephanie, et al. "Registration and machine learning-based automated segmentation of subcortical and cerebellar brain structures." Neuroimage 39.1 (2008): [12] Golland, Polina, et al. "Detection and analysis of statistical differences in anatomical shape." Medical image analysis 9.1 (2005): [13] Morra, Jonathan H., et al. "Comparison of AdaBoost and support vector machines for detecting Alzheimer's disease through automated hippocampal segmentation." Medical Imaging, IEEE Transactions on 29.1 (2010): [14] Burges, Christopher JC. "A tutorial on support vector machines for pattern recognition." Data mining and knowledge discovery 2.2 (1998): [15] Criminisi, Antonio, Toby Sharp, and Andrew Blake. "Geos: Geodesic image segmentation." Computer Vision ECCV Springer Berlin Heidelberg, Multimodal imaging towards individualized radiotherapy treatments Summer-school of SUMMER project (July 2014)

9 J. Dolz et al. 9 Jose Dolz attended the Polytechnics University of Valencia (Spain) as an undergraduate, where he received his MSc degree in telecommunications and electrical engineering in After earning his MSc degree, he has worked at the university and in the private industry as computer vision researcher. He is currently an Early Stage Researcher at Aquilab, Lille, France. In addition, he is also enrolled as PhD candidate at the Ecole Doctorale Biologie et Santé of Lille 2 University. His research lies primarily within the fields of image processing and computer vision, where his work and research interests within these fields are image segmentation, feature extraction, image tracking and augmented reality. His work in image segmentation has been motivated and directed toward problems in medical imaging, especially in radiology treatment plans and radio-surgery. Hortense Kirişli comes from Chamonix-Mont-Blanc, France. In 2008, she obtained her Engineering degree in Electronics from the ENSEEIHT (Toulouse, France). Then, her research focused in cardiovascular image analysis at the Biomedical Imaging Group Rotterdam,Rotterdam, the Netherlands, where she obtained her Doctorate degree in June 2013.Since, Hortense is working as a R&D Engineer at Aquilab,Lille, France. She is developing software prototypes that make use of multi-modality imaging techniques for improved personalized external radiotherapy treatment planning, as part of the European 'SUMMER' project. She is leading the technical research integration and quality assurance work-package, and contributes to two other work-packages, dealing with the design of evaluation protocols, the clinical database, the design of user-interfaces, as well as user-testing studies. Hortense's main expertise are medical imaging technology research and its translation for clinical end users. SUMMER Project (PITN-GA ) is funded by the 7th Framework Programme of the European Commission

Statistical models for supporting medical diagnosis, therapy and training

Statistical models for supporting medical diagnosis, therapy and training Statistical models for supporting medical diagnosis, therapy and training Gábor Székely Computer Vision Laboratory Swiss Federal Institute of Technology Zürich 27 th January 2011 KÉPAF 2011, Szeged 1 of

More information

BIOINFORMATICS THE MACHINE LEARNING APPROACH

BIOINFORMATICS THE MACHINE LEARNING APPROACH 88 Proceedings of the 4 th International Conference on Informatics and Information Technology BIOINFORMATICS THE MACHINE LEARNING APPROACH A. Madevska-Bogdanova Inst, Informatics, Fac. Natural Sc. and

More information

03/08/2017. Advances and Challenges in Contour QA for Adaptive RT. Objective. Disclosures

03/08/2017. Advances and Challenges in Contour QA for Adaptive RT. Objective. Disclosures Advances and Challenges in Contour QA for Adaptive RT Kristy K Brock, PhD, DABR, FAAPM Professor, Department of Imaging Physics Director, Image Guided Cancer Therapy Program University of Texas MD Anderson

More information

Ischemic Stroke Lesion Segmentation Proceedings 5th October 2015 Munich, Germany

Ischemic Stroke Lesion Segmentation   Proceedings 5th October 2015 Munich, Germany 0111010001110001101000100101010111100111011100100011011101110101101012 Ischemic Stroke Lesion Segmentation www.isles-challenge.org Proceedings 5th October 2015 Munich, Germany Preface Stroke is the second

More information

Propagating Uncertainty in Multi-Stage Bayesian Convolutional Neural Networks with Application to Pulmonary Nodule Detection

Propagating Uncertainty in Multi-Stage Bayesian Convolutional Neural Networks with Application to Pulmonary Nodule Detection Propagating Uncertainty in Multi-Stage Bayesian Convolutional Neural Networks with Application to Pulmonary Nodule Detection Onur Ozdemir, Benjamin Woodward, Andrew A. Berlin Draper {oozdemir,bwoodward,aberlin}@draper.com

More information

CHAPTER 17 Brain Image Analysis and Atlas Construction

CHAPTER 17 Brain Image Analysis and Atlas Construction CHAPTER 17 Brain Image Analysis and Atlas Construction Paul M. Thompson Michael S. Mega Katherine L. Narr Elizabeth R. Sowell Rebecca E. Blanton Arthur W. Toga Contents 17.1 Challenges in brain image analysis

More information

Abstract. Keywords. 1. Introduction. 2. Methodology. Sujata 1, R. B. Dubey 2,R. Dhiman 3, T. J. Singh Chugh 4

Abstract. Keywords. 1. Introduction. 2. Methodology. Sujata 1, R. B. Dubey 2,R. Dhiman 3, T. J. Singh Chugh 4 An Evaluation of Two Mammography Segmentation Techniques Sujata 1, R. B. Dubey 2,R. Dhiman 3, T. J. Singh Chugh 4 EE, DCRUST, Murthal, Sonepat, India 1, 3 ECE, Hindu College of Engg., Sonepat, India 2

More information

CHAPTER-6 HISTOGRAM AND MORPHOLOGY BASED PAP SMEAR IMAGE SEGMENTATION

CHAPTER-6 HISTOGRAM AND MORPHOLOGY BASED PAP SMEAR IMAGE SEGMENTATION CHAPTER-6 HISTOGRAM AND MORPHOLOGY BASED PAP SMEAR IMAGE SEGMENTATION 6.1 Introduction to automated cell image segmentation The automated detection and segmentation of cell nuclei in Pap smear images is

More information

Gene Reduction for Cancer Classification using Cascaded Neural Network with Gene Masking

Gene Reduction for Cancer Classification using Cascaded Neural Network with Gene Masking Gene Reduction for Cancer Classification using Cascaded Neural Network with Gene Masking Raneel Kumar, Krishnil Chand, Sunil Pranit Lal School of Computing, Information, and Mathematical Sciences University

More information

Breast Cancer Diagnostic Factors Elimination via Evolutionary Neural Network Pruning

Breast Cancer Diagnostic Factors Elimination via Evolutionary Neural Network Pruning Breast Cancer Diagnostic Factors Elimination via Evolutionary Neural Network Pruning Adam V. Adamopoulos Democritus University of Thrace, Department of Medicine, Medical Physics Laboratory, 681 00, Alexandroupolis,

More information

Study on the Application of Data Mining in Bioinformatics. Mingyang Yuan

Study on the Application of Data Mining in Bioinformatics. Mingyang Yuan International Conference on Mechatronics Engineering and Information Technology (ICMEIT 2016) Study on the Application of Mining in Bioinformatics Mingyang Yuan School of Science and Liberal Arts, New

More information

Predicting Corporate Influence Cascades In Health Care Communities

Predicting Corporate Influence Cascades In Health Care Communities Predicting Corporate Influence Cascades In Health Care Communities Shouzhong Shi, Chaudary Zeeshan Arif, Sarah Tran December 11, 2015 Part A Introduction The standard model of drug prescription choice

More information

Nuclei Detection Using Deep Learning

Nuclei Detection Using Deep Learning Nuclei Detection Using Deep Learning Eliezer Farrant Braz and Roberto de Alencar Lotufo Abstract An important objective in the analysis of Pap smear images is automatic detection of a cell s nucleus. Various

More information

Predictive Analytics Using Support Vector Machine

Predictive Analytics Using Support Vector Machine International Journal for Modern Trends in Science and Technology Volume: 03, Special Issue No: 02, March 2017 ISSN: 2455-3778 http://www.ijmtst.com Predictive Analytics Using Support Vector Machine Ch.Sai

More information

N.MAFFEI, G.GUIDI, C.VECCHI, G.BALDAZZI Physics Department, University of Bologna, via Irnerio Bologna, Italy

N.MAFFEI, G.GUIDI, C.VECCHI, G.BALDAZZI Physics Department, University of Bologna, via Irnerio Bologna, Italy AN ARTIFICIAL NEURAL NETWORK TO PREDICT TIME OF REPLANNING FOR TOMOTHERAPY TREATMENTS N.MAFFEI, G.GUIDI, C.VECCHI, G.BALDAZZI Physics Department, University of Bologna, via Irnerio 40 40138 Bologna, Italy

More information

Support Vector Machines (SVMs) for the classification of microarray data. Basel Computational Biology Conference, March 2004 Guido Steiner

Support Vector Machines (SVMs) for the classification of microarray data. Basel Computational Biology Conference, March 2004 Guido Steiner Support Vector Machines (SVMs) for the classification of microarray data Basel Computational Biology Conference, March 2004 Guido Steiner Overview Classification problems in machine learning context Complications

More information

Support vector machines for candidate nodules classification

Support vector machines for candidate nodules classification Neurocomputing 68 (2005) 281 288 www.elsevier.com/locate/neucom Letters Support vector machines for candidate nodules classification Paola Campadelli, Elena Casiraghi, Giorgio Valentini DSI Dipartimento

More information

Magnetic Resonance Brain Image Segmentation and Reconstruction Technique Based on Genetic Fuzzy Clustering Technique

Magnetic Resonance Brain Image Segmentation and Reconstruction Technique Based on Genetic Fuzzy Clustering Technique Magnetic Resonance Brain Image Segmentation and Reconstruction Technique Based on Genetic Fuzzy Clustering Technique Liu Tao 1, *,Liu Xiuzhen 2 1 Faculty of Biomedical Engineering, The Fourth Military

More information

Automatic detection of plasmonic nanoparticles in tissue sections

Automatic detection of plasmonic nanoparticles in tissue sections Automatic detection of plasmonic nanoparticles in tissue sections Dor Shaviv and Orly Liba 1. Introduction Plasmonic nanoparticles, such as gold nanorods, are gaining popularity in both medical imaging

More information

AUTOMATIC DETECTION AND COUNTING OF PLATELETS IN MICROSCOPIC IMAGE 1. INTRODUCTION

AUTOMATIC DETECTION AND COUNTING OF PLATELETS IN MICROSCOPIC IMAGE 1. INTRODUCTION JOURNAL OF MEDICAL INFORMATICS & TECHNOLOGIES Vol. 16/2010, ISSN 1642-6037 pattern recognition, bioinformatic, machine learning, image analysis, platelet Robert BURDUK 1, Bartosz KRAWCZYK 1 AUTOMATIC DETECTION

More information

Tissue-Based Affine Registration of Brain Images to form a Vascular Density Atlas

Tissue-Based Affine Registration of Brain Images to form a Vascular Density Atlas Tissue-Based Affine Registration of Brain Images to form a Vascular Density Atlas Derek Cool, Dini Chillet, Jisung Kim, Jean-Phillipe Guyon, Mark Foskey, and Stephen Aylward Computer Aided Display and

More information

Data Mining to Aid Beam Angle Selection for IMRT

Data Mining to Aid Beam Angle Selection for IMRT Data Mining to Aid Beam Angle Selection for IMRT Stuart Price-University of Maryland Howard Zhang- University of Maryland School of Medicine Bruce Golden- University of Maryland Edward Wasil- American

More information

A STUDY ON STATISTICAL BASED FEATURE SELECTION METHODS FOR CLASSIFICATION OF GENE MICROARRAY DATASET

A STUDY ON STATISTICAL BASED FEATURE SELECTION METHODS FOR CLASSIFICATION OF GENE MICROARRAY DATASET A STUDY ON STATISTICAL BASED FEATURE SELECTION METHODS FOR CLASSIFICATION OF GENE MICROARRAY DATASET 1 J.JEYACHIDRA, M.PUNITHAVALLI, 1 Research Scholar, Department of Computer Science and Applications,

More information

Leaf Disease Detection Using K-Means Clustering And Fuzzy Logic Classifier

Leaf Disease Detection Using K-Means Clustering And Fuzzy Logic Classifier Page1 Leaf Disease Detection Using K-Means Clustering And Fuzzy Logic Classifier ABSTRACT: Mr. Jagan Bihari Padhy*, Devarsiti Dillip Kumar**, Ladi Manish*** and Lavanya Choudhry**** *Assistant Professor,

More information

3DCNN for Lung Nodule Detection And False Positive Reduction

3DCNN for Lung Nodule Detection And False Positive Reduction 3DCNN for Lung Nodule Detection And False Positive Reduction Ping An Technology (Shenzhen) Co.,Ltd, China WUTIANBO484@pingan.com.cn Abstract The diagnosis of pulmonary nodules can be roughly divided into

More information

Recent clinical advances and applications for medical image segmentation

Recent clinical advances and applications for medical image segmentation Recent clinical advances and applications for medical image segmentation Prof. Leo Joskowicz Lab website: http://www.cs.huji.ac.il/~caslab/site L. Joskowicz, 2011 Key trends in clinical radiology Film/light

More information

Chapter 5. Executive Information Systems Information System in Organizations, Computer Information System Program of RMUTT-KKC

Chapter 5. Executive Information Systems Information System in Organizations, Computer Information System Program of RMUTT-KKC Chapter 5 Executive Information Systems Executive Information Systems (EIS) An executive information system (EIS), also known as an executive support system (ESS), is a technology designed in response

More information

Shobeir Fakhraei, Hamid Soltanian-Zadeh, Farshad Fotouhi, Kost Elisevich. Effect of Classifiers in Consensus Feature Ranking for Biomedical Datasets

Shobeir Fakhraei, Hamid Soltanian-Zadeh, Farshad Fotouhi, Kost Elisevich. Effect of Classifiers in Consensus Feature Ranking for Biomedical Datasets Shobeir Fakhraei, Hamid Soltanian-Zadeh, Farshad Fotouhi, Kost Elisevich Effect of Classifiers in Consensus Feature Ranking for Biomedical Datasets Dimension Reduction Prediction accuracy of practical

More information

CONNECTING CORPORATE GOVERNANCE TO COMPANIES PERFORMANCE BY ARTIFICIAL NEURAL NETWORKS

CONNECTING CORPORATE GOVERNANCE TO COMPANIES PERFORMANCE BY ARTIFICIAL NEURAL NETWORKS CONNECTING CORPORATE GOVERNANCE TO COMPANIES PERFORMANCE BY ARTIFICIAL NEURAL NETWORKS Darie MOLDOVAN, PhD * Mircea RUSU, PhD student ** Abstract The objective of this paper is to demonstrate the utility

More information

DESIGN OF COPD BIGDATA HEALTHCARE SYSTEM THROUGH MEDICAL IMAGE ANALYSIS USING IMAGE PROCESSING TECHNIQUES

DESIGN OF COPD BIGDATA HEALTHCARE SYSTEM THROUGH MEDICAL IMAGE ANALYSIS USING IMAGE PROCESSING TECHNIQUES DESIGN OF COPD BIGDATA HEALTHCARE SYSTEM THROUGH MEDICAL IMAGE ANALYSIS USING IMAGE PROCESSING TECHNIQUES B.Srinivas Raja 1, Ch.Chandrasekhar Reddy 2 1 Research Scholar, Department of ECE, Acharya Nagarjuna

More information

ULICE. hadron-therapy. Project type: Ulrike Mock. Name. Partner Author(s): MEDA. Contributor( (s): MEDA MEDA ETOILE UKL-HD

ULICE. hadron-therapy. Project type: Ulrike Mock. Name. Partner Author(s): MEDA. Contributor( (s): MEDA MEDA ETOILE UKL-HD Project co-funded by the European Commission within the FP7 (2007 2013) Grant agreement no.: 2284366 ULICE Union of Light Centres in Europe Project type: Combination off CP & CSA Integrating Activities

More information

Classification of DNA Sequences Using Convolutional Neural Network Approach

Classification of DNA Sequences Using Convolutional Neural Network Approach UTM Computing Proceedings Innovations in Computing Technology and Applications Volume 2 Year: 2017 ISBN: 978-967-0194-95-0 1 Classification of DNA Sequences Using Convolutional Neural Network Approach

More information

Automatic Facial Expression Recognition

Automatic Facial Expression Recognition Automatic Facial Expression Recognition Huchuan Lu, Pei Wu, Hui Lin, Deli Yang School of Electronic and Information Engineering, Dalian University of Technology Dalian, Liaoning Province, China lhchuan@dlut.edu.cn

More information

AUTOMATED INTERPRETABLE COMPUTATIONAL BIOLOGY IN THE CLINIC: A FRAMEWORK TO PREDICT DISEASE SEVERITY AND STRATIFY PATIENTS FROM CLINICAL DATA

AUTOMATED INTERPRETABLE COMPUTATIONAL BIOLOGY IN THE CLINIC: A FRAMEWORK TO PREDICT DISEASE SEVERITY AND STRATIFY PATIENTS FROM CLINICAL DATA Interdisciplinary Description of Complex Systems 15(3), 199-208, 2017 AUTOMATED INTERPRETABLE COMPUTATIONAL BIOLOGY IN THE CLINIC: A FRAMEWORK TO PREDICT DISEASE SEVERITY AND STRATIFY PATIENTS FROM CLINICAL

More information

Software Next Release Planning Approach through Exact Optimization

Software Next Release Planning Approach through Exact Optimization Software Next Release Planning Approach through Optimization Fabrício G. Freitas, Daniel P. Coutinho, Jerffeson T. Souza Optimization in Software Engineering Group (GOES) Natural and Intelligent Computation

More information

Altered Fingerprint Detection Using Scar Feature

Altered Fingerprint Detection Using Scar Feature Altered Fingerprint Detection Using Scar Feature Anoop.T.R 1, Deepak.P 2, Jeevan K.M 3 1 (Assistant Professor, Departmen of ECE, Sree Narayana Gurukulam College of Engineering, Kochi, India E-mail: anooptr234@gmail.com

More information

Systems & Biomedical Engineering Department. Systems and Biomedical Engineering Department Faculty of Engineering Cairo University

Systems & Biomedical Engineering Department. Systems and Biomedical Engineering Department Faculty of Engineering Cairo University Systems & Biomedical Engineering Department Agenda Students' Mindsets and Careers Biomedical Engineering Biomedical Engineering Careers in Egypt Non-Biomedical Careers in Egypt Courses Agenda Students'

More information

CONTRACTING ORGANIZATION: University of Maryland, Baltimore Baltimore, MD 21201

CONTRACTING ORGANIZATION: University of Maryland, Baltimore Baltimore, MD 21201 AD Award Number: W81XWH-12-1-0098 TITLE: Evaluation of Diffusion Kurtosis Imaging in Traumatic Brain Injury PRINCIPAL INVESTIGATOR: Rao P Gullapalli CONTRACTING ORGANIZATION: University of Maryland, Baltimore

More information

FFGWAS. Fast Functional Genome Wide Association AnalysiS of Surface-based Imaging Genetic Data

FFGWAS. Fast Functional Genome Wide Association AnalysiS of Surface-based Imaging Genetic Data FFGWAS Fast Functional Genome Wide Association AnalysiS of Surface-based Imaging Genetic Data Chao Huang Department of Biostatistics Biomedical Research Imaging Center The University of North Carolina

More information

Elekta VMAT. Freedom to Treat. Enhanced dose conformance for patient-specific treatment

Elekta VMAT. Freedom to Treat. Enhanced dose conformance for patient-specific treatment Elekta VMAT Freedom to Treat Enhanced dose conformance for patient-specific treatment Speed or Accuracy Why choose? Clinical data has shown that around 50% of patients would benefit from IMRT treatment

More information

BIOMEDICAL SIGNAL AND IMAGE PROCESSING

BIOMEDICAL SIGNAL AND IMAGE PROCESSING BIOMEDICAL SIGNAL AND IMAGE PROCESSING EE 5390-001 SYLLABUS Instructor: Wei Qian, Ph.D. Professor of Electrical and Computer Engineering Medical Signal and Image Computerized Processing Scheme for Medical

More information

Prediction of the Damage Coefficient in a Prostate Cancer Tissue during Laser Ablation Using Artificial Neural Networks

Prediction of the Damage Coefficient in a Prostate Cancer Tissue during Laser Ablation Using Artificial Neural Networks , July 4-6, 2012, London, U.K. Prediction of the Damage Coefficient in a Prostate Cancer Tissue during Laser Ablation Using Artificial Neural Networks Sandeep Rao, Vivek Shrivastava, Suhrid Dev, K. N.

More information

TIMETABLING EXPERIMENTS USING GENETIC ALGORITHMS. Liviu Lalescu, Costin Badica

TIMETABLING EXPERIMENTS USING GENETIC ALGORITHMS. Liviu Lalescu, Costin Badica TIMETABLING EXPERIMENTS USING GENETIC ALGORITHMS Liviu Lalescu, Costin Badica University of Craiova, Faculty of Control, Computers and Electronics Software Engineering Department, str.tehnicii, 5, Craiova,

More information

Predictive and Causal Modeling in the Health Sciences. Sisi Ma MS, MS, PhD. New York University, Center for Health Informatics and Bioinformatics

Predictive and Causal Modeling in the Health Sciences. Sisi Ma MS, MS, PhD. New York University, Center for Health Informatics and Bioinformatics Predictive and Causal Modeling in the Health Sciences Sisi Ma MS, MS, PhD. New York University, Center for Health Informatics and Bioinformatics 1 Exponentially Rapid Data Accumulation Protein Sequencing

More information

Registration of 3D Ultrasound to Computed Tomography Images of the Kidney

Registration of 3D Ultrasound to Computed Tomography Images of the Kidney Registration of 3D Ultrasound to Computed Tomography Images of the Kidney Jing Xiang Supervisors: Dr. Robert Rohling Dr. Purang Abolmaesumi Electrical and Computer Engineering University of British Columbia

More information

What is Evolutionary Computation? Genetic Algorithms. Components of Evolutionary Computing. The Argument. When changes occur...

What is Evolutionary Computation? Genetic Algorithms. Components of Evolutionary Computing. The Argument. When changes occur... What is Evolutionary Computation? Genetic Algorithms Russell & Norvig, Cha. 4.3 An abstraction from the theory of biological evolution that is used to create optimization procedures or methodologies, usually

More information

Feature Selection of Gene Expression Data for Cancer Classification: A Review

Feature Selection of Gene Expression Data for Cancer Classification: A Review Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 50 (2015 ) 52 57 2nd International Symposium on Big Data and Cloud Computing (ISBCC 15) Feature Selection of Gene Expression

More information

GOVERNMENT ANALYTICS LEADERSHIP FORUM SAS Canada & The Institute of Public Administration of Canada. April 26 The Shaw Centre

GOVERNMENT ANALYTICS LEADERSHIP FORUM SAS Canada & The Institute of Public Administration of Canada. April 26 The Shaw Centre GOVERNMENT ANALYTICS LEADERSHIP FORUM SAS Canada & The Institute of Public Administration of Canada April 26 The Shaw Centre Ottawa Artificial Intelligence Algorithms Automation Deep Learning Machine Learning

More information

Metamodelling and optimization of copper flash smelting process

Metamodelling and optimization of copper flash smelting process Metamodelling and optimization of copper flash smelting process Marcin Gulik mgulik21@gmail.com Jan Kusiak kusiak@agh.edu.pl Paweł Morkisz morkiszp@agh.edu.pl Wojciech Pietrucha wojtekpietrucha@gmail.com

More information

Practical Workflow and the Cost of Adaptive Therapy. Rojano Kashani, Ph.D., DABR Washington University School of Medicine March 7, 2015

Practical Workflow and the Cost of Adaptive Therapy. Rojano Kashani, Ph.D., DABR Washington University School of Medicine March 7, 2015 Practical Workflow and the Cost of Adaptive Therapy Rojano Kashani, Ph.D., DABR Washington University School of Medicine March 7, 2015 Disclosures Travel expenses paid by ViewRay Inc. for on-site software

More information

AUTOMATIC SYSTEM FOR THE RECOGNITION OF AMOUNTS IN HANDWRITTEN CHEQUES

AUTOMATIC SYSTEM FOR THE RECOGNITION OF AMOUNTS IN HANDWRITTEN CHEQUES AUTOMATIC SYSTEM FOR THE RECOGNITION OF AMOUNTS IN HANDWRITTEN CHEQUES Filipe Coelho, Luis Batista, Luis F. Teixeira and Jaime S. Cardoso INESC Porto, Faculdade de Engenharia, Universidade do Porto, Porto,

More information

Price Prediction Evolution: from Economic Model to Machine Learning

Price Prediction Evolution: from Economic Model to Machine Learning Price Prediction Evolution: from Economic Model to Machine Learning By Hugh Ren (hughrxy), Xiangguang Zheng (zhengxg3), Erico Cruz Lemus (ecruzlem) Abstract This report is intended to illustrate timeline

More information

In-vivo Targeting of Liver Lesions with a Navigation System based on Fiducial Needles

In-vivo Targeting of Liver Lesions with a Navigation System based on Fiducial Needles In-vivo Targeting of Liver Lesions with a Navigation System based on Fiducial Needles L. Maier-Hein 1, A. Tekbas 2, A. Seitel 1, F. Pianka 2, S. A. Müller 2, S. Schawo 3, B. Radeleff 3, R. Tetzlaff 1,4,

More information

Spiculated Lesions and Architectural Distortions Detection in Digital Breast Tomosynthesis Datasets

Spiculated Lesions and Architectural Distortions Detection in Digital Breast Tomosynthesis Datasets Spiculated Lesions and Architectural Distortions Detection in Digital Breast Tomosynthesis Datasets Giovanni Palma 1,2, Isabelle Bloch 2, and Serge Muller 1 1 GE Healthcare, 283 rue de la minière 78530

More information

Application of Machine Learning to Financial Trading

Application of Machine Learning to Financial Trading Application of Machine Learning to Financial Trading January 2, 2015 Some slides borrowed from: Andrew Moore s lectures, Yaser Abu Mustafa s lectures About Us Our Goal : To use advanced mathematical and

More information

Business Analytics & Data Mining Modeling Using R Dr. Gaurav Dixit Department of Management Studies Indian Institute of Technology, Roorkee

Business Analytics & Data Mining Modeling Using R Dr. Gaurav Dixit Department of Management Studies Indian Institute of Technology, Roorkee Business Analytics & Data Mining Modeling Using R Dr. Gaurav Dixit Department of Management Studies Indian Institute of Technology, Roorkee Lecture - 02 Data Mining Process Welcome to the lecture 2 of

More information

Forecasting Electricity Consumption with Neural Networks and Support Vector Regression

Forecasting Electricity Consumption with Neural Networks and Support Vector Regression Available online at www.sciencedirect.com Procedia - Social and Behavioral Sciences 58 ( 2012 ) 1576 1585 8 th International Strategic Management Conference Forecasting Electricity Consumption with Neural

More information

Centromere and Length Detection in Artificially Straightened Highly Curved Human Chromosomes

Centromere and Length Detection in Artificially Straightened Highly Curved Human Chromosomes International Journal of Biological Engineering 2012, 2(5): 56-61 DOI: 10.5923/j.ijbe.20120205.04 Centromere and Length Detection in Artificially Straightened Highly Curved Human Chromosomes Sahar Jahani

More information

Advanced skills in CPLEX-based network optimization in anylogistix

Advanced skills in CPLEX-based network optimization in anylogistix Advanced skills in CPLEX-based network optimization in anylogistix Prof. Dr. Dmitry Ivanov Professor of Supply Chain Management Berlin School of Economics and Law Additional teaching note to the e-book

More information

Quantitative biomarker for clinical decision making

Quantitative biomarker for clinical decision making Deep imaging Quantitative biomarker for clinical decision making Joerg Aumueller English, October 2017 54% of healthcare leaders see an expanding role of in medical decision support.* * The future of healthcare

More information

Ingenia MR-RT. MR Systems. The comprehensive MR-sim solution to fit your planning

Ingenia MR-RT. MR Systems. The comprehensive MR-sim solution to fit your planning Ingenia MR-RT MR Systems The comprehensive MR-sim solution to fit your planning Table of contents Experience the difference MRI makes 3 A comprehensive MR-sim solution 4 Position with precision 6 See clearly

More information

Ultrasound Segmentation in Navigated Liver Surgery

Ultrasound Segmentation in Navigated Liver Surgery Ultrasound Segmentation in Navigated Liver Surgery Sylvain Anderegg, Matthias Peterhans, Stefan Weber University of Bern, Institute for Surgical Technology & Biomechanics (ISTB), Bern, Switzerland Contact:

More information

Predicting Popularity of Messages in Twitter using a Feature-weighted Model

Predicting Popularity of Messages in Twitter using a Feature-weighted Model International Journal of Advanced Intelligence Volume 0, Number 0, pp.xxx-yyy, November, 20XX. c AIA International Advanced Information Institute Predicting Popularity of Messages in Twitter using a Feature-weighted

More information

Predicting Reddit Post Popularity Via Initial Commentary by Andrei Terentiev and Alanna Tempest

Predicting Reddit Post Popularity Via Initial Commentary by Andrei Terentiev and Alanna Tempest Predicting Reddit Post Popularity Via Initial Commentary by Andrei Terentiev and Alanna Tempest 1. Introduction Reddit is a social media website where users submit content to a public forum, and other

More information

Prediction of Success or Failure of Software Projects based on Reusability Metrics using Support Vector Machine

Prediction of Success or Failure of Software Projects based on Reusability Metrics using Support Vector Machine Prediction of Success or Failure of Software Projects based on Reusability Metrics using Support Vector Machine R. Sathya Assistant professor, Department of Computer Science & Engineering Annamalai University

More information

stories in H2020 healthcare

stories in H2020 healthcare Integration and analysis of heterogeneous big data for precision medicine and suggested treatments for different types of patients. IASIS & RADIO: Two success stories in H2020 healthcare challenges http://project-iasis.eu

More information

Corporate Default Prediction via Deep Learning

Corporate Default Prediction via Deep Learning Corporate Default Prediction via Deep Learning Shu-Hao Yeh, 1 Chuan-Ju Wang, 1 Ming-Feng Tsai 2 1 University of Taipei, Taipei, Taiwan 2 National Chengchi University, Taipei, Taiwan July 1, 2014 Outline

More information

PCA and SOM based Dimension Reduction Techniques for Quaternary Protein Structure Prediction

PCA and SOM based Dimension Reduction Techniques for Quaternary Protein Structure Prediction PCA and SOM based Dimension Reduction Techniques for Quaternary Protein Structure Prediction Sanyukta Chetia Department of Electronics and Communication Engineering, Gauhati University-781014, Guwahati,

More information

SHAPE OPTIMIZATION OF CRASHWORTHY STRUCTURES

SHAPE OPTIMIZATION OF CRASHWORTHY STRUCTURES 7 th International LS-DYNA Users Conference Crash/Safety (2) SHAPE OPTIMIZATION OF CRASHWORTHY STRUCTURES D. J. Eby a, R.C. Averill b, E.D. Goodman b, and R. S. Sidhu a a Applied Computational Design Associates,

More information

Acknowledgement 7/31/2017. Machine Learning for Image Analysis and Treatment Planning. Disclosures

Acknowledgement 7/31/2017. Machine Learning for Image Analysis and Treatment Planning. Disclosures Machine Learning for Image Analysis and Treatment Planning Lei Xing, PhD Departments of Radiation Oncology & Electrical Engineering Department of Radiation Oncology School of Medicine Disclosures The Department

More information

neugrid: an online environment for neuroimaging studies Paolo Bosco, PhD

neugrid: an online environment for neuroimaging studies Paolo Bosco, PhD neugrid: an online environment for neuroimaging studies Paolo Bosco, PhD Lab Alzheimer s Neuroimaging & Epidemiology BACKGROUND The pathophysiological framework 1. Converging evidence suggests that the

More information

Inferring Gene-Gene Interactions and Functional Modules Beyond Standard Models

Inferring Gene-Gene Interactions and Functional Modules Beyond Standard Models Inferring Gene-Gene Interactions and Functional Modules Beyond Standard Models Haiyan Huang Department of Statistics, UC Berkeley Feb 7, 2018 Background Background High dimensionality (p >> n) often results

More information

Neural Networks and Applications in Bioinformatics. Yuzhen Ye School of Informatics and Computing, Indiana University

Neural Networks and Applications in Bioinformatics. Yuzhen Ye School of Informatics and Computing, Indiana University Neural Networks and Applications in Bioinformatics Yuzhen Ye School of Informatics and Computing, Indiana University Contents Biological problem: promoter modeling Basics of neural networks Perceptrons

More information

QPS Neuropharmacology Overview

QPS Neuropharmacology Overview HISTOCHEMISTRY HISTOLOGY KO MODELS IN VIVO MODELS BLOOD BRAIN BARRIER IN VITRO MODELS NEUROPHARMACOLOGY OVERVIEW NEUROSCIENCES QPS Neuropharmacology Overview QPS is recognized all over the world as a leading

More information

Immune Network based Ensembles

Immune Network based Ensembles Immune Network based Ensembles Nicolás García-Pedrajas 1 and Colin Fyfe 2 1- Dept. of Computing and Numerical Analysis University of Córdoba (SPAIN) e-mail: npedrajas@uco.es 2- the Dept. of Computing University

More information

Artificial Intelligence Exploration (AIE) Opportunity DARPA-PA Automating Scientific Knowledge Extraction (ASKE)

Artificial Intelligence Exploration (AIE) Opportunity DARPA-PA Automating Scientific Knowledge Extraction (ASKE) Artificial Intelligence Exploration (AIE) Opportunity DARPA-PA-18-02-01 Automating Scientific Knowledge Extraction (ASKE) I. Opportunity Description The Defense Advanced Research Projects Agency (DARPA)

More information

Neural Networks and Applications in Bioinformatics

Neural Networks and Applications in Bioinformatics Contents Neural Networks and Applications in Bioinformatics Yuzhen Ye School of Informatics and Computing, Indiana University Biological problem: promoter modeling Basics of neural networks Perceptrons

More information

A Study of Financial Distress Prediction based on Discernibility Matrix and ANN Xin-Zhong BAO 1,a,*, Xiu-Zhuan MENG 1, Hong-Yu FU 1

A Study of Financial Distress Prediction based on Discernibility Matrix and ANN Xin-Zhong BAO 1,a,*, Xiu-Zhuan MENG 1, Hong-Yu FU 1 International Conference on Management Science and Management Innovation (MSMI 2014) A Study of Financial Distress Prediction based on Discernibility Matrix and ANN Xin-Zhong BAO 1,a,*, Xiu-Zhuan MENG

More information

Connect and Deliver Optima CT580 RT

Connect and Deliver Optima CT580 RT GE Healthcare Connect and Deliver Optima CT580 RT Taking aim at cancer requires more than skill and compassion it takes the right connections. Radiation oncologists must connect with a CT simulator that

More information

This is probably the kind of radiotherapy that you are used to delivering in your country.

This is probably the kind of radiotherapy that you are used to delivering in your country. This is probably the kind of radiotherapy that you are used to delivering in your country. This slide shows images two patients, one with a T3 N2c nasopharyngeal CA and the other with a T1/2 N1/2 lung

More information

Review of Biomedical Image Processing

Review of Biomedical Image Processing BOOK REVIEW Open Access Review of Biomedical Image Processing Edward J Ciaccio Correspondence: ciaccio@columbia. edu Department of Medicine, Columbia University, New York, USA Abstract This article is

More information

Pinnacle 3. Treatment Planning. Flexible, intuitive planning environment

Pinnacle 3. Treatment Planning. Flexible, intuitive planning environment Pinnacle 3 Treatment Planning Flexible, intuitive planning environment Pinnacle 3 Flexible, intuitive planning environment Planning plays a central role in influencing treatment confidence as well as departmental

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION VOLUME: 1 ARTICLE NUMBER: 0024 In the format provided by the authors and unedited. An artificial intelligence platform for the multihospital collaborative management of congenital cataracts Erping Long,

More information

CLASS/YEAR: II MCA SUB.CODE&NAME: MC7303, SOFTWARE ENGINEERING. 1. Define Software Engineering. Software Engineering: 2. What is a process Framework? Process Framework: UNIT-I 2MARKS QUESTIONS AND ANSWERS

More information

CASCINATION CAS-ONE SURGERY STEREOTACTIC NAVIGATION SYSTEM FOR ABDOMINAL SURGERY

CASCINATION CAS-ONE SURGERY STEREOTACTIC NAVIGATION SYSTEM FOR ABDOMINAL SURGERY CASCINATION CAS-ONE SURGERY STEREOTACTIC NAVIGATION SYSTEM FOR ABDOMINAL SURGERY SETTING NEW STANDARDS IN ONCOLOGICAL SURGERY CAS-One surgery supports surgeons in the performance of precise oncological

More information

IMAGING. AGILE WORKFLOWS.

IMAGING. AGILE WORKFLOWS. RT IMAGING. AGILE WORKFLOWS. RT Radiotherapy Imaging Workflow Management Mirada s radiotherapy software is used in leading radiation oncology centers worldwide to boost efficiency, accuracy and flexibility

More information

arxiv: v3 [cs.cv] 29 Aug 2017

arxiv: v3 [cs.cv] 29 Aug 2017 Accurate Pulmonary Nodule Detection in Computed Tomography Images Using Deep Convolutional Neural Networks arxiv:1706.04303v3 [cs.cv] 29 Aug 2017 Jia Ding, Aoxue Li, Zhiqiang Hu and Liwei Wang School of

More information

Scaling Deep Learning for Multispectral Imagery

Scaling Deep Learning for Multispectral Imagery Scaling Deep Learning for Multispectral Imagery Hanlin Tang, Ph.D. Principal Engineer, Intel AI Products Group hanlin.tang@intel.com Legal Notices & Disclaimers This document contains information on products,

More information

Copyr i g ht 2012, SAS Ins titut e Inc. All rights res er ve d. ENTERPRISE MINER: ANALYTICAL MODEL DEVELOPMENT

Copyr i g ht 2012, SAS Ins titut e Inc. All rights res er ve d. ENTERPRISE MINER: ANALYTICAL MODEL DEVELOPMENT ENTERPRISE MINER: ANALYTICAL MODEL DEVELOPMENT ANALYTICAL MODEL DEVELOPMENT AGENDA Enterprise Miner: Analytical Model Development The session looks at: - Supervised and Unsupervised Modelling - Classification

More information

Supplemental Digital Content. A new severity of illness scale using a subset of APACHE data elements shows comparable predictive accuracy

Supplemental Digital Content. A new severity of illness scale using a subset of APACHE data elements shows comparable predictive accuracy Supplemental Digital Content A new severity of illness scale using a subset of APACHE data elements shows comparable predictive accuracy Alistair E. W. Johnson, BS Centre for Doctoral Training in Healthcare

More information

Path-finding in Multi-Agent, unexplored And Dynamic Military Environment Using Genetic Algorithm

Path-finding in Multi-Agent, unexplored And Dynamic Military Environment Using Genetic Algorithm International Journal of Computer Networks and Communications Security VOL. 2, NO. 9, SEPTEMBER 2014, 285 291 Available online at: www.ijcncs.org ISSN 2308-9830 C N C S Path-finding in Multi-Agent, unexplored

More information

The Impact of Deep Learning on Radiology

The Impact of Deep Learning on Radiology The Impact of Deep Learning on Radiology Ronald M. Summers, M.D., Ph.D. Senior Investigator Imaging Biomarkers and CAD Laboratory Radiology and Imaging Sciences NIH Clinical Center Bethesda, MD www.cc.nih.gov/drd/summers.html

More information

Automatic Descending Aorta Segmentation in Whole-Body PET-CT Studies for PERCIST-based Thresholding

Automatic Descending Aorta Segmentation in Whole-Body PET-CT Studies for PERCIST-based Thresholding Automatic Descending Aorta Segmentation in Whole-Body PET-CT Studies for PERCIST-based Thresholding Lei Bi, Jinman Kim, Member, IEEE, Lingfeng Wen, Member, IEEE and David Dagan Feng, Fellow, IEEE Abstract

More information

RADIATION ONCOLOGY RESIDENCY PROGRAM Competency Evaluation of Resident

RADIATION ONCOLOGY RESIDENCY PROGRAM Competency Evaluation of Resident Resident s Name: RADIATION ONCOLOGY RESIDENCY PROGRAM Competency Evaluation of Resident Rotation: PHYS 705: Clinical Rotation 3 Inclusive dates of rotation: Aug. 25, 2015 Feb. 25, 2016 Director or Associate

More information

Identifying Morphological Markers for Differential Diagnosis of Liver Lesion 1. Introduction 2. Methods 2.1 Dataset

Identifying Morphological Markers for Differential Diagnosis of Liver Lesion 1. Introduction 2. Methods 2.1 Dataset Identifying Morphological Markers for Differential Diagnosis of Liver Lesion Francisco Gimenez, Ting Liu, Yi Liu Biomedical Informatics, Stanford University 1. Introduction Liver lesions stem from a variety

More information

Online Credit Card Fraudulent Detection Using Data Mining

Online Credit Card Fraudulent Detection Using Data Mining S.Aravindh 1, S.Venkatesan 2 and A.Kumaravel 3 1&2 Department of Computer Science and Engineering, Gojan School of Business and Technology, Chennai - 600 052, Tamil Nadu, India 23 Department of Computer

More information

ARTIFICIAL IMMUNE SYSTEM CLASSIFICATION OF MULTIPLE- CLASS PROBLEMS

ARTIFICIAL IMMUNE SYSTEM CLASSIFICATION OF MULTIPLE- CLASS PROBLEMS 1 ARTIFICIAL IMMUNE SYSTEM CLASSIFICATION OF MULTIPLE- CLASS PROBLEMS DONALD E. GOODMAN, JR. Mississippi State University Department of Psychology Mississippi State, Mississippi LOIS C. BOGGESS Mississippi

More information

Genetic Algorithm with Upgrading Operator

Genetic Algorithm with Upgrading Operator Genetic Algorithm with Upgrading Operator NIDAPAN SUREERATTANAN Computer Science and Information Management, School of Advanced Technologies, Asian Institute of Technology, P.O. Box 4, Klong Luang, Pathumthani

More information

EPSRC Centre for Doctoral Training in Industrially Focused Mathematical Modelling

EPSRC Centre for Doctoral Training in Industrially Focused Mathematical Modelling EPSRC Centre for Doctoral Training in Industrially Focused Mathematical Modelling Swarm Robotics in Bearing-Only Formations Joseph Field Contents 1. Introduction... 2 2. Formulating the Problem... 3 Glossary

More information

Index Terms: Customer Loyalty, SVM, Data mining, Classification, Gaussian kernel

Index Terms: Customer Loyalty, SVM, Data mining, Classification, Gaussian kernel Volume 4, Issue 12, December 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Gaussian Kernel

More information