SlideShare uma empresa Scribd logo
1 de 8
Baixar para ler offline
Automated Localization of Fetal Organs in MRI
Using Random Forests with Steerable Features
Kevin Keraudren1
, Bernhard Kainz1
, Ozan Oktay1
, Vanessa Kyriakopoulou2
,
Mary Rutherford2
, Joseph V. Hajnal2
and Daniel Rueckert1
1
Biomedical Image Analysis Group, Imperial College London
2
Department Biomedical Engineering, King’s College London
Abstract. Fetal MRI is an invaluable diagnostic tool complementary to
ultrasound thanks to its high contrast and resolution. Motion artifacts
and the arbitrary orientation of the fetus are two main challenges of fetal
MRI. In this paper, we propose a method based on Random Forests with
steerable features to automatically localize the heart, lungs and liver in
fetal MRI. During training, all MR images are mapped into a standard
coordinate system that is defined by landmarks on the fetal anatomy
and normalized for fetal age. Image features are then extracted in this
coordinate system. During testing, features are computed for different
orientations with a search space constrained by previously detected land-
marks. The method was tested on healthy fetuses as well as fetuses with
intrauterine growth restriction (IUGR) from 20 to 38 weeks of gestation.
The detection rate was above 90% for all organs of healthy fetuses in the
absence of motion artifacts. In the presence of motion, the detection rate
was 83% for the heart, 78% for the lungs and 67% for the liver. Growth
restriction did not decrease the performance of the heart detection but
had an impact on the detection of the lungs and liver. The proposed
method can be used to initialize subsequent processing steps such as
segmentation or motion correction, as well as automatically orient the
3D volume based on the fetal anatomy to facilitate clinical examination.
1 Introduction
Although the main focus of fetal Magnetic Resonance Imaging (MRI) is in imag-
ing of the brain due to its crucial role in fetal development, there is a growing
interest in using MRI to study other aspects of fetal growth, such as assessing the
severity of intrauterine growth restriction (IUGR) [4]. In this paper, we present
a method to automatically localize fetal organs in MRI (heart, lungs and liver),
which can provide automated initialization for subsequent processing steps such
as segmentation or motion correction [8].
The main challenge for the automated localization of fetal organs is the
unpredictable orientation of the fetus. Two methodological approaches can be
identified from the current literature on the localization of the fetal brain in MRI.
The first approach seeks a detector invariant to the fetal orientation [6,9,7]. The
second approach learns to detect fetuses in a known orientation and rotates
2 K. Keraudren et al.
Fig. 1: Overview of the proposed pipeline for the automated localization of fetal
organs in MRI.
the test image [1]. We adopt this second approach in the present paper, but
as illustrated by steerable features [12], it is more efficient to extract features
in a rotating coordinate system than to rotate the whole 3D volume. We thus
propose to extend the Random Forests (RF) framework for organ localization
[10] with the extraction of features in a local coordinate system specific to the
anatomy of the fetus.
A RF classifier [3] is an ensemble method for machine learning which averages
the results of decision trees trained on random subsets of the training dataset,
a process called bagging. Similarly, a RF regressor is an ensemble of regression
trees. A RF classifier assigns a label to each voxel, resulting in a segmentation of
the input image while a RF regressor assigns an offset vector to each voxel, allow-
ing it to vote for the location of landmarks. Classification and regression forests
can be combined so that only voxels assigned to a certain class can vote for the
location of specific landmarks. This is of particular relevance when detecting
landmarks within the fetus whose position has little correlation with surround-
ing maternal tissues. While [5] proposed to form trees that randomly alternate
decision and regression nodes (Hough Forest), we chose to sequentially apply a
classification and a regression forest. This enables us to benefit from generic RF
implementations [11] while focusing on the key step of feature extraction.
At training time, image features are learnt in a coordinate system that is
normalized for the age of the fetus and defined by the anatomy of the fetus
(Fig. 2). At test time, assuming that the center of the brain is known, image
features are extracted in a coordinate system rotating around the brain in order
to find the heart. The lungs and liver are then localized using a coordinate
system in which one axis is parallel to the heart-brain axis. An overview of our
proposed pipeline is presented in Fig. 1. In the remainder of this paper, we will
present our proposed method in Section 2 and evaluate it in Section 3 on two
datasets of MRI scans. The first dataset, used for training and leave-one-out
cross validation, consists of scans of 30 healthy and 25 IUGR subjects without
significant motion artifacts. The second dataset (64 subjects) is used to evaluate
the performance of the proposed method in the presence of motion artifacts.
2 Method
Automated Localization of Fetal Organs in MRI 3
u0u0
v0v0
w0w0
liverliver
Coronal plane
u0u0
w0w0
v0v0
brainbrain
heartheart
Sagittal plane
v0v0
w0w0
u0u0
heartheart
rightright
lunglung
Transverse plane
Fig. 2: Average image of 30 healthy fetuses after resizing (Section 2) and align-
ment defined by anatomical landmarks (Section 2). It highlights the character-
istic intensity patterns in fetal MRI for the brain, heart, lungs and liver.
Preprocessing: There is a large variability in the MR scans of fetuses due
to fetal development. In particular, the length of the fetus increases by 50%
between 23 weeks and term (40 weeks) [2]. We thus propose to normalize the
size of all fetuses by resampling the images to an isotropic voxel size sga that is a
function of the gestational age (GA), so that a fetus of 30 weeks is resampled to
a voxel size s30: sga = CRLga/CRL30 ×s30, where CRL denotes the crown-rump
length [2]. This differs from previously proposed methods which either ignored
the GA [1,6,7] or only used it to define size constraints [9]. Moreover, fetal MRI
is typically acquired as stacks of 2D images that freeze in-plane motion but
form a 3D volume corrupted by fetal and maternal motion. The images are thus
preprocessed using median filtering to attenuate motion artifacts.
Detecting candidate locations for the heart: In theory, a detector could be
trained on aligned images while at test time, it would be applied to all possible
rotated versions of the 3D volume. However, in practice it would be too time
consuming to explore an exhaustive set of rotations. In particular, the integral
image that is used to extract intensity features would need to be computed
for all tested rotations. Instead of rotating the image itself, we thus propose to
rotate the sampling grid of the image features. This is done by defining a local
orientation of the 3D volume for every voxel.
When training the classifier, all voxels are oriented using the anatomy of the
fetus (Fig. 2 and Fig. 3.a): u0 points from the heart to the brain, v0 from the left
lung to the right lung and w0 from back to front (w0 = u0 ×v0). When applying
the detector to a new image, in theory, all possible orientations (u, v, w) should be
explored. However, assuming that the location of the brain is already known [9],
u can be defined as pointing from the current voxel x to the brain (Fig. 3.b). In
this case, only the orientation of the plane Px,u passing through x and orthogonal
to u remains undefined. (v, w) are then randomly chosen so that they form an
orthonormal basis of Px,u. The rationale for this definition of u is that when x
is positioned at the center of the heart, Px,u is the transverse plane of the fetal
anatomy (Fig. 2). To address the sensitivity to the brain localization, a random
offset is added to the estimated brain center with a 10mm range comparable to
the prediction errors reported in [9]. Additionally, knowing the location of the
4 K. Keraudren et al.
u0u0v0v0
u0u0v0v0
u0u0v0v0
uu
vv
uu
vv
uu
vv
(a) (b)
Fig. 3: (a) When training the classifier, features (light blue squares) are extracted
in the anatomical orientation of the fetus: u0 points from the heart (green) to the
brain (red), and v0 points from the left lung (blue) to the right lung (yellow). The
pink contour corresponds to the liver. (b) At testing time, features are extracted
in a coordinate system rotating around the brain.
brain, the search for the heart only needs to explore the image region contained
between two spheres of radii R1 and R2 (Fig. 4) that are independent of the GA
thanks to the size normalization.
The localization of the heart is performed in two stages: a classification forest
is first applied to obtain for each voxel x a probability p(x) of being inside the
heart (Fig 5.a). All voxels with p(x) > 0.5 are then passed on to a regression
forest, which predicts for each of them the offset to the center of the heart.
Using the predicted offsets, the probabilities are then accumulated in a voting
process, and the voxels receiving the highest sum of probabilities are considered
as candidate centers for the heart (Fig 5.b). During classification, in order to
increase the number of true positives, an initial random orientation of the plane
Px,u is chosen and the detector is successively applied by rotating (v, w) with
an angular step θ. The value of (v, w) maximizing the probability of the current
voxel to be inside the heart is selected, and only this orientation of Px,u is passed
on to the regression step.
Four types of features are used in the RFs: tests on image intensity, gradient
magnitude, gradient orientation and distance from the current voxel to the brain.
In order to be invariant to intensity shifts [10], image intensity or gradient mag-
nitude features select two axis-aligned cube patches of random sizes at random
offsets from the current voxel and compare their mean intensity. All features are
extracted in the local orientation (u, v, w). Similarly, during the voting process,
the predicted offsets are computed with the same local orientation.
Detecting candidate locations for the lungs and liver: For each candidate
location of the heart, candidate centers for the lungs and liver are detected.
Similarly to the heart detection, a classification RF first classifies each voxel
as either heart, left lung, right lung, liver or background. For each organ, a
Automated Localization of Fetal Organs in MRI 5
R1R1
R2R2
R
3
R
3
Fig. 4: Knowing the location of the brain, the search for the heart can be re-
stricted to a narrow band within two spheres of radius R1 and R2 (red). Sim-
ilarly, knowing the location of the heart, the search for the lungs and the liver
can be restricted to a sphere of radius R3 (green).
regression RF is then used to vote for the organ center. During training, the
images are oriented according to the fetal anatomy (Fig. 2). During testing, both
the location of the brain and heart are known and only the rotation around the
heart-brain axis needs to be explored. For each voxel x, we can hence set u = u0,
and only the orientation of the plane Px,u0
remains unknown. (v, w) are thus
randomly chosen to form an orthonormal basis of Px,u0
.
In the set of features for the RFs, the distance from the current voxel to
the brain, which was used in the detection of the heart, is now replaced by the
distance to the heart. Additionally, the projection of the current voxel on the
heart-brain axis is used in order to characterize whether the current voxel is be-
low or above the heart relative to the brain. Similarly to the heart detection, the
detector is run with an angular step θ. For each voxel, the value of θ maximizing
the probability of being inside one of the organs of the fetus is selected.
Spatial optimization of candidate organ centers: The voting results from
the regression RF are first smoothed with a Gaussian kernel. Local maxima
are then extracted to form a set of candidates xl for the center of each organ,
l ∈ L = { heart, left lung, right lung, liver }, along with their individual scores
p(xl). Each combination of candidate centers is assigned a score (Eq. 1) based
on the individual scores p(xl) and the spatial configuration of all organs:
l∈L
λp(xl) + (1 − λ)e− 1
2 (xl−¯xl) Σ−1
l (xl−¯xl)
(1)
where ¯xl is the mean position and Σl the covariance matrix for the organ l in
the training dataset, computed in the anatomical coordinate system of the fetus.
λ is a weight between individual scores and the spatial configuration of organs.
Once the organ centers have been localized, the voting process can be reversed
in order to obtain a rough segmentation (Fig. 5.c).
6 K. Keraudren et al.
(a) (b) (c)
Fig. 5: (a) Probability of a voxel to be inside the heart. (b) Accumulated regres-
sion votes for the center of the heart. (c) After all organs have been located,
the voting process can be reversed, resulting in a rough segmentation for each
organ: heart (blue), left lung (red), right lung (green), liver (yellow).
3 Experiments
Datasets: Two datasets of 1.5T T2-weighted ssTSE images were used in this
paper. The first dataset was used to train and validate the model in a leave-
one-out cross validation, in the absence of motion artifacts. It consists of 55
scans covering the whole uterus for 30 healthy subjects and 25 IUGR subjects
(scanning parameters: TR 1000ms, TE 98ms, 4mm slice thickness, 0.4mm slice
gap). The second dataset is used to test the model in the presence of motion
artifacts. There are 224 scans, from 64 healthy subjects, which do not all fully
cover the fetal body (scanning parameters: TR 15000ms, TE 160ms, 2.5mm slice
thickness, 1.5mm slice overlap). A ground truth segmentation for all fetal organs
was provided by an expert for the first dataset. Due to the large number of images
and the presence of motion artifacts, only the center of each organ has been
manually annotated in the second dataset. The location of the brain is passed
to the detector for the first dataset in order to evaluate the proposed method on
its own while the method of [9] is used to localize the brain automatically in the
second dataset, thus evaluating a fully automated localization of fetal organs.
Both datasets cover the range of gestational ages from 20 to 38 weeks.
Results: The results are reported as detection rates in Table 1, where a de-
tection is considered successful for the organ l if the predicted center is within
the ellipsoid defined by (xl − yl) Σ−1
l (xl − yl) < 1 where yl is the ground truth
center. For the first dataset, Σl is the covariance matrix of the ground truth
segmentation while for the second dataset, it is defined from training data as
in Section 2. The distance error between the predicted centers and their ground
truth are reported in Fig. 6. Although healthy and IUGR subjects were mixed
in the training data, results are reported separately to assess the performance of
the detector when fetuses are small for their gestational age. Training two detec-
tors on each subset of the data did not improve the results. The higher detection
Automated Localization of Fetal Organs in MRI 7
Table 1: Detection rates for each organs.
Heart Left lung Right lung Liver
1st
dataset: healthy 90% 97% 97% 90%
1st
dataset: IUGR 92% 60% 80% 76%
2nd
dataset 83% 78% 83% 67%
Left
lung
Right
lung
Heart Liver
0
5
10
15
20
25
30
35
40
Distanceerror(mm)
1st
dataset: healthy
Left
lung
Right
lung
Heart Liver
0
5
10
15
20
25
30
35
40
1st
dataset: IUGR
Left
lung
Right
lung
Heart Liver Brain
0
5
10
15
20
25
30
35
40
2nd
dataset
Fig. 6: Distance error between the predicted organ centers and their ground truth
for the first dataset (30 healthy fetuses and 25 IUGR fetuses) and the second
dataset (64 healthy fetuses).
rate for the lungs than for the heart for the healthy subjects of the first dataset
(Table 1) is due to the detector overestimating the size of the heart (Fig 5.c),
which can be linked to the signal loss when imaging the fast beating heart. A
decrease in performance can be observed for the detection of the lungs in IUGR
fetuses, which can be associated with a reduction in lung volume reported in [4].
The asymmetry in the performance of the detector between the left and right
lungs can be explained by the presence of the liver below the right lung, leading
to a stronger geometric constraint in Eq. 1.
For the second dataset, the largest error for the detection of the brain detec-
tion using the method of [9] is 21mm, which is inside the brain and is sufficient
for the proposed method to succeed. In 90% of cases, the detected heart center
is within 10mm of the ground truth, which suggests that the proposed method
could be used to provide an automated initialization for the motion correction of
the chest [8]. Beside motion artifacts, the main difference between the first and
second dataset is that the second dataset does not fully cover the fetal abdomen
in all scans, which could explain its lower performance when detecting the liver.
Training the detector takes 2h and testing takes 15min on a machine with 24
cores and 128 GB RAM. The parameters in the experiments were chosen as
follows: s30 = 1mm, maximal patch size 30 pixels, maximal offset size 20 pixels,
λ = 0.5, θ = 90◦
.
8 K. Keraudren et al.
4 Conclusion
We presented a pipeline which, in combination with automated brain detection,
enables the automated localization of the lungs, heart and liver in fetal MRI.
The localization results can be used to initialize a segmentation or motion cor-
rection, as well as to orient the 3D volume with respect to the fetal anatomy to
facilitate clinical diagnosis. The key component to our method is to sample the
image features in a local coordinate system in order to cope with the unknown
orientation of the fetus. During training, this coordinate system is defined by
the fetal anatomy while at test time, it is randomly oriented, within constraints
set by already detected organs. In future work, the possibility to merge the
classification and regression steps into a Hough Forest [5] will be investigated.
References
1. Anquez, J., Angelini, E., Bloch, I.: Automatic Segmentation of Head Structures on
Fetal MRI. In: ISBI. pp. 109–112. IEEE (2009)
2. Archie, J.G., Collins, J.S., Lebel, R.R.: Quantitative Standards for Fetal and
Neonatal Autopsy. American Journal of Clinical Pathology 126(2), 256–265 (2006)
3. Breiman, L.: Random Forests. Machine learning 45(1), 5–32 (2001)
4. Damodaram, M., Story, L., Eixarch, E., Patkee, P., Patel, A., Kumar, S., Ruther-
ford, M.: Foetal Volumetry using Magnetic Resonance Imaging in Intrauterine
Growth Restriction. Early Human Development (2012)
5. Gall, J., Lempitsky, V.: Class-specific Hough Forests for Object Detection. In:
CVPR. pp. 1022–1029. IEEE (2009)
6. Ison, M., Donner, R., Dittrich, E., Kasprian, G., Prayer, D., Langs, G.: Fully
Automated Brain Extraction and Orientation in Raw Fetal MRI. In: Workshop on
Paediatric and Perinatal Imaging, MICCAI. pp. 17–24. Springer (2012)
7. Kainz, B., Keraudren, K., Kyriakopoulou, V., Rutherford, M., Hajnal, J.V., Rueck-
ert, D.: Fast Fully Automatic Brain Detection in Fetal MRI using Dense Rotation
Invariant Image Descriptors. In: ISBI. pp. 1230–1233. IEEE (2014)
8. Kainz, B., Malamateniou, C., Murgasova, M., Keraudren, K., Rutherford, M., Ha-
jnal, J., Rueckert, D.: Motion Corrected 3D Reconstruction of the Fetal Thorax
from Prenatal MRI. In: Golland, P., Hata, N., Barillot, C., Hornegger, J., Howe, R.
(eds.) MICCAI 2014, part II, LNCS, vol. 8674, pp. 284–291. Springer, Heidelberg
(2014)
9. Keraudren, K., Kyriakopoulou, V., Rutherford, M., Hajnal, J.V., Rueckert, D.:
Localisation of the Brain in Fetal MRI Using Bundled SIFT Features. In: Mori,
K., Sakuma, I., Sato, Y., Barillot, C., Navab, N. (eds.) MICCAI 2013, part I,
LNCS, vol. 8149, pp. 582–589. Springer, Heidelberg (2013)
10. Pauly, O., Glocker, B., Criminisi, A., Mateus, D., M¨oller, A., Nekolla, S., Navab,
N.: Fast Multiple Organ Detection and Localization in Whole-Body MR Dixon
Sequences. In: Fichtinger, G., Martel, A., Peters, T. (eds.) MICCAI 2011, part III,
LNCS, vol. 6893, pp. 239–247. Springer, Heidelberg (2011)
11. Pedregosa, F., et al.: Scikit-learn: Machine Learning in Python. Journal of Machine
Learning Research 12, 2825–2830 (2011)
12. Zheng, Y., Barbu, A., Georgescu, B., Scheuering, M., Comaniciu, D.: Fast Au-
tomatic Heart Chamber Segmentation from 3D CT Data using Marginal Space
Learning and Steerable Features. In: ICCV. pp. 1–8. IEEE (2007)

