Voxel Deconvolutional Networks for 3D Brain Image Labeling

Size: px
Start display at page:

Download "Voxel Deconvolutional Networks for 3D Brain Image Labeling"

Transcription

1 Voxel Deconvolutional Networks for 3D Brain Image Labeling Yongjun Chen, Hongyang Gao, Lei Cai, Min Shi, Dinggang Shen, Shuiwang Ji Washington State University University of North Carolina at Chapel Hill KDD 2018

2 Deep Learning Becoming Pervasive [1] [2]

3 Encoder-Decoder Network * * * * * *

4 Encoder-Decoder Network * * * * * * Deconvolutional layer

5 Checkerboard Artifact Issue

6 1D Deconvolutional Layers kernel kernel1 kernel2 w 1 w 2 w 3 w 4 w 1 w 3 + w 2 w 4! " w 1 w 2 w 3 w 4! " w 1 w 3! " w 2 w 4! # w 1 w 2 w 3 w 4!! $ w 1 w 2 w 3 w 4!! $ w 1 w 3!! # w 1 w 3! #! $ w 2 w 4 w 2 w 4! % w 1 w 2 w 3 w 4! % w 1 w 3! % w 2 w 4! & w 1 w 2 w 3 w 4! & w 1 w 3! & w 2 w 4 '( ) '( * '( + '(, '( - '( )) '(. '( / '( 0 '( 1 '( )2 '( ). '( ) '(. '( * '( / '( + '( 0 '(, '( 1 '( - '( )2 '( )) '( ). '( ) '(. '( * '( / '( + '( 0 '(, '( 1 '( - '( )2 '( )) '( ). '( '( (5) (7)

7 3D Deconvolutional Layers ØAssume X R is the input and Y R is the output of a deconvolutional layer. Y " = X k ' for i = 1,, 8 (1) Y = Y " Y 7 Y ; Y < Y = Y > Y? (2) is convolution operation, is the periodical shuffling and combination operation, Y ' is the i 9: feature map and k ' is corresponding kernel

8 3D Deconvolutional Layers ØAssume X R is the input and Y R is the output of a deconvolutional layer. Y " = X k ' for i = 1,, 8 (1) Y = Y " Y 7 Y ; Y < Y = Y > Y? (2) is convolution operation, is the periodical shuffling and combination operation, Y ' is the i 9: feature map and k ' is corresponding kernel

9 Voxel Deconvolutional Layers

10 Building Relationships Y " = X k " ; Y ' = X, Y ",, Y 'B" k ', for i = 2,, 8 (3)

11 Variances of VoxelDCLs Ø ivoxeldlc: Y " = X k " ; Y ' = X, Y ",, Y 'B" k ', for i = 2,, 8 (3) Ø ivoxeldcla: 'B" Y " = X k " ; Y ' = X + D Y E k ', for i = 2,, 8 (4) Ø VoxelDCLc: Ø VoxelDCLa: 'B" Y " = X k " ; Y ' = D Y E k ', for i = 2,, 8 EF" EF" Y " = X k " ; Y ' = Y ",, Y 'B" k ', for i = 2,, 8 (5) (6)

12 Efficient Implementation

13 Reducing Dependencies Input feature map Intermediate feature maps (a) 1,2 3,4,5 1,2,3,4,5 6,7,8 (Output) (b)

14 Voxel Deconvolutional Networks

15 Voxel Deconvolutional Networks Ø ivoxeldcnc o Replace deconvolutional layers with ivoxeldclc layers. Ø ivoxeldcna o Replace deconvolutiona layers with ivoxeldcla layers Ø VoxelDCNc o Replace deconvolutional layers with VoxelDCLc layers Ø VoxelDCNa o Replace deconvolutional layers with VoxelDCLa layers. 1@ @ @ @ @ @ @ @ @ @ @ U-Net 32@ @ @ @ @ * * * * * *

16 3D Brain Image Labeling

17 Datasets Ø ADNI o Labeling hippocampus o 2 Classes ØLONI LPBA40 o Labelingregions of interest (ROIs) o 54 Classes

18 Measurement ØDice Ratio is used to measure prediction results N DICE = 1 k D DICE A 1 ', B ' = k D 2 A ' B ' A ' + B ' 'F" k is total number of classes, A ' is prediction for the i 9: ROI and B ' is corresponding ground truth label. N 'F"

19 Results ØIncrease 1.39% dice ratio on ADNI dataset. ØIncrease 2.21% dice ratio on LONI LPBA40 dataset. ØAll proposed methods outperform baseline method U-Net. Dataset Model Dice Ratio (%) U-Net ivoxeldcnc ADNI ivoxeldcna VoxelDCNc VoxelDCNa U-Net ivoxeldcnc LONI LPBA40 ivoxeldcna VoxelDCNc VoxelDCNa

20 U-Net VoxelDCNa VoxelDCNc ivoxeldcna ivoxeldcnc L Hippocampus L Putamen L Caudata L Cingulate gyrus L Insular cortex L Fusiform gyrus L Lingual gyrus L Parahippocampal gyrus L Inferior temporal gyrus L Middle temporal gyrus L Superior temporal gyrus L Cuneus L Inferior occipital gyrus L Middle occipital gyrus L Superior occipital gyrus L Precuneus L Angular gyrus L Supramarginal gyrus L Superior parietal gyrus L Postcentral gyrus L Gyrus rectus L Lateral orbitofrontal gyrus L Middle orbitofrontal gyrus L Precentral gyrus L Inferior frontal gyrus L Middle frontal gyrus L Superior frontal gyrus Dice Ratio R Hippocampus R Putamen R Caudata R Cingulate gyrus R Insular cortex R Fusiform gyrus R Lingual gyrus R Parahippocampal gyrus R Inferior temporal gyrus R Middle temporal gyrus R Superior temporal gyrus R Cuneus R Inferior occipital gyrus R Middle occipital gyrus R Superior occipital gyrus R Precuneus R Angular gyrus R Supramarginal gyrus R Superior parietal gyrus R Postcentral gyrus R Gyrus rectus R Lateral orbitofrontal gyrus R Middle orbitofrontal gyrus R Precentral gyrus R Inferior frontal gyrus R Middle frontal gyrus R Superior frontal gyrus Dice Ratio

