The Art and Pitfalls of fmri Preprocessing

Size: px
Start display at page:

Download "The Art and Pitfalls of fmri Preprocessing"

Transcription

1 Translational Neuroodeling Unit The Art and Pitfalls of fmri Preprocessing Lars Kasper June 14 th, An SPM Perspective MR-Technology Group & Translational Neuroodeling Unit Institute for Bioedical Engineering University of Zurich and ETH Zurich

2 Abstract fmri preprocessing has catastrophic consequences on study outcoes - if it fails. However, such failures are hard to detect, due to the coplexity of preprocessing pipelines and the sheer aount of iage data to be reviewed. Thus, an autoatic way of reproducing, docuenting and assessing coplex workflows is key to a successful preprocessing strategy. This talk deonstrates how SPM caters for this need by one of its ain user interface features: the Batch Editor. First, we see how its odular structure and input/output definitions allow for setting up the whole preprocessing pipeline at once in a reproducible fashion that can be easily reviewed, and applied to different subjects. Modules such as realignent, slice-tiing correction, coregistration, and noralization via unified segentation are covered. We introduce one specific preprocessing pipeline with its rationale, and a clear decision tree for when to deviate fro it. Secondly, the Batch Editor greatly facilitates quality assurance by recruiting the versatile (but soewhat hidden) visualization capabilities of SPM, to create graphical reports of each preprocessing step. Finally, we highlight how to integrate nonstandard preprocessing odules into SPM via the Batch Editor, by the exaple of physiological noise correction with a custo-built toolbox (TAPAS PhysIO). The forat of this talk will incorporate the graphical user interface wherever possible, including walk-throughs and screen-shots. 2

3 Tutorial: Code and Data Download exaple code and data presented in this talk: Section: Talk and Lecture Materials SPM12 (Statistical Paraetric Mapping) developed by the Functional Iage Lab, UCL, London TAPAS PhysIO Toolbox (SPM or Matlab standalone) Docuentation & Exaple Data (Philips/Sieens/GE): 3

4 Outline Setting up a Preprocessing Pipeline in SPM: The Batch Editor Monitoring and Coparing Pipelines Multi-subject Pipelines Integrating Own Code and Toolboxes: Physiological Noise Modeling and Evaluation 4

5 Outline Setting up a Preprocessing Pipeline in SPM: The Batch Editor SPM Overview & Vocabulary Preprocessing Theory (SPM-specific) Interface/Philosophy: Modules/Dependencies/Data Monitoring and Coparing Pipelines Multi-subject Pipelines Integrating Own Code and Toolboxes: Physiological Noise Modeling and Evaluation 5

6 Outline Setting up a Preprocessing Pipeline in SPM: The Batch Editor SPM Vocabulary What is SPM? GUI What is Realign/Co-Registration/Noralisation via Unified Segentation Dealing with Headers (Estiate vs Write/Reslice), 3D vs 4D fraes Preprocessing Theory (SPM-specific) Co-Registration Joint Histogra Unified Segentation: Algorith, TPMs, Why does it noralise? Batch Editor Philosophy: Modules/Dependencies/Data History, V. Glauche, sp/batches (Ged), preproc_fri_siplified. Finally: Process Diagra and corresponding pipeline, run! 6

7 Overview of SPM for fmri Iage tie-series Kernel Design atrix Statistical paraetric ap (SPM) Realignent Soothing General linear odel Preprocessing Noralisation Statistical inference Rando field theory Teplate Paraeter estiates p <0.05 7

8 The SPM GUI Preprocessing Realignent Slice-Tiing Correction Co-registration Unified Segentation & Noralisation Soothing Noise Modelling 3. Physiological Confound Regressors The Batch Editor 8

9 Spatial Preprocessing: SPM vocabulary SPM uses different naes for different odes of iage registration depending on input iages and allowed transforations Realignent Intra-odal iage registration e.g. functional iages rigid body transforations translation/rotation Co-Registration Inter-odal registration e.g. T1/T2 contrast functional to structural iage affine transforations rigid body stretching/shearing Unified Segentation Multi-odal registration e.g. T1 and/or T2 structural iage(s) to teplate non-linear transforations constrained deforation fields 9

10 Spatial Preprocessing: SPM vocabulary Realignent Unified Segentation REALIGN COREG SEGMENT NORM WRITE SMOOTH Co-Registration 10

11 Spatial Preprocessing Input Output fmri tie-series Structural MRI TPMs Segentation Deforation Fields (y_struct.nii) Kernel REALIGN COREG SEGMENT NORM WRITE SMOOTH Motion corrected Mean functional (Headers changed) MNI Space GLM 11

12 Theory: Co-Registration Structural MRI Motion corrected COREG Mean functional (Headers changed) Aligns structural iage to ean functional iage Affine transforation: translations, rotations, scaling, shearing Objective function: utual inforation, since contrast different Optiisation via Powell s ethod: conjugate directions, line seach along paraeters Typically only transforation atrix changed (no reslicing) 12

13 Theory: Coreg Joint Histogra Joint Histogra Marginal Histogra Mean functional Anatoical MRI Joint and arginal Histogra Quantify how well one iage predicts the other how uch shared inforation Joint probability distribution estiated fro joint histogra intensity bins structural intensity bins functional Joint Histogra: h(i f,i s ) Count of voxels who have intensity i f in functional and i s in structural iage 13

14 Theory: Good Co-Registration Output Voxels of sae tissue have sae intensity in MR-contrast 2 nd MR contrast, this intensity ay be different, but still the sae aong all voxels of sae tissue type Aligned voxels in 2 iages = crisp peaks in joint histogra 14

15 Theory: Unified Segentation Structural MRI TPMs Segented Iages Deforation Fields SEGMENT NORM WRITE (y_struct.nii) Motion corrected Mean functional (Headers changed) MNI Space 15

16 Theory: Segentation/Noralisation MRI iperfections: No siple siilarity easure, a lot of possible transforations Noise, artefacts, partial volue effects Intensity inhoogeneity (bias field) Geoetric/Contrast differences between sequences Noralisation of segented tissues is ore robust and precise than of original iage Tissue segentation benefits fro spatially aligned tissue probability aps (of prior segentation data) This circularity otivates siultaneous segentation and noralisation in a unified odel Lars Kasper: An SPM Perspective on fmri Preprocessing 16

17 Theory: Unified Model Segentation SPM12 ipleents a generative odel of voxel intensity fro tissue class probabilities Principled Bayesian probabilistic forulation Segentation by inverting a Gaussian ixture odel Deforations of prior tissue probability aps (TPMs, priors) are also part of the odel The inverse of the transforation that aligns the TPMs can be used to noralise the original iage Non-linear deforations are constrained by regularisation factors Bias correction is included within the odel Lars Kasper: An SPM Perspective on fmri Preprocessing 17

18 Mixture of Gaussians Classification is based on a Mixture of Gaussians odel, which represents the intensity probability density by a nuber of Gaussian distributions. Multiple Gaussians per tissue class allow non-gaussian intensity distributions to be odelled e.g. partial volue effects Frequency (nuber of pixels) Iage Intensity Lars Kasper: An SPM Perspective on fmri Preprocessing 18