Mais conteúdo relacionado

Mais procurados

A theoretical study on partially automated method for (prostate) cancer pinpo...
A theoretical study on partially automated method for (prostate) cancer pinpo...A theoretical study on partially automated method for (prostate) cancer pinpo...
A theoretical study on partially automated method for (prostate) cancer pinpo...eSAT Journals
 
A theoretical study on partially automated method
A theoretical study on partially automated methodA theoretical study on partially automated method
A theoretical study on partially automated methodeSAT Publishing House
 
Fuzzy Clustering Based Segmentation of Vertebrae in T1-Weighted Spinal MR Images
Fuzzy Clustering Based Segmentation of Vertebrae in T1-Weighted Spinal MR ImagesFuzzy Clustering Based Segmentation of Vertebrae in T1-Weighted Spinal MR Images
Fuzzy Clustering Based Segmentation of Vertebrae in T1-Weighted Spinal MR Imagesijfls
 
Segmentation and Classification of Brain MRI Images Using Improved Logismos-B...
Segmentation and Classification of Brain MRI Images Using Improved Logismos-B...Segmentation and Classification of Brain MRI Images Using Improved Logismos-B...
Segmentation and Classification of Brain MRI Images Using Improved Logismos-B...IJERA Editor
 
IMAGINARY ANATOMY LINE MEASUREMENTS ON THE THORAX
IMAGINARY ANATOMY LINE MEASUREMENTS ON THE THORAXIMAGINARY ANATOMY LINE MEASUREMENTS ON THE THORAX
IMAGINARY ANATOMY LINE MEASUREMENTS ON THE THORAXAM Publications
 
