ArticlePDF Available

Abstract and Figures

This paper proposes a novel approach for segmenting fetal ultrasound images. This problem presents a variety of challenges including high noise, low contrast, and other US imaging properties such as similarity between texture and gray levels of two organs/ tissues. In this paper, we have proposed a Conditional Random Field (CRF) based framework to handle challenges in segmenting fetal ultrasound images. Clinically, it is known that fetus is surrounded by specific maternal tissues, amniotic fluid and placenta. We exploit this context information using CRFs for segmenting the fetal images accurately. The proposed CRF framework uses wavelet based texture features for representing the ultrasound image and Support Vector Machines (SVM) for initial label prediction. Initial results on a limited dataset of real world ultrasound images of fetus are promising. Results show that proposed method could handle the noise and similarity between fetus and its surroundings in ultrasound images.
Content may be subject to copyright.
Segmentation of fetal image in 2D Ultrasound by Exploiting Context
Information using Conditional Random Fields
Lalit Gupta, Rajendra Singh Sisodia, V Pallavi, Celine Firtion and Ganesan Ramachandran
Abstract This paper proposes a novel approach for seg-
menting fetal ultrasound images. This problem presents a
variety of challenges including high noise, low contrast, and
other US imaging properties such as similarity between texture
and gray levels of two organs/ tissues. In this paper, we have
proposed a Conditional Random Field (CRF) based framework
to handles challenges in segmenting fetal ultrasound images.
Clinically, it is known that fetus is surrounded by specific
maternal tissues, amniotic fluid and placenta. We exploit this
context information using CRF for segmenting the fetal images
accurately. The proposed CRF framework uses wavelet based
texture features for representing the ultrasound image and
Support Vector Machines (SVM) for initial label prediction.
Initial results on a limited dataset of real world ultrasound
images of fetus are promising. Results show that proposed
method could handle the noise and similarity between fetus
and its surroundings in ultrasound images.
I. INTRODUCTION
Ultrasound is widely used by obstetricians as a imaging
modality for extracting the biometric and morphological data
of fetuses. It plays a key role in dating the pregnancy,
detecting anomalies, monitoring the fetal growth etc.. Key
challenges in ultrasound (US) image analysis are noise, low
contrast, and other US imaging properties such as similarity
between texture and gray levels of two organs/ tissues.
Therefore, manual interpretation of ultrasound images and
computing biometric data for fetuses is quite a tedious
and time consuming task. Moreover, it is also susceptible
to human variability. An automation in this area could be
helpful in robust diagnosis of fetus and reducing human
variability.
In this paper, we address the problem of fetal image
segmentation to assist obstetricians for extracting the bio-
metric parameters of fetuses. These parameters are: bipari-
etal diameters (BPD), head circumference (HC), and femur
length (FL), and abdominal circumference (AC) [1]. Each
of these parameters provides, via a specific mathematical
expression, estimates of the gestational age. It is seen that
region boundaries in ultrasound images often do not conform
to the assumptions of many image processing algorithms due
to high noise and variable contrast. In this paper, we handle
the problem of noise by using stochastic texture features
to represent the image. It is known that fetus is typically
surrounded by specific maternal tissues, amniotic fluid and
This work has been done at Philips Reseach Asia - Bangalore
Lalit Gupta (corresponding author) lalit.gupta@philips.com
Rajendra Singh Sisodia rajendra.sisodia@philips.com
V Pallavi pallavi.vajinepalli@philips.com
Celine Firtion celine.firtion@philips.com
Ganesan Ramachandran ganesan.r@philips.com
placenta. We use this context information by modeling the
image using Conditional Random Fields (CRFs). CRFs also
help to handle the similarity between gray values between
fetus and its surroundings. By using context information, we
also tend to use the shape of the fetus as a feature, which
increases the robustness of our algorithm.
In literature, segmentation of ultrasound images are typ-
ically application driven. A survey of such approaches is
presented by Nobel et al. [2]. The application areas they have
focused are echocardiography, breast ultrasound, transrectal
ultrasound (TRUS), intravascular ultrasound (IVUS) images,
and ultrsound images in obstetrics and gynecology. In con-
clusion, they identified that existing methods for ultrasound
image segmentation are not very accurate due to presence of
noise. They also concluded that most of the existing meth-
ods for ultrasound image segmentation techniques focus on
region growing or active contours. These are semi-automatic
segmenting systems, in which seed points or initial contours
have to be manually identified. The method proposed in this
paper handles the noise and also does not require any human
intervention for either selecting seed points or initiating
contours.
A recently published paper by Shotton et. al [3] showed
that conditional random fields could be used for exploiting
context information from neighboring segments. They out-
lined a method for appearance, shape and context modeling
for multi-class object recognition and segmentation using
conditional random fields. In this paper, we propose a
combination of texture features, support vector machines
and conditional random fields for segmenting fetal image
in ultrasound images. The block diagram of the overall
methodology proposed in this paper is given in Fig. 1.
The details of the proposed algorithm along with experi-
mental results has been described in rest of the paper, which
is organized as follows: section II introduces the conditional
random fields, section III explains the proposed method in
detail. It explains the interaction between SVMs and CRFs.
Section IV focuses on experimental results and also discusses
the advantages of using CRFs with examples. Section V
concludes the paper with a discussion on future work.
II. CONDITIONAL RANDOM FIEL DS (CRFS)
Kumar and Hebert [4] were the first one to define CRF for
image processing applications. They outlined two main dif-
ferences between the conditional random fields and Markov
random fields (MRFs) frameworks are:
1) In CRFs, the association potential at any site is a
function of all the observations while in MRFs (with
the assumption of conditional independence of the
data), the association potential is a function of data
only at that site.
2) The interaction potential/ pairwise potential for each
pair of nodes in MRFs is a function of only labels,
while in the conditional models it is a function of labels
as well as the observations.
Here, first we partition the image and represent it as a
graph, where each partition of the image should be viewed
as a node in the graph. Each node is connected with its neigh-
bors. The algorithms of image partitions and neighborhood
selection are described in the next section. Assuming the
pairwise potentials to be non-zero, the conditional random
distribution over all labels Ygiven the observation Xcan
be written as
P(Y|X) = 1
Zexp(X
iS
log(φ(yi, xi)) + X
iS
X
jNi
ψij )(1)
φi=1
1 + exp(yidi
τ)(2)
ψij =yiyjhTgij (X)(3)
where Zis the normalizing constant, φiand ψij are the
association and the interaction potential respectively. The
association potential, φ(yi, X)can be seen as a measure of
how likely a site iwill take label yigiven its local features,
ignoring the effects of other sites in the image. Interaction
potential can be seen as a measure of how labels at the
neighboring sites iand jshould interact given the observed
image X.
We have used support vector machines for computing
association potential and initial labels. didenotes the output
of SVM decision function (Eqn. 4) given a feature vector xi
as input and τis a constant that can adjust the curve of the
logistic function.
di=1
sv
sv
X
j=1
(w.xij ci)(4)
where sv denotes number of support vectors, wdenotes
weights and cirepresents the bias.
We have used the log-linear model to define the interaction
potential [5], which depends on the inner product of the
weight vector hand feature vector gij(X). The weight vector
his learnt during the training session and gij (X)is defined
as [1,|xixj|]T, where Tis the transpose and |.|represents
L1 norm. We have used conditional Maximum Likelihood
Estimation (MLE) method [5] for the computation of h.
To infer the region labels corresponding to the segments
in image a maximum posterior marginal (MPM) criterion
has been used. Each segment/ node is assigned a label that
maximizes its margin posteriori probability i.e.
y
i= argmax
yi∈{−1,1}
P(yi|X;h)(5)
Input Images
Training
Image partition
Extract features
from partitions
Train and classify
using SVM
Compute CRF
parameters
Testing
Test Image
Image partition
from partitions
Extract features
Classify with SVM
Add context info.
and assign labels
using CRF
Output Image
SVM
parameters
CRF
parameters
Fig. 1. Block diagram of the proposed methodology.
-1 11 1
1 1
11
-1 -1-1-1
-1
-1
-1
-1
-1-1
-1
-1
-1-1
-1-1-1
(a)
-1
1
(b)
Fig. 2. An example of image partitioning: (a) using a grid size of qxr;
(b) using texture features and FCM; where the object of interest is shown
as a dark circle in the center of the image. ’1’ represents the foreground
and ’-1’ represents background.
III. PRO POS ED MET HOD OLOGY
The proposed methodology is shown in Fig. 1. There are
two phases in our approach training phase and testing phase.
In training phase, all parameters are estimated, which are
used during testing. These two phases of algorithms are
described further in this section.
A. Training
The images in the training set Tare first partitioned into
small sub-images or partitions. We have used two different
approaches for image partitioning. In the first approach, we
divide the image into small sub images (like a grid) of size
qxreach. In the second approach, the image is partitioned
using a method shown in Fig. 3. The image is clustered using
fuzzy-c means (FCM) clustering using texture features. Both
of the methods have their advantages and disadvantages.
The first method ensures that final result is not dependent
on the quality of image partitioning algorithm, hence less
error prone, however, it gives blocky boundaries. The second
method takes care of the boundaries, however, the features
used for partitioning the image should be highly robust to
make sure that quality of partitioning is good. A dummy
example of two methods is shown in Fig. 2.
The ultrasound images can be seen as stochastic tex-
ture images. Therefore, we have extracted Discrete Wavelet
Transform (DWT) based texture features from ultrasound
images.
Input Wavelet
decomposition Clustering
Partitioned image
Texture
using FCM
image features
Fig. 3. The methodology for image partitioning using FCM.
The discrete wavelet transform analyzes a signal based on
its content in different frequency ranges. Therefore it is very
useful in analyzing repetitive patterns such as texture [6].
The 2-D wavelet transform uses a family of wavelet functions
and its associated scaling functions to decompose the original
image into different subbands, namely the low-low, low-high,
high-low and high-high (A, V, H, D respectively) subbands.
The decomposition process can be recursively applied to the
approximation subband (A) to generate decomposition at the
next level.
The filter responses are post-processed to compute the
local energy estimates. The absolute value of a filter response
hq
l(x, y)is convolved with a low pass Gaussian post filter
g(x, y)to yield a post-filtered energy of the qth subband of
lth filter as
eq
l(x, y) = |hq
l(x, y)|∗∗g(x, y)(6)
The feature vectors computed from the local window
around a given pixel from the energy estimates are
1) Mean, µ=E[eq
l(x, y)], of post-processed A
2) Variance, σ=E[(eq
l(x, y)µ)2], of post-processed V
and H.
Here the E[.]is the expectation operator.
xi= [µh
A(x, y)σh
V(x, y)σh
H(x, y)]T(7)
where, xiis the feature vector, µh
A(x, y)is the estimated
mean of the energy in the approximation subband obtained
by filtering the input image (using haar wavelet filter), and
σh
V(x, y)is variance of the estimated energy in the vertical
subband (using Haar filter).
A three dimension feature vector is obtained by concate-
nating all features obtained for each of the partition/ sub-
image. Hence each partition of the image is now represented
by a feature in <3. These features are used for SVM based
classification.
Once the image is partitioned and features are extracted,
each partition is manually assigned as foreground/ back-
ground based on the object of interest. The method of
manual label assignment is illustrated in Fig. 2. Here we
experimented on ultrasound images to extract fetal image.
SVM is then trained using this training data. Empirically, we
found that a polynomial kernel with degree two is optimal
for this problem. The features and training data so obtained
is used to compute CRF parameters. The methodology for
computing CRF parameters is given in Section 3.
B. Testing
Initially, the test image is partitioned into sub-images as
given in Fig. 1. The initial labels of sub-images are assigned
using SVM based classification. The SVM parameters com-
puted using training phase are used here for classification.
The initial labels are further refined using the CRF model
i.e. estimated using the train images. The labels to each sub-
image is assigned (foreground or background) using the Eqn.
5.
IV. EXP ERI MEN TAL RESULTS AN D DISCUSSION
Our approach requires a learning process to train the
model. For this purpose we have used two images. In order
to capture the stochastic nature of ultrasound images, we
have used texture features i.e. mean of approximation and
variance of horizontal and vertical components of Haar
filter to model the image. Initial classification is performed
using SVM, which is further refined using CRF, which
captures the context information. In case of fetal ultrasound
image segmentation, it is known that fetus is surrounded by
amniotic fluid, which has different texture characteristics to
the fetus. CRF uses this context information for segmenting
the fetal image accurately.
The proposed methodology has been tested on two fetal
images. The test images along with the desired output have
been shown in Fig. 4(a)-(b) and Fig. 5(a)-(b). The ground
truth is manually drawn with the help of an expert.
The results of segmentation are shown in Fig. 4 - Fig. 5.
It can be observed that results from SVM show fetal image
to an extent, which is highly refined using CRF.
The results of classification demonstrates the following:
1) The context information i.e. the properties of surround-
ing tissues/ organs play a key role in fetal image
segmentation in ultrasound imaging. It can be observed
from results that segmentation has significantly im-
proved using CRF in all the cases.
2) Accurate object identification can be achieved in ultra-
sound image segmentation without any manual inter-
ference using CRFs.
3) The proposed system is robust enough to segment
the fetal image accurately even in presence of the
interference between the amniotic fluid and the tissues.
4) It can also be observed that using techniques for
removing unconnected components instead of CRF
will not give us desired results because they could also
remove the object of interest in case it is not connected.
And could also include background objects in the cases
where they are connect with the foreground object.
This is apparent from all the results shown.
5) Image partitioning using texture features and FCM
gives accurate boundaries in most cases and hence
accurate image segmentation as shown in Fig. 5(h).
However, as shown in Fig. 4(h) final output has suf-
fered because fetal image region is merged with other
tissues in the image due to similar texture character-
istics. Manual image partitioning is uniform, therefore
(a) (b)
(c) (d)
(e) (f)
(g) (h)
Fig. 4. (a) Fetal ultrasound image; (b) Desired segmented output (marked
by an expert); (c) partitioned image (grid lines are superimposed on image
for better visualization); (d) output using SVM using partioning as shown
in (c); (e) final output after using CRF using partitioning shown in (c); (f)
partitioned image using texture features and FCM; (g) output using SVM
using partioning in shown in (f); (h) final output after using CRF using
partitioning shown in (e).
quality of segmentation is good in both the cases Fig.
4(e) and Fig. 5(e), however, segmentation at boundaries
is inaccurate.
V. CONCLUSION AND FUT URE WO RKS
An automated method based on conditional random fields
for fetus ultrasound image segmentation is presented in this
paper. The method is found to be promising on a limited
dataset. The method could further be evaluated on a larger
dataset. The results show that context information is an im-
portant parameter for segmenting ultrasound sound images.
As a scope of future work, various forms of CRF such as Tree
CRFs, could be evaluated. An image partitioning method by
combining the two presented approaches, could be explored.
(a) (b)
(c) (d)
(e) (f)
(g) (h)
Fig. 5. (a) Fetal ultrasound image; (b) Desired segmented output (marked
by an expert); (c) partitioned image; (d) output using SVM using partioning
as shown in (c); (e) final output after using CRF using partitioning shown in
(c); (f) partitioned image using texture features and FCM; (g) output using
SVM using partioning in shown in (f); (h) final output after using CRF
using partitioning shown in (e).
REFERENCES
[1] P. Tolay, V. Pallavi, P. Bhattacharya, C. Firtion, and R. S. Sisodia,
“Spine detection in fetal ultrasound images,” in Proceedings of SPIE
Medical Imaging, vol. 7260, Orlando, Florida, USA, 2009.
[2] J. A. Noble and D. Boukerroui, “Ultrasound image segmentation: a
survey, IEEE Transactions on Medical Imaging, vol. 25, no. 8, pp.
987–1010, 2006.
[3] J. Shotton, J. Winn, C. Rother, and A. Criminisi, “Textonboost: Joing
appearance, shape and context modelling for multi-class object recog-
nition and segmentation,” International Journal of Computer Vision,
vol. 81, no. 1, 2009.
[4] S. Kumar and M. Hebert, “Discriminative random fields: A dis-
criminative framework for contextual interaction in classification, in
Proceedings of the Ninth IEEE International Conference on Computer
Vision, vol. 2, 2003, pp. 1150 1157.
[5] L. Zhang and Q. Ji, “Image segmentation with a unified graphical
model,” IEEE Transactions on Pattern Analysis and Machine Intelli-
gence, vol. 32, no. 8, pp. 1406–1425, 2010.
[6] E. Salari and Z. Ling, “Texture segmentation using hierarchical wavelet
decomposition,” Pattern Recognition, vol. 28, pp. 1819–1824, 1995.
... For example, Romeo et al. used machine learning methods with MRI-derived texture analysis features to assess the presence of placenta accreta spectrum in patients with placenta previa with an accuracy up to 98%. 45 Using an alternative segmentation approach, Gupta et al. applied wavelet decomposition based Conditional Random Fields to successfully develop segmentation methods for US images of the fetus. 46 These tools could potentially be applied to placenta segmentation using proper constraints and choice of the training set features. ...
Article
Full-text available
The placenta is a highly vascularized organ with unique structural and metabolic complexities. As the primary conduit of fetal support, the placenta mediates transport of oxygen, nutrients, and waste between maternal and fetal blood. Thus, normal placenta anatomy and physiology is absolutely required for maintenance of maternal and fetal health during pregnancy. Moreover, impaired placental health can negatively impact offspring growth trajectories as well as increase the risk of maternal cardiovascular disease later in life. Despite these crucial roles for the placenta, placental disorders, such as preeclampsia, intrauterine growth restriction (IUGR), and preterm birth, remain incompletely understood. Effective noninvasive imaging and image analysis are needed to advance the obstetrician's clinical reasoning toolkit and improve the utility of the placenta in interpreting maternal and fetal health trajectories. Current paradigms in placental imaging and image analysis aim to improve the traditional imaging techniques that may be time-consuming, costly, or invasive. In concert with conventional clinical approaches such as ultrasound (US), advanced imaging modalities can provide insightful information on the structure of placental tissues. Herein we discuss such imaging modalities, their specific applications in structural, vascular, and metabolic analysis of placental health, and emerging frontiers in image analysis research in both preclinical and clinical contexts.
... Nguyen et al. [7] discuss the surface extraction using support vector machine (SVM) based texture classification for fetal ultrasound imaging. Gupta et al. [8] using the conditional random field method for the segmentation process in 2D images of ultrasound fetal with exploiting context information. Rahmatullah et al. [9] conducted a process of automated image analysis method based on a machine learning algorithm for detecting important anatomical landmarks employed in manual scoring of ultrasound images of the fetal abdomen. ...
Article
Full-text available
Congenital heart disease often occurs, especially in infants and fetuses. Fetal image is one of the issues that can be related to the segmentation process. The fetal heart is an important indicator in the process of structural segmentation and functional assessment of congenital heart disease. This study is very challenging due to the fetal heart has a relatively unclear structural anatomical appearance, especially in the artifacts in ultrasound images. There are several types of congenital heart disease that often occurs namely in septal defects it consists of the atrial septal defect, ventricular septal defect, and atrioventricular septal defect. The process of identifying the standard of the heart, especially the fetus, can be identified with a 2D ultrasound video in the initial steps to diagnose congenital heart disease. The process of diagnosis of fetal heart standards can be seen from a variety of spaces, i.e., 4 chamber views. In this study, the standard semantic segmentation process of the fetal heart is abnormal and normal in terms of the perspective of 4 chamber views. The validation evaluation results obtained in this study amounted to 99.79% pixel accuracy, mean iou 96.10%, mean accuracy 97.82%, precision 96.41% recall 95.72% and F1 score 96.02%.
... Gupta et al. [29] used a Conditional Random Field based framework in conjunction with wavelet based texture feature in segmenting 2D fetal images. Support Vector Machine is used for initial label prediction. ...
Article
Background: This paper reviews segmentation techniques for 2D ultrasound fetal images. Fetal anatomy measurements derived from the segmentation results are used to monitor the growth of the fetus. Discussion: The segmentation of fetal ultrasound images is a difficult task due to inherent artifacts and degradation of image quality with gestational age. There are segmentation techniques for particular biological structures such as head, stomach, and femur. The whole fetal segmentation algorithms are only very few. Conclusion: This paper presents a review of these segmentation techniques and the metrics used to evaluate them are summarized.
Article
Full-text available
Artificial intelligence (AI) has gained prominence in medical imaging, particularly in obstetrics and gynecology (OB/GYN), where ultrasound (US) is the preferred method. It is considered cost effective and easily accessible but is time consuming and hindered by the need for specialized training. To overcome these limitations, AI models have been proposed for automated plane acquisition, anatomical measurements, and pathology detection. This study aims to overview recent literature on AI applications in OB/GYN US imaging, highlighting their benefits and limitations. For the methodology, a systematic literature search was performed in the PubMed and Cochrane Library databases. Matching abstracts were screened based on the PICOS (Participants, Intervention or Exposure, Comparison, Outcome, Study type) scheme. Articles with full text copies were distributed to the sections of OB/GYN and their research topics. As a result, this review includes 189 articles published from 1994 to 2023. Among these, 148 focus on obstetrics and 41 on gynecology. AI-assisted US applications span fetal biometry, echocardiography, or neurosonography, as well as the identification of adnexal and breast masses, and assessment of the endometrium and pelvic floor. To conclude, the applications for AI-assisted US in OB/GYN are abundant, especially in the subspecialty of obstetrics. However, while most studies focus on common application fields such as fetal biometry, this review outlines emerging and still experimental fields to promote further research.
Chapter
This chapter proposes a novel approach for semi-automatic segmentation of 2D fetal ultrasound images using active contour level set method and measurement of fetus parameters such as bi-parietal diameter (BPD), head circumference (HC), femur length (FL), abdomen circumference (AC), and estimated fetal weight (EFW). After measurement of those parameters, those values are compared with standard values of the corresponding trimester and classify the fetus growth in each trimester using radial basis network (RBN) classifier. The need for computerized automatic fetus measurement technique has been increased in the medical domain. However, segmentation of ultrasound image has a variety of challenges such as high noise, low contrast boundaries and intensity variations. In order to minimize those problems, three filters are used in the preprocessing stage, namely wiener filter, median filter, and order filter, and its mean square error (MSE) and peak-signal to noise ratio (PSNR) values are calculated and compared for selecting the optimum filter.
Article
As an effective way of routine prenatal diagnosis, ultrasound (US) imaging has been widely used recently. Biometrics obtained from the fetal segmentation shed light on fetal health monitoring. However, the segmentation in US images has strict requirements for sonographers on accuracy, making this task quite time-consuming and tedious. In this paper, we use DeepLabv3+ as the backbone and propose an Integrated Semantic and Spatial Information of Multi-level Features (ISSMF) based network to achieve the automatic and accurate segmentation of four parts of the fetus in US images while most of the previous works only segment one or two parts. Our contributions are threefold. First, to incorporate semantic information of high-level features and spatial information of low-level features of US images, we introduce a multi-level feature fusion module to integrate the features at different scales. Second, we propose to leverage the content-aware reassembly of features (CARAFE) upsampler to deeply explore the semantic and spatial information of multi-level features. Third, in order to alleviate performance degradation caused by batch normalization (BN) when batch size is small, we use group normalization (GN) instead. Experiments on four parts of fetus in US images show that our method outperforms the U-Net, DeepLabv3+ and the U-Net++ and the biometric measurements based on our segmentation results are pretty close to those derived from sonographers with ten-year work experience.
Article
Ultrasound imaging processing technology has been used in obstetric observation of the fetus and diagnosis of fetal diseases for more than half a century. It contains certain advantages and unique challenges which has been developed rapidly. From the perspective of ultrasound image analysis, at the very beginning, it is essential to determine fetal survival, gestational age and so on. Currently, the fetal anatomies ultrasound image analysis approaches have been studies and it has become an indispensable diagnostic tool for diagnosing fetal abnormalities, in order to gain more insight into the ongoing development of the fetus. Presently, it is the time to review previous approaches systematically in this field and to predict the directions of the future. Thus, this article reviews state-of-art approaches with the basic ideas, theories, pros and cons of ultrasound image technique for whole fetus with other anatomies. First of all, it summarizes the current pending problems and introduces the popular image processing methods, such as classification, segmentation etc. After that, the advantages and disadvantages in existing approaches as well as new research ideas are briefly discussed. Finally, the challenges and future trend are discussed.
Chapter
The placenta is an essential organ that mediates interaction between maternal and fetal circulatory systems. The placenta is absolutely required for pregnancy and fetal growth, and placental disorders are associated with adverse maternal and fetal clinical outcomes. Placental calcification is characterized by calcium-phosphate mineral deposits in placental tissue, and placental calcification has been reported in association with adverse maternal and fetal clinical outcomes, including preterm birth, preeclampsia, and fetal growth restriction. Calcification in the placenta is observed in uncompleted pregnancies, increases with gestational age, and is a hallmark of viral infection. The biomedical significance of placental calcification and/or specific patterns or types of placental calcification remains incompletely understood. Careful experimental design, analysis, and data interpretation are required to study placental calcification. During pregnancy significant maternal hormonal adaptations mobilize minerals enabling unidirectional transport of essential minerals including calcium and phosphorus across the maternal-fetal interface. This process is promoted by active transport by calcium channels and phosphate transporters that move minerals against a concentration gradient at maternal-fetal interface to support embryonic accretion. Indeed, the recent identification of the sodium-dependent phosphate transporter Slc20a2 null mouse as a tractable animal model of placental calcification provides a genetic link and suggests that calcification may be actively regulated and/or programmed throughout gestation. Herein we review studies examining the relationship between placental calcification and clinical outcomes, observed mineral deposits in the placenta, mechanisms of calcium and phosphate homeostasis during pregnancy, and lessons learned about pro- and anti-calcific signaling from both clinical studies and animal models. In closing, we expand on how placental calcification is currently assessed clinically and discuss new frontiers in computer vision and image analysis, which may generate greater confidence in the ability to consider placental calcification in the interpretation of placental disorders.
Conference Paper
Placental assessment through routine obstetrical ultrasound is often limited to documenting its location and ruling out placenta previa. However, many obstetrical complications originate from abnormal focal or global placental development. Technical difficulties in assessing the placenta as well as a lack of established objective criteria to classify echotexture are barriers to diagnosis of pathology by ultrasound imaging. As a first step towards the development of a computer aided placental assessment tool, we developed a fully automated method for placental segmentation using a convolutional neural network. The network contains a novel layer weighted by automated acoustic shadow detection to recognize artifacts specific to ultrasound. In order to develop a detection algorithm usable in different imaging scenarios, we acquired a dataset containing 1364 fetal ultrasound images from 247 patients acquired over 47 months was taken with different machines, operators, and at a range of gestational ages. Mean Dice coefficients for automated segmentation on the full dataset with and without the acoustic shadow detection layer were 0.92±0.04 and 0.91±0.03 when comparing to manual segmentation. Mean Dice coefficients on the subset of images containing acoustic shadows with and without acoustic shadow detection were 0.87±0.04 and 0.75±0.05. The method requires no user input to tune the detection. The automated placenta segmentation method can serve as a preprocessing step for further image analysis in artificial intelligence methods requiring large scale data processing of placental images.
Article
Fetal imaging is a burgeoning topic. New advancements in both magnetic resonance imaging and (3D) ultrasound currently allow doctors to diagnose fetal structural abnormalities such as those involved in twin-to-twin transfusion syndrome, gestational diabetes mellitus, pulmonary sequestration and hypoplasia, congenital heart disease, diaphragmatic hernia, ventriculomegaly, etc. Considering the continued breakthroughs in utero image analysis and (3D) reconstruction models, it is now possible to gain more insight into the ongoing development of the fetus. Best prenatal diagnosis performances rely on the conscious preparation of the clinicians in terms of fetal anatomy knowledge. Therefore, fetal imaging will likely span and increase its prevalence in the forthcoming years. This review covers state-of-the-art segmentation and classification methodologies for the whole fetus and, more specifically, the fetal brain, lungs, liver, heart and placenta in magnetic resonance imaging and (3D) ultrasound for the first time. Potential applications of the aforementioned methods into clinical settings are also inspected. Finally, improvements in existing approaches as well as most promising avenues to new areas of research are briefly outlined.
Article
Full-text available
A novel method is proposed for the automatic detection of fetal spine in ultrasound images along with its orientation in this paper. This problem presents a variety of challenges, including robustness to speckle noise, variations in the visible shape of the spine due to orientation of the ultrasound probe with respect to the fetus and the lack of a proper edge enclosing the entire spine on account of its composition out of distinct vertebra. The proposed method improves robustness and accuracy by making use of two independent techniques to estimate the spine, and then detects the exact location using a cross-correlation approach. Experimental results show that the proposed method is promising for fetal spine detection.
Article
Full-text available
This paper details a new approach for learning a discriminative model of object classes, incorporating texture, layout, and context information e ciently. The learned model is used for automatic visual under-standing and semantic segmentation of photographs. Our discriminative model exploits texture-layout fil-ters, novel features based on textons, which jointly model patterns of texture and their spatial layout. Unary classification and feature selection is achieved using shared boosting to give an e cient classifier which can be applied to a large number of classes. Accurate image segmentation is achieved by incorpo-rating the unary classifier in a conditional random field, which (i) captures the spatial interactions be-tween class labels of neighboring pixels, and (ii) im-proves the segmentation of specific object instances. E cient training of the model on large datasets is achieved by exploiting both random feature selection and piecewise training methods.
Article
Full-text available
We propose a unified graphical model that can represent both the causal and noncausal relationships among random variables and apply it to the image segmentation problem. Specifically, we first propose to employ Conditional Random Field (CRF) to model the spatial relationships among image superpixel regions and their measurements. We then introduce a multilayer Bayesian Network (BN) to model the causal dependencies that naturally exist among different image entities, including image regions, edges, and vertices. The CRF model and the BN model are then systematically and seamlessly combined through the theories of Factor Graph to form a unified probabilistic graphical model that captures the complex relationships among different image entities. Using the unified graphical model, image segmentation can be performed through a principled probabilistic inference. Experimental results on the Weizmann horse data set, on the VOC2006 cow data set, and on the MSRC2 multiclass data set demonstrate that our approach achieves favorable results compared to state-of-the-art approaches as well as those that use either the BN model or CRF model alone.
Article
Full-text available
We propose a unified graphical model that can represent both the causal and noncausal relationships among random variables and apply it to the image segmentation problem. Specifically, we first propose to employ Conditional Random Field (CRF) to model the spatial relationships among image superpixel regions and their measurements. We then introduce a multilayer Bayesian Network (BN) to model the causal dependencies that naturally exist among different image entities, including image regions, edges, and vertices. The CRF model and the BN model are then systematically and seamlessly combined through the theories of Factor Graph to form a unified probabilistic graphical model that captures the complex relationships among different image entities. Using the unified graphical model, image segmentation can be performed through a principled probabilistic inference. Experimental results on the Weizmann horse data set, on the VOC2006 cow data set, and on the MSRC2 multiclass data set demonstrate that our approach achieves favorable results compared to state-of-the-art approaches as well as those that use either the BN model or CRF model alone.
Article
Full-text available
This paper reviews ultrasound segmentation paper methods, in a broad sense, focusing on techniques developed for medical B-mode ultrasound images. First, we present a review of articles by clinical application to highlight the approaches that have been investigated and degree of validation that has been done in different clinical domains. Then, we present a classification of methodology in terms of use of prior information. We conclude by selecting ten papers which have presented original ideas that have demonstrated particular clinical usefulness or potential specific to the ultrasound segmentation problem.
Article
In this work we present discriminative random fields (DRFs), a discriminative framework for the classification of image regions by incorporating neighborhood interactions in the labels as well as the observed data. The discriminative random fields offer several advantages over the conventional Markov random field (MRF) framework. First, the DRFs allow to relax the strong assumption of conditional independence of the observed data generally used in the MRF framework for tractability. This assumption is too restrictive for a large number of applications in vision. Second, the DRFs derive their classification power by exploiting the probabilistic discriminative models instead of the generative models used in the MRF framework. Finally, all the parameters in the DRF model are estimated simultaneously from the training data unlike the MRF framework where likelihood parameters are usually learned separately from the field parameters. We illustrate the advantages of the DRFs over the MRF framework in an application of man-made structure detection in natural images taken from the Corel database.
Conference Paper
Texture segmentation deals with identification of regions where distinct textures exist. In this paper, a new scheme for texture segmentation using hierarchical wavelet decomposition is proposed. In the first step, using Daubechies' 4-tap filter, an original image is decomposed into three detailed images and one approximate image. The decomposition can be recursively applied to the approximate image to generate a lower resolution of the pyramid. The segmentation starts at the lowest resolution using the K-means clustering scheme and the result is propagated through the pyramid to a higher one with continuously improving segmentation
Textonboost: Joing appearance, shape and context modelling for multi-class object recognition and segmentation
  • J Shotton
  • J Winn
  • C Rother
  • A Criminisi
J. Shotton, J. Winn, C. Rother, and A. Criminisi, "Textonboost: Joing appearance, shape and context modelling for multi-class object recognition and segmentation," International Journal of Computer Vision, vol. 81, no. 1, 2009.
Spine detection in fetal ultrasound images
  • P Tolay
  • V Pallavi
  • P Bhattacharya
  • C Firtion
  • R S Sisodia
P. Tolay, V. Pallavi, P. Bhattacharya, C. Firtion, and R. S. Sisodia, "Spine detection in fetal ultrasound images," in Proceedings of SPIE Medical Imaging, vol. 7260, Orlando, Florida, USA, 2009.