19 Tissue Probability Maps Tissue probability aps (TPMs) are used as the prior, instead of the proportion of voxels in each class ICBM Tissue Probabilistic Atlases. These tissue probability aps were kindly provided by the International Consortiu for Brain Mapping Lars Kasper: An SPM Perspective on fmri Preprocessing 19

20 Deforing the Tissue Probability Maps Tissue probability ap teplates are warped to atch the subject The inverse transfor warps to the TPMs 20

21 Preprocessing Pipeline Input Output fmri tie-series Structural MRI TPMs Segentation Deforation Fields (y_struct.nii) Kernel REALIGN COREG SEGMENT NORM WRITE SMOOTH Motion corrected Mean functional (Headers changed) MNI Space GLM 21

22 The Batch Editor in SPM 3. fmri tie-series Structural MRI Eleents of a Pipeline 1. Modules 2. Dependencies 3. Data (Subject-specific) Philosophy: Batch = Process Diagra 1. REALIGN COREG Input Output Motion corrected Mean functional 22

23 The Batch Editor in SPM developer: V. Glauche coand line usage: sp_joban 23

24 Deo 1 Siple preprocessing pipeline for fmri (G. Ridgway) Based on sp12/batches/preproc_fri_siplified. Data: Social Learning (A. Diaconescu [1], TNU Zurich, Philips 3T) After download: 1. Unzip archive exaples_physio_short.zip 2. Open Matlab, run code/init_reset_exaple. subject01-folder created, Batches filled with right data (filenaes and path) already 3. Load subject01/batches/deo01_siple_batch_preproc/ batch_sp_preproc_fri_siplified. in Batch Editor Either via GUI or sp_joban( initcfg ); sp_joban( interactive, batch_sp_preproc_fri_siplified.. ); 4. Run Batch (Press Play) [1] Diaconescu (2014), PLoS CB 24

25 Deo 1 - GUI 25

26 Deo 1 - Results Autoatic status plots saved in sp_<date>.ps REALIGN COREG 26

27 Outline Setting up a Preprocessing Pipeline in SPM: The Batch Editor Monitoring and Coparing Pipelines Perforance Measures: Mean/SD/SNR/Diff Iage SPM Plotting Routines and Autoatic Reporting Spotting Failed Pipelines Coparing Alternative Pipelines Multi-subject Pipelines Integrating Own Code and Toolboxes: Physiological Noise Modeling and Evaluation 27

28 Outline Monitoring and Coparing Pipelines Perforance Measures: Mean/SD/SNR/Diff Iages Rationale fro tie series, partial volue effects ean = artifact, SD = sensitivity loss, SNR = cobined, ean(abs(diff)) SPM Plotting Routines and Autoatic Reporting sp_print, sp_check_registration Spotting Failed Pipelines fri.at with 1 vol (or spike in FFT?), anatoy irrored for coreg/segent Coparing Alternative Pipelines slice tiing correction no/before/after realign: preproc_fri. deep or broad folder tree for different pipelines? 28

29 Pipeline Monitoring Pipelines => Autoatisation of Preprocessing When soething goes wrong how do we even notice? Monitoring, but: cubersoe, when lots of data Thus: Autoatise quality onitoring as well via pipelines Required: Suitable perforance easures Single iage: visual inspection geoetry/contrast/noise/snr Tie series Mean => Artifact levels (localization) SD => Fluctuation levels (consistent over whole tie series) SNR = Mean/SD => sensitivity for signal changes of interest, e.g. BOLD Diff iages (ax(abs(diff)) or odd vs even) => outlier detection, iage noise Welvaert (2013), PLoS One Friedan/Glover (2006), 29

30 Statistical Iages of Tie Series Setup Pipeline Quality Monitoring Mul2- Subject Noise Modeling Structural: visual inspection geoetry/contrast/noise/ SNR Functional Mean => Artifact levels (localization) SD => Fluctuation levels (consistent over whole tie series) SNR = Mean/SD => sensitivity for signal changes of interest, e.g. BOLD Diff iages (ax(abs(diff)) or odd vs even) => outlier detection, iage noise Lars Kasper: An SPM Perspective on fmri Preprocessing 30

31 Statistical Iages of Tie Series Structural: visual inspection geoetry/contrast/noise/ SNR Functional Mean => Artifact levels (localization) SD => Fluctuation levels (consistent over whole tie series) SNR = Mean/SD => sensitivity for signal changes of interest, e.g. BOLD Diff iages (ax(abs(diff)) or odd vs even) => outlier detection, iage noise 31

32 fmri = Acquiring Movies The Localized Tie-series is the Fundaental Inforation Unit of fmri Signal: Fluctuation through Blood oxygen level dependent (BOLD) contrast Noise: All other fluctuations Run/Session: Tie Series of Iages scan 1 tie scan N 32

33 Noise Categories & Reduction Theral Noise teporally uncorrelated reduced SNR è risk of false negatives Reedy: Spatial Soothing Noise: All other fluctuations Structured Noise teporally correlated reduced SNR è risk of false negatives correlated with task è risk of false positives Reedy: Noise Modelling (e.g. GLM) Inference = Signal-To-Noise 33

34 Deo 2 Coplete preprocessing pipeline for fmri Based on sp12/batches/preproc_fri Includes batch_report_quality. to visualize and save quality easures after each preprocessing step Run via 1. Load subject01/batches/deo02_siple_batch_preproc/ batch_preproc_fri_report_quality. 2. Either via GUI or sp_joban( interactive, batch_sp_preproc_fri_report_quality. ); 3. Alternative: Run batch directly fro coand line: sp_joban( run, batch_sp_preproc_fri_report_quality. ); 34

35 Deo 2 - Output Output: subject01/report_quality/report_quality.ps PostScript file with all output plots subject01/00_raw /ean.nii /01_realigned /04_soothed => raw tie series statistics => ean of tie series (per pixel) /sd.nii => standard deviation (per pixel) /snr.nii => ean/sd (per pixel) /diffoddeven.nii => SuOddIages SuEvenIages /axabsdiff => axiu delta iage (vol n vs n+1) => realigned tie series stats => soothed tie series stats 35

36 SPM Plotting Routines Check Reg Matlab coand line: sp_check_registration( iage1.nii, iage2.nii, ) via Batch Editor: SPM => Util => Check Registration Right click reveals aazing features (edge detection, anatoic labeling, header info, windowing, show intensity add blobs) 36

37 Plotting Exaple Teporal Fluctuation (SD) per pixel in functional iage tie series after each preprocessing step 37

38 Quiz What went wrong here? subjecta1 subjecta2 subjecta3 38

39 Outline Setting up a Preprocessing Pipeline in SPM: The Batch Editor Monitoring and Coparing Pipelines Multi-subject Pipelines Staying on Top: Organisation of Data Looping Pipelines over Subjects Data Tips for Efficient Perforance Monitoring Integrating Own Code and Toolboxes: Physiological Noise Modeling and Evaluation 39

40 Outline Multi-subject Pipelines Staying on Top: Organisation of Data Sae folder structure for different subjects, suggested naing Looping Pipelines over Subjects Data Unfilled job dependencies (<-X) as input paraeters Skipping subjects No GUI for cluster (sp_get_defaults( cdline,1)) => howto output? Tips for Efficient Perforance Monitoring Copiling large PS files with abundant plotting Scripts for re-loading quality report iages (sp_check_registration) 40

