of dimensions is accommodated, and intrinsic geo-
metric properties such as normal and curvature can
be computed easily from the level set function. In
addition, the level-set method has a sub-voxel pre-
cision in its segmentation, a property that very few
segmentation methods provide. An interesting work
on cortex segmentation using deformable models ap-
pears in (Davatzikos and Bryan, 1996) and (Sandor
and Leahy, 1997). Also, Xu et al. (Xu et al., 1999)
have presented a method for reconstructing cortical
surfaces from MR brain images by combining fuzzy
segmentation method, an isosurface algorithm, and a
deformable surface model. In recent studies, several
level set-based methods have been proposed. But, the
problem is that most of these techniques require that
the model should be initialized near the solution or
supervised by an interactive interface. In addition,
computational procedure is another limitation of us-
ing deformable level-set models.
The goal of this work is to provide an automatic
segmentation, based on a level-set deformable model,
for extracting accurately fronts from MR images.
Also, we aim to outline the importance of reducing
processing time in medical image analysis. Like sev-
eral other recent approaches, our design is a success-
ful combination of two approaches, which produces
good results and requires less computing time. Here,
unsupervised classification based on expectation-
maximization (EM) and deformable level-set meth-
ods are integrated into the same pipeline. More pre-
cisely, we apply the EM algorithm and a connected
component analysis on MRI scans to generate inputs
to our deformable model. The synergy between dif-
ferent methodologies tends to result robustness and
optimize processing time that several medical appli-
cations required them.
This paper is organized as follows. In Section II,
we describe our proposed segmentation framework.
In Section III, we present and discuss obtained results
by our framework. Finally, in Section IV, we conclude
our paper and point out future research directions.
2 SEGMENTATION BASED ON
LEVEL-SET APPROACH
Automatic 3D segmentation of the brain from MR
scans is a challenging problem that has received enor-
mous amount of attention lately. Here, we present
our automatic 3D segmentation procedure based on
a deformable level-set method to extract accurately
main tissues from MR images. We notice that a large
number of computations are often needed to solve
the variational equations involved in the Level-Set
model. Nevertheless, good initialization could im-
prove quality results. Furthermore, only few itera-
tions are needed to converge to a sub-pixel accurate
solution. For this reason, we plan to include prior in-
formation about the expected shape. Our proposition
to overcome difficulties consists first on reducing ini-
tial data set to a smaller size. It is an important task in
image analysis that allows overcoming the limitations
of the processing time and become more and more
important, especially, in the case of multidimensional
signal processing. Thus, estimating parameters on the
new sample can be done easily and rapidly.
Our brain extraction algorithm uses three stages to
segment image. The first one is the dada smoothing
and the all non-brain tissue removal (i.e. skin, bone,
fat, etc.) from initial data set. In the second stage, we
apply a downsampling process that reduces data size
and furthermore overcomes computation time. The
final stage consists of segmenting, with more preci-
sion, brain structures by using level-set method. Fig-
ure 1 illustrates the major computational steps in the
proposed method.
Volumetric MRI
data
DownSampling
volume
Brain tissues
Estimating
Clustering
Deformable Level-set
model
Reconstructed
surface
Deformable surface
Initialization
Parameters
Preprocessing
Figure 1: General principle of our method.
2.1 Preprocessing Data
Generally, the data volume can contain various
amounts of noise. To eliminate noise, a smoothing
filter is applied (Perona and Malik, 1990). This fil-
ter is supposed to remove only high-frequency noise
and should not affect relevant major geometrical fea-
tures. Authors formulate the anisotropic diffusion fil-
ter as diffusion process that encourages intra-region
smoothing while inhibiting inter-region smoothing.
The diffusion function is given as :
∂I(
¯
X,t)
dt
= ∇(C(
¯
X,t).∇I(
¯
X,t)) (1)
Where, I(
¯
X,t) is the MR image.
¯
X refers to the im-
age axes (i.e. x,y,z ) and t refers to the iteration
step. C(
¯
X,t) is called the diffusion function and is a
VISAPP 2008 - International Conference on Computer Vision Theory and Applications
462