<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>FIRE - Flexible Image Retrieval Engine: ImageCLEF 2004 Evaluation</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Thomas Deselaers</string-name>
          <email>deselaers@cs.rwth-aachen.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Daniel Keysers</string-name>
          <email>keysers@cs.rwth-aachen.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hermann Ney</string-name>
          <email>ney@cs.rwth-aachen.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Lehrstuhl uf ̈r Informatik VI - Computer Science Department</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>RWTH Aachen University - D-52056 Aachen</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In this paper we present FIRE, a content-based image retrieval system and the methods we used in the ImageCLEF 2004 evaluation. In FIRE, different features are available to represent images. This diversity of available features allows the user to adapt the system to task specific characteristics. A weighted combination of these features admits very flexible query formulations and helps in processing specific queries. For the ImageCLEF 2004 evaluation, we used content-based methods only and the experimental results compare favorably well with other systems that make use of the textual information in addition to the images.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
    </sec>
    <sec id="sec-2">
      <title>Retrieval techniques</title>
      <p>In content-based image retrieval, images are searched by their appearance and not by textual
annotations. Thus, images have to be represented by features and these features are compared
to search for images similar to a given query image. In FIRE, each image is represented by a set
of features. To nfid images similar to a given query image, the features from the images in the
database are compared to those of the query image.
2.1</p>
      <sec id="sec-2-1">
        <title>Query by Example</title>
        <p>Query by example means that the system is given a query image Q and the goal is to find images
from the database which are similar to the given query image. In FIRE, images are represented
by features and compared using feature-specicfi distance measures. These distances are combined
in a weighted sum:</p>
        <p>M
D(Q, X) := X wm · dm(Qm, Xm)</p>
        <p>m=1
where Q is the query image, X ∈ B is an image from the database B, Qm and Xm are the mth
features of the images Q and X, respectively, dm is the corresponding distance measure, and wm
is a weighting coefficient. For each dm, PX∈B dm(Qm, Xm) = 1 is enforced by re-normalization.
The K database images with lowest D(Q, X) are returned.
2.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Relevance Feedback</title>
        <p>
          Relevance Feedback is a widely used technique [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] that allows for good user interaction and easy
query renfiements. After a query has been processed, the user is presented a reasonably large set
of results. From these, the user can select some images as relevant results Q+ and some images as
irrelevant results Q− and requery the system with these sets. To process this query, we calculate
scores S(Q, X) = e− γD (Q,X) with γ = 1.0 for the images and combine these into one score
S(Q+, Q− , X) =
        </p>
        <p>X S(q, X) +
q∈Q+</p>
        <p>X (1 − S(q, X)).
q∈Q−
The set of the K images with the highest scores is returned. The interface used for for relevance
feedback is shown in Figure 1.
2.3</p>
      </sec>
      <sec id="sec-2-3">
        <title>Query Expansion</title>
        <p>
          A frequent method for enhancing the query results is query expansion. In FIRE, query expansion
is implemented as an “automatic relevance feedback” [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]. The user speciefis a number of images
G that he expects to be relevant after the first query. Then a query is processed in two steps: First
the query is evaluated and the rfist G images are returned. These G images are automatically
used as set of relevant images Q+ to requery the database and the K best matches are returned.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Features and Associated Distance Measures</title>
      <p>This section gives a short description of each of the features used in the FIRE image retrieval system
for the ImageCLEF 2004 evaluation. Table 1 gives an overview of the features and associated
distance measures.
3.1</p>
      <sec id="sec-3-1">
        <title>Appearance-based Image Features</title>
        <p>
          The most straight-forward approach is to directly use the pixel values of the images as features.
For example, the images might be scaled to a common size and compared using the Euclidean
distance. In optical character recognition and for medical data improved methods based on image
features usually obtain excellent results [
          <xref ref-type="bibr" rid="ref10 ref11 ref9">9, 10, 11</xref>
          ].
        </p>
        <p>
          In this work, we used 32 × 32 and 32 × X(keeping the aspect ration) versions of the images.
The 32 × 32 images are compared using Euclidean distance and the 32 × X images are compared
using image distortion model distance (IDM) [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ].
        </p>
        <p>IDM is a zero-order image comparison measure that allows local pixel displacements. Local