41 Deo 3 Multi-subject Pipelines Staying on Top: Organisation of Data Sae folder structure for different subjects, suggested naing Looping Pipelines over Subjects Data Unfilled job dependencies (<-X) as input paraeters Skipping subjects No GUI for cluster (sp_get_defaults( cdline,1)) => howto output? Tips for Efficient Perforance Monitoring Copiling large PS files with abundant plotting Scripts for re-loading quality report iages (sp_check_registration) 41

42 Outline Setting up a Preprocessing Pipeline in SPM: The Batch Editor Monitoring and Coparing Pipelines Multi-subject Pipelines Integrating Own Code and Toolboxes: Physiological Noise Modeling and Evaluation Executing Custo Matlab Code within the Pipeline The TAPAS PhysIO Toolbox Autoatic (Noise) Modeling and Contrast Reporting 42

43 Outline Integrating Own Code and Toolboxes: Physiological Noise Modeling and Evaluation Executing Custo Matlab Code within the Pipeline e.g. creation of ultiple_conditions, extra otion regressors (12/24) The TAPAS PhysIO Toolbox Overview which noise odels ipleented Focus on robustness, ulti-vendor copatibility Modules/Paraeters colored and in Batch Editor Autoatic (Noise) Modeling and Contrast Reporting Contrast Report => Glass Brain & Table as.ps tapas_physio_report_contrasts => F-contrast, showing typical distributions and structural underlay 43

44 Iage-based Noise Correction PhysIO Toolbox 44

45 Physiological Noise Correction 1. Physiological Monitoring 2. Preprocessing of Physiological Data 3. Model tie series physiological noise 4. Noise Reduction and Assessent Peripheral Devices PhysIO Toolbox SPM ECG, PPU Cardiac cycle Breathing belt Respiratory cycle Confound regressors Lars Kasper: An SPM Perspective on fmri Preprocessing 45

46 Workflow PhysIO Toolbox Read logfiles Preprocess physiological data Model tie series physiological noise Include confound regressors (GLM) Of peripheral physiological data Vendor-specific Filter noisy ECG & detect cardiac pulses Hand-pick issing pulses RETROICOR Respiratory Volue Heart Rate Multiple_regressors file for SPM Finally: Check Influence of Physiological Noise (Correction) on Data SPM F-contrast on 1st and second level Lars Kasper: An SPM Perspective on fmri Preprocessing 46

47 PhysIO: SPM Batch Interface Lars Kasper: An SPM Perspective on fmri Preprocessing 47

48 Model Check: SPM F-contrasts Finally: Check Influence of Physiological Noise (Correction) on Data SPM F-contrast on 1st and second level Lars Kasper: An SPM Perspective on fmri Preprocessing 48

49 Conclusion Setting up a Preprocessing Pipeline in SPM: The Batch Editor Monitoring and Coparing Pipelines Multi-subject Pipelines Integrating Own Code and Toolboxes: Physiological Noise Modeling and Evaluation 49

50 Thank you for your attention and these people for their support in the preparation: Ged Ridgway Guillaue Flandin Klaas Enno Stephan John Ashburner Questions: Now J Poster #3736 (PhysIO): Wed, 12:45p kasper@bioed.ee.ethz.ch 50

51 Preprocessing: Iage Registration B. Allowed Transforations Rigid-Body Affine Non-linear REALIGN COREG SEGMENT NORM WRITE C. Siilarity Measure Mean-squared Difference Exact Linearized Solution Mutual Inforation Conjugate Direction Line Search D. Optiisation Tissue Class Probability Iterated Conditional Modes (EM/Levenberg-Marquardt) 51

52 Headers (Map Voxel-to-World) Data: 3D iages are ade up of voxels. Voxel intensities are stored on disk as lists of nubers. Header: Meta-inforation about the data: iage diensions (list to 3D) voxel-to-world apping (affine) fro: data coordinates (voxel colun i, row j, slice k) to: a real-world position (x,y,z ) in a coordinate syste ( e.g. Scanner or MNI) SPM changes headers only where possible to avoid interpolation in realign and co-register (estiate) enforce rewriting the data (by interpolation) by reslice / write 52

53 E. Reslicing/Interpolation Iages have to be saved as voxel intensity list on disk After applying transforation paraeters, data is resapled onto sae grid of voxels as reference iage Reoriented Resliced 1x1x3 voxel size 2x2x2 voxel size 53

54 SPM 3D vs 4D Always take care whether you specify a nifti-file (containing a 4D dataset, including different volues) or a nifti-frae (one 3D volue) file: frae: subject01/fri/fri.nii subject01/fri/fri.nii,1 (or,15 etc.) The Batch Editor is not always consistent in what it needs, i.e. just the file nae or a list of all individual fraes This is one the ost coon error sources using preprocessing pipelines 54

fmri Preprocessing & Noise Modeling

fmri Preprocessing & Noise Modeling Translational Neuromodeling Unit fmri Preprocessing & Noise Modeling Lars Kasper September 25 th / October 17 th, 2015 MR-Technology Group & Translational Neuromodeling Unit An SPM Tutorial Institute for

More information

Signal, Noise and Preprocessing*

Signal, Noise and Preprocessing* Translational Neuroodeling Unit SNR & Preproc Teporal Spatial General Realign Coreg Noralise Sooth Signal, Noise and Preprocessing* Methods and Models for fmri Analysis Septeber 25 th, 2015 Lars Kasper,

More information

Spatial Special Preprocessing

Spatial Special Preprocessing Spatial Special Preprocessing Methods & Models for fmri Data Analysis Septeber 26, 2014 Lars Kasper, PhD TNU & MR-Technology Group Institute for Bioedical Engineering, UZH & ETHZ Generous slide support:

More information

Preprocessing of fmri data (basic)

Preprocessing of fmri data (basic) Preprocessing of fmri data (basic) Practical session SPM Course 2016, Zurich Andreea Diaconescu, Maya Schneebeli, Jakob Heinzle, Lars Kasper, and Jakob Sieerkus Translational Neuroodeling Unit (TNU) Institute

More information

Signal, Noise and Preprocessing*

Signal, Noise and Preprocessing* Translational Neuroodeling Unit Signal, Noise and Preprocessing* Methods and Models for fmri Analysis Septeber 27 th, 2016 Lars Kasper, PhD TNU & MR-Technology Group Institute for Bioedical Engineering,

More information

Image Processing for fmri John Ashburner. Wellcome Trust Centre for Neuroimaging, 12 Queen Square, London, UK.

Image Processing for fmri John Ashburner. Wellcome Trust Centre for Neuroimaging, 12 Queen Square, London, UK. Iage Processing for fmri John Ashburner Wellcoe Trust Centre for Neuroiaging, 12 Queen Square, London, UK. Contents * Preliinaries * Rigid-Body and Affine Transforations * Optiisation and Objective Functions

More information

FIL SPM Course Spatial Preprocessing

FIL SPM Course Spatial Preprocessing Registration, noralisation, segentation, VBM Matthan Caan, BIC/CSCA suer school 2012 Neuroiage, 2012 slides copied/adjusted fro: FIL SPM Course Spatial Preprocessing 1. smri 2. DTI 3. fmri By John Ashburner

More information

Data pre-processing framework in SPM. Bogdan Draganski

Data pre-processing framework in SPM. Bogdan Draganski Data pre-processing fraework in SPM Bogdan Draganski Outline Why do we need pre-processing? Overview Structural MRI pre-processing fmri pre-processing Why do we need pre-processing? What do we want? Reason