21 Timing Comparison ØIncrease training time, but not dramatically. ØTesting times are comparable. ØOverall, we not consider it as a major bottleneck of proposed methods. Dataset Model Training time Testing time U-Net 45 h 43 min sec VoxelDCNa 54 h 57 min sec ADNI VoxelDCNc 57 h 12 min sec ivoxeldcna 59 h 31 min sec ivoxeldcnc 59 h 54 min sec U-Net 52 h 05 min 12 min 12 sec VoxelDCNa 60 h 37 min 20 min 35 sec LONI LPBA40 VoxelDCNc 63 h 24 min 19 min 85 sec ivoxeldcna 71 h 12 min 20 min 32 sec ivoxeldcnc 75 h 40 min 20 min 05 sec

22 Conclusion

23 ØPropose the voxel deconvolutional layer (VoxelDCL) to address the checkerboard artifact of 3D deconvolutional layers. ØProvide an efficient implementation to improve the computational efficiency. ØBuild the voxel deconvolutional networks (VoxelDCN) and apply them to the volumetric brain image labeling. ØDemonstrate the effectiveness of the proposed methods.

24 Voxel Deconvolutional Networks for 3D Brain Image Labeling KDD 2018

25 Q & A

Figure 1. Comparison of the frequency of centrality values for central London and our region of Soho studied. The comparison shows that Soho falls

Figure 1. Comparison of the frequency of centrality values for central London and our region of Soho studied. The comparison shows that Soho falls A B C Figure 1. Comparison of the frequency of centrality values for central London and our region of Soho studied. The comparison shows that Soho falls well within the distribution for London s streets.

More information

Given a network composed of a set of nodes and edges, shortest path length, dij, is the

Given a network composed of a set of nodes and edges, shortest path length, dij, is the SUPPLEMENTARY METHODS Efficiency Given a network composed of a set of nodes and edges, shortest path length, dij, is the minimum number of edges between two nodes i and j, and the efficiency, eij, between

More information

Title: Wired for function: Anatomical connectivity patterns predict face-selectivity in the

Title: Wired for function: Anatomical connectivity patterns predict face-selectivity in the Title: Wired for function: Anatomical connectivity patterns predict face-selectivity in the fusiform gyrus Authors: Zeynep M. Saygin *, David E. Osher *, Kami Koldewyn, Gretchen Reynolds, John D.E. Gabrieli,

More information

Learning-Based Atlas Selection for Multiple-Atlas Segmentation

Learning-Based Atlas Selection for Multiple-Atlas Segmentation Learning-Based Atlas Selection for Multiple-Atlas Segmentation Gerard Sanroma, Guorong Wu, Yaozong Gao, Dinggang Shen Department of Radiology and BRIC, University of North Carolina at Chapel Hill, USA

More information

BIRNet: Brain Image Registration Using Dual-Supervised Fully Convolutional Networks

BIRNet: Brain Image Registration Using Dual-Supervised Fully Convolutional Networks BIRNet: Brain Image Registration Using Dual-Supervised Fully Convolutional Networks Jingfan Fan 1, Xiaohuan Cao 1,2, Pew-Thian Yap 1, and Dinggang Shen 1,3* 1 Department of Radiology and BRIC, University

More information

Description of files included in the IIT Human Brain Atlas (v.4.1)

Description of files included in the IIT Human Brain Atlas (v.4.1) Description of files included in the IIT Human Brain Atlas (v.4.1) Summary: The IIT Human Brain Atlas contains anatomical, DTI, and HARDI templates, probabilistic gray matter labels, probabilistic connectivity-based

More information

Appendix E1. Supplementary Methods. MR Image Acquisition. MR Image Analysis