dependencies in the displacement grid are neglected. We consider a deformation grid xI11J , y1I1J
explaining an I × J image A = {aij }, i = 1, . . . , I, j = 1, . . . , J with an X × Y image B =
{bxy}, x = 1, . . . , X, y = 1, . . . , Y . Given this deformation grid, the distance between the aligned
images is computed as</p>
        <p>C(A, B, (xI11J , y1I1J )) = X</p>
        <p>||aij − bxij,yij ||2.
i,j
and the IDM distance is calculated as</p>
        <p>D(A, B) =</p>
        <p>min
xI11J ,y1I1J</p>
        <p>
          C(A, B, (xI11J , y1I1J ))
taking into account a global warp range limiting the displacement range for the pixels. Instead
of using only single pixels, here local context of 3 × 3 pixels of the horizontal and vertical Sobel
derivatives of the images are used [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ].
3.2
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Color Histograms</title>
        <p>
          Color histograms are widely used in image retrieval [
          <xref ref-type="bibr" rid="ref15 ref17 ref2 ref5">2, 5, 15, 17</xref>
          ]. Color histograms are one of the
most basic approaches and to show performance improvements, image retrieval systems often are
compared to a system using only color histograms. The color space is partitioned and for each
partition the pixels with a color within its range are counted, resulting in a representation of the
relative frequencies of the occurring colors. In accordance with [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ], we use the Jeffrey divergence
to compare histograms.
A feature is called invariant with respect to certain transformations if it does not change when
these transformations are applied to the image. The transformations considered here are
translation, rotation, and scaling. In this work, invariant feature histograms as presented in [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] are
used. These features are based on the idea of constructing features invariant with respect to
certain transformations by integration over all considered transformations. The resulting histograms
are compared using the Jeffrey divergence [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]. Previous experiments have shown that the
characteristics of invariant feature histograms and color histograms are very similar and that invariant
feature histograms often outperform color histograms [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]. Thus, in this work color histograms are
not used.
In [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ] the authors propose six texture features corresponding to human visual perception:
coarseness, contrast, directionality, line-likeness, regularity, and roughness. From experiments testing
the significance of these features with respect to human perception, it was concluded that the
first three features are very important. Thus in our experiments we use coarseness, contrast, and
directionality to create a histogram describing the texture [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] and compare these histograms using
the Jeffrey divergence [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]. In the QBIC system [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] histograms of these features are used as well.
3.5
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>Global Texture Descriptor</title>
        <p>
          In [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] a texture feature consisting of several parts is described: Fractal dimension measures the