More information

Preprocessing I: Within Subject John Ashburner

Preprocessing I: Within Subject John Ashburner Preprocessing I: Within Subject John Ashburner Pre-processing Overview Statistics or whatever fmri tie-series Anatoical MRI Teplate Soothed Estiate Spatial Nor Motion Correct Sooth Coregister 11 21 31

More information

Functional MRI in Clinical Research and Practice Preprocessing

Functional MRI in Clinical Research and Practice Preprocessing Functional MRI in Clinical Research and Practice Preprocessing fmri Preprocessing Slice timing correction Geometric distortion correction Head motion correction Temporal filtering Intensity normalization

More information

Basic fmri Design and Analysis. Preprocessing

Basic fmri Design and Analysis. Preprocessing Basic fmri Design and Analysis Preprocessing fmri Preprocessing Slice timing correction Geometric distortion correction Head motion correction Temporal filtering Intensity normalization Spatial filtering

More information

Introduction to fmri. Pre-processing

Introduction to fmri. Pre-processing Introduction to fmri Pre-processing Tibor Auer Department of Psychology Research Fellow in MRI Data Types Anatomical data: T 1 -weighted, 3D, 1/subject or session - (ME)MPRAGE/FLASH sequence, undistorted

More information

Functional MRI data preprocessing. Cyril Pernet, PhD

Functional MRI data preprocessing. Cyril Pernet, PhD Functional MRI data preprocessing Cyril Pernet, PhD Data have been acquired, what s s next? time No matter the design, multiple volumes (made from multiple slices) have been acquired in time. Before getting

More information

SPM8 for Basic and Clinical Investigators. Preprocessing. fmri Preprocessing

SPM8 for Basic and Clinical Investigators. Preprocessing. fmri Preprocessing SPM8 for Basic and Clinical Investigators Preprocessing fmri Preprocessing Slice timing correction Geometric distortion correction Head motion correction Temporal filtering Intensity normalization Spatial

More information

GLM for fmri data analysis Lab Exercise 1

GLM for fmri data analysis Lab Exercise 1 GLM for fmri data analysis Lab Exercise 1 March 15, 2013 Medical Image Processing Lab Medical Image Processing Lab GLM for fmri data analysis Outline 1 Getting Started 2 AUDIO 1 st level Preprocessing

More information

Preprocessing II: Between Subjects John Ashburner

Preprocessing II: Between Subjects John Ashburner Preprocessing II: Between Subjects John Ashburner Pre-processing Overview Statistics or whatever fmri time-series Anatomical MRI Template Smoothed Estimate Spatial Norm Motion Correct Smooth Coregister

More information

EPI Data Are Acquired Serially. EPI Data Are Acquired Serially 10/23/2011. Functional Connectivity Preprocessing. fmri Preprocessing

EPI Data Are Acquired Serially. EPI Data Are Acquired Serially 10/23/2011. Functional Connectivity Preprocessing. fmri Preprocessing Functional Connectivity Preprocessing Geometric distortion Head motion Geometric distortion Head motion EPI Data Are Acquired Serially EPI Data Are Acquired Serially descending 1 EPI Data Are Acquired

More information

A simplified approach to merging partial plane images

A simplified approach to merging partial plane images A siplified approach to erging partial plane iages Mária Kruláková 1 This paper introduces a ethod of iage recognition based on the gradual generating and analysis of data structure consisting of the 2D

More information

Evaluation of a multi-frame blind deconvolution algorithm using Cramér-Rao bounds

Evaluation of a multi-frame blind deconvolution algorithm using Cramér-Rao bounds Evaluation of a ulti-frae blind deconvolution algorith using Craér-Rao bounds Charles C. Beckner, Jr. Air Force Research Laboratory, 3550 Aberdeen Ave SE, Kirtland AFB, New Mexico, USA 87117-5776 Charles

More information

SPM8 for Basic and Clinical Investigators. Preprocessing

SPM8 for Basic and Clinical Investigators. Preprocessing SPM8 for Basic and Clinical Investigators Preprocessing fmri Preprocessing Slice timing correction Geometric distortion correction Head motion correction Temporal filtering Intensity normalization Spatial

More information

Quantitative Comparison of Sinc-Approximating Kernels for Medical Image Interpolation

Quantitative Comparison of Sinc-Approximating Kernels for Medical Image Interpolation Quantitative Coparison of Sinc-Approxiating Kernels for Medical Iage Interpolation Erik H. W. Meijering, Wiro J. Niessen, Josien P. W. Plui, Max A. Viergever Iage Sciences Institute, Utrecht University

More information

TensorFlow and Keras-based Convolutional Neural Network in CAT Image Recognition Ang LI 1,*, Yi-xiang LI 2 and Xue-hui LI 3

TensorFlow and Keras-based Convolutional Neural Network in CAT Image Recognition Ang LI 1,*, Yi-xiang LI 2 and Xue-hui LI 3 2017 2nd International Conference on Coputational Modeling, Siulation and Applied Matheatics (CMSAM 2017) ISBN: 978-1-60595-499-8 TensorFlow and Keras-based Convolutional Neural Network in CAT Iage Recognition

More information

EE 364B Convex Optimization An ADMM Solution to the Sparse Coding Problem. Sonia Bhaskar, Will Zou Final Project Spring 2011

EE 364B Convex Optimization An ADMM Solution to the Sparse Coding Problem. Sonia Bhaskar, Will Zou Final Project Spring 2011 EE 364B Convex Optiization An ADMM Solution to the Sparse Coding Proble Sonia Bhaskar, Will Zou Final Project Spring 20 I. INTRODUCTION For our project, we apply the ethod of the alternating direction

More information

Clustering. Cluster Analysis of Microarray Data. Microarray Data for Clustering. Data for Clustering

Clustering. Cluster Analysis of Microarray Data. Microarray Data for Clustering. Data for Clustering Clustering Cluster Analysis of Microarray Data 4/3/009 Copyright 009 Dan Nettleton Group obects that are siilar to one another together in a cluster. Separate obects that are dissiilar fro each other into

More information

SPM Introduction. SPM : Overview. SPM: Preprocessing SPM! SPM: Preprocessing. Scott Peltier. FMRI Laboratory University of Michigan

SPM Introduction. SPM : Overview. SPM: Preprocessing SPM! SPM: Preprocessing. Scott Peltier. FMRI Laboratory University of Michigan SPM Introduction Scott Peltier FMRI Laboratory University of Michigan! Slides adapted from T. Nichols SPM! SPM : Overview Library of MATLAB and C functions Graphical user interface Four main components:

More information

SPM Introduction SPM! Scott Peltier. FMRI Laboratory University of Michigan. Software to perform computation, manipulation and display of imaging data

SPM Introduction SPM! Scott Peltier. FMRI Laboratory University of Michigan. Software to perform computation, manipulation and display of imaging data SPM Introduction Scott Peltier FMRI Laboratory University of Michigan Slides adapted from T. Nichols SPM! Software to perform computation, manipulation and display of imaging data 1 1 SPM : Overview Library

More information

Feature Based Registration for Panoramic Image Generation