Appendix E1. Supplementary Methods. MR Image Acquisition. MR Image Analysis RSNA, 2015 10.1148/radiol.2015150532 Appendix E1 Supplementary Methods MR Image Acquisition By using a 1.5-T system (Avanto, Siemens Medical, Erlangen, Germany) under a program of regular maintenance (no

More information

arxiv: v1 [q-bio.nc] 1 Jul 2015

arxiv: v1 [q-bio.nc] 1 Jul 2015 Comparative Connectomics: Mapping the Inter-Individual Variability of Connections within the Regions of the Human Brain Csaba Kerepesi a, Balázs Szalkai a, Bálint Varga a, Vince Grolmusz a,b, arxiv:1507.00327v1

More information

Non-rigid image registration evaluation using common evaluation databases

Non-rigid image registration evaluation using common evaluation databases University of Iowa Iowa Research Online Theses and Dissertations Fall 2009 Non-rigid image registration evaluation using common evaluation databases Ying Wei University of Iowa Copyright 2009 Ying Wei

More information

Automatic anatomical brain MRI segmentation combining label propagation and decision fusion

Automatic anatomical brain MRI segmentation combining label propagation and decision fusion www.elsevier.com/locate/ynimg NeuroImage 33 (2006) 115 126 Automatic anatomical brain MRI segmentation combining label propagation and decision fusion Rolf A. Heckemann, a Joseph V. Hajnal, a, Paul Aljabar,

More information

MULTI-RESOLUTION STATISTICAL ANALYSIS ON GRAPH STRUCTURED DATA IN NEUROIMAGING

MULTI-RESOLUTION STATISTICAL ANALYSIS ON GRAPH STRUCTURED DATA IN NEUROIMAGING MULTI-RESOLUTION STATISTICAL ANALYSIS ON GRAPH STRUCTURED DATA IN NEUROIMAGING, Vikas Singh, Moo Chung, Nagesh Adluru, Barbara B. Bendlin, Sterling C. Johnson University of Wisconsin Madison Apr. 19, 2015

More information

MARS: Multiple Atlases Robust Segmentation

MARS: Multiple Atlases Robust Segmentation Software Release (1.0.1) Last updated: April 30, 2014. MARS: Multiple Atlases Robust Segmentation Guorong Wu, Minjeong Kim, Gerard Sanroma, and Dinggang Shen {grwu, mjkim, gerard_sanroma, dgshen}@med.unc.edu

More information

Regional Manifold Learning for Deformable Registration of Brain MR Images

Regional Manifold Learning for Deformable Registration of Brain MR Images Regional Manifold Learning for Deformable Registration of Brain MR Images Dong Hye Ye, Jihun Hamm, Dongjin Kwon, Christos Davatzikos, and Kilian M. Pohl Department of Radiology, University of Pennsylvania,

More information

Geometric Computation of Human Gyrification Indexes from Magnetic Resonance Images

Geometric Computation of Human Gyrification Indexes from Magnetic Resonance Images r Human Brain Mapping 34:1230 1244 (2013) r Geometric Computation of Human Gyrification Indexes from Magnetic Resonance Images Shu Su, 1 Tonya White, 2,3,4 Marcus Schmidt, 2 Chiu-Yen Kao, 1,5,6 * and Guillermo

More information

Version. Getting Started: An fmri-cpca Tutorial

Version. Getting Started: An fmri-cpca Tutorial Version 11 Getting Started: An fmri-cpca Tutorial 2 Table of Contents Table of Contents... 2 Introduction... 3 Definition of fmri-cpca Data... 3 Purpose of this tutorial... 3 Prerequisites... 4 Used Terms

More information

Evaluation of multiple voxel-based morphometry approaches and applications in the analysis of white matter changes in temporal lobe epilepsy

Evaluation of multiple voxel-based morphometry approaches and applications in the analysis of white matter changes in temporal lobe epilepsy Evaluation of multiple voxel-based morphometry approaches and applications in the analysis of white matter changes in temporal lobe epilepsy Wenjing Li a, Huiguang He a, Jingjing Lu b, Bin Lv a, Meng Li

More information

Cerebral Cortical Thickness Measurements

Cerebral Cortical Thickness Measurements Tina Memo No. -7 Published in Medical Image Analysis http://dx.doi.org/./j.media.8.. Cerebral Cortical Thickness Measurements M.L.J. Scott and N.A. Thacker Last updated / / Imaging Science and Biomedical

More information

Web Appendix. From Where to What : Distributed Representations of Brand Associations in the Human Brain

Web Appendix. From Where to What : Distributed Representations of Brand Associations in the Human Brain Web Appendix From Where to What : Distributed Representations of Brand Associations in the Human Brain 1. METHODS... 3 1.1 General Methods... 3 1.1.1 Subjects... 3 1.1.2 perimental Protocol... 3 1.1.3

More information

Optimally-Discriminative Voxel-Based Analysis

Optimally-Discriminative Voxel-Based Analysis Optimally-Discriminative Voxel-Based Analysis Tianhao Zhang and Christos Davatzikos Section of Biomedical Image Analysis, Department of Radiology, University of Pennsylvania, Philadelphia, PA 19104, USA

More information

This exercise uses one anatomical data set (ANAT1) and two functional data sets (FUNC1 and FUNC2).

This exercise uses one anatomical data set (ANAT1) and two functional data sets (FUNC1 and FUNC2). Exploring Brain Anatomy This week s exercises will let you explore the anatomical organization of the brain to learn some of its basic properties, as well as the location of different structures. The human

More information

NeuroImage 60 (2012) Contents lists available at SciVerse ScienceDirect. NeuroImage. journal homepage:

NeuroImage 60 (2012) Contents lists available at SciVerse ScienceDirect. NeuroImage. journal homepage: NeuroImage 60 (2012) 1340 1351 Contents lists available at SciVerse ScienceDirect NeuroImage journal homepage: www.elsevier.com/locate/ynimg Full Length Articles Circular representation of human cortical

More information

Elastically Deforming a Three-Dimensional Atlas to Match Anatomical Brain Images

Elastically Deforming a Three-Dimensional Atlas to Match Anatomical Brain Images University of Pennsylvania ScholarlyCommons Technical Reports (CIS) Department of Computer & Information Science May 1993 Elastically Deforming a Three-Dimensional Atlas to Match Anatomical Brain Images

More information

Elsevier Editorial System(tm) for NeuroImage Manuscript Draft. Title: Evaluation of volume-based and surface-based brain image registration methods

Elsevier Editorial System(tm) for NeuroImage Manuscript Draft. Title: Evaluation of volume-based and surface-based brain image registration methods Elsevier Editorial System(tm) for NeuroImage Manuscript Draft Manuscript Number: Title: Evaluation of volume-based and surface-based brain image registration methods Article Type: Regular Article Section/Category:

More information

Functional Connectivity in the Thalamus and Hippocampus Studied with Functional MR Imaging

Functional Connectivity in the Thalamus and Hippocampus Studied with Functional MR Imaging AJNR Am J Neuroradiol 21:1397 1401, September 2000 Functional Connectivity in the Thalamus and Hippocampus Studied with Functional MR Imaging Thor Stein, Chad Moritz, Michelle Quigley, Dietmar Cordes,

More information

IS MRI Based Structure a Mediator for Lead s Effect on Cognitive Function?

IS MRI Based Structure a Mediator for Lead s Effect on Cognitive Function? IS MRI Based Structure a Mediator for Lead s Effect on Cognitive Function? Brian Caffo, Sining Chen, Brian Schwartz Department of Biostatistics and Environmental Health Sciences Johns Hopkins University

More information

Multiple Cortical Surface Correspondence Using Pairwise Shape Similarity

Multiple Cortical Surface Correspondence Using Pairwise Shape Similarity Multiple Cortical Surface Correspondence Using Pairwise Shape Similarity Pahal Dalal 1, Feng Shi 2, Dinggang Shen 2, and Song Wang 1 1 Department of Computer Science and Engineering, University of South

More information

Spatial Distribution of Temporal Lobe Subregions in First Episode Schizophrenia: Statistical Probability Atlas Approach

Spatial Distribution of Temporal Lobe Subregions in First Episode Schizophrenia: Statistical Probability Atlas Approach Spatial Distribution of Temporal Lobe Subregions in First Episode Schizophrenia: Statistical Probability Atlas Approach Hae-Jeong Park, Martha E. Shenton, James Levitt, Dean Salisbury, Marek Kubicki, Ferenc

More information

Deconvolution Networks

Deconvolution Networks Deconvolution Networks Johan Brynolfsson Mathematical Statistics Centre for Mathematical Sciences Lund University December 6th 2016 1 / 27 Deconvolution Neural Networks 2 / 27 Image Deconvolution True

More information

White matter multi-resolution segmentation using fuzzy set theory

White matter multi-resolution segmentation using fuzzy set theory White matter multi-resolution segmentation using fuzzy set theory Alessandro Delmonte, Corentin Mercier, Johan Pallud, Isabelle Bloch, Pietro Gori To cite this version: Alessandro Delmonte, Corentin Mercier,

More information

NeuroImage 52 (2010) Contents lists available at ScienceDirect. NeuroImage. journal homepage:

NeuroImage 52 (2010) Contents lists available at ScienceDirect. NeuroImage. journal homepage: NeuroImage 52 (2010) 131 141 Contents lists available at ScienceDirect NeuroImage journal homepage: www.elsevier.com/locate/ynimg Quantitative evaluation of LDDMM, FreeSurfer, and CARET for cortical surface

More information

DEFECT INSPECTION FROM SCRATCH TO PRODUCTION. Andrew Liu, Ryan Shen Deep Learning Solution Architect

DEFECT INSPECTION FROM SCRATCH TO PRODUCTION. Andrew Liu, Ryan Shen Deep Learning Solution Architect DEFECT INSPECTION FROM SCRATCH TO PRODUCTION Andrew Liu, Ryan Shen Deep Learning Solution Architect Defect Inspection and its challenges AGENDA NGC Docker images Model set up - Unet Data preparation -

More information

NeuroImage 49 (2010) Contents lists available at ScienceDirect. NeuroImage. journal homepage:

NeuroImage 49 (2010) Contents lists available at ScienceDirect. NeuroImage. journal homepage: NeuroImage 49 (2010) 2479 2493 Contents lists available at ScienceDirect NeuroImage journal homepage: www.elsevier.com/locate/ynimg Comparison of landmark-based and automatic methods for cortical surface

More information

The cost of parallel imaging in functional MRI of the human brain

The cost of parallel imaging in functional MRI of the human brain Magnetic Resonance Imaging 24 (2006) 1 5 Original contributions The cost of parallel imaging in functional MRI of the human brain Henry Lqtcke4, Klaus-Dietmar Merboldt, Jens Frahm Biomedizinische NMR Forschungs

More information

Encoder-Decoder Networks for Semantic Segmentation. Sachin Mehta

Encoder-Decoder Networks for Semantic Segmentation. Sachin Mehta Encoder-Decoder Networks for Semantic Segmentation Sachin Mehta Outline > Overview of Semantic Segmentation > Encoder-Decoder Networks > Results What is Semantic Segmentation? Input: RGB Image Output:

More information

Feature-based vs. intensity-based brain image registration: voxel level and structure level performance evaluation

Feature-based vs. intensity-based brain image registration: voxel level and structure level performance evaluation Feature-based vs. intensity-based brain image registration: voxel level and structure level performance evaluation Leonid Teverovskiy, Owen Carmichael, Howard Aizenstein, Nicole Lazar, Yanxi Liu November

More information

MoonRiver: Deep Neural Network in C++

MoonRiver: Deep Neural Network in C++ MoonRiver: Deep Neural Network in C++ Chung-Yi Weng Computer Science & Engineering University of Washington chungyi@cs.washington.edu Abstract Artificial intelligence resurges with its dramatic improvement

More information

NIH Public Access Author Manuscript Proc SPIE. Author manuscript; available in PMC 2014 July 31.

NIH Public Access Author Manuscript Proc SPIE. Author manuscript; available in PMC 2014 July 31. NIH Public Access Author Manuscript Published in final edited form as: Proc SPIE. 2013 March 13; 8669:. doi:10.1117/12.2006651. Consistent 4D Brain Extraction of Serial Brain MR Images Yaping Wang a,b,

More information

IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 26, NO. 10, OCTOBER

IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 26, NO. 10, OCTOBER IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 26, NO. 10, OCTOBER 2017 4753 Detecting Anatomical Landmarks From Limited Medical Imaging Data Using Two-Stage Task-Oriented Deep Neural Networks Jun Zhang,

More information

Diffeomorphic MRI-Brain Registration Using Mean-Shift Algorithm

Diffeomorphic MRI-Brain Registration Using Mean-Shift Algorithm International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 8, Issue 10 (October 2013), PP. 45-57 Diffeomorphic MRI-Brain Registration Using

More information

arxiv: v1 [cs.cv] 22 Nov 2018

arxiv: v1 [cs.cv] 22 Nov 2018 FAIM A ConvNet Method for Unsupervised 3D Medical Image Registration Dongyang Kuang Department of Math & Stat University of Ottawa Tanya Schmah Department of Math & Stat University of Ottawa arxiv:1811.09243v1

More information

arxiv: v1 [cs.cv] 1 Apr 2019

arxiv: v1 [cs.cv] 1 Apr 2019 Spherical U-Net on Cortical Surfaces: Methods and Applications Fenqiang Zhao 1,2, Shunren Xia 1, Zhengwang Wu 2, Dingna Duan 1,2, Li Wang 2, Weili Lin 2, John H Gilmore 3, Dinggang Shen 2, and Gang Li

More information

Feature Selection Based on Iterative Canonical Correlation Analysis for Automatic Diagnosis of Parkinson s Disease

Feature Selection Based on Iterative Canonical Correlation Analysis for Automatic Diagnosis of Parkinson s Disease Feature Selection Based on Iterative Canonical Correlation Analysis for Automatic Diagnosis of Parkinson s Disease Luyan Liu 1, Qian Wang 1, Ehsan Adeli 2, Lichi Zhang 1,2, Han Zhang 2, and Dinggang Shen

More information

IDENTIFICATION AND SEGMENTATION OF THE CENTRAL SULCUS FROM HUMAN BRAIN MR IMAGES

IDENTIFICATION AND SEGMENTATION OF THE CENTRAL SULCUS FROM HUMAN BRAIN MR IMAGES IDENTIFICATION AND SEGMENTATION OF THE CENTRAL SULCUS FROM HUMAN BRAIN MR IMAGES ZUO WEI (B.ENG., HUST) A THESIS SUBMITTED FOR THE DEGREE OF MASTER OF SCIENCE SCHOOL OF COMPUTING NATIONAL UNIVERSITY OF

More information

The organization of the human cerebral cortex estimated by intrinsic functional connectivity

The organization of the human cerebral cortex estimated by intrinsic functional connectivity 1 The organization of the human cerebral cortex estimated by intrinsic functional connectivity Journal: Journal of Neurophysiology Author: B. T. Thomas Yeo, et al Link: https://www.ncbi.nlm.nih.gov/pubmed/21653723

More information

-1- Accepted manuscript

-1- Accepted manuscript -1- Accepted manuscript Toda A, Imamizu H, Kawato M, Sato MA. (2011). Reconstruction of two-dimensional movement trajectories from selected magnetoencephalography cortical currents by combined sparse Bayesian

More information

Multivariate Analysis of fmri Group Data Using Independent Vector Analysis

Multivariate Analysis of fmri Group Data Using Independent Vector Analysis Multivariate Analysis of fmri Group Data Using Independent Vector Analysis Jong-Hwan Lee 1, Te-Won Lee 2, Ferenc A. Jolesz 1, and Seung-Schik Yoo 1,3 1 Department of Radiology, Brigham and Women s Hospital,

More information

ReAl-LiFE: Accelerating the Discovery of Individualized Brain Connectomes on GPUs

ReAl-LiFE: Accelerating the Discovery of Individualized Brain Connectomes on GPUs : Accelerating the Discovery of Individualized Brain Connectomes on GPUs Sawan Kumar * Computational and Data Sciences Indian Institute of Science Bangalore, India Varsha Sreenivasan * Centre for Neuroscience

More information

Geometric atlas: modeling the cortex as an organized surface

Geometric atlas: modeling the cortex as an organized surface NeuroImage 20 (2003) 1468 1484 www.elsevier.com/locate/ynimg Geometric atlas: modeling the cortex as an organized surface Roberto Toro* and Yves Burnod 1 Inserm Unité 483. Université Pierre et Marie Curie

More information

4D Segmentation of Brain MR Images with Constrained Cortical Thickness Variation

4D Segmentation of Brain MR Images with Constrained Cortical Thickness Variation with Constrained Cortical Thickness Variation Li Wang 1, Feng Shi 1, Gang Li 1, Dinggang Shen 1,2 * 1 Department of Radiology and BRIC, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina,

More information

Deformable Segmentation using Sparse Shape Representation. Shaoting Zhang

Deformable Segmentation using Sparse Shape Representation. Shaoting Zhang Deformable Segmentation using Sparse Shape Representation Shaoting Zhang Introduction Outline Our methods Segmentation framework Sparse shape representation Applications 2D lung localization in X-ray 3D

More information

Multi-voxel pattern analysis: Decoding Mental States from fmri Activity Patterns

Multi-voxel pattern analysis: Decoding Mental States from fmri Activity Patterns Multi-voxel pattern analysis: Decoding Mental States from fmri Activity Patterns Artwork by Leon Zernitsky Jesse Rissman NITP Summer Program 2012 Part 1 of 2 Goals of Multi-voxel Pattern Analysis Decoding

More information

NeuroImage. Sparse logistic regression for whole-brain classification of fmri data

NeuroImage. Sparse logistic regression for whole-brain classification of fmri data YNIMG-07076; No. of pages: 13; 4C: NeuroImage xxx (2010) xxx xxx Contents lists available at ScienceDirect NeuroImage journal homepage: www.elsevier.com/locate/ynimg Sparse logistic regression for whole-brain

More information

Coordinate Transformations in Parietal Cortex. Computational Models of Neural Systems Lecture 7.1. David S. Touretzky November, 2013

Coordinate Transformations in Parietal Cortex. Computational Models of Neural Systems Lecture 7.1. David S. Touretzky November, 2013 Coordinate Transformations in Parietal Cortex Lecture 7.1 David S. Touretzky November, 2013 Outline Anderson: parietal cells represent locations of visual stimuli. Zipser and Anderson: a backprop network

More information

Resources for Nonparametric, Power and Meta-Analysis Practical SPM Course 2015, Zurich

Resources for Nonparametric, Power and Meta-Analysis Practical SPM Course 2015, Zurich Resources for Nonparametric, Power and Meta-Analysis Practical SPM Course 2015, Zurich http://www.translationalneuromodeling.org/practical-sessions/ Preliminary Get this file: http://warwick.ac.uk/tenichols/zurich.pdf

More information

CIVET 2.0 (marching cubes), An Automated Pipeline For Structural Human MRI

CIVET 2.0 (marching cubes), An Automated Pipeline For Structural Human MRI CIVET 2.0 (marching cubes), An Automated Pipeline For Structural Human MRI Lindsay B. Lewis, Ph.D. OMM March 17, 2014 SurfStat Outline Who is behind CIVET? What is CIVET? What s new in CIVET 2.0? Preparing

More information

Supplementary Information. Anne Maass, Hartmut Schütze, Oliver Speck, Andrew Yonelinas, Claus Tempelmann,

Supplementary Information. Anne Maass, Hartmut Schütze, Oliver Speck, Andrew Yonelinas, Claus Tempelmann, Supplementary Information Laminar activity in the hippocampus and entorhinal cortex related to novelty and episodic encoding Anne Maass, Hartmut Schütze, Oliver Speck, Andrew Yonelinas, Claus Tempelmann,

More information

S7348: Deep Learning in Ford's Autonomous Vehicles. Bryan Goodman Argo AI 9 May 2017

S7348: Deep Learning in Ford's Autonomous Vehicles. Bryan Goodman Argo AI 9 May 2017 S7348: Deep Learning in Ford's Autonomous Vehicles Bryan Goodman Argo AI 9 May 2017 1 Ford s 12 Year History in Autonomous Driving Today: examples from Stereo image processing Object detection Using RNN

More information

A Connectome-Based Comparison of Diffusion MRI Schemes

A Connectome-Based Comparison of Diffusion MRI Schemes A Connectome-Based Comparison of Diffusion MRI Schemes Xavier Gigandet 1 *, Alessandra Griffa 1, Tobias Kober 2, Alessandro Daducci 1, Guillaume Gilbert 3, Alan Connelly 4,5, Patric Hagmann 1,6, Reto Meuli

More information

Structured Attention Networks

Structured Attention Networks Structured Attention Networks Yoon Kim Carl Denton Luong Hoang Alexander M. Rush HarvardNLP ICLR, 2017 Presenter: Chao Jiang ICLR, 2017 Presenter: Chao Jiang 1 / Outline 1 Deep Neutral Networks for Text

More information

MARS: Multiple Atlases Robust Segmentation

MARS: Multiple Atlases Robust Segmentation Software Release (1.0.1) Last updated: April 30, 2014. MARS: Multiple Atlases Robust Segmentation Guorong Wu, Minjeong Kim, Gerard Sanroma, and Dinggang Shen {grwu, mjkim, gerard_sanroma, dgshen}@med.unc.edu

More information

UNC 4D Infant Cortical Surface Atlases, from Neonate to 6 Years of Age

UNC 4D Infant Cortical Surface Atlases, from Neonate to 6 Years of Age UNC 4D Infant Cortical Surface Atlases, from Neonate to 6 Years of Age Version 1.0 UNC 4D infant cortical surface atlases from neonate to 6 years of age contain 11 time points, including 1, 3, 6, 9, 12,

More information

Detecting Anatomical Landmarks from Limited Medical Imaging Data using Two-Stage Task-Oriented Deep Neural Networks

Detecting Anatomical Landmarks from Limited Medical Imaging Data using Two-Stage Task-Oriented Deep Neural Networks IEEE TRANSACTIONS ON IMAGE PROCESSING Detecting Anatomical Landmarks from Limited Medical Imaging Data using Two-Stage Task-Oriented Deep Neural Networks Jun Zhang, Member, IEEE, Mingxia Liu, Member, IEEE,

More information

Quality Checking an fmri Group Result (art_groupcheck)

Quality Checking an fmri Group Result (art_groupcheck) Quality Checking an fmri Group Result (art_groupcheck) Paul Mazaika, Feb. 24, 2009 A statistical parameter map of fmri group analyses relies on the assumptions of the General Linear Model (GLM). The assumptions

More information

Supplementary Material for: Video Prediction with Appearance and Motion Conditions

Supplementary Material for: Video Prediction with Appearance and Motion Conditions Supplementary Material for Video Prediction with Appearance and Motion Conditions Yunseok Jang 1 2 Gunhee Kim 2 Yale Song 3 A. Architecture Details (Section 3.2) We provide architecture details of our

More information

A combined Surface And VOlumetric Registration (SAVOR) framework to study cortical biomarkers and volumetric imaging data

A combined Surface And VOlumetric Registration (SAVOR) framework to study cortical biomarkers and volumetric imaging data A combined Surface And VOlumetric Registration (SAVOR) framework to study cortical biomarkers and volumetric imaging data Eli Gibson 1, Ali R. Khan 1, and Mirza Faisal Beg 1 School of Engineering Science,

More information

Introduc)on to FreeSurfer h0p://surfer.nmr.mgh.harvard.edu. Jenni Pacheco.