roughness or the crinkliness of a surface. In this work the fractal dimension is calculated using the
reticular cell counting method [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ]. Coarseness characterizes the grain size of an image. Here it is
calculated depending on the variance of the image. Entropy is used as a measure of unorderedness
or information content in an image. The Spatial gray-level difference statistics (SGLD) describes
the brightness relationship of pixels within neighborhoods. It is also known as co-occurrence
matrix analysis [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. . The Circular Moran autocorrelation function measures the roughness of the
texture. For the calculation a set of autocorrelation functions is used [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ].
3.6
        </p>
      </sec>
      <sec id="sec-3-4">
        <title>Region-based Features</title>
        <p>
          Another approach to representing images is based on finding image regions which roughly
correspond to objects or parts of objects in the images. To this purpose, the image is segmented into
regions. The task of segmentation has been thoroughly studied [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ], but most of the algorithms
are limited to special tasks because image segmentation is closely connected to understanding
arbitrary images, a yet unsolved problem. Nevertheless, some image retrieval systems successfully
use image segmentation techniques [
          <xref ref-type="bibr" rid="ref1 ref20">1, 20</xref>
          ]. We use the approach presented in [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ] to compare
region descriptions of images.
3.7
        </p>
      </sec>
      <sec id="sec-3-5">
        <title>Color/Gray Binary Feature</title>
        <p>Since the databases contain both color images and gray value images, an obvious feature is whether
the image is a color or gray valued image. This can be extracted easily by examining a reasonably
large amount of pixels in the image. If all of these pixels are gray valued, the image is considered
to be a gray valued images, otherwise it is considered to be a color image. This feature can easily
be tested for equality.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Submissions to the ImageCLEF 2004 Evaluation</title>
      <p>The ImageCLEF 2004 evaluation covered 3 tasks: 1. Bilingual ad-hoc task using the St. Andrews
database of historic photographs, 2. Medical Retrieval Task using the Casimage database of
medical images, and 3. Interactive Retrieval task using the St. Andrews database.
•
•
•
•
•</p>
      <p>
        We participated in the bilingual ad-hoc task and the medical retrieval task. First a set of
features was extracted from each of the images from both databases and the given query images.
Table 1 gives an overview of the features extracted from the databases and the distance measures
used to compare these features. The features extracted were chosen based on previous experiments
with other databases [
        <xref ref-type="bibr" rid="ref3 ref4">3, 4</xref>
        ].
4.1
      </p>
      <sec id="sec-4-1">
        <title>Medical Retrieval Task</title>
        <p>The Medical Retrieval Task consisted of 26 query images for which similar images had to be
retrieved from the Casimage database, a database of 8725 medical images from various medical
domains. Along with the images a set of 2078 text documents describing the medical cases is
available, which were not used in the system, however. Each of the images belongs to one of the
cases, thus several images may belong to one case.</p>
        <p>In ImageCLEF 2004 it was possible to submit results to the medical retrieval task under
different conditions:
• only visual retrieval
• query expansion textual/visual
manual feedback from the rfist 20 results images visual
manual feedback from the rfist 20 results images visual/textual
We submitted results to the rfist three categories using visual information only. We did not make
use of the textual data at all.
4.1.1</p>
        <sec id="sec-4-1-1">
          <title>Fully Automatic Queries / Only visual retrieval</title>
          <p>Fully Automatic Query means that the system is given the query image and has to return a list
of the most similar images without any further user interaction.</p>
          <p>To this task we submitted 3 runs differing in the feature weightings used. The precise feature
weightings are given in Table 2. The table clearly shows that the parameters optimized for this
task outperformed the other parameters and thus that optimizing the feature weightings in image
retrieval for a given task improves the results. The feature weightings were chosen on the following
basis:</p>
          <p>Use all available features equally weighted. This run can be seen as a baseline and is labelled
with the run-tag i6-111111.</p>
          <p>
            Use the features in the combination that produces the best results on the IRMA database
[
            <xref ref-type="bibr" rid="ref12">12</xref>
            ], labelled i6-020500.
          </p>
          <p>Use the features in a combination which was optimized towards the given task. See
Section 4.1.4 on how we optimized the parameters towards this task. This run is labelled with
the run-tag i6-025501.</p>
          <p>Three example queries are given in Figure 2.
This task was similar to the fully automatic task. The system was given the query image only and
could perform the query in two steps, but without any user interaction. This method is described
in Section 2.3:
1. normal query
2. query expansion, i.e. use the query image and its first nearest neighbor to requery the
database.</p>
          <p>We decided to use this method after we observed that for most query images the best match is
a relevant one. In our oppinion, this method slightly enhanced the retrieval result, but the results
are worse than the single-pass runs in two of three cases in the ImageCLEF 2004 evaluation. In
Table 3 the results for these runs are given in comparison to the fully automatic runs without query
expansion described in Section 4.1.1. For these experiments we used the same three settings for
the fully automatic runs with and without query expansion. The fact that the results deteriorate
(against our expectation) might be explained by missing medical relevance of the first query result.
Another reason might be that we only looked into the rfist 20 to 30 results, but for the evaluation
the first 1000 results were assessed.
4.1.3</p>
        </sec>
        <sec id="sec-4-1-2">
          <title>Queries with Relevance Feedback</title>
          <p>In the runs described in the following, relevance feedback was used. The system was queried with
the given query image and a user was presented the 20 most similar images from the database.
Then the user marked one or more of the images presented (including the query image) as relevant,
irrelevant or neutral. The sets of relevant and irrelevant images were then used to requery the
system as described in Section 2.2. Although in some scenarios several steps of relevance feedback
might be useful, here only one step of query refinement was used.</p>
          <p>As user interaction was involved here, a fast system was desirable. To allow for faster retrieval,
the image distortion model was not used for the comparison of images. The feature weighting
used is given in Table 4.</p>
          <p>The mean average precision of 0.3437 reached here is slightly better than in the best of the
fully automatic runs (0.3407).
4.1.4</p>
        </sec>
        <sec id="sec-4-1-3">
          <title>Manual selection</title>
          <p>To nfid a good set of parameters for this task, we performed some manual experiments. To be
able to compare different parameter sets, we manually created relevance estimates for some of
the images. These relevance estimates were submitted as “human visual system (of a computer
scientist)”. These experiments were carried out as follows:
1. Start with an initial feature weighting.
2. Query the database with all query images using this weighting.
3. Present the first 30 results for each query image to the user.
4. The user marks all images as either relevant or irrelevant. The system calculates the number
of relevant results in total.</p>
          <p>5. Slightly change the weighting and go back to 2.</p>
          <p>We performed experiments to assess the quality of particular features, i.e. we used only one feature
at a time (cf. Table 5). With this information in mind we started to combine different features.
First we tried to use all features with identical weight at the same time and the setting which
proved best on the IRMA task. Then we modiefid these settings to improve the results. In this
way we could approximately assess the quality of the results for different settings. We tried 11
different settings in total. The complete results from these experiments are given in Table 6.</p>
          <p>The mean average precision for this run is very low (0.279) because not enough images were
viewed and assessed, and thus the number of returned images was far too small. In average only
53 results were returned with a minimum number of 6 images and a maximum of 142 images for
the 26 queries.
The Bilingual Retrieval Task consisted of 25 queries given as a short textual description in several
languages, a slightly longer textual description in English, and an example image fitting the query.
In our system we only used the 25 example images to query the database. The database is the St.
Andrews Image Collection consisting of approximately 30 000 images.</p>
          <p>In the experiments described in the following, the provided example images were used to query
the database. Unfortunately, no other group participated in this track.
4.2.1</p>
        </sec>
        <sec id="sec-4-1-4">
          <title>Fully Automatic Queries</title>
          <p>
            Here, the example images given were used to query the database. Different feature weightings
were used:
1. equal weight for each feature (run-tag i6-111111)
2. two weightings which have proven to work well for general purpose photographs [
            <xref ref-type="bibr" rid="ref2">2</xref>
            ] (run-tags
i6-010012 and i6-010101).
          </p>
          <p>The exact weightings are given in Table 7 together with the results from the ImageCLEF 2004
evaluation.</p>
          <p>A look at the query topics clearly showed that pure content-based image retrieval would not
be able to deliver satisfactory results as queries like “Portrait pictures of church ministers by
Thomas Rodger” are not processible by image content only (church ministers do not differ in their
appearance from any other person, and it is usually not possible to see from an image who made
it). The mean average precision values clearly show that visual information alone is not sufficient
to obtain good results, although the results from queries are visually quite promising as shown in
Figure 3. Due to the fact that this task was quite futile we did not focus on this task.
Using the feature weighting given in Table 7, i.e. column i6-rfb, we submitted one run using
relevance feedback for this task. No improvement can be seen: A mean average precision of 0.0839
was measured. This is even worse than the best of the fully automatic runs.
5</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Summary of the Evaluation</title>
      <p>In this section, our results are compared to the results of other groups in the ImageCLEF 2004
evaluation. For the medical retrieval task, the results of the evaluation (cf. Table 8) show that
the methods presented here compare favorably well with the other systems. There are three
better systems, however the differences are very small and it is not yet clear to which extend the
other systems used the textual information in addition to the images. For the bilingual retrieval
task, the comparison with the other systems seems to show that the textual information is very
important. Note that all results presented in this paper were obtained using visual information
only. Furthermore, the results in the medical retrieval task show that suitable selection and
weighting of the features used improves the results strongly. The optimization here is not to be
seen as “training on the testing data” as only a few different settings were compared.</p>
      <p>For the future it is planned to extend the FIRE system to be able to use textual features in
the retrieval process.
UBMedImTxt01
kids_run2
ic_cl04_base
i6-025501
i6-qe0255010
enid1run</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>C.</given-names>
            <surname>Carson</surname>
          </string-name>
          , M. Thomas,
          <string-name>
            <given-names>S.</given-names>
            <surname>Belongie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Hellerstein</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Malik</surname>
          </string-name>
          .
          <article-title>Blobworld: A System for RegionBased Image Indexing and Retrieval</article-title>
          .
          <source>In International Conference on Visual Information Systems</source>
          , Springer Verlag, Amsterdam, The Netherlands, pages
          <fpage>509</fpage>
          -
          <lpage>516</lpage>
          ,
          <year>June 1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>T.</given-names>
            <surname>Deselaers</surname>
          </string-name>
          .
          <article-title>Features for Image Retrieval</article-title>
          .
          <source>Diploma thesis</source>
          , Lehrstuhl uf¨r
          <string-name>
            <surname>Informatik</surname>
            <given-names>VI</given-names>
          </string-name>
          , RWTH Aachen University, Aachen, Germany,
          <year>December 2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>T.</given-names>
            <surname>Deselaers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Keysers</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H.</given-names>
            <surname>Ney</surname>
          </string-name>
          .
          <article-title>Classification Error Rate for Quantitative Evaluation of Content-based Image Retrieval Systems</article-title>
          .
          <source>In International Conference on Pattern Recognition</source>
          , Cambridge, UK,
          <year>August 2004</year>
          . In press.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>T.</given-names>
            <surname>Deselaers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Keysers</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H.</given-names>
            <surname>Ney</surname>
          </string-name>
          .
          <article-title>Features for Image Retrieval - A Quantitative Comparison</article-title>
          .
          <source>In DAGM</source>
          <year>2004</year>
          ,
          <article-title>Pattern Recognition, 26th DAGM Symposium</article-title>
          , LNCS, Tu¨bingen, Germany,
          <year>September 2004</year>
          . In press.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>C.</given-names>
            <surname>Faloutsos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Barber</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Flickner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Hafner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Niblack</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Petkovic</surname>
          </string-name>
          , and
          <string-name>
            <given-names>W.</given-names>
            <surname>Equitz</surname>
          </string-name>
          .
          <article-title>Efficient and Effective Querying by Image Content</article-title>
          .
          <source>Journal of Intelligent Information Systems</source>
          ,
          <volume>3</volume>
          (
          <issue>3</issue>
          /4):
          <fpage>231</fpage>
          -
          <lpage>262</lpage>
          ,
          <year>July 1994</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Z. Q.</given-names>
            <surname>Gu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. N.</given-names>
            <surname>Duncan</surname>
          </string-name>
          , E. Renshaw,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Mugglestone</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. F. N.</given-names>
            <surname>Cowan</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P. M.</given-names>
            <surname>Grant</surname>
          </string-name>
          .
          <article-title>Comparison of Techniques for Measuring Cloud Texture in Remotely Sensed Satellite Meteorological Image Data</article-title>
          .
          <source>Radar and Signal Processing</source>
          ,
          <volume>136</volume>
          (
          <issue>5</issue>
          ):
          <fpage>236</fpage>
          -
          <lpage>248</lpage>
          ,
          <year>October 1989</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>P.</given-names>
            <surname>Habear</surname>
          </string-name>
          <article-title>¨cker. Praxis der Digitalen Bildverarbeitung und Mustererkennung</article-title>
          . Carl Hanser Verlag, Mu¨nchen, Wien,
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>R. M.</given-names>
            <surname>Haralick</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Shanmugam</surname>
          </string-name>
          ,
          <string-name>
            <surname>and I. Dinstein.</surname>
          </string-name>
          <article-title>Texture Features for Image Classification</article-title>
          .
          <source>IEEE Transactions on Systems, Man, and Cybernetics</source>
          ,
          <volume>3</volume>
          (
          <issue>6</issue>
          ):
          <fpage>610</fpage>
          -
          <lpage>621</lpage>
          ,
          <year>November 1973</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>D.</given-names>
            <surname>Keysers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Gollan</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H.</given-names>
            <surname>Ney</surname>
          </string-name>
          .
          <article-title>Classification of Medical Images using Non-linear Distortion Models</article-title>
          .
          <source>In Bildverarbeitung uf¨r die Medizin</source>
          , Berlin, Germany, pages
          <fpage>366</fpage>
          -
          <lpage>370</lpage>
          ,
          <year>March 2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>D.</given-names>
            <surname>Keysers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Gollan</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H.</given-names>
            <surname>Ney</surname>
          </string-name>
          .
          <article-title>Local Context in Non-linear Deformation Models for Handwritten Character Recognition</article-title>
          .
          <source>In International Conference on Pattern Recognition</source>
          , Cambridge, UK,
          <year>August 2004</year>
          . In press.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>D.</given-names>
            <surname>Keysers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Macherey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Ney</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Dahmen</surname>
          </string-name>
          .
          <article-title>Adaptation in Statistical Pattern Recognition using Tangent Vectors</article-title>
          .
          <source>IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
          ,
          <volume>26</volume>
          (
          <issue>2</issue>
          ):
          <fpage>269</fpage>
          -
          <lpage>274</lpage>
          ,
          <year>February 2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>T.</given-names>
            <surname>Lehmann</surname>
          </string-name>
          , M. Gu¨ld,
          <string-name>
            <given-names>C.</given-names>
            <surname>Thies</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Fischer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Spitzer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Keysers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Ney</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kohnen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Schubert</surname>
          </string-name>
          , and
          <string-name>
            <given-names>B.</given-names>
            <surname>Wein</surname>
          </string-name>
          .
          <article-title>The IRMA Project - A State of the Art Report on Content-Based Image Retrieval in Medical Applications</article-title>
          .
          <source>In Korea-Germany Joint Workshop on Advanced Medical Image Processing</source>
          , Seoul, Korea, pages
          <fpage>161</fpage>
          -
          <lpage>171</lpage>
          ,
          <year>October 2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>H.</given-names>
            <surname>Mu</surname>
          </string-name>
          ¨ller, W. Mu¨ller,
          <string-name>
            <given-names>S.</given-names>
            <surname>Marchand-Maillet</surname>
          </string-name>
          , and
          <string-name>
            <surname>D.</surname>
          </string-name>
          <article-title>McG Squire Strategies for positive and negative Relevance Feedback in Image Retrieval In International Conference on Pattern Recognition, Barcelona</article-title>
          , Spain,
          <volume>1</volume>
          :
          <fpage>1043</fpage>
          -
          <lpage>1046</lpage>
          ,
          <year>September 2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>N. R.</given-names>
            <surname>Pal</surname>
          </string-name>
          and
          <string-name>
            <given-names>S. K.</given-names>
            <surname>Pal</surname>
          </string-name>
          .
          <article-title>A Review on Image Segmentation Techniques</article-title>
          .
          <source>Pattern Recognition</source>
          ,
          <volume>26</volume>
          (
          <issue>9</issue>
          ):
          <fpage>1277</fpage>
          -
          <lpage>1294</lpage>
          ,
          <year>November 1993</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>J.</given-names>
            <surname>Puzicha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Rubner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Tomasi</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Buhmann</surname>
          </string-name>
          .
          <article-title>Empirical Evaluation of Dissimilarity Measures for Color and Texture</article-title>
          .
          <source>In International Conference on Computer Vision</source>
          , volume
          <volume>2</volume>
          ,
          <string-name>
            <surname>Corfu</surname>
          </string-name>
          , Greece, pages
          <fpage>1165</fpage>
          -
          <lpage>1173</lpage>
          ,
          <year>September 1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>S.</given-names>
            <surname>Siggelkow</surname>
          </string-name>
          .
          <article-title>Feature Histograms for Content-Based Image Retrieval</article-title>
          .
          <source>PhD thesis</source>
          , University of Freiburg, Institute for Computer Science, Freiburg, Germany,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>A. W. M. Smeulders</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Worring</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Santini</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Gupta</surname>
            , and
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Jain</surname>
          </string-name>
          .
          <article-title>Content-Based Image Retrieval: The End of the Early Years</article-title>
          .
          <source>IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
          ,
          <volume>22</volume>
          (
          <issue>12</issue>
          ):
          <fpage>1349</fpage>
          -
          <lpage>1380</lpage>
          ,
          <year>December 2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>D. M. Squire</surname>
            , W. Mu¨ller, H. Mu¨ller, and
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Raki</surname>
          </string-name>
          .
          <article-title>Content-Based Query of Image Databases, Inspirations from Text Retrieval: Inverted Files, Frequency-Based Weights and Relevance Feedback</article-title>
          .
          <source>In Scandinavian Conference on Image Analysis, Kangerlussuaq, Greenland</source>
          , pages
          <fpage>143</fpage>
          -
          <lpage>149</lpage>
          ,
          <year>June 1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>H.</given-names>
            <surname>Tamura</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Mori</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.</given-names>
            <surname>Yamawaki</surname>
          </string-name>
          .
          <article-title>Textural Features Corresponding to Visual Perception</article-title>
          .
          <source>IEEE Transaction on Systems, Man, and Cybernetcs</source>
          ,
          <volume>8</volume>
          (
          <issue>6</issue>
          ):
          <fpage>460</fpage>
          -
          <lpage>472</lpage>
          ,
          <year>June 1978</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>J. Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Li</surname>
          </string-name>
          , and
          <string-name>
            <surname>G. Wiederhold.</surname>
          </string-name>
          <article-title>SIMPLIcity: Semantics-Sensitive Integrated Matching for Picture LIbraries</article-title>
          .
          <source>IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
          ,
          <volume>23</volume>
          (
          <issue>9</issue>
          ):
          <fpage>947</fpage>
          -
          <lpage>963</lpage>
          ,
          <year>September 2001</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>