automated perimeters
automated perimetersautomated perimeters
automated perimetersgueste49b03
 
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES ijcsa
 
A Numerical Investigation of Breast Compression: Lesion Modeling
A Numerical Investigation of Breast Compression: Lesion ModelingA Numerical Investigation of Breast Compression: Lesion Modeling
A Numerical Investigation of Breast Compression: Lesion ModelingWaqas Tariq
 
Automated Detection of Optic Disc in Retinal FundusImages Using PCA
Automated Detection of Optic Disc in Retinal FundusImages Using PCAAutomated Detection of Optic Disc in Retinal FundusImages Using PCA
Automated Detection of Optic Disc in Retinal FundusImages Using PCAiosrjce
 
Feature Extraction and Analysis on Xinjiang High Morbidity of Kazak Esophagea...
Feature Extraction and Analysis on Xinjiang High Morbidity of Kazak Esophagea...Feature Extraction and Analysis on Xinjiang High Morbidity of Kazak Esophagea...
Feature Extraction and Analysis on Xinjiang High Morbidity of Kazak Esophagea...CSCJournals
 
CT computer aided diagnosis system
CT computer aided diagnosis systemCT computer aided diagnosis system
CT computer aided diagnosis systemAboul Ella Hassanien
 
Optimization Based Liver Contour Extraction of Abdominal CT Images
Optimization Based Liver Contour Extraction of Abdominal CT Images Optimization Based Liver Contour Extraction of Abdominal CT Images
Optimization Based Liver Contour Extraction of Abdominal CT Images IJECEIAES
 

Mais procurados (15)

A theoretical study on partially automated method for (prostate) cancer pinpo...
A theoretical study on partially automated method for (prostate) cancer pinpo...A theoretical study on partially automated method for (prostate) cancer pinpo...
A theoretical study on partially automated method for (prostate) cancer pinpo...
 
A theoretical study on partially automated method
A theoretical study on partially automated methodA theoretical study on partially automated method
A theoretical study on partially automated method
 
FinalPoster2
FinalPoster2FinalPoster2
FinalPoster2
 
Fuzzy Clustering Based Segmentation of Vertebrae in T1-Weighted Spinal MR Images
Fuzzy Clustering Based Segmentation of Vertebrae in T1-Weighted Spinal MR ImagesFuzzy Clustering Based Segmentation of Vertebrae in T1-Weighted Spinal MR Images
Fuzzy Clustering Based Segmentation of Vertebrae in T1-Weighted Spinal MR Images
 
Mass segmentation
Mass segmentationMass segmentation
Mass segmentation
 
Segmentation and Classification of Brain MRI Images Using Improved Logismos-B...
Segmentation and Classification of Brain MRI Images Using Improved Logismos-B...Segmentation and Classification of Brain MRI Images Using Improved Logismos-B...
Segmentation and Classification of Brain MRI Images Using Improved Logismos-B...
 
IMAGINARY ANATOMY LINE MEASUREMENTS ON THE THORAX
IMAGINARY ANATOMY LINE MEASUREMENTS ON THE THORAXIMAGINARY ANATOMY LINE MEASUREMENTS ON THE THORAX
IMAGINARY ANATOMY LINE MEASUREMENTS ON THE THORAX
 
automated perimeters
automated perimetersautomated perimeters
automated perimeters
 
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
 
A Numerical Investigation of Breast Compression: Lesion Modeling
A Numerical Investigation of Breast Compression: Lesion ModelingA Numerical Investigation of Breast Compression: Lesion Modeling
A Numerical Investigation of Breast Compression: Lesion Modeling
 
Automated Detection of Optic Disc in Retinal FundusImages Using PCA
Automated Detection of Optic Disc in Retinal FundusImages Using PCAAutomated Detection of Optic Disc in Retinal FundusImages Using PCA
Automated Detection of Optic Disc in Retinal FundusImages Using PCA
 
Feature Extraction and Analysis on Xinjiang High Morbidity of Kazak Esophagea...
Feature Extraction and Analysis on Xinjiang High Morbidity of Kazak Esophagea...Feature Extraction and Analysis on Xinjiang High Morbidity of Kazak Esophagea...
Feature Extraction and Analysis on Xinjiang High Morbidity of Kazak Esophagea...
 
Report artificial intelligence in breast imaging
Report artificial intelligence in breast imagingReport artificial intelligence in breast imaging
Report artificial intelligence in breast imaging
 
CT computer aided diagnosis system
CT computer aided diagnosis systemCT computer aided diagnosis system
CT computer aided diagnosis system
 
Optimization Based Liver Contour Extraction of Abdominal CT Images
Optimization Based Liver Contour Extraction of Abdominal CT Images Optimization Based Liver Contour Extraction of Abdominal CT Images
Optimization Based Liver Contour Extraction of Abdominal CT Images
 

Destaque

Limbyi garcia t1.
Limbyi garcia t1.Limbyi garcia t1.
Limbyi garcia t1.limbyigm32
 