Introduc)on to FreeSurfer h0p://surfer.nmr.mgh.harvard.edu. Jenni Pacheco. Introduc)on to FreeSurfer h0p://surfer.nmr.mgh.harvard.edu Jenni Pacheco jpacheco@mail.utexas.edu Outline FreeSurfer ROI Terminology ROI Sta)s)cs Files ROI Studies Volumetric/Area Intensity FreeSurfer

More information

Clustering and Unsupervised Anomaly Detection with l 2 Normalized Deep Auto-Encoder Representations

Clustering and Unsupervised Anomaly Detection with l 2 Normalized Deep Auto-Encoder Representations Clustering and Unsupervised Anomaly Detection with l 2 Normalized Deep Auto-Encoder Representations Caglar Aytekin, Xingyang Ni, Francesco Cricri and Emre Aksu Nokia Technologies, Tampere, Finland Corresponding

More information

Supplementary: Cross-modal Deep Variational Hand Pose Estimation

Supplementary: Cross-modal Deep Variational Hand Pose Estimation Supplementary: Cross-modal Deep Variational Hand Pose Estimation Adrian Spurr, Jie Song, Seonwook Park, Otmar Hilliges ETH Zurich {spurra,jsong,spark,otmarh}@inf.ethz.ch Encoder/Decoder Linear(512) Table

