With a Focus on Real-Time Fmri and Non-Parametric Statistics

Total Page:16

File Type:pdf, Size:1020Kb

With a Focus on Real-Time Fmri and Non-Parametric Statistics Linköping Studies in Science and Technology Dissertation No. 1439 Computational Medical Image Analysis With a Focus on Real-Time fMRI and Non-Parametric Statistics Anders Eklund Department of Biomedical Engineering Linköping University, SE581 85 Linköping, Sweden http://www.imt.liu.se/ Linköping, March 2012 This is not a joke. Linköping Studies in Science and Technology Dissertation No. 1439 Computational Medical Image Analysis c 2012 Anders Eklund Department of Biomedical Engineering Linköping University SE-581 85 Linköping Sweden ISBN 978-91-7519-921-4 ISSN 0345-7524 Printed in Linköping, Sweden, by LiU-Tryck 2012 Abstract Functional magnetic resonance imaging (fMRI) is a prime example of multi disciplinary research. Without the beautiful physics of MRI, there would not be any images to look at in the first place. To obtain images of good quality, it is necessary to fully understand the concepts of the frequency domain. The analysis of fMRI data requires understanding of signal pro cessing, statistics and knowledge about the anatomy and function of the human brain. The resulting brain activity maps are used by physicians, neurologists, psychologists and behaviourists, in order to plan surgery and to increase their understanding of how the brain works. This thesis presents methods for realtime fMRI and non-parametric fMRI analysis. Realtime fMRI places high demands on the signal processing, as all the calculations have to be made in real-time in complex situations. Real-time fMRI can, for example, be used for interactive brain mapping. Another possibility is to change the stimulus that is given to the subject, in realtime, such that the brain and the computer can work together to solve a given task, yielding a brain computer interface (BCI). Non-parametric fMRI analysis, for example, concerns the problem of calculating signifi- cance thresholds and pvalues for test statistics without a parametric null distribution. Two BCIs are presented in this thesis. In the first BCI, the subject was able to balance a virtual inverted pendulum by thinking of activating the left or right hand or resting. In the second BCI, the subject in the MR scanner was able to communicate with a person outside the MR scanner, through a virtual keyboard. A graphics processing unit (GPU) implementation of a random permuta tion test for single subject fMRI analysis is also presented. The random permutation test is used to calculate significance thresholds and pvalues for fMRI analysis by canonical correlation analysis (CCA), and to investigate the correctness of standard parametric approaches. The random permuta tion test was verified by using 10 000 noise datasets and 1484 resting state fMRI datasets. The random permutation test is also used for a non-local CCA approach to fMRI analysis. Populärvetenskaplig sammanfattning Funktionell magnetresonansavbildning (fMRI) är en ickeinvasiv metod för att mäta hjärnaktivitet. Metoden baseras på att blodets magnetiska egen skaper, via syresättningen, förändras när hjärnan är aktiv. fMRI används dels för att öka förståelsen om hjärnan, dels som ett kliniskt verktyg inför borttagning av hjärntumörer. Denna avhandling presenterar metoder för att analysera hjärnaktivitet när försökspersonen ligger i magnetkameran, s.k. realtidsfMRI, till skillnad mot att genomföra analysen efteråt. RealtidsfMRI kan, bland annat, an vändas som ett hjälpmedel för att lära sig att kontrollera sin egen hjär naktivitet, för att till exempel undertrycka smärta. Ett annat framtida användningsområde är att skapa gränssnitt mellan hjärnan och en dator, för att till exempel kunna kontrollera en robotarm med tankekraft. Avhandlingen presenterar även metoder för ickeparametrisk fMRIanalys. Ett problem med vanlig, parametrisk, fMRIanalys är att man måste göra en rad antaganden om sina data. Om dessa antaganden är fel kan man inte lita på resultatet av analysen. Ickeparametrisk fMRIanalys bygger på färre antaganden, men kräver dock att mer beräkningar utförs. För att göra ickeparametrisk fMRIanalys praktiskt möjligt, används beräkn ingskraften hos moderna grafikkort. Acknowledgements Many people have contributed to this thesis, directly or indirectly. First I would like to thank Professor Hans Knutsson for being a never ending source of new ideas and inspiration. Thanks to Dr. Mats Andersson for endless discussions about filter design, snorkeling, photography, motorcy cles, coffee, beer brewing and for conducting my 127 fMRI experiments (yes I’ve counted them). Thanks to Daniel Forsberg for interesting discussions and for proofreading this thesis. Thanks to Joakim Rydell for providing the network interface to the MR scanner and for answering all my questions about MRI and fMRI. This work has been conducted in collaboration with the Center for Medical Image Science and Visualization (CMIV) at Linköping University, Sweden. CMIV is acknowledged for provision of financial support and access to leading edge research infrastructure. Special thanks to Johan Wiklund for taking care of my computers and helping me with the CMIV homepage. AgoraLink is acknowledged for providing funding for visits to other research groups. Thanks to my colleagues and the personnel at the Department of biomedical engineering for always being kind and helpful. Thanks to Tan Khoa Nguyen and Anders Ynnerman at the Division of visual information technology and applications (VITA), for producing the nice visualization of brain activity which is used in the thesis. I also want to thank my friends and my family, especially my parents Bo and Lilian Eklund, for always being supportive and engaged in my research. Last but not least, thanks to the Swedish foundation for strategic research (SSF), the Swedish research council (VR), NovaMedTech, the research centers MOVIII and CADICS and the Neuroeconomic research group at Linköping university for funding my research. Anders Eklund Linköping, March 2012 Table of Contents 1 Introduction 1 1.1 Introduction . 1 1.2 Outline . 1 1.3 Included publications . 2 1.4 Additional peer reviewed publications . 3 1.5 Abbreviations . 4 2 Magnetic Resonance Imaging 5 2.1 History and basics of MRI . 5 2.2 Spatial encoding . 7 2.3 How to create an image . 8 2.4 Sampling in k-space . 12 2.5 Relaxations . 13 2.6 Sampling patterns . 14 2.7 3D scanning methods . 15 3 Functional Magnetic Resonance Imaging 17 3.1 History of fMRI . 17 3.2 The BOLD signal and the balloon model . 18 3.3 fMRI experiments . 21 3.4 fMRI analysis . 22 3.5 Visualization of brain activity . 22 4 Preprocessing of fMRI Data 23 4.1 Introduction . 23 4.2 Slice timing correction . 23 4.3 Motion correction . 24 4.4 Spatial smoothing . 25 4.5 High-pass filtering, detrending & whitening . 26 4.6 Registration to template brains . 27 5 Phase Based Image Registration 29 5.1 Introduction . 29 5.2 Quadrature filters and local phase . 30 5.3 Optical flow . 33 5.4 Parametric registration . 34 5.5 Nonparametric registration . 35 x Table of Contents 5.6 Extending the local phase idea . 37 6 Parametric fMRI Analysis 41 6.1 Introduction . 41 6.2 The General Linear Model . 41 6.3 Canonical Correlation Analysis . 44 6.4 Testing for activity . 47 6.4.1 Voxel level inference . 48 6.4.2 Cluster level inference . 48 6.4.3 Set level inference . 48 6.5 Multiple testing . 49 7 Non-Parametric fMRI Analysis 51 7.1 Introduction . 51 7.2 Resampling . 52 7.3 Resampling in single subject fMRI . 53 7.4 Multiple testing . 55 7.5 Cluster level inference . 55 7.6 Computational complexity . 57 7.7 Verifying the random permutation test . 58 7.7.1 Simulated data . 58 7.7.2 Real data . 59 7.8 Comparing parametric and nonparametric significance thresholds . 64 7.9 Using the random permutation test for CCA based fMRI analysis . 69 7.10 Multistep permutation tests . 71 8 Non-Local fMRI Analysis 73 8.1 Introduction . 73 8.2 Extending CCA to nonlocal analysis . 73 8.3 Statistical inference and computational complexity . 76 8.4 Simulated data . 78 8.5 Real data . 78 9 Real-time fMRI Analysis 81 9.1 Introduction . 81 9.2 Brain computer interfaces . 82 9.3 Comparing EEG and fMRI . 82 9.4 Combining EEG and fMRI . 83 9.5 Classification of brain activity . 83 9.6 Balancing an inverted pendulum by thinking . 84 9.7 A communication interface . 87 Table of Contents xi 9.8 Visualization of brain activity in realtime . 90 10 Medical Image Processing on the GPU 93 10.1 Introduction . 93 10.2 Parallel calculations . 93 10.3 Memory types . 94 10.4 The CUDA programming language . 97 10.5 Image registration on the GPU . 98 10.6 Image denoising on the GPU . 99 10.7 fMRI analysis on the GPU . 100 11 Summary of Papers 101 11.1 Introduction . 101 11.2 Paper I - Using RealTime fMRI to Control a Dynamical System by Brain Activity Classification . 101 11.3 Paper II - A Brain Computer Interface for Communication Using Real-Time fMRI . 102 11.4 Paper III - Using the Local Phase of the Magnitude of the Local Structure Tensor for Image Regis tration . 102 11.5 Paper V - True 4D Image Denoising on the GPU . 102 11.6 Paper IV - fMRI Analysis on the GPU - Possibilities and Challenges . 103 11.7 Paper VI - Fast Random Permutation Tests Enable Objec tive Evaluation of Methods for Single Subject fMRI Analysis . 103 11.8 Paper VII - Does Parametric fMRI Analysis with SPM Yield Valid Results? - An Empirical Study of 1484 Rest Datasets . 103 11.9 Paper VIII - A Functional Connectivity Inspired Approach to NonLocal fMRI Analysis . 104 12 Discussion 105 1 Introduction "Yes. Terribly wrong. Your brain is not on file." The Doctor (Emergency Medical Hologram) 1.1 Introduction The area of functional magnetic resonance imaging (fMRI) started in the 1990’s and is still developing fast. fMRI has, so far, been a tremendous tool for understanding of the brain, but a lot of problems remain to be solved.
Recommended publications
  • Computational Anatomy: Model Construction and Application for Anatomical Structures Recognition in Torso CT Images
    The First International Symposium on the Project “Computational Anatomy” Computational Anatomy: Model Construction and Application for Anatomical Structures Recognition in Torso CT Images Hiroshi Fujita #1, Takeshi Hara #2, Xiangrong Zhou #3, Huayue Chen *4, and Hiroaki Hoshi **5 # Department of Intelligent Image Information, Graduate School of Medicine, Gifu University * Department of Anatomy, Graduate School of Medicine, Gifu University ** Department of Radiology, Graduate School of Medicine, Gifu University Yanagido 1-1, Gifu 501-1194, Japan 1 [email protected] 2 [email protected] 3 [email protected] 4 [email protected] 5 [email protected] Abstract—This paper describes the purpose and recent summary advanced CAD system that aims at multi-disease detection of our research work which is a part of research project from multi-organ [2]. The traditional approach for lesion “Computational anatomy for computer-aided diagnosis and detection prepares a pattern for a specific lesion type and therapy: Frontiers of medical image sciences” that was funded searches the lesion candidates in CT images by a pattern by Grant-in-Aid for Scientific Research on Innovative Areas, matching process. In the case of multi-disease detection from MEXT, Japan. The main purpose of our research in this project focus on model construction of computational anatomy and multi-organ, generating and matching a lot of prior lesion model applications for analyzing and recognizing the anatomical patterns from CT images can be tedious and sometimes not structures of human torso region using high-resolution torso X- possible.
    [Show full text]
  • Using Deep Learning Convolutional Neural Network
    Yang et al. BioMed Eng OnLine (2018) 17:138 https://doi.org/10.1186/s12938-018-0587-0 BioMedical Engineering OnLine RESEARCH Open Access Multimodal MRI‑based classifcation of migraine: using deep learning convolutional neural network Hao Yang†, Junran Zhang*†, Qihong Liu and Yi Wang *Correspondence: [email protected] Abstract †Hao Yang and Junran Zhang Background: Recently, deep learning technologies have rapidly expanded into medi- contributed equally to this work cal image analysis, including both disease detection and classifcation. As far as we Department of Medical know, migraine is a disabling and common neurological disorder, typically character- Information Engineering, ized by unilateral, throbbing and pulsating headaches. Unfortunately, a large number School of Electrical Engineering and Information, of migraineurs do not receive the accurate diagnosis when using traditional diagnostic Sichuan University, Chengdu, criteria based on the guidelines of the International Headache Society. As such, there Sichuan, China is substantial interest in developing automated methods to assist in the diagnosis of migraine. Methods: To the best of our knowledge, no studies have evaluated the potential of deep learning technologies in assisting with the classifcation of migraine patients. Here, we used deep learning methods in combination with three functional measures (the amplitude of low-frequency fuctuations, regional homogeneity and regional functional correlation strength) based on rs-fMRI data to distinguish not only between migraineurs and healthy controls, but also between the two subtypes of migraine. We employed 21 migraine patients without aura, 15 migraineurs with aura, and 28 healthy controls. Results: Compared with the traditional support vector machine classifer, which has an accuracy of 83.67%, our Inception module-based convolutional neural network approach showed a signifcant improvement in classifcation output (over 86.18%).
    [Show full text]
  • A Review on Deep Learning in Medical Image Reconstruction ∗
    A Review on Deep Learning in Medical Image Reconstruction ∗ Haimiao Zhang† and Bin Dong†‡ June 26, 2019 Abstract. Medical imaging is crucial in modern clinics to provide guidance to the diagnosis and treatment of diseases. Medical image reconstruction is one of the most fundamental and important components of medical imaging, whose major objective is to acquire high-quality medical images for clinical usage at the minimal cost and risk to the patients. Mathematical models in medical image reconstruction or, more generally, image restoration in computer vision, have been playing a promi- nent role. Earlier mathematical models are mostly designed by human knowledge or hypothesis on the image to be reconstructed, and we shall call these models handcrafted models. Later, handcrafted plus data-driven modeling started to emerge which still mostly relies on human designs, while part of the model is learned from the observed data. More recently, as more data and computation resources are made available, deep learning based models (or deep models) pushed the data-driven modeling to the extreme where the models are mostly based on learning with minimal human designs. Both handcrafted and data-driven modeling have their own advantages and disadvantages. Typical hand- crafted models are well interpretable with solid theoretical supports on the robustness, recoverability, complexity, etc., whereas they may not be flexible and sophisticated enough to fully leverage large data sets. Data-driven models, especially deep models, on the other hand, are generally much more flexible and effective in extracting useful information from large data sets, while they are currently still in lack of theoretical foundations.
    [Show full text]
  • Deep Learning in Bioinformatics
    Deep Learning in Bioinformatics Seonwoo Min1, Byunghan Lee1, and Sungroh Yoon1,2* 1Department of Electrical and Computer Engineering, Seoul National University, Seoul 08826, Korea 2Interdisciplinary Program in Bioinformatics, Seoul National University, Seoul 08826, Korea Abstract In the era of big data, transformation of biomedical big data into valuable knowledge has been one of the most important challenges in bioinformatics. Deep learning has advanced rapidly since the early 2000s and now demonstrates state-of-the-art performance in various fields. Accordingly, application of deep learning in bioinformatics to gain insight from data has been emphasized in both academia and industry. Here, we review deep learning in bioinformatics, presenting examples of current research. To provide a useful and comprehensive perspective, we categorize research both by the bioinformatics domain (i.e., omics, biomedical imaging, biomedical signal processing) and deep learning architecture (i.e., deep neural networks, convolutional neural networks, recurrent neural networks, emergent architectures) and present brief descriptions of each study. Additionally, we discuss theoretical and practical issues of deep learning in bioinformatics and suggest future research directions. We believe that this review will provide valuable insights and serve as a starting point for researchers to apply deep learning approaches in their bioinformatics studies. *Corresponding author. Mailing address: 301-908, Department of Electrical and Computer Engineering, Seoul National University, Seoul 08826, Korea. E-mail: [email protected]. Phone: +82-2-880-1401. Keywords Deep learning, neural network, machine learning, bioinformatics, omics, biomedical imaging, biomedical signal processing Key Points As a great deal of biomedical data have been accumulated, various machine algorithms are now being widely applied in bioinformatics to extract knowledge from big data.
    [Show full text]
  • Medical Image Computing: Machine-Learning Methods and Advanced-MRI Applications
    Medical Image Computing: Machine-learning methods and Advanced-MRI applications Overview Medical imaging is increasingly being used as a first step for clinical diagnosis of a large number of diseases, including disorders of the brain, heart, lung, kidney, muscle, etc. Among the modalities that find widespread use is magnetic resonance imaging (MRI), due its ability to image bones as well as soft tissue. In the case of major abnormalities such as tumors, a radiologist can easily spot abnormalities in the MR images. However, subtle changes in the tissue are difficult to locate for the human eye. Hence, advanced image processing techniques can be of great medical value to assist the radiologist as well as to understand the basic mechanism of action in a large number of diseases. Further, early diagnosis is critical for better clinical outcome. This course is designed as an introductory course in medical image processing and analysis for engineers and quantitative scientists, including students and faculty. It will primarily focus on MR imaging and analysis with a special emphasis on brain and mental disorders. Apart from the basics such as edge detection and segmentation, we will also cover advanced concepts such as shape analysis, probabilistic clustering, nonlinear dimensionality reduction, and diffusion MRI processing. This course will also have several hands-on segments that will allow the students to get a first-hand feel of the opportunities and challenges in medical image analysis. Course participants will learn these topics through lectures and hands-on experiments. Also, case studies and assignments will be shared to stimulate research motivation of participants.
    [Show full text]
  • MR Images, Brain Lesions, and Deep Learning
    applied sciences Review MR Images, Brain Lesions, and Deep Learning Darwin Castillo 1,2,3,* , Vasudevan Lakshminarayanan 2,4 and María José Rodríguez-Álvarez 3 1 Departamento de Química y Ciencias Exactas, Sección Fisicoquímica y Matemáticas, Universidad Técnica Particular de Loja, San Cayetano Alto s/n, Loja 11-01-608, Ecuador 2 Theoretical and Experimental Epistemology Lab, School of Optometry and Vision Science, University of Waterloo, Waterloo, ON N2L3G1, Canada; [email protected] 3 Instituto de Instrumentación para Imagen Molecular (i3M) Universitat Politècnica de València—Consejo Superior de Investigaciones Científicas (CSIC), E-46022 Valencia, Spain; [email protected] 4 Departments of Physics, Electrical and Computer Engineering and Systems Design Engineering, University of Waterloo, Waterloo, ON N2L3G1, Canada * Correspondence: [email protected]; Tel.: +593-07-370-1444 (ext. 3204) Featured Application: This review provides a critical review of deep/machine learning algo- rithms used in the identification of ischemic stroke and demyelinating brain diseases. It eval- uates their strengths and weaknesses when applied to real world clinical data. Abstract: Medical brain image analysis is a necessary step in computer-assisted/computer-aided diagnosis (CAD) systems. Advancements in both hardware and software in the past few years have led to improved segmentation and classification of various diseases. In the present work, we review the published literature on systems and algorithms that allow for classification, identification, and detection of white matter hyperintensities (WMHs) of brain magnetic resonance (MR) images, specifically in cases of ischemic stroke and demyelinating diseases. For the selection criteria, we used bibliometric networks. Of a total of 140 documents, we selected 38 articles that deal with the main objectives of this study.
    [Show full text]
  • Medical Image Processing: from Formation to Interpretation
    Technical Article Share on Twitter Facebook LinkedIn Email Medical Image Processing: From Formation to Interpretation Anton Patyuchenko Analog Devices, Inc. Technological advancements achieved in medical imaging over the last Core Areas of Medical Image Processing century created unprecedented opportunities for noninvasive diagnostic There are numerous concepts and approaches for structuring the field of and established medical imaging as an integral part of healthcare systems medical image processing that focus on different aspects of its core areas today. One of the major areas of innovation representing these advance- illustrated in Figure 1. These areas shape three major processes underlying ments is the interdisciplinary field of medical image processing. this field—image formation, image computing, and image management. This field of rapid development deals with a broad number of processes The process of image formation is comprised of data acquisition and ranging from raw data acquisition to digital image communication that image reconstruction steps, providing a solution to a mathematical inverse underpin the complete data flow in modern medical imaging systems. problem. The purpose of image computing is to improve interpretability of Nowadays, these systems offer increasingly higher resolutions in spatial the reconstructed image and extract clinically relevant informa tion from it. and intensity dimensions, as well as faster acquisition times resulting in an Finally, image management deals with compression, archiving, retrieval, extensive amount of high quality raw image data that must be properly and communication of the acquired images and derived information. processed and interpreted to attain accurate diagnostic results. This article focuses on the key areas of medical image processing, consid- ers the context of specific imaging modalities, and discusses the key challenges and trends in this field.
    [Show full text]
  • Computational Anatomy for Multi-Organ Analysis in Medical Imaging: a Review
    Medical Image Analysis 56 (2019) 44–67 Contents lists available at ScienceDirect Medical Image Analysis journal homepage: www.elsevier.com/locate/media Computational anatomy for multi-organ analysis in medical imaging: A review ∗ Juan J. Cerrolaza a, , Mirella López Picazo b,c, Ludovic Humbert c, Yoshinobu Sato d, Daniel Rueckert a, Miguel Ángel González Ballester b,e, Marius George Linguraru f,g a Biomedical Image Analysis Group, Imperial College London, United Kingdom b BCN Medtech, Dept. of Information and Communication Technologies, Universitat Pompeu Fabra, Barcelona, Spain c Galgo Medical S.L., Spain d Graduate School of Information Science, Nara Institute of Science and Technology (NAIST), Nara, Japan e ICREA, Barcelona, Spain f Sheickh Zayed Institute for Pediatric Surgicaonl Innovation, Children’s National Health System, Washington DC, USA g School of Medicine and Health Sciences, George Washington University, Washington DC, USA a r t i c l e i n f o a b s t r a c t Article history: The medical image analysis field has traditionally been focused on the development of organ-, and Received 20 August 2018 disease-specific methods. Recently, the interest in the development of more comprehensive computa- Revised 5 February 2019 tional anatomical models has grown, leading to the creation of multi-organ models. Multi-organ ap- Accepted 13 April 2019 proaches, unlike traditional organ-specific strategies, incorporate inter-organ relations into the model, Available online 15 May 2019 thus leading to a more accurate representation of the complex human anatomy. Inter-organ relations Keywords: are not only spatial, but also functional and physiological.
    [Show full text]
  • Introduction to Medical Image Computing
    1 MEDICAL IMAGE COMPUTING (CAP 5937)- SPRING 2017 LECTURE 1: Introduction Dr. Ulas Bagci HEC 221, Center for Research in Computer Vision (CRCV), University of Central Florida (UCF), Orlando, FL 32814. [email protected] or [email protected] 2 • This is a special topics course, offered for the second time in UCF. Lorem Ipsum Dolor Sit Amet CAP5937: Medical Image Computing 3 • This is a special topics course, offered for the second time in UCF. • Lectures: Mon/Wed, 10.30am- 11.45am Lorem Ipsum Dolor Sit Amet CAP5937: Medical Image Computing 4 • This is a special topics course, offered for the second time in UCF. • Lectures: Mon/Wed, 10.30am- 11.45am • Office hours: Lorem Ipsum Dolor Sit Amet Mon/Wed, 1pm- 2.30pm CAP5937: Medical Image Computing 5 • This is a special topics course, offered for the second time in UCF. • Lectures: Mon/Wed, 10.30am-11.45am • Office hours: Mon/Wed, 1pm- 2.30pm • No textbook is Lorem Ipsum Dolor Sit Amet required, materials will be provided. • Avg. grade was A- last CAP5937: Medical Image Computing spring. 6 Image Processing Computer Vision Medical Image Imaging Computing Sciences (Radiology, Biomedical) Machine Learning 7 Motivation • Imaging sciences is experiencing a tremendous growth in the U.S. The NYT recently ranked biomedical jobs as the number one fastest growing career field in the nation and listed bio-medical imaging as the primary reason for the growth. 8 Motivation • Imaging sciences is experiencing a tremendous growth in the U.S. The NYT recently ranked biomedical jobs as the number one fastest growing career field in the nation and listed bio-medical imaging as the primary reason for the growth.
    [Show full text]
  • Lars Ruthotto
    Lars Ruthotto 400 Dowman Dr, W408 [email protected] 30322 Atlanta, GA http://www.mathcs.emory.edu/~lruthot/ United States @lruthotto Education Doctor of Natural Sciences, University of M¨unster,Germany, 2012, thesis entitled Hyperelastic Image Registration - Theory, Numerical Methods, and Applications, advisors: Martin Burger and Jan Modersitzki. Diploma in Mathematics, University of M¨unster,Germany, 2010. Full-time Positions Associate Professor, Departments of Mathematics and Computer Science, Emory University, since Sept. 2020. Assistant Professor, Departments of Mathematics and Computer Science, Emory University, Sept. 2014 { Aug. 2020. Postdoctoral Research Fellow, Department of Mathematics / Earth and Ocean Sciences, University of British Columbia, Canada, Jan. 2013 { Aug. 2014. Research and Teaching Assistant, Institute of Mathematics and Image Computing, University of L¨ubeck, Germany, Oct. 2010 { Dec. 2012. Research Assistant, Institute of Biomagnetism and Biosignalanalysis, University of M¨unster,Germany, Aug. and Sept. 2010. Research and Teaching Assistant, Institute for Computational and Applied Mathematics, University of M¨unster,Germany, April 2010 { July 2010. Other Positions Senior Fellow, Institute for Pure and Applied Mathematics (IPAM), Long program on Machine Learning for Physics and the Physics of Learning Tutorials, Sept. 2019 { Dec. 2019. Senior Consultant, XTract Technologies Inc., Jan. 2017 { Sept. 2019. Publications Submitted Papers and Preprints [P.6] Onken D, Nurbekyan L, Li X, Wu Fung S, Osher S, Ruthotto
    [Show full text]
  • Lecture 1: Introduction to Medical Image Computing
    1 MEDICAL IMAGE COMPUTING (CAP 5937)- SPRING 2016 LECTURE 1: Introduction Dr. Ulas Bagci HEC 221, Center for Research in Computer Vision (CRCV), University of Central Florida (UCF), Orlando, FL 32814. [email protected] or [email protected] 2 • This is a special topics course, offered for the first time in UCF. Lorem Ipsum Dolor Sit Amet CAP5937: Medical Image Computing 3 • This is a special topics course, offered for the first time in UCF. • Lectures: Mon/Wed, 10.30am- 11.45am Lorem Ipsum Dolor Sit Amet CAP5937: Medical Image Computing 4 • This is a special topics course, offered for the first time in UCF. • Lectures: Mon/Wed, 10.30am- 11.45am • Office hours: Lorem Ipsum Dolor Sit Amet Mon/Wed, 1pm- 2.30pm CAP5937: Medical Image Computing 5 • This is a special topics course, offered for the first time in UCF. • Lectures: Mon/Wed, 10.30am-11.45am • Office hours: Mon/Wed, 1pm- 2.30pm Lorem Ipsum Dolor Sit Amet • No textbook is required, materials will be provided. CAP5937: Medical Image Computing 6 Image Processing Computer Vision Medical Image Imaging Computing Sciences (Radiology, Biomedical) Machine Learning 7 Motivation • Imaging sciences is experiencing a tremendous growth in the U.S. The NYT recently ranked biomedical jobs as the number one fastest growing career field in the nation and listed bio-medical imaging as the primary reason for the growth. 8 Motivation • Imaging sciences is experiencing a tremendous growth in the U.S. The NYT recently ranked biomedical jobs as the number one fastest growing career field in the nation and listed bio-medical imaging as the primary reason for the growth.
    [Show full text]
  • Multimodal Neuroimaging Computing: the Workflows, Methods, and Platforms
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Sydney eScholarship Brain Informatics (2015) 2:181–195 DOI 10.1007/s40708-015-0020-4 Multimodal neuroimaging computing: the workflows, methods, and platforms Sidong Liu • Weidong Cai • Siqi Liu • Fan Zhang • Michael Fulham • Dagan Feng • Sonia Pujol • Ron Kikinis Received: 29 July 2015 / Accepted: 20 August 2015 / Published online: 4 September 2015 Ó The Author(s) 2015. This article is published with open access at Springerlink.com Abstract The last two decades have witnessed the 1 Introduction explosive growth in the development and use of noninva- sive neuroimaging technologies that advance the research Neuroimaging has profoundly advanced neuroscience on human brain under normal and pathological conditions. research and clinical care rapidly in the past two decades, Multimodal neuroimaging has become a major driver of prominently by magnetic resonance imaging (MRI), com- current neuroimaging research due to the recognition of the plemented positron emission tomography (PET), and clinical benefits of multimodal data, and the better access electroencephalography (EEG)/magnetoencephalography to hybrid devices. Multimodal neuroimaging computing is (MEG). The art of neuroimaging today is shaped by three very challenging, and requires sophisticated computing to concurrent, interlinked technological developments [1]: address the variations in spatiotemporal resolution and Data Acquisition The advances of imaging instrumen- merge the biophysical/biochemical information. We review tation have enabled digital image acquisition, as well as the current workflows and methods for multimodal neu- electronic data storage and communication systems, such roimaging computing, and also demonstrate how to con- as the picture archiving and communication system duct research using the established neuroimaging (PACS).
    [Show full text]