http://. a big thanks prof. jason bohland quantitative neuroscience laboratory boston university dr....

43
http://www.brain-map.org

Upload: sharlene-cannon

Post on 24-Dec-2015

216 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

http://www.brain-map.org

Page 2: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

A Big Thanks

Prof. Jason BohlandQuantitative Neuroscience LaboratoryBoston University

Dr. Luis IbanezOpen Source Proponent, ITKKitware Inc.

Page 3: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,
Page 4: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Supplemental Material

Page 5: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

• Genome-wide atlas of gene expression throughout the mouse brain (N=1,2 or a few mice/gene)

• 56 day-old (young adult) C57BL/6J mice

• High-throughput experiments using in situ hybridization

• Pipeline - sectioning, ISH, digital microscopy, image analysis, atlas registration

Allen Mouse Brain Atlas

Page 6: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

The Process

Construction and representation of the Anatomic Gene Expression Atlas (AGEA).

Page 7: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Nissl-Stained Atlas – Ground Truth

(a) Level 53 coronal plate (bregma 0.145 mm) from the The Allen Reference Atlas (ARA) delineating 2D anatomic boundaries of a Nissl-stained mouse brain section.

Page 8: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,
Page 9: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Bregma – Neurological Context

http://en.wikipedia.org/wiki/Bregma

bregma located at the intersection of the coronal and sagittal sutures.

Level 53 coronal plate (bregma 0.145 mm)

Page 10: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,
Page 11: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Image

Page 12: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Nissl

http://en.wikipedia.org/wiki/File:NisslHippo2.jpg

Nissl-stained histological section through the rodent hippocampus showing various classes of cells (neurons and glia).

Motor nerve cell from ventral horn of medulla spinalis of rabbit. The angular ande spindle-shaped Nissl bodies are well shown

• Nissl stains the cell body esp. endoplasmic reticulum.

• Basic dyes (e.g. aniline, thionine, or cresyl violet) to stain negatively charged RNA blue,

• Nissl substance (rough endoplasmic reticulum) appears dark blue from ribosomal RNA

• DNA stains a similar color

Page 13: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Atlas Assembly (b) 3D assembly of high-level ARA structures formed by 3D reconstruction of the Nissl sections. The 3D ARA space is partitioned into 200-mm^3 voxels forming the smallest spatial unit for analysis.

• New annotated anatomical reference atlas (Hong-Wei Dong, 2007)

• 528 coronal Nissl sections: unfixed, frozen mouse brain (25μm thick)

• 132 sections, with 100μm spacing, annotated over1000 brain

• All image data are mapped to common coordinate space

• Waxholm - http://en.wikipedia.org/wiki/Waxholm_space

Page 14: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,
Page 15: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Creating Geometry from Images

Placenta

H+E Slides Alignment

SegmentationVisualization/Surface Extraction

Aperio

Page 16: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Digital Placenta

Page 17: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Virtual Cellular ReconstructionsBefore using cellular segmentation Using cellular segmentations

Page 18: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Plane-by-Plane Reconstruction

Mammary duct segmentation Visualization: N-point function feature space

Page 19: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

What We Did …

Page 20: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Sub-Sampling by Half

Origin (Ox,Oy)

New Origin

(O’x,O’y)

New Spacing

S’y

New Spacing

S’x

Page 21: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Resampling in ITK

Transform

Interpolator

Origin

Spacing

Region Start

Region Size

Resample Filter

Page 22: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Image Registration

Page 23: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Formulation

• Assume correspondences are known

• Find such f() and g() such that the images are best matched

I2(x,y)=g(I1(f(x,y))

f() – spatial transformationg() – intensity transformation

Page 24: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

24

General Formulation

The general formulation for registration with regularization is:

where is the Error term

is the regularization parameter

is the penalty term

22|||| bAx

22|||| Lx

Page 25: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Registration

FixedImage

MovingImage

Metric

Transform

Interpolator

Optimizer

Page 26: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Image Metrics

• Mean Squares• Normalized Correlation• Mean Reciprocal Square

Difference• Mutual Information

- Viola-Wells- Mattes- Histogram based- Histogram normalized

Page 27: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Plotting the MetricMean Squared Differences

Transform Parametric Space

Page 28: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Plotting the MetricMean Squared Differences

Transform Parametric Space

Page 29: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Plotting the MetricMean Squared Differences – A

PROBLEM

Transform Parametric Space

Page 30: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Registration

FixedImage

MovingImage

Metric

Transform

Interpolator

Optimizer

Page 31: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Transforms

• Translation• Scaling• Rotation• Rigid3D• Rigid2D• Affine• BSplines• Splines: TPS, EBS, VS

Page 32: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Rigid Transformation• Rotation(R)• Translation(t)• Similarity(scale)

2

22 y

xp

1

11 y

xp

12 pRstp

)cos()sin(

)sin()cos(

R

2

11 s

ss

2

11 t

tt

Page 33: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Registration

FixedImage

MovingImage

Metric

Transform

Interpolator

Optimizer

Page 34: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Interpolators

• Nearest Neighbor• Linear• BSpline

Page 35: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Optimizers

• Gradient Descent• Regular Step Gradient Descent• Conjugate Gradient• Levenberg-Marquardt• One plus One Evolutionary

Algorithm

Page 36: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Gradient Descent Optimizerf( x , y )

S = L G( x , y )∙f( x , y )∆G( x , y ) =

Page 37: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Gradient Descent Optimizerf( x , y )

S = L ∙ G( x , y )f( x , y )∆G( x , y ) =

L too large

Page 38: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Gradient Descent Optimizerf( x , y )

S = L ∙ G( x , y )f( x , y )∆G( x , y ) =

L too small

Page 39: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Registration in ITK

ImageRegistrationFramework

MultiResolution

RegistrationFramework

PDEBased

Registration

FEMBased

Registration

Components

Page 40: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Construction of ARA and ISH

Page 41: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Allen Reference Atlas

Page 42: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Allen Reference Atlas

• 3D Nissl volume comes from rigid reconstruction

• Each section reoriented to match adjacent images as closely as possible

• A 1.5T low resolution 3D average MRI volume used to ensure reconstruction is realistic

• Reoriented Nissl section down-sampled, converted to grayscale

• Isotropic 25μm grayscale volume.

Page 43: Http://. A Big Thanks Prof. Jason Bohland Quantitative Neuroscience Laboratory Boston University Dr. Luis Ibanez Open Source Proponent,

Anatomy

• 208 large structures and structural groupings extracted

• Projected & smoothed onto 3D atlas volume to for structural annotation

• Additional decomposition of cortex into an intersection of 202 regions and areas