More information

Deep Embedding Convolutional Neural Network for Synthesizing CT Image from T1-Weighted MR Image

Deep Embedding Convolutional Neural Network for Synthesizing CT Image from T1-Weighted MR Image Deep Embedding Convolutional Neural Network for Synthesizing CT Image from T1-Weighted MR Image Lei Xiang 1, Qian Wang 1,*, Xiyao Jin 1, Dong Nie 3, Yu Qiao 2, Dinggang Shen 3,4,* 1 Med-X Research Institute,

More information

arxiv: v1 [cs.cv] 4 Apr 2019

arxiv: v1 [cs.cv] 4 Apr 2019 mproved nference via Deep nput Transfer Saied Asgari Taghanaki, Kumar Abhishek, and Ghassan Hamarneh School of Computing Science, Simon Fraser University, Canada {sasgarit, kabhishe, hamarneh}@sfu.ca arxiv:194.237v1

More information

Feed-Forward Hierarchical Model of the Ventral Visual Stream Applied to Functional Brain Image Classification

Feed-Forward Hierarchical Model of the Ventral Visual Stream Applied to Functional Brain Image Classification r Human Brain Mapping 000:000 000 (2012) r TECHNICAL REPORT Feed-Forward Hierarchical Model of the Ventral Visual Stream Applied to Functional Brain Image Classification David B. Keator, 1,2 * James H.