Feature Based Registration for Panoramic Image Generation IJCSI International Journal of Coputer Science Issues, Vol. 10, Issue 6, No, Noveber 013 www.ijcsi.org 13 Feature Based Registration for Panoraic Iage Generation Kawther Abbas Sallal 1, Abdul-Mone Saleh

More information

White Pixel Artifact. Caused by a noise spike during acquisition Spike in K-space <--> sinusoid in image space

White Pixel Artifact. Caused by a noise spike during acquisition Spike in K-space <--> sinusoid in image space White Pixel Artifact Caused by a noise spike during acquisition Spike in K-space sinusoid in image space Susceptibility Artifacts Off-resonance artifacts caused by adjacent regions with different

More information

Detection of Outliers and Reduction of their Undesirable Effects for Improving the Accuracy of K-means Clustering Algorithm

Detection of Outliers and Reduction of their Undesirable Effects for Improving the Accuracy of K-means Clustering Algorithm Detection of Outliers and Reduction of their Undesirable Effects for Iproving the Accuracy of K-eans Clustering Algorith Bahan Askari Departent of Coputer Science and Research Branch, Islaic Azad University,

More information

Ming-Wei Lee 1, Wei-Tso Lin 1, Yu-Ching Ni 2, Meei-Ling Jan 2, Yi-Chun Chen 1 * National Central University

Ming-Wei Lee 1, Wei-Tso Lin 1, Yu-Ching Ni 2, Meei-Ling Jan 2, Yi-Chun Chen 1 * National Central University Rapid Constructions of Circular-Orbit Pinhole SPECT Iaging Syste Matrices by Gaussian Interpolation Method Cobined with Geoetric Paraeter Estiations (GIMGPE Ming-Wei Lee, Wei-Tso Lin, Yu-Ching Ni, Meei-Ling

More information

fmri pre-processing Juergen Dukart

fmri pre-processing Juergen Dukart fmri pre-processing Juergen Dukart Outline Why do we need pre-processing? fmri pre-processing Slice time correction Realignment Unwarping Coregistration Spatial normalisation Smoothing Overview fmri time-series

More information

Feature Selection to Relate Words and Images

Feature Selection to Relate Words and Images The Open Inforation Systes Journal, 2009, 3, 9-13 9 Feature Selection to Relate Words and Iages Wei-Chao Lin 1 and Chih-Fong Tsai*,2 Open Access 1 Departent of Coputing, Engineering and Technology, University

More information

PHYSIO TOOLBOX QUICKSTART MANUAL

PHYSIO TOOLBOX QUICKSTART MANUAL PHYSIO TOOLBOX QUICKSTART MANUAL Author: Lars Kasper, Institute for Biomedical Engineering, University of Zurich and ETH Zurich kasper@biomed.ee.ethz.ch Development: 2008-2014 Last Change: May 3 rd, 2014

More information

Homework 1. An Introduction to Neural Networks

Homework 1. An Introduction to Neural Networks Hoework An Introduction to Neural Networks -785: Introduction to Deep Learning Spring 09 OUT: January 4, 09 DUE: February 6, 09, :59 PM Start Here Collaboration policy: You are expected to coply with the

More information

Journal of Articles in Support of The Null Hypothesis

Journal of Articles in Support of The Null Hypothesis Data Preprocessing Martin M. Monti, PhD UCLA Psychology NITP 2016 Typical (task-based) fmri analysis sequence Image Pre-processing Single Subject Analysis Group Analysis Journal of Articles in Support

More information

IMAGE MOSAICKING FOR ESTIMATING THE MOTION OF AN UNDERWATER VEHICLE. Rafael García, Xevi Cufí and Lluís Pacheco

IMAGE MOSAICKING FOR ESTIMATING THE MOTION OF AN UNDERWATER VEHICLE. Rafael García, Xevi Cufí and Lluís Pacheco IMAGE MOSAICKING FOR ESTIMATING THE MOTION OF AN UNDERWATER VEHICLE Rafael García, Xevi Cufí and Lluís Pacheco Coputer Vision and Robotics Group Institute of Inforatics and Applications, University of

More information

FMRI Pre-Processing and Model- Based Statistics

FMRI Pre-Processing and Model- Based Statistics FMRI Pre-Processing and Model- Based Statistics Brief intro to FMRI experiments and analysis FMRI pre-stats image processing Simple Single-Subject Statistics Multi-Level FMRI Analysis Advanced FMRI Analysis

More information

Image Filter Using with Gaussian Curvature and Total Variation Model

Image Filter Using with Gaussian Curvature and Total Variation Model IJECT Vo l. 7, Is s u e 3, Ju l y - Se p t 016 ISSN : 30-7109 (Online) ISSN : 30-9543 (Print) Iage Using with Gaussian Curvature and Total Variation Model 1 Deepak Kuar Gour, Sanjay Kuar Shara 1, Dept.

More information

Comparative Evaluation of Color-Based Video Signatures in the Presence of Various Distortion Types

Comparative Evaluation of Color-Based Video Signatures in the Presence of Various Distortion Types Coparative Evaluation of Color-Based Video Signatures in the Presence of Various Distortion Types Aritz Sánchez de la Fuente, Patrick Ndjiki-Nya, Karsten Sühring, Tobias Hinz, Karsten üller, and Thoas

More information

Action Recognition Using Local SpatioTemporal Oriented Energy Features and Additive. Kernel SVMs

Action Recognition Using Local SpatioTemporal Oriented Energy Features and Additive. Kernel SVMs International Journal of Electronics and Electrical Engineering Vol., No., June, 4 Action Recognition Using Local SpatioTeporal Oriented Energy Features and Additive Kernel SVMs Jiangfeng Yang and Zheng

More information

Novel Image Representation and Description Technique using Density Histogram of Feature Points

Novel Image Representation and Description Technique using Density Histogram of Feature Points Novel Iage Representation and Description Technique using Density Histogra of Feature Points Keneilwe ZUVA Departent of Coputer Science, University of Botswana, P/Bag 00704 UB, Gaborone, Botswana and Tranos

More information

This Time. fmri Data analysis

This Time. fmri Data analysis This Time Reslice example Spatial Normalization Noise in fmri Methods for estimating and correcting for physiologic noise SPM Example Spatial Normalization: Remind ourselves what a typical functional image

More information

Supplementary Section. A. Algorithm. B. Datasets. C. More on Labeling Functions

Supplementary Section. A. Algorithm. B. Datasets. C. More on Labeling Functions Suppleentary Section In this section, we include ore details about our algorith, labeling functions, datasets as well as additional results and coparisons, which could not be included in the ain paper

More information

NON-RIGID OBJECT TRACKING: A PREDICTIVE VECTORIAL MODEL APPROACH

NON-RIGID OBJECT TRACKING: A PREDICTIVE VECTORIAL MODEL APPROACH NON-RIGID OBJECT TRACKING: A PREDICTIVE VECTORIAL MODEL APPROACH V. Atienza; J.M. Valiente and G. Andreu Departaento de Ingeniería de Sisteas, Coputadores y Autoática Universidad Politécnica de Valencia.

More information

ELEVATION SURFACE INTERPOLATION OF POINT DATA USING DIFFERENT TECHNIQUES A GIS APPROACH

ELEVATION SURFACE INTERPOLATION OF POINT DATA USING DIFFERENT TECHNIQUES A GIS APPROACH ELEVATION SURFACE INTERPOLATION OF POINT DATA USING DIFFERENT TECHNIQUES A GIS APPROACH Kulapraote Prathuchai Geoinforatics Center, Asian Institute of Technology, 58 Moo9, Klong Luang, Pathuthani, Thailand.

More information

Image Registration + Other Stuff

Image Registration + Other Stuff Image Registration + Other Stuff John Ashburner Pre-processing Overview fmri time-series Motion Correct Anatomical MRI Coregister m11 m 21 m 31 m12 m13 m14 m 22 m 23 m 24 m 32 m 33 m 34 1 Template Estimate

More information

FSL Pre-Processing Pipeline

FSL Pre-Processing Pipeline The Art and Pitfalls of fmri Preprocessing FSL Pre-Processing Pipeline Mark Jenkinson FMRIB Centre, University of Oxford FSL Pre-Processing Pipeline Standard pre-processing: Task fmri Resting-state fmri

More information

Analysis of fmri data within Brainvisa Example with the Saccades database

Analysis of fmri data within Brainvisa Example with the Saccades database Analysis of fmri data within Brainvisa Example with the Saccades database 18/11/2009 Note : All the sentences in italic correspond to informations relative to the specific dataset under study TP participants

More information

Effective Tracking of the Players and Ball in Indoor Soccer Games in the Presence of Occlusion

Effective Tracking of the Players and Ball in Indoor Soccer Games in the Presence of Occlusion Effective Tracking of the Players and Ball in Indoor Soccer Gaes in the Presence of Occlusion Soudeh Kasiri-Bidhendi and Reza Safabakhsh Airkabir Univerisity of Technology, Tehran, Iran {kasiri, safa}@aut.ac.ir

More information

Solving the Damage Localization Problem in Structural Health Monitoring Using Techniques in Pattern Classification

Solving the Damage Localization Problem in Structural Health Monitoring Using Techniques in Pattern Classification Solving the Daage Localization Proble in Structural Health Monitoring Using Techniques in Pattern Classification CS 9 Final Project Due Dec. 4, 007 Hae Young Noh, Allen Cheung, Daxia Ge Introduction Structural

More information

COLOR HISTOGRAM AND DISCRETE COSINE TRANSFORM FOR COLOR IMAGE RETRIEVAL

COLOR HISTOGRAM AND DISCRETE COSINE TRANSFORM FOR COLOR IMAGE RETRIEVAL COLOR HISTOGRAM AND DISCRETE COSINE TRANSFORM FOR COLOR IMAGE RETRIEVAL 1 Te-Wei Chiang ( 蔣德威 ), 2 Tienwei Tsai ( 蔡殿偉 ), 3 Jeng-Ping Lin ( 林正平 ) 1 Dept. of Accounting Inforation Systes, Chilee Institute

More information

FSL Pre-Processing Pipeline

FSL Pre-Processing Pipeline The Art and Pitfalls of fmri Preprocessing FSL Pre-Processing Pipeline Mark Jenkinson FMRIB Centre, University of Oxford FSL Pre-Processing Pipeline Standard pre-processing: Task fmri Resting-state fmri

More information

Basic principles of MR image analysis. Basic principles of MR image analysis. Basic principles of MR image analysis

Basic principles of MR image analysis. Basic principles of MR image analysis. Basic principles of MR image analysis Basic principles of MR image analysis Basic principles of MR image analysis Julien Milles Leiden University Medical Center Terminology of fmri Brain extraction Registration Linear registration Non-linear

More information

Spectral Clustering with Two Views

Spectral Clustering with Two Views Spectral Clustering with Two Views Virginia R. de Sa Departent of Cognitive Science, 55 University of California, San Diego 95 Gilan Dr. La Jolla, CA 993-55 desa@ucsd.edu Abstract In this paper we develop

More information

Classification of Benign and Malignant DCE-MRI Breast Tumors by Analyzing the Most Suspect Region

Classification of Benign and Malignant DCE-MRI Breast Tumors by Analyzing the Most Suspect Region Classification of Benign and Malignant DCE-MRI Breast Tuors by Analyzing the Most Suspect Region Sylvia Glaßer 1, Uli Nieann 1, Uta Prei 2, Bernhard Prei 1, Myra Spiliopoulou 3 1 Departent for Siulation

More information

A Novel Approach to Fractal Dimension based Fingerprint Recognition System

A Novel Approach to Fractal Dimension based Fingerprint Recognition System Volue: 03 Issue: 04 Apr-2016 www.irjet.net p-issn: 2395-0072 A Novel Approach to Fractal Diension based Fingerprint Recognition Syste Chiteranjan Sahu 1, Vinay Jain 2 1M.E. Scholar, Dept. of Electronics

More information

A NEW METHOD FOR COLOURIZING OF MULTICHANNEL MR IMAGES BASED ON REAL COLOUR OF HUMAN BRAIN

A NEW METHOD FOR COLOURIZING OF MULTICHANNEL MR IMAGES BASED ON REAL COLOUR OF HUMAN BRAIN A NEW METHOD FOR OLOURIZING OF MULTIHANNEL MR IMAGES BASED ON REAL OLOUR OF HUMAN BRAIN Mohaad Hossein Kadbi; Eadoddin Fateizaheh; Abouzar Eslai; and arya khosroshahi Electrical Engineering Dept., Sharif

More information

The Internal Conflict of a Belief Function

The Internal Conflict of a Belief Function The Internal Conflict of a Belief Function Johan Schubert Abstract In this paper we define and derive an internal conflict of a belief function We decopose the belief function in question into a set of

More information

Performance Analysis of RAID in Different Workload

Performance Analysis of RAID in Different Workload Send Orders for Reprints to reprints@benthascience.ae 324 The Open Cybernetics & Systeics Journal, 2015, 9, 324-328 Perforance Analysis of RAID in Different Workload Open Access Zhang Dule *, Ji Xiaoyun,

More information

Single Subject Demo Data Instructions 1) click "New" and answer "No" to the "spatially preprocess" question.