10 вещей о китае
10 вещей о китае10 вещей о китае
10 вещей о китаеFialan
 
Measurement Homework 3
Measurement Homework 3Measurement Homework 3
Measurement Homework 3Kate Todd
 
Docencia, investigación, gestión y extensión
Docencia, investigación, gestión y extensiónDocencia, investigación, gestión y extensión
Docencia, investigación, gestión y extensiónSamygogo
 
Informe anual 2013 de Abengoa Water
Informe anual 2013 de Abengoa WaterInforme anual 2013 de Abengoa Water
Informe anual 2013 de Abengoa WaterAbengoa
 
Processos de Negócio e Colaboração
Processos de Negócio e ColaboraçãoProcessos de Negócio e Colaboração
Processos de Negócio e ColaboraçãoThiago Colares
 
Suspensión de acitivades durante la Semana Mechona
Suspensión de acitivades durante la Semana MechonaSuspensión de acitivades durante la Semana Mechona
Suspensión de acitivades durante la Semana MechonaKovalto Kalunga
 
Monbazitrail
MonbazitrailMonbazitrail
Monbazitrailbouzigue
 
3. hiruileko menuak
3. hiruileko menuak3. hiruileko menuak
3. hiruileko menuakeirure_
 
Presentación Corporativa de Abengoa
Presentación Corporativa de AbengoaPresentación Corporativa de Abengoa
Presentación Corporativa de AbengoaAbengoa
 
Lic glenia trabajos
Lic glenia trabajosLic glenia trabajos
Lic glenia trabajosJoy Garcia
 

Destaque (20)

Taller mate 1
Taller mate 1Taller mate 1
Taller mate 1
 
Limbyi garcia t1.
Limbyi garcia t1.Limbyi garcia t1.
Limbyi garcia t1.
 
10 вещей о китае
10 вещей о китае10 вещей о китае
10 вещей о китае
 
Measurement Homework 3
Measurement Homework 3Measurement Homework 3
Measurement Homework 3
 
137
137137
137
 
Docencia, investigación, gestión y extensión
Docencia, investigación, gestión y extensiónDocencia, investigación, gestión y extensión
Docencia, investigación, gestión y extensión
 
Informe anual 2013 de Abengoa Water
Informe anual 2013 de Abengoa WaterInforme anual 2013 de Abengoa Water
Informe anual 2013 de Abengoa Water
 
Processos de Negócio e Colaboração
Processos de Negócio e ColaboraçãoProcessos de Negócio e Colaboração
Processos de Negócio e Colaboração
 
Trabajo en equipo
Trabajo en equipoTrabajo en equipo
Trabajo en equipo
 
Carmen xil-sopr
Carmen xil-soprCarmen xil-sopr
Carmen xil-sopr
 
Guztiona
GuztionaGuztiona
Guztiona
 
Aula 1
Aula 1Aula 1
Aula 1
 
Suspensión de acitivades durante la Semana Mechona
Suspensión de acitivades durante la Semana MechonaSuspensión de acitivades durante la Semana Mechona
Suspensión de acitivades durante la Semana Mechona
 
Monbazitrail
MonbazitrailMonbazitrail
Monbazitrail
 
ESTRUCTURA CURRICULAR
ESTRUCTURA CURRICULARESTRUCTURA CURRICULAR
ESTRUCTURA CURRICULAR
 
3. hiruileko menuak
3. hiruileko menuak3. hiruileko menuak
3. hiruileko menuak
 
Presentación Corporativa de Abengoa
Presentación Corporativa de AbengoaPresentación Corporativa de Abengoa
Presentación Corporativa de Abengoa
 
Lic glenia trabajos
Lic glenia trabajosLic glenia trabajos
Lic glenia trabajos
 
1
11
1
 
Aula 1
Aula 1Aula 1
Aula 1
 

Semelhante a Automated Localization of Fetal Organs in MRI Using Random Forests with Steerable Features (Miccai 2015)

Automated Localization of Fetal Organs in MRI Using Random Forests with Steer...
Automated Localization of Fetal Organs in MRI Using Random Forests with Steer...Automated Localization of Fetal Organs in MRI Using Random Forests with Steer...
Automated Localization of Fetal Organs in MRI Using Random Forests with Steer...Kevin Keraudren
 
Automatic Localisation of the Brain in Fetal MRI (Miccai 2013 poster)
Automatic Localisation of the Brain in Fetal MRI (Miccai 2013 poster)Automatic Localisation of the Brain in Fetal MRI (Miccai 2013 poster)
Automatic Localisation of the Brain in Fetal MRI (Miccai 2013 poster)Kevin Keraudren
 