More information

Synchronized network activity as the origin of a P300 component in a facial attractiveness judgment task

Synchronized network activity as the origin of a P300 component in a facial attractiveness judgment task Psychophysiology, 51 (2014), 285 289. Wiley Periodicals, Inc. Printed in the USA. Copyright 2014 Society for Psychophysiological Research DOI: 10.1111/psyp.12153 BRIEF REPORT Synchronized network activity

More information

CIS680: Vision & Learning Assignment 2.b: RPN, Faster R-CNN and Mask R-CNN Due: Nov. 21, 2018 at 11:59 pm

CIS680: Vision & Learning Assignment 2.b: RPN, Faster R-CNN and Mask R-CNN Due: Nov. 21, 2018 at 11:59 pm CIS680: Vision & Learning Assignment 2.b: RPN, Faster R-CNN and Mask R-CNN Due: Nov. 21, 2018 at 11:59 pm Instructions This is an individual assignment. Individual means each student must hand in their

More information

Neuroimage Processing

Neuroimage Processing Neuroimage Processing Instructor: Moo K. Chung mkchung@wisc.edu Lecture 2-3. General Linear Models (GLM) Voxel-based Morphometry (VBM) September 11, 2009 What is GLM The general linear model (GLM) is a

More information

CS224W: Analysis of Networks Jure Leskovec, Stanford University