Single Subject Demo Data Instructions 1) click New and answer No to the spatially preprocess question. (1) conn - Functional connectivity toolbox v1.0 Single Subject Demo Data Instructions 1) click "New" and answer "No" to the "spatially preprocess" question. 2) in "Basic" enter "1" subject, "6" seconds

More information

Boosted Detection of Objects and Attributes

Boosted Detection of Objects and Attributes L M M Boosted Detection of Objects and Attributes Abstract We present a new fraework for detection of object and attributes in iages based on boosted cobination of priitive classifiers. The fraework directly

More information

Predicting x86 Program Runtime for Intel Processor

Predicting x86 Program Runtime for Intel Processor Predicting x86 Progra Runtie for Intel Processor Behra Mistree, Haidreza Haki Javadi, Oid Mashayekhi Stanford University bistree,hrhaki,oid@stanford.edu 1 Introduction Progras can be equivalent: given

More information

3D Building Detection and Reconstruction from Aerial Images Using Perceptual Organization and Fast Graph Search

3D Building Detection and Reconstruction from Aerial Images Using Perceptual Organization and Fast Graph Search 436 Journal of Electrical Engineering & Technology, Vol. 3, No. 3, pp. 436~443, 008 3D Building Detection and Reconstruction fro Aerial Iages Using Perceptual Organization and Fast Graph Search Dong-Min

More information

