So as to integrate descriptor algorithms into image
processing systems it is necessary to introduce new
changes on them. These changes will permit to
improve the current relation between processing
time and identified brain structures. Our research
group is currently developing new methods
including changes. In literature, there is any
evaluation methodology whose aim is to evaluate
objectively these algorithms on neuroimaging
studies. The main aim of this paper is to design an
evaluation methodology to compare descriptors for
detecting brain structures on neuroimaging studies.
2 MATERIALS AND METHODS
2.1 Materials
The materials used to evaluate descriptors
algorithms is firstly a set of images, on our
application context will be magnetic resonance
images. Main differences on MRI images are caused
by changes of vision angle and scale. Then, two sets
of scaled and rotated images with different angles
are necessary.
In order to look for anatomical structures, a
template image in which the brain structures appear
manually segmented is created. In this template
study, a RGB label, centre and area of the region of
interest are assigned to each brain structured.
2.2 Methods
Descriptors of each image involved on the
evaluation are obtained by applying different
algorithms. Afterwards, pairs of homologous points
between descriptors are found.
As mentioned before, there are four strategies to
identify a pair of homologous points. The first one
considers a pair of homologous points only if the
distance between descriptors is below a threshold. In
this case, several correspondences among points can
appear and several of them may be correct. The
second one identifies the nearest neighbour and
imposes a threshold. With this approach, there is
only one correspondence between points. Thus, the
relation is biyective. The third matching approach is
similar to the last one, but it estimates the distance
ratio between the first and the second nearest
neighbour and applies a threshold to this ratio (1).
μ
<
−
−
20
10
DD
DD
(1)
Where D0 is the point of interest, D1 is the first
nearest neighbour and D2 is the second nearest
neighbour; and σ is the threshold.
Based on these three approaches described on
(Mikolajczk et al., 2005) (threshold based matching,
nearest neighbor matching and nearest neighbor
distance ratio matching), this paper proposes a
fourth approach. This new approach takes into
account the fact that two types of different
information are necessary for considering two pair
of points as homologous: location and intensity
values. Then, a pair of landmarks will be considered
as homologous only if the normalized spatial
distance and the normalized descriptor distance are
minimal and stay below a threshold defined for each
distance. Both thresholds will be determined taking
into account the size of the images and the average
intensity changes detected. This approach obtains a
biyective matching function. Both distances are
balanced independently to evaluate descriptors with
these two parameters and obtain more restrictive
results than previous approaches. An example of
pair of homologous points detected is showed in
Figure 1. These landmarks have been obtained by
using SIFT algorithm. As can be observed, most of
detected landmarks are located over skull.
Figure 1: Pairs of homologous points.
In order to evaluate the stability of descriptors
against scaled and rotated images it is necessary to
obtain the average pairs of homologous landmarks
between original images and changed images.
Therefore, it is necessary to obtain two sets of
images, as mentioned before, scaled images and
rotated images. The fourth matching approach is
used to obtain the pairs of homologous points. An
example is showed in Figure 2. In this figure, a set
of homologous points obtained by SURF descriptor
is obtained on rotated images (top image) and
obtained by an own algorithm on scaled images
(bottom image). As can be observed, SURF
algorithm presents a similar problem as SIFT,
detected landmarks appear around skull and
longitudinal fissure. However, our algorithm obtains
landmarks also on internal structures.
EvaluationMethodologyforDescriptorsinNeuroimagingStudies
115