CS224W: Analysis of Networks Jure Leskovec, Stanford University CS224W: Analysis of Networks Jure Leskovec, Stanford University http://cs224w.stanford.edu Jure Leskovec, Stanford CS224W: Analysis of Networks, http://cs224w.stanford.edu 2????? Machine Learning Node

More information

Surface-based Analysis: Inter-subject Registration and Smoothing

Surface-based Analysis: Inter-subject Registration and Smoothing Surface-based Analysis: Inter-subject Registration and Smoothing Outline Exploratory Spatial Analysis Coordinate Systems 3D (Volumetric) 2D (Surface-based) Inter-subject registration Volume-based Surface-based

More information

Determining significant connectivity by 4D spatiotemporal wavelet packet resampling of functional neuroimaging data

Determining significant connectivity by 4D spatiotemporal wavelet packet resampling of functional neuroimaging data www.elsevier.com/locate/ynimg NeuroImage 31 (2006) 1142 1155 Determining significant connectivity by 4D spatiotemporal wavelet packet resampling of functional neuroimaging data Rajan S. Patel, a, * Dimitri

More information

Deep Models for 3D Reconstruction

Deep Models for 3D Reconstruction Deep Models for 3D Reconstruction Andreas Geiger Autonomous Vision Group, MPI for Intelligent Systems, Tübingen Computer Vision and Geometry Group, ETH Zürich October 12, 2017 Max Planck Institute for

More information

Progressive Graph-Based Transductive Learning for Multi-modal Classification of Brain Disorder Disease

Progressive Graph-Based Transductive Learning for Multi-modal Classification of Brain Disorder Disease Progressive Graph-Based Transductive Learning for Multi-modal Classification of Brain Disorder Disease Zhengxia Wang 1,2, Xiaofeng Zhu 1, Ehsan Adeli 1, Yingying Zhu 1, Chen Zu 1, Feiping Nie 3, Dinggang

More information

Kernel Regression Estimation of Fiber Orientation Mixtures in Di usion MRI

Kernel Regression Estimation of Fiber Orientation Mixtures in Di usion MRI Ryan P. Cabeen, Mark E. Bastin, David H. Laidlaw, Kernel regression estimation of fiber orientation mixtures in diffusion MRI, NeuroImage, Volume 127, 15 February 2016, Pages 158-172, ISSN 1053-8119, http://dx.doi.org/10.1016/j.neuroimage.2015.11.061

More information

Voxel Selection in fmri Data Analysis Based on Sparse Representation

Voxel Selection in fmri Data Analysis Based on Sparse Representation IEEE TRANSACTIONS ON BIOMEDICAL ENGINEERING, VOL. 56, NO. 10, OCTOBER 2009 2439 Voxel Selection in fmri Data Analysis Based on Sparse Representation Yuanqing Li, Member, IEEE, Praneeth Namburi, Zhuliang

More information

3D Densely Convolutional Networks for Volumetric Segmentation. Toan Duc Bui, Jitae Shin, and Taesup Moon

3D Densely Convolutional Networks for Volumetric Segmentation. Toan Duc Bui, Jitae Shin, and Taesup Moon 3D Densely Convolutional Networks for Volumetric Segmentation Toan Duc Bui, Jitae Shin, and Taesup Moon School of Electronic and Electrical Engineering, Sungkyunkwan University, Republic of Korea arxiv:1709.03199v2

More information

Joint Segmentation and Registration for Infant Brain Images

Joint Segmentation and Registration for Infant Brain Images Joint Segmentation and Registration for Infant Brain Images Guorong Wu 1, Li Wang 1, John Gilmore 2, Weili Lin 1, and Dinggang Shen 1(&) 1 Department of Radiology and BRIC, University of North Carolina,

More information

Supplementary Materials for: Moderate Levels of Activation Lead to Forgetting In the Think/No-Think Paradigm

Supplementary Materials for: Moderate Levels of Activation Lead to Forgetting In the Think/No-Think Paradigm Running head: MODERATE ACTIVATION LEADS TO FORGETTING Supplementary Materials for: Moderate Levels of Activation Lead to Forgetting In the Think/No-Think Paradigm Greg J. Detre *, Annamalai Natarajan *,

More information

Xiaowei Hu* Lei Zhu* Chi-Wing Fu Jing Qin Pheng-Ann Heng

Xiaowei Hu* Lei Zhu* Chi-Wing Fu Jing Qin Pheng-Ann Heng Direction-aware Spatial Context Features for Shadow Detection Xiaowei Hu* Lei Zhu* Chi-Wing Fu Jing Qin Pheng-Ann Heng The Chinese University of Hong Kong The Hong Kong Polytechnic University Shenzhen