AN INTEGRATED APPROACH TO MUSIC BOUNDARY DETECTION

AN INTEGRATED APPROACH TO MUSIC BOUNDARY DETECTION 10th International Society for Music Inforation Retrieval Conference (ISMIR 2009) AN INTEGRATED APPROACH TO MUSIC BOUNDARY DETECTION Min-Yian Su, Yi-Hsuan Yang, Yu-Ching Lin, Hoer Chen National Taiwan

More information

Fast Robust Fuzzy Clustering Algorithm for Grayscale Image Segmentation

Fast Robust Fuzzy Clustering Algorithm for Grayscale Image Segmentation Fast Robust Fuzzy Clustering Algorith for Grayscale Iage Segentation Abdelabbar Cherkaoui, Hanane Barrah To cite this version: Abdelabbar Cherkaoui, Hanane Barrah. Fast Robust Fuzzy Clustering Algorith

More information

Module Contact: Dr Rudy Lapeer (CMP) Copyright of the University of East Anglia Version 1

Module Contact: Dr Rudy Lapeer (CMP) Copyright of the University of East Anglia Version 1 UNIVERSITY OF EAST ANGLIA School of Coputing Sciences Main Series UG Exaination 2016-17 GRAPHICS 1 CMP-5010B Tie allowed: 2 hours Answer THREE questions. Notes are not peritted in this exaination Do not

More information

MiPPS: A Generative Model for Multi-Manifold Clustering

MiPPS: A Generative Model for Multi-Manifold Clustering Manifold Learning and its Applications: Papers fro the AAAI Fall Syposiu (FS-9-) MiPPS: A Generative Model for Multi-Manifold Clustering Oluwasani Koyejo and Joydeep Ghosh Electrical and Coputer Engineering

More information

Region Segmentation Region Segmentation

Region Segmentation Region Segmentation /7/ egion Segentation Lecture-7 Chapter 3, Fundaentals of Coputer Vision Alper Yilaz,, Mubarak Shah, Fall UCF egion Segentation Alper Yilaz,, Mubarak Shah, Fall UCF /7/ Laer epresentation Applications

More information

News Events Clustering Method Based on Staging Incremental Single-Pass Technique

News Events Clustering Method Based on Staging Incremental Single-Pass Technique News Events Clustering Method Based on Staging Increental Single-Pass Technique LI Yongyi 1,a *, Gao Yin 2 1 School of Electronics and Inforation Engineering QinZhou University 535099 Guangxi, China 2

More information

Methods for data preprocessing

Methods for data preprocessing Methods for data preprocessing John Ashburner Wellcome Trust Centre for Neuroimaging, 12 Queen Square, London, UK. Overview Voxel-Based Morphometry Morphometry in general Volumetrics VBM preprocessing

More information

Brian Noguchi CS 229 (Fall 05) Project Final Writeup A Hierarchical Application of ICA-based Feature Extraction to Image Classification Brian Noguchi

Brian Noguchi CS 229 (Fall 05) Project Final Writeup A Hierarchical Application of ICA-based Feature Extraction to Image Classification Brian Noguchi A Hierarchical Application of ICA-based Feature Etraction to Iage Classification Introduction Iage classification poses one of the greatest challenges in the achine vision and achine learning counities.

More information

KS3 Maths Progress Delta 2-year Scheme of Work

KS3 Maths Progress Delta 2-year Scheme of Work KS3 Maths Progress Delta 2-year Schee of Work See the spreadsheet for the detail. Essentially this is an express route through our higher-ability KS3 Maths Progress student books Delta 1, 2 and 3 as follows:

More information

Preprocessing of fmri data

Preprocessing of fmri data Preprocessing of fmri data Pierre Bellec CRIUGM, DIRO, UdM Flowchart of the NIAK fmri preprocessing pipeline fmri run 1 fmri run N individual datasets CIVET NUC, segmentation, spatial normalization slice

More information

EFFICIENT VIDEO SEARCH USING IMAGE QUERIES A. Araujo1, M. Makar2, V. Chandrasekhar3, D. Chen1, S. Tsai1, H. Chen1, R. Angst1 and B.

EFFICIENT VIDEO SEARCH USING IMAGE QUERIES A. Araujo1, M. Makar2, V. Chandrasekhar3, D. Chen1, S. Tsai1, H. Chen1, R. Angst1 and B. EFFICIENT VIDEO SEARCH USING IMAGE QUERIES A. Araujo1, M. Makar2, V. Chandrasekhar3, D. Chen1, S. Tsai1, H. Chen1, R. Angst1 and B. Girod1 1 Stanford University, USA 2 Qualco Inc., USA ABSTRACT We study

More information

! What is mrmr feature selection. ! Applications in cancer classification. ! Applications in image pattern recognition. ! Theoretical basis of mrmr

! What is mrmr feature selection. ! Applications in cancer classification. ! Applications in image pattern recognition. ! Theoretical basis of mrmr Miniu Redundancy and Maxiu Relevance Feature election and Its Applications Hanchuan Peng Janelia Far Research Capus, Howard Hughes Medical Institute What is RMR feature selection Applications in cancer

More information

Geo-activity Recommendations by using Improved Feature Combination

Geo-activity Recommendations by using Improved Feature Combination Geo-activity Recoendations by using Iproved Feature Cobination Masoud Sattari Middle East Technical University Ankara, Turkey e76326@ceng.etu.edu.tr Murat Manguoglu Middle East Technical University Ankara,

More information

PROBABILISTIC LOCALIZATION AND MAPPING OF MOBILE ROBOTS IN INDOOR ENVIRONMENTS WITH A SINGLE LASER RANGE FINDER

PROBABILISTIC LOCALIZATION AND MAPPING OF MOBILE ROBOTS IN INDOOR ENVIRONMENTS WITH A SINGLE LASER RANGE FINDER nd International Congress of Mechanical Engineering (COBEM 3) Noveber 3-7, 3, Ribeirão Preto, SP, Brazil Copyright 3 by ABCM PROBABILISTIC LOCALIZATION AND MAPPING OF MOBILE ROBOTS IN INDOOR ENVIRONMENTS

More information

Computational Neuroanatomy

Computational Neuroanatomy Computational Neuroanatomy John Ashburner john@fil.ion.ucl.ac.uk Smoothing Motion Correction Between Modality Co-registration Spatial Normalisation Segmentation Morphometry Overview fmri time-series kernel

More information

POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION. Junjun Jiang, Ruimin Hu, Zhen Han, Tao Lu, and Kebin Huang

POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION. Junjun Jiang, Ruimin Hu, Zhen Han, Tao Lu, and Kebin Huang IEEE International Conference on ultiedia and Expo POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION Junjun Jiang, Ruiin Hu, Zhen Han, Tao Lu, and Kebin Huang National Engineering

More information

A wireless sensor network for visual detection and classification of intrusions

A wireless sensor network for visual detection and classification of intrusions A wireless sensor network for visual detection and classification of intrusions ANDRZEJ SLUZEK 1,3, PALANIAPPAN ANNAMALAI 2, MD SAIFUL ISLAM 1 1 School of Coputer Engineering, 2 IntelliSys Centre Nanyang

More information

Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging

Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging 1 CS 9 Final Project Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging Feiyu Chen Department of Electrical Engineering ABSTRACT Subject motion is a significant

More information