Automated Fetal Brain Segmentation from 2D MRI Slices for Motion Correction (...
Automated Fetal Brain Segmentation from 2D MRI Slices for Motion Correction (...Automated Fetal Brain Segmentation from 2D MRI Slices for Motion Correction (...
Automated Fetal Brain Segmentation from 2D MRI Slices for Motion Correction (...Kevin Keraudren
 
1-s2.0-S0960982214014274-main
1-s2.0-S0960982214014274-main1-s2.0-S0960982214014274-main
1-s2.0-S0960982214014274-mainAmy Jolly
 
Feasibility of using 3D MR elastography to determine pancreatic stiffness in ...
Feasibility of using 3D MR elastography to determine pancreatic stiffness in ...Feasibility of using 3D MR elastography to determine pancreatic stiffness in ...
Feasibility of using 3D MR elastography to determine pancreatic stiffness in ...Nicole Freitag
 
PhD viva - 11th November 2015
PhD viva - 11th November 2015PhD viva - 11th November 2015
PhD viva - 11th November 2015Kevin Keraudren
 
RV_Histomorphology_BMES2014_ExtendedAbstract-Submitted
RV_Histomorphology_BMES2014_ExtendedAbstract-SubmittedRV_Histomorphology_BMES2014_ExtendedAbstract-Submitted
RV_Histomorphology_BMES2014_ExtendedAbstract-SubmittedSimone Siegel
 
A SIMPLE APPROACH FOR RELATIVELY AUTOMATED HIPPOCAMPUS SEGMENTATION FROM SAGI...
A SIMPLE APPROACH FOR RELATIVELY AUTOMATED HIPPOCAMPUS SEGMENTATION FROM SAGI...A SIMPLE APPROACH FOR RELATIVELY AUTOMATED HIPPOCAMPUS SEGMENTATION FROM SAGI...
A SIMPLE APPROACH FOR RELATIVELY AUTOMATED HIPPOCAMPUS SEGMENTATION FROM SAGI...ijbbjournal
 
Fetal cardiac axis in 1st trimester
Fetal cardiac axis in 1st trimesterFetal cardiac axis in 1st trimester
Fetal cardiac axis in 1st trimesterTony Terrones
 
Medical Image Processing Methodology for Liver Tumour Diagnosis
Medical Image Processing Methodology for Liver Tumour Diagnosis Medical Image Processing Methodology for Liver Tumour Diagnosis
Medical Image Processing Methodology for Liver Tumour Diagnosis ijsc
 
Koutsiaris 2013_b_ΜRI BLADE_Lumbar Spine
Koutsiaris 2013_b_ΜRI BLADE_Lumbar SpineKoutsiaris 2013_b_ΜRI BLADE_Lumbar Spine
Koutsiaris 2013_b_ΜRI BLADE_Lumbar SpineKoutsiaris Aris
 
3D&4D brain anomalies
3D&4D brain anomalies 3D&4D brain anomalies
3D&4D brain anomalies Tarek Mansour
 
Hướng dẫn Thực hành ISUOG (cập nhật 2020): Siêu âm đánh giá hệ thần kinh trun...
Hướng dẫn Thực hành ISUOG (cập nhật 2020): Siêu âm đánh giá hệ thần kinh trun...Hướng dẫn Thực hành ISUOG (cập nhật 2020): Siêu âm đánh giá hệ thần kinh trun...
Hướng dẫn Thực hành ISUOG (cập nhật 2020): Siêu âm đánh giá hệ thần kinh trun...Võ Tá Sơn
 
Statistical Analysis of Skin Cell Geometry and Motion
Statistical Analysis of Skin Cell Geometry and MotionStatistical Analysis of Skin Cell Geometry and Motion
Statistical Analysis of Skin Cell Geometry and MotionAmy Werner-Allen
 
Strain cardíaco na avaliação da função cardíaca fetal
Strain cardíaco na avaliação da função cardíaca fetalStrain cardíaco na avaliação da função cardíaca fetal
Strain cardíaco na avaliação da função cardíaca fetalgisa_legal
 
NIRS-BASED CORTICAL ACTIVATION ANALYSIS BY TEMPORAL CROSS CORRELATION
NIRS-BASED CORTICAL ACTIVATION ANALYSIS BY TEMPORAL CROSS CORRELATIONNIRS-BASED CORTICAL ACTIVATION ANALYSIS BY TEMPORAL CROSS CORRELATION
NIRS-BASED CORTICAL ACTIVATION ANALYSIS BY TEMPORAL CROSS CORRELATIONsipij
 

Semelhante a Automated Localization of Fetal Organs in MRI Using Random Forests with Steerable Features (Miccai 2015) (20)

Automated Localization of Fetal Organs in MRI Using Random Forests with Steer...
Automated Localization of Fetal Organs in MRI Using Random Forests with Steer...Automated Localization of Fetal Organs in MRI Using Random Forests with Steer...
Automated Localization of Fetal Organs in MRI Using Random Forests with Steer...
 
Automatic Localisation of the Brain in Fetal MRI (Miccai 2013 poster)
Automatic Localisation of the Brain in Fetal MRI (Miccai 2013 poster)Automatic Localisation of the Brain in Fetal MRI (Miccai 2013 poster)
Automatic Localisation of the Brain in Fetal MRI (Miccai 2013 poster)
 
Automated Fetal Brain Segmentation from 2D MRI Slices for Motion Correction (...
Automated Fetal Brain Segmentation from 2D MRI Slices for Motion Correction (...Automated Fetal Brain Segmentation from 2D MRI Slices for Motion Correction (...
Automated Fetal Brain Segmentation from 2D MRI Slices for Motion Correction (...
 
1-s2.0-S0960982214014274-main
1-s2.0-S0960982214014274-main1-s2.0-S0960982214014274-main
1-s2.0-S0960982214014274-main
 
Yagel2007
Yagel2007Yagel2007
Yagel2007
 
Feasibility of using 3D MR elastography to determine pancreatic stiffness in ...
Feasibility of using 3D MR elastography to determine pancreatic stiffness in ...Feasibility of using 3D MR elastography to determine pancreatic stiffness in ...
Feasibility of using 3D MR elastography to determine pancreatic stiffness in ...
 
PhD viva - 11th November 2015
PhD viva - 11th November 2015PhD viva - 11th November 2015
PhD viva - 11th November 2015
 
RV_Histomorphology_BMES2014_ExtendedAbstract-Submitted
RV_Histomorphology_BMES2014_ExtendedAbstract-SubmittedRV_Histomorphology_BMES2014_ExtendedAbstract-Submitted
RV_Histomorphology_BMES2014_ExtendedAbstract-Submitted
 
A SIMPLE APPROACH FOR RELATIVELY AUTOMATED HIPPOCAMPUS SEGMENTATION FROM SAGI...
A SIMPLE APPROACH FOR RELATIVELY AUTOMATED HIPPOCAMPUS SEGMENTATION FROM SAGI...A SIMPLE APPROACH FOR RELATIVELY AUTOMATED HIPPOCAMPUS SEGMENTATION FROM SAGI...
A SIMPLE APPROACH FOR RELATIVELY AUTOMATED HIPPOCAMPUS SEGMENTATION FROM SAGI...
 
poster_2012
poster_2012poster_2012
poster_2012
 
Fetal cardiac axis in 1st trimester
Fetal cardiac axis in 1st trimesterFetal cardiac axis in 1st trimester
Fetal cardiac axis in 1st trimester
 
Medical Image Processing Methodology for Liver Tumour Diagnosis
Medical Image Processing Methodology for Liver Tumour Diagnosis Medical Image Processing Methodology for Liver Tumour Diagnosis
Medical Image Processing Methodology for Liver Tumour Diagnosis
 
Koutsiaris 2013_b_ΜRI BLADE_Lumbar Spine
Koutsiaris 2013_b_ΜRI BLADE_Lumbar SpineKoutsiaris 2013_b_ΜRI BLADE_Lumbar Spine
Koutsiaris 2013_b_ΜRI BLADE_Lumbar Spine
 
3D&4D brain anomalies
3D&4D brain anomalies 3D&4D brain anomalies
3D&4D brain anomalies
 
Hướng dẫn Thực hành ISUOG (cập nhật 2020): Siêu âm đánh giá hệ thần kinh trun...
Hướng dẫn Thực hành ISUOG (cập nhật 2020): Siêu âm đánh giá hệ thần kinh trun...Hướng dẫn Thực hành ISUOG (cập nhật 2020): Siêu âm đánh giá hệ thần kinh trun...
Hướng dẫn Thực hành ISUOG (cập nhật 2020): Siêu âm đánh giá hệ thần kinh trun...
 
189084.full
189084.full189084.full
189084.full
 
Statistical Analysis of Skin Cell Geometry and Motion
Statistical Analysis of Skin Cell Geometry and MotionStatistical Analysis of Skin Cell Geometry and Motion
Statistical Analysis of Skin Cell Geometry and Motion
 
Strain cardíaco na avaliação da função cardíaca fetal
Strain cardíaco na avaliação da função cardíaca fetalStrain cardíaco na avaliação da função cardíaca fetal
Strain cardíaco na avaliação da função cardíaca fetal
 
NIRS-BASED CORTICAL ACTIVATION ANALYSIS BY TEMPORAL CROSS CORRELATION
NIRS-BASED CORTICAL ACTIVATION ANALYSIS BY TEMPORAL CROSS CORRELATIONNIRS-BASED CORTICAL ACTIVATION ANALYSIS BY TEMPORAL CROSS CORRELATION
NIRS-BASED CORTICAL ACTIVATION ANALYSIS BY TEMPORAL CROSS CORRELATION
 
Parent article.
Parent article.Parent article.
Parent article.
 

Mais de Kevin Keraudren

Segmenting Epithelial Cells in High-Throughput RNAi Screens (Miaab 2011)
Segmenting Epithelial Cells in High-Throughput RNAi Screens (Miaab 2011)Segmenting Epithelial Cells in High-Throughput RNAi Screens (Miaab 2011)
Segmenting Epithelial Cells in High-Throughput RNAi Screens (Miaab 2011)Kevin Keraudren
 
Keraudren-K-2015-PhD-Thesis
Keraudren-K-2015-PhD-ThesisKeraudren-K-2015-PhD-Thesis
Keraudren-K-2015-PhD-ThesisKevin Keraudren
 
PyData London 2015 - Localising Organs of the Fetus in MRI Data Using Python
PyData London 2015 - Localising Organs of the Fetus in MRI Data Using PythonPyData London 2015 - Localising Organs of the Fetus in MRI Data Using Python
PyData London 2015 - Localising Organs of the Fetus in MRI Data Using PythonKevin Keraudren
 
Automated Fetal Brain Segmentation from 2D MRI Slices for Motion Correction
Automated Fetal Brain Segmentation from 2D MRI Slices for Motion CorrectionAutomated Fetal Brain Segmentation from 2D MRI Slices for Motion Correction
Automated Fetal Brain Segmentation from 2D MRI Slices for Motion CorrectionKevin Keraudren
 
Sparsity Based Spectral Embedding: Application to Multi-Atlas Echocardiograph...
Sparsity Based Spectral Embedding: Application to Multi-Atlas Echocardiograph...Sparsity Based Spectral Embedding: Application to Multi-Atlas Echocardiograph...
Sparsity Based Spectral Embedding: Application to Multi-Atlas Echocardiograph...Kevin Keraudren
 
Endocardial 3D Ultrasound Segmentation using Autocontext Random ForestsPresen...
Endocardial 3D Ultrasound Segmentation using Autocontext Random ForestsPresen...Endocardial 3D Ultrasound Segmentation using Autocontext Random ForestsPresen...
Endocardial 3D Ultrasound Segmentation using Autocontext Random ForestsPresen...Kevin Keraudren
 
Faceccrumbs: Manifold Learning on 1M Face Images, MSc group project
Faceccrumbs: Manifold Learning on 1M Face Images, MSc group projectFaceccrumbs: Manifold Learning on 1M Face Images, MSc group project
Faceccrumbs: Manifold Learning on 1M Face Images, MSc group projectKevin Keraudren
 
Slides on Photosynth.net, from my MSc at Imperial
Slides on Photosynth.net, from my MSc at ImperialSlides on Photosynth.net, from my MSc at Imperial
Slides on Photosynth.net, from my MSc at ImperialKevin Keraudren
 
Slides presented at the Steiner Unit, Hammersmith Hospital, 08/06/2012
Slides presented at the Steiner Unit, Hammersmith Hospital, 08/06/2012Slides presented at the Steiner Unit, Hammersmith Hospital, 08/06/2012
Slides presented at the Steiner Unit, Hammersmith Hospital, 08/06/2012Kevin Keraudren
 
Reading group - 22/05/2013
Reading group - 22/05/2013Reading group - 22/05/2013
Reading group - 22/05/2013Kevin Keraudren
 
Introduction to cython: example of GCoptimization
Introduction to cython: example of GCoptimizationIntroduction to cython: example of GCoptimization
Introduction to cython: example of GCoptimizationKevin Keraudren
 
Segmenting Epithelial Cells in High-Throughput RNAi Screens (MIAAB 2011)
Segmenting Epithelial Cells in High-Throughput RNAi Screens (MIAAB 2011)Segmenting Epithelial Cells in High-Throughput RNAi Screens (MIAAB 2011)
Segmenting Epithelial Cells in High-Throughput RNAi Screens (MIAAB 2011)Kevin Keraudren
 

Mais de Kevin Keraudren (12)

Segmenting Epithelial Cells in High-Throughput RNAi Screens (Miaab 2011)
Segmenting Epithelial Cells in High-Throughput RNAi Screens (Miaab 2011)Segmenting Epithelial Cells in High-Throughput RNAi Screens (Miaab 2011)
Segmenting Epithelial Cells in High-Throughput RNAi Screens (Miaab 2011)
 
Keraudren-K-2015-PhD-Thesis
Keraudren-K-2015-PhD-ThesisKeraudren-K-2015-PhD-Thesis
Keraudren-K-2015-PhD-Thesis
 
PyData London 2015 - Localising Organs of the Fetus in MRI Data Using Python
PyData London 2015 - Localising Organs of the Fetus in MRI Data Using PythonPyData London 2015 - Localising Organs of the Fetus in MRI Data Using Python
PyData London 2015 - Localising Organs of the Fetus in MRI Data Using Python
 
Automated Fetal Brain Segmentation from 2D MRI Slices for Motion Correction
Automated Fetal Brain Segmentation from 2D MRI Slices for Motion CorrectionAutomated Fetal Brain Segmentation from 2D MRI Slices for Motion Correction
Automated Fetal Brain Segmentation from 2D MRI Slices for Motion Correction
 
Sparsity Based Spectral Embedding: Application to Multi-Atlas Echocardiograph...
Sparsity Based Spectral Embedding: Application to Multi-Atlas Echocardiograph...Sparsity Based Spectral Embedding: Application to Multi-Atlas Echocardiograph...
Sparsity Based Spectral Embedding: Application to Multi-Atlas Echocardiograph...
 
Endocardial 3D Ultrasound Segmentation using Autocontext Random ForestsPresen...
Endocardial 3D Ultrasound Segmentation using Autocontext Random ForestsPresen...Endocardial 3D Ultrasound Segmentation using Autocontext Random ForestsPresen...
Endocardial 3D Ultrasound Segmentation using Autocontext Random ForestsPresen...
 
Faceccrumbs: Manifold Learning on 1M Face Images, MSc group project
Faceccrumbs: Manifold Learning on 1M Face Images, MSc group projectFaceccrumbs: Manifold Learning on 1M Face Images, MSc group project
Faceccrumbs: Manifold Learning on 1M Face Images, MSc group project
 
Slides on Photosynth.net, from my MSc at Imperial
Slides on Photosynth.net, from my MSc at ImperialSlides on Photosynth.net, from my MSc at Imperial
Slides on Photosynth.net, from my MSc at Imperial
 
Slides presented at the Steiner Unit, Hammersmith Hospital, 08/06/2012
Slides presented at the Steiner Unit, Hammersmith Hospital, 08/06/2012Slides presented at the Steiner Unit, Hammersmith Hospital, 08/06/2012
Slides presented at the Steiner Unit, Hammersmith Hospital, 08/06/2012
 
Reading group - 22/05/2013
Reading group - 22/05/2013Reading group - 22/05/2013
Reading group - 22/05/2013
 
Introduction to cython: example of GCoptimization
Introduction to cython: example of GCoptimizationIntroduction to cython: example of GCoptimization
Introduction to cython: example of GCoptimization
 
Segmenting Epithelial Cells in High-Throughput RNAi Screens (MIAAB 2011)
Segmenting Epithelial Cells in High-Throughput RNAi Screens (MIAAB 2011)Segmenting Epithelial Cells in High-Throughput RNAi Screens (MIAAB 2011)
Segmenting Epithelial Cells in High-Throughput RNAi Screens (MIAAB 2011)
 

Último

Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )aarthirajkumar25
 
Zoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfZoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfSumit Kumar yadav
 
COST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptxCOST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptxFarihaAbdulRasheed
 
Seismic Method Estimate velocity from seismic data.pptx
Seismic Method Estimate velocity from seismic  data.pptxSeismic Method Estimate velocity from seismic  data.pptx
Seismic Method Estimate velocity from seismic data.pptxAlMamun560346
 
GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)Areesha Ahmad
 
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceuticsPulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceuticssakshisoni2385
 
SAMASTIPUR CALL GIRL 7857803690 LOW PRICE ESCORT SERVICE
SAMASTIPUR CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICESAMASTIPUR CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICE
SAMASTIPUR CALL GIRL 7857803690 LOW PRICE ESCORT SERVICEayushi9330
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksSérgio Sacani
 
Pests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdfPests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdfPirithiRaju
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​kaibalyasahoo82800
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxgindu3009
 
Creating and Analyzing Definitive Screening Designs
Creating and Analyzing Definitive Screening DesignsCreating and Analyzing Definitive Screening Designs
Creating and Analyzing Definitive Screening DesignsNurulAfiqah307317
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfSumit Kumar yadav
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...RohitNehra6
 
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRStunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRDelhi Call girls
 
Forensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfForensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfrohankumarsinghrore1
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfSumit Kumar yadav
 
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...ssifa0344
 
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRLKochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRLkantirani197
 
Botany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questionsBotany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questionsSumit Kumar yadav
 

Último (20)

Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )
 
Zoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfZoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdf
 
COST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptxCOST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptx
 
Seismic Method Estimate velocity from seismic data.pptx
Seismic Method Estimate velocity from seismic  data.pptxSeismic Method Estimate velocity from seismic  data.pptx
Seismic Method Estimate velocity from seismic data.pptx
 
GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)
 
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceuticsPulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
 
SAMASTIPUR CALL GIRL 7857803690 LOW PRICE ESCORT SERVICE
SAMASTIPUR CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICESAMASTIPUR CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICE
SAMASTIPUR CALL GIRL 7857803690 LOW PRICE ESCORT SERVICE
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disks
 
Pests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdfPests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdf
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptx
 
Creating and Analyzing Definitive Screening Designs
Creating and Analyzing Definitive Screening DesignsCreating and Analyzing Definitive Screening Designs
Creating and Analyzing Definitive Screening Designs
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdf
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...
 
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRStunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
 
Forensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfForensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdf
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdf
 
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
 
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRLKochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
 
Botany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questionsBotany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questions
 

Automated Localization of Fetal Organs in MRI Using Random Forests with Steerable Features (Miccai 2015)

  • 1. Automated Localization of Fetal Organs in MRI Using Random Forests with Steerable Features Kevin Keraudren1 , Bernhard Kainz1 , Ozan Oktay1 , Vanessa Kyriakopoulou2 , Mary Rutherford2 , Joseph V. Hajnal2 and Daniel Rueckert1 1 Biomedical Image Analysis Group, Imperial College London 2 Department Biomedical Engineering, King’s College London Abstract. Fetal MRI is an invaluable diagnostic tool complementary to ultrasound thanks to its high contrast and resolution. Motion artifacts and the arbitrary orientation of the fetus are two main challenges of fetal MRI. In this paper, we propose a method based on Random Forests with steerable features to automatically localize the heart, lungs and liver in fetal MRI. During training, all MR images are mapped into a standard coordinate system that is defined by landmarks on the fetal anatomy and normalized for fetal age. Image features are then extracted in this coordinate system. During testing, features are computed for different orientations with a search space constrained by previously detected land- marks. The method was tested on healthy fetuses as well as fetuses with intrauterine growth restriction (IUGR) from 20 to 38 weeks of gestation. The detection rate was above 90% for all organs of healthy fetuses in the absence of motion artifacts. In the presence of motion, the detection rate was 83% for the heart, 78% for the lungs and 67% for the liver. Growth restriction did not decrease the performance of the heart detection but had an impact on the detection of the lungs and liver. The proposed method can be used to initialize subsequent processing steps such as segmentation or motion correction, as well as automatically orient the 3D volume based on the fetal anatomy to facilitate clinical examination. 1 Introduction Although the main focus of fetal Magnetic Resonance Imaging (MRI) is in imag- ing of the brain due to its crucial role in fetal development, there is a growing interest in using MRI to study other aspects of fetal growth, such as assessing the severity of intrauterine growth restriction (IUGR) [4]. In this paper, we present a method to automatically localize fetal organs in MRI (heart, lungs and liver), which can provide automated initialization for subsequent processing steps such as segmentation or motion correction [8]. The main challenge for the automated localization of fetal organs is the unpredictable orientation of the fetus. Two methodological approaches can be identified from the current literature on the localization of the fetal brain in MRI. The first approach seeks a detector invariant to the fetal orientation [6,9,7]. The second approach learns to detect fetuses in a known orientation and rotates
  • 2. 2 K. Keraudren et al. Fig. 1: Overview of the proposed pipeline for the automated localization of fetal organs in MRI. the test image [1]. We adopt this second approach in the present paper, but as illustrated by steerable features [12], it is more efficient to extract features in a rotating coordinate system than to rotate the whole 3D volume. We thus propose to extend the Random Forests (RF) framework for organ localization [10] with the extraction of features in a local coordinate system specific to the anatomy of the fetus. A RF classifier [3] is an ensemble method for machine learning which averages the results of decision trees trained on random subsets of the training dataset, a process called bagging. Similarly, a RF regressor is an ensemble of regression trees. A RF classifier assigns a label to each voxel, resulting in a segmentation of the input image while a RF regressor assigns an offset vector to each voxel, allow- ing it to vote for the location of landmarks. Classification and regression forests can be combined so that only voxels assigned to a certain class can vote for the location of specific landmarks. This is of particular relevance when detecting landmarks within the fetus whose position has little correlation with surround- ing maternal tissues. While [5] proposed to form trees that randomly alternate decision and regression nodes (Hough Forest), we chose to sequentially apply a classification and a regression forest. This enables us to benefit from generic RF implementations [11] while focusing on the key step of feature extraction. At training time, image features are learnt in a coordinate system that is normalized for the age of the fetus and defined by the anatomy of the fetus (Fig. 2). At test time, assuming that the center of the brain is known, image features are extracted in a coordinate system rotating around the brain in order to find the heart. The lungs and liver are then localized using a coordinate system in which one axis is parallel to the heart-brain axis. An overview of our proposed pipeline is presented in Fig. 1. In the remainder of this paper, we will present our proposed method in Section 2 and evaluate it in Section 3 on two datasets of MRI scans. The first dataset, used for training and leave-one-out cross validation, consists of scans of 30 healthy and 25 IUGR subjects without significant motion artifacts. The second dataset (64 subjects) is used to evaluate the performance of the proposed method in the presence of motion artifacts. 2 Method
  • 3. Automated Localization of Fetal Organs in MRI 3 u0u0 v0v0 w0w0 liverliver Coronal plane u0u0 w0w0 v0v0 brainbrain heartheart Sagittal plane v0v0 w0w0 u0u0 heartheart rightright lunglung Transverse plane Fig. 2: Average image of 30 healthy fetuses after resizing (Section 2) and align- ment defined by anatomical landmarks (Section 2). It highlights the character- istic intensity patterns in fetal MRI for the brain, heart, lungs and liver. Preprocessing: There is a large variability in the MR scans of fetuses due to fetal development. In particular, the length of the fetus increases by 50% between 23 weeks and term (40 weeks) [2]. We thus propose to normalize the size of all fetuses by resampling the images to an isotropic voxel size sga that is a function of the gestational age (GA), so that a fetus of 30 weeks is resampled to a voxel size s30: sga = CRLga/CRL30 ×s30, where CRL denotes the crown-rump length [2]. This differs from previously proposed methods which either ignored the GA [1,6,7] or only used it to define size constraints [9]. Moreover, fetal MRI is typically acquired as stacks of 2D images that freeze in-plane motion but form a 3D volume corrupted by fetal and maternal motion. The images are thus preprocessed using median filtering to attenuate motion artifacts. Detecting candidate locations for the heart: In theory, a detector could be trained on aligned images while at test time, it would be applied to all possible rotated versions of the 3D volume. However, in practice it would be too time consuming to explore an exhaustive set of rotations. In particular, the integral image that is used to extract intensity features would need to be computed for all tested rotations. Instead of rotating the image itself, we thus propose to rotate the sampling grid of the image features. This is done by defining a local orientation of the 3D volume for every voxel. When training the classifier, all voxels are oriented using the anatomy of the fetus (Fig. 2 and Fig. 3.a): u0 points from the heart to the brain, v0 from the left lung to the right lung and w0 from back to front (w0 = u0 ×v0). When applying the detector to a new image, in theory, all possible orientations (u, v, w) should be explored. However, assuming that the location of the brain is already known [9], u can be defined as pointing from the current voxel x to the brain (Fig. 3.b). In this case, only the orientation of the plane Px,u passing through x and orthogonal to u remains undefined. (v, w) are then randomly chosen so that they form an orthonormal basis of Px,u. The rationale for this definition of u is that when x is positioned at the center of the heart, Px,u is the transverse plane of the fetal anatomy (Fig. 2). To address the sensitivity to the brain localization, a random offset is added to the estimated brain center with a 10mm range comparable to the prediction errors reported in [9]. Additionally, knowing the location of the
  • 4. 4 K. Keraudren et al. u0u0v0v0 u0u0v0v0 u0u0v0v0 uu vv uu vv uu vv (a) (b) Fig. 3: (a) When training the classifier, features (light blue squares) are extracted in the anatomical orientation of the fetus: u0 points from the heart (green) to the brain (red), and v0 points from the left lung (blue) to the right lung (yellow). The pink contour corresponds to the liver. (b) At testing time, features are extracted in a coordinate system rotating around the brain. brain, the search for the heart only needs to explore the image region contained between two spheres of radii R1 and R2 (Fig. 4) that are independent of the GA thanks to the size normalization. The localization of the heart is performed in two stages: a classification forest is first applied to obtain for each voxel x a probability p(x) of being inside the heart (Fig 5.a). All voxels with p(x) > 0.5 are then passed on to a regression forest, which predicts for each of them the offset to the center of the heart. Using the predicted offsets, the probabilities are then accumulated in a voting process, and the voxels receiving the highest sum of probabilities are considered as candidate centers for the heart (Fig 5.b). During classification, in order to increase the number of true positives, an initial random orientation of the plane Px,u is chosen and the detector is successively applied by rotating (v, w) with an angular step θ. The value of (v, w) maximizing the probability of the current voxel to be inside the heart is selected, and only this orientation of Px,u is passed on to the regression step. Four types of features are used in the RFs: tests on image intensity, gradient magnitude, gradient orientation and distance from the current voxel to the brain. In order to be invariant to intensity shifts [10], image intensity or gradient mag- nitude features select two axis-aligned cube patches of random sizes at random offsets from the current voxel and compare their mean intensity. All features are extracted in the local orientation (u, v, w). Similarly, during the voting process, the predicted offsets are computed with the same local orientation. Detecting candidate locations for the lungs and liver: For each candidate location of the heart, candidate centers for the lungs and liver are detected. Similarly to the heart detection, a classification RF first classifies each voxel as either heart, left lung, right lung, liver or background. For each organ, a
  • 5. Automated Localization of Fetal Organs in MRI 5 R1R1 R2R2 R 3 R 3 Fig. 4: Knowing the location of the brain, the search for the heart can be re- stricted to a narrow band within two spheres of radius R1 and R2 (red). Sim- ilarly, knowing the location of the heart, the search for the lungs and the liver can be restricted to a sphere of radius R3 (green). regression RF is then used to vote for the organ center. During training, the images are oriented according to the fetal anatomy (Fig. 2). During testing, both the location of the brain and heart are known and only the rotation around the heart-brain axis needs to be explored. For each voxel x, we can hence set u = u0, and only the orientation of the plane Px,u0 remains unknown. (v, w) are thus randomly chosen to form an orthonormal basis of Px,u0 . In the set of features for the RFs, the distance from the current voxel to the brain, which was used in the detection of the heart, is now replaced by the distance to the heart. Additionally, the projection of the current voxel on the heart-brain axis is used in order to characterize whether the current voxel is be- low or above the heart relative to the brain. Similarly to the heart detection, the detector is run with an angular step θ. For each voxel, the value of θ maximizing the probability of being inside one of the organs of the fetus is selected. Spatial optimization of candidate organ centers: The voting results from the regression RF are first smoothed with a Gaussian kernel. Local maxima are then extracted to form a set of candidates xl for the center of each organ, l ∈ L = { heart, left lung, right lung, liver }, along with their individual scores p(xl). Each combination of candidate centers is assigned a score (Eq. 1) based on the individual scores p(xl) and the spatial configuration of all organs: l∈L λp(xl) + (1 − λ)e− 1 2 (xl−¯xl) Σ−1 l (xl−¯xl) (1) where ¯xl is the mean position and Σl the covariance matrix for the organ l in the training dataset, computed in the anatomical coordinate system of the fetus. λ is a weight between individual scores and the spatial configuration of organs. Once the organ centers have been localized, the voting process can be reversed in order to obtain a rough segmentation (Fig. 5.c).
  • 6. 6 K. Keraudren et al. (a) (b) (c) Fig. 5: (a) Probability of a voxel to be inside the heart. (b) Accumulated regres- sion votes for the center of the heart. (c) After all organs have been located, the voting process can be reversed, resulting in a rough segmentation for each organ: heart (blue), left lung (red), right lung (green), liver (yellow). 3 Experiments Datasets: Two datasets of 1.5T T2-weighted ssTSE images were used in this paper. The first dataset was used to train and validate the model in a leave- one-out cross validation, in the absence of motion artifacts. It consists of 55 scans covering the whole uterus for 30 healthy subjects and 25 IUGR subjects (scanning parameters: TR 1000ms, TE 98ms, 4mm slice thickness, 0.4mm slice gap). The second dataset is used to test the model in the presence of motion artifacts. There are 224 scans, from 64 healthy subjects, which do not all fully cover the fetal body (scanning parameters: TR 15000ms, TE 160ms, 2.5mm slice thickness, 1.5mm slice overlap). A ground truth segmentation for all fetal organs was provided by an expert for the first dataset. Due to the large number of images and the presence of motion artifacts, only the center of each organ has been manually annotated in the second dataset. The location of the brain is passed to the detector for the first dataset in order to evaluate the proposed method on its own while the method of [9] is used to localize the brain automatically in the second dataset, thus evaluating a fully automated localization of fetal organs. Both datasets cover the range of gestational ages from 20 to 38 weeks. Results: The results are reported as detection rates in Table 1, where a de- tection is considered successful for the organ l if the predicted center is within the ellipsoid defined by (xl − yl) Σ−1 l (xl − yl) < 1 where yl is the ground truth center. For the first dataset, Σl is the covariance matrix of the ground truth segmentation while for the second dataset, it is defined from training data as in Section 2. The distance error between the predicted centers and their ground truth are reported in Fig. 6. Although healthy and IUGR subjects were mixed in the training data, results are reported separately to assess the performance of the detector when fetuses are small for their gestational age. Training two detec- tors on each subset of the data did not improve the results. The higher detection
  • 7. Automated Localization of Fetal Organs in MRI 7 Table 1: Detection rates for each organs. Heart Left lung Right lung Liver 1st dataset: healthy 90% 97% 97% 90% 1st dataset: IUGR 92% 60% 80% 76% 2nd dataset 83% 78% 83% 67% Left lung Right lung Heart Liver 0 5 10 15 20 25 30 35 40 Distanceerror(mm) 1st dataset: healthy Left lung Right lung Heart Liver 0 5 10 15 20 25 30 35 40 1st dataset: IUGR Left lung Right lung Heart Liver Brain 0 5 10 15 20 25 30 35 40 2nd dataset Fig. 6: Distance error between the predicted organ centers and their ground truth for the first dataset (30 healthy fetuses and 25 IUGR fetuses) and the second dataset (64 healthy fetuses). rate for the lungs than for the heart for the healthy subjects of the first dataset (Table 1) is due to the detector overestimating the size of the heart (Fig 5.c), which can be linked to the signal loss when imaging the fast beating heart. A decrease in performance can be observed for the detection of the lungs in IUGR fetuses, which can be associated with a reduction in lung volume reported in [4]. The asymmetry in the performance of the detector between the left and right lungs can be explained by the presence of the liver below the right lung, leading to a stronger geometric constraint in Eq. 1. For the second dataset, the largest error for the detection of the brain detec- tion using the method of [9] is 21mm, which is inside the brain and is sufficient for the proposed method to succeed. In 90% of cases, the detected heart center is within 10mm of the ground truth, which suggests that the proposed method could be used to provide an automated initialization for the motion correction of the chest [8]. Beside motion artifacts, the main difference between the first and second dataset is that the second dataset does not fully cover the fetal abdomen in all scans, which could explain its lower performance when detecting the liver. Training the detector takes 2h and testing takes 15min on a machine with 24 cores and 128 GB RAM. The parameters in the experiments were chosen as follows: s30 = 1mm, maximal patch size 30 pixels, maximal offset size 20 pixels, λ = 0.5, θ = 90◦ .
  • 8. 8 K. Keraudren et al. 4 Conclusion We presented a pipeline which, in combination with automated brain detection, enables the automated localization of the lungs, heart and liver in fetal MRI. The localization results can be used to initialize a segmentation or motion cor- rection, as well as to orient the 3D volume with respect to the fetal anatomy to facilitate clinical diagnosis. The key component to our method is to sample the image features in a local coordinate system in order to cope with the unknown orientation of the fetus. During training, this coordinate system is defined by the fetal anatomy while at test time, it is randomly oriented, within constraints set by already detected organs. In future work, the possibility to merge the classification and regression steps into a Hough Forest [5] will be investigated. References 1. Anquez, J., Angelini, E., Bloch, I.: Automatic Segmentation of Head Structures on Fetal MRI. In: ISBI. pp. 109–112. IEEE (2009) 2. Archie, J.G., Collins, J.S., Lebel, R.R.: Quantitative Standards for Fetal and Neonatal Autopsy. American Journal of Clinical Pathology 126(2), 256–265 (2006) 3. Breiman, L.: Random Forests. Machine learning 45(1), 5–32 (2001) 4. Damodaram, M., Story, L., Eixarch, E., Patkee, P., Patel, A., Kumar, S., Ruther- ford, M.: Foetal Volumetry using Magnetic Resonance Imaging in Intrauterine Growth Restriction. Early Human Development (2012) 5. Gall, J., Lempitsky, V.: Class-specific Hough Forests for Object Detection. In: CVPR. pp. 1022–1029. IEEE (2009) 6. Ison, M., Donner, R., Dittrich, E., Kasprian, G., Prayer, D., Langs, G.: Fully Automated Brain Extraction and Orientation in Raw Fetal MRI. In: Workshop on Paediatric and Perinatal Imaging, MICCAI. pp. 17–24. Springer (2012) 7. Kainz, B., Keraudren, K., Kyriakopoulou, V., Rutherford, M., Hajnal, J.V., Rueck- ert, D.: Fast Fully Automatic Brain Detection in Fetal MRI using Dense Rotation Invariant Image Descriptors. In: ISBI. pp. 1230–1233. IEEE (2014) 8. Kainz, B., Malamateniou, C., Murgasova, M., Keraudren, K., Rutherford, M., Ha- jnal, J., Rueckert, D.: Motion Corrected 3D Reconstruction of the Fetal Thorax from Prenatal MRI. In: Golland, P., Hata, N., Barillot, C., Hornegger, J., Howe, R. (eds.) MICCAI 2014, part II, LNCS, vol. 8674, pp. 284–291. Springer, Heidelberg (2014) 9. Keraudren, K., Kyriakopoulou, V., Rutherford, M., Hajnal, J.V., Rueckert, D.: Localisation of the Brain in Fetal MRI Using Bundled SIFT Features. In: Mori, K., Sakuma, I., Sato, Y., Barillot, C., Navab, N. (eds.) MICCAI 2013, part I, LNCS, vol. 8149, pp. 582–589. Springer, Heidelberg (2013) 10. Pauly, O., Glocker, B., Criminisi, A., Mateus, D., M¨oller, A., Nekolla, S., Navab, N.: Fast Multiple Organ Detection and Localization in Whole-Body MR Dixon Sequences. In: Fichtinger, G., Martel, A., Peters, T. (eds.) MICCAI 2011, part III, LNCS, vol. 6893, pp. 239–247. Springer, Heidelberg (2011) 11. Pedregosa, F., et al.: Scikit-learn: Machine Learning in Python. Journal of Machine Learning Research 12, 2825–2830 (2011) 12. Zheng, Y., Barbu, A., Georgescu, B., Scheuering, M., Comaniciu, D.: Fast Au- tomatic Heart Chamber Segmentation from 3D CT Data using Marginal Space Learning and Steerable Features. In: ICCV. pp. 1–8. IEEE (2007)