More information

COMPARISON OF OBJECTIVE FUNCTIONS IN CNN-BASED PROSTATE MAGNETIC RESONANCE IMAGE SEGMENTATION

COMPARISON OF OBJECTIVE FUNCTIONS IN CNN-BASED PROSTATE MAGNETIC RESONANCE IMAGE SEGMENTATION COMPARISON OF OBJECTIVE FUNCTIONS IN CNN-BASED PROSTATE MAGNETIC RESONANCE IMAGE SEGMENTATION Juhyeok Mun, Won-Dong Jang, Deuk Jae Sung, Chang-Su Kim School of Electrical Engineering, Korea University,

More information

Learning to generate 3D shapes

Learning to generate 3D shapes Learning to generate 3D shapes Subhransu Maji College of Information and Computer Sciences University of Massachusetts, Amherst http://people.cs.umass.edu/smaji August 10, 2018 @ Caltech Creating 3D shapes

More information

Deeply Cascaded Networks

Deeply Cascaded Networks Deeply Cascaded Networks Eunbyung Park Department of Computer Science University of North Carolina at Chapel Hill eunbyung@cs.unc.edu 1 Introduction After the seminal work of Viola-Jones[15] fast object

More information

Opleiding Informatica

Opleiding Informatica Opleiding Informatica Analyzing and classifying Borderline Personality Disorder using Datamining paradigms Ewout Zwanenburg and Ashwini Gopal Supervisors: Prof. Dr. Ir. Fons J. Verbeek Drs. C. de Vries

More information

Perceiving the 3D World from Images and Videos. Yu Xiang Postdoctoral Researcher University of Washington

Perceiving the 3D World from Images and Videos. Yu Xiang Postdoctoral Researcher University of Washington Perceiving the 3D World from Images and Videos Yu Xiang Postdoctoral Researcher University of Washington 1 2 Act in the 3D World Sensing & Understanding Acting Intelligent System 3D World 3 Understand

More information

Next Steps in Data Mining. Sistemas de Apoio à Decisão Cláudia Antunes

Next Steps in Data Mining. Sistemas de Apoio à Decisão Cláudia Antunes Next Steps in Data Mining Sistemas de Apoio à Decisão Cláudia Antunes Temporal Data Mining Cláudia Antunes Data Mining Knowledge Discovery is the nontrivial extraction of implicit, previously unknown,

More information

RSRN: Rich Side-output Residual Network for Medial Axis Detection

RSRN: Rich Side-output Residual Network for Medial Axis Detection RSRN: Rich Side-output Residual Network for Medial Axis Detection Chang Liu, Wei Ke, Jianbin Jiao, and Qixiang Ye University of Chinese Academy of Sciences, Beijing, China {liuchang615, kewei11}@mails.ucas.ac.cn,

More information

MEDICAL image registration plays an important role

MEDICAL image registration plays an important role JOURNAL OF L A TEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2015 1 Unsupervised End-to-end Learning for Deformable Medical Image Registration Siyuan Shan, Wen Yan, Xiaoqing Guo, Eric I-Chao Chang, Yubo Fan

More information

Weakly Supervised Fully Convolutional Network for PET Lesion Segmentation

Weakly Supervised Fully Convolutional Network for PET Lesion Segmentation Weakly Supervised Fully Convolutional Network for PET Lesion Segmentation S. Afshari a, A. BenTaieb a, Z. Mirikharaji a, and G. Hamarneh a a Medical Image Analysis Lab, School of Computing Science, Simon

More information

DeepIM: Deep Iterative Matching for 6D Pose Estimation - Supplementary Material

DeepIM: Deep Iterative Matching for 6D Pose Estimation - Supplementary Material DeepIM: Deep Iterative Matching for 6D Pose Estimation - Supplementary Material Yi Li 1, Gu Wang 1, Xiangyang Ji 1, Yu Xiang 2, and Dieter Fox 2 1 Tsinghua University, BNRist 2 University of Washington

More information

A Reduced-Dimension fmri! Shared Response Model

A Reduced-Dimension fmri! Shared Response Model A Reduced-Dimension fmri! Shared Response Model Po-Hsuan! (Cameron)! Chen 1! Janice! Chen 2! Yaara! Yeshurun 2! Uri! Hasson 2! James! Haxby 3! Peter! Ramadge 1! 1 Department of Electrical Engineering,

More information

Diffusion Convolutional Recurrent Neural Network: Data-Driven Traffic Forecasting

Diffusion Convolutional Recurrent Neural Network: Data-Driven Traffic Forecasting Diffusion Convolutional Recurrent Neural Network: Data-Driven Traffic Forecasting Yaguang Li Joint work with Rose Yu, Cyrus Shahabi, Yan Liu Page 1 Introduction Traffic congesting is wasteful of time,

More information

Decoding analyses. Neuroimaging: Pattern Analysis 2017

Decoding analyses. Neuroimaging: Pattern Analysis 2017 Decoding analyses Neuroimaging: Pattern Analysis 2017 Scope Conceptual explanation of decoding/machine learning (ML) and related concepts; Not about mathematical basis of ML algorithms! Learning goals

More information

Assessment of Reliability of Multi-site Neuroimaging via Traveling Phantom Study

Assessment of Reliability of Multi-site Neuroimaging via Traveling Phantom Study Assessment of Reliability of Multi-site Neuroimaging via Traveling Phantom Study Sylvain Gouttard 1, Martin Styner 2,3, Marcel Prastawa 1, Joseph Piven 3, and Guido Gerig 1 1 Scientific Computing and Imaging

More information

One Network to Solve Them All Solving Linear Inverse Problems using Deep Projection Models

One Network to Solve Them All Solving Linear Inverse Problems using Deep Projection Models One Network to Solve Them All Solving Linear Inverse Problems using Deep Projection Models [Supplemental Materials] 1. Network Architecture b ref b ref +1 We now describe the architecture of the networks

More information