Development of an Integrated Cost Estimation and Cost Control System for Construction Projects

Development of an Integrated Cost Estimation and Cost Control System for Construction Projects ABSTRACT Developent of an Integrated Estiation and Control Syste for Construction s by Salan Azhar, Syed M. Ahed and Aaury A. Caballero Florida International University 0555 W. Flagler Street, Miai, Florida

More information

Generating Mechanisms for Evolving Software Mirror Graph

Generating Mechanisms for Evolving Software Mirror Graph Journal of Modern Physics, 2012, 3, 1050-1059 http://dx.doi.org/10.4236/jp.2012.39139 Published Online Septeber 2012 (http://www.scirp.org/journal/jp) Generating Mechaniss for Evolving Software Mirror

More information

Hand Gesture Recognition for Human-Computer Interaction

Hand Gesture Recognition for Human-Computer Interaction Journal of Coputer Science 6 (9): 002-007, 200 ISSN 549-3636 200 Science Publications Hand Gesture Recognition for Huan-Coputer Interaction S. ohaed ansoor Rooi, R. Jyothi Priya and H. Jayalakshi Departent

More information

Colorado School of Mines. Computer Vision. Professor William Hoff Dept of Electrical Engineering &Computer Science.

Colorado School of Mines. Computer Vision. Professor William Hoff Dept of Electrical Engineering &Computer Science. Professor Willia Hoff Dept of Electrical Engineering &Coputer Science http://inside.ines.edu/~whoff/ 1 Caera Calibration 2 Caera Calibration Needed for ost achine vision and photograetry tasks (object

More information

A Novel Fuzzy Chinese Address Matching Engine Based on Full-text Search Technology

A Novel Fuzzy Chinese Address Matching Engine Based on Full-text Search Technology Based on Full-text Search Technology 12 Institute of Reote Sensing and Digital Earth National Engineering Research Center for Reote Sensing Applications,Beijing,100101, China E-ail: yaoxj@radi.ac.cn Xiang

More information

The Australian National University, Canberra Australia

The Australian National University, Canberra Australia Iproved Precision in the Measureent of Longitudinal Global and Regional Voluetric Changes via a Novel MRI Gradient Distortion Characterization and Correction Technique Vladiir S. Fonov 1, Andrew Janke

More information

Identifying Converging Pairs of Nodes on a Budget

Identifying Converging Pairs of Nodes on a Budget Identifying Converging Pairs of Nodes on a Budget Konstantina Lazaridou Departent of Inforatics Aristotle University, Thessaloniki, Greece konlaznik@csd.auth.gr Evaggelia Pitoura Coputer Science and Engineering

More information

An Integrated Processing Method for Multiple Large-scale Point-Clouds Captured from Different Viewpoints

An Integrated Processing Method for Multiple Large-scale Point-Clouds Captured from Different Viewpoints 519 An Integrated Processing Method for Multiple Large-scale Point-Clouds Captured fro Different Viewpoints Yousuke Kawauchi 1, Shin Usuki, Kenjiro T. Miura 3, Hiroshi Masuda 4 and Ichiro Tanaka 5 1 Shizuoka

More information

Video summarization based on shot boundary detection with penalized contrasts

Video summarization based on shot boundary detection with penalized contrasts Video suarization based on shot boundary detection with penalized contrasts Paschalina Medentzidou and Constantine Kotropoulos Departent of Inforatics Aristotle University of Thessaloniki Thessaloniki

More information

Relief shape inheritance and graphical editor for the landscape design

Relief shape inheritance and graphical editor for the landscape design Relief shape inheritance and graphical editor for the landscape design Egor A. Yusov Vadi E. Turlapov Nizhny Novgorod State University after N. I. Lobachevsky Nizhny Novgorod Russia yusov_egor@ail.ru vadi.turlapov@cs.vk.unn.ru

More information

Fmri Spatial Processing

Fmri Spatial Processing Educational Course: Fmri Spatial Processing Ray Razlighi Jun. 8, 2014 Spatial Processing Spatial Re-alignment Geometric distortion correction Spatial Normalization Smoothing Why, When, How, Which Why is

More information

Group MRF for fmri Activation Detection

Group MRF for fmri Activation Detection Group MRF for fmri Activation Detection Bernard Ng, Rafeef Abugharbieh The University of British Colubia 9 West Mall, Vancouver, BC VT Z bernardn@ece.ubc.ca, rafeef@ece.ubc.ca http://bisicl.ece.ubc.ca

More information

HIGH PERFORMANCE PRE-SEGMENTATION ALGORITHM FOR SONAR IMAGES

HIGH PERFORMANCE PRE-SEGMENTATION ALGORITHM FOR SONAR IMAGES HIGH PERFORMANCE PRE-SEGMENTATION ALGORITHM FOR SONAR IMAGES Benjain Lehann*, Konstantinos Siantidis*, Dieter Kraus** *ATLAS ELEKTRONIK GbH Sebaldsbrücker Heerstraße 235 D-28309 Breen, GERMANY Eail: benjain.lehann@atlas-elektronik.co

More information

Zurich SPM Course Voxel-Based Morphometry. Ged Ridgway (Oxford & UCL) With thanks to John Ashburner and the FIL Methods Group

Zurich SPM Course Voxel-Based Morphometry. Ged Ridgway (Oxford & UCL) With thanks to John Ashburner and the FIL Methods Group Zurich SPM Course 2015 Voxel-Based Morphometry Ged Ridgway (Oxford & UCL) With thanks to John Ashburner and the FIL Methods Group Examples applications of VBM Many scientifically or clinically interesting

More information

Smarter Balanced Assessment Consortium Claims, Targets, and Standard Alignment for Math

Smarter Balanced Assessment Consortium Claims, Targets, and Standard Alignment for Math Sarter Balanced Assessent Consortiu s, s, Stard Alignent for Math The Sarter Balanced Assessent Consortiu (SBAC) has created a hierarchy coprised of clais targets that together can be used to ake stateents

More information

(Geometric) Camera Calibration

(Geometric) Camera Calibration (Geoetric) Caera Calibration CS635 Spring 217 Daniel G. Aliaga Departent of Coputer Science Purdue University Caera Calibration Caeras and CCDs Aberrations Perspective Projection Calibration Caeras First

More information

CROSSOVER ANALYSIS OF CHANG E-1 LASER ALTIMETER DATA

CROSSOVER ANALYSIS OF CHANG E-1 LASER ALTIMETER DATA ISPRS Workshop on Geospatial Data Infrastructure: fro data acquisition and updating to sarter services CROSSOVER ANALYSIS OF CHANG E- LASER ALTIMETER DATA Wenin Hu, Zongyu Yue, Kaichang Di* Institute of

More information

3 Conference on Inforation Sciences and Systes, The Johns Hopkins University, March, 3 Sensitivity Characteristics of Cross-Correlation Distance Metric and Model Function F. Porikli Mitsubishi Electric

More information

A High-Speed VLSI Fuzzy Inference Processor for Trapezoid-Shaped Membership Functions *

A High-Speed VLSI Fuzzy Inference Processor for Trapezoid-Shaped Membership Functions * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 21, 607-626 (2005) A High-Speed VLSI Fuzzy Inference Processor for Trapezoid-Shaped Mebership Functions * SHIH-HSU HUANG AND JIAN-YUAN LAI + Departent of

More information