<!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>TIA-INAOE's Participation at ImageCLEF 2008</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>General Terms</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="editor">
          <string-name>Performance, Experimentation</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>H. Jair Escalante, Jesus A. Gonzalez, Carlos A. Hernandez, Aurelio Lopez, Manuel Montes, Eduardo Morales, Luis E. Sucar, Luis Villasen~or Research Group on Machine Learning for Image Processing and Information Retrieval Department of Computational Sciences Instituto Nacional de Astrof sica, Optica y Electronica</institution>
          ,
          <addr-line>Luis Enrique Erro No. 1, 72840, Puebla</addr-line>
          ,
          <country country="MX">Mexico</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper describes the participation of the INAOE's research group on machine learning for image processing and information retrieval from Mexico. This year we proposed two approaches for the photographic retrieval task. First, we studied the annotation-based expansion of documents for image retrieval. This approach consists of automatically assigning labels to images by using supervised machine learning techniques. Labels are used for expanding the manual annotations of images. Then, we build a text-based retrieval method that uses the expanded annotations. Experimental results give evidence that the expansion could be helpful for improving retrieval performance and diversifying results. However, it is not trivial to determine the best way for combining labels with the other information available. In our second formulation we adopted a late fusion approach to combine the outputs of several heterogeneous retrieval methods. Our aim was to take advantage of the diversity, complementariness and redundancy of documents through ranked lists obtained with di erent methods and using distinct information. We consider content-based, text-based, annotationbased, visual-concept-based and multi-modal retrieval methods. The fusion of methods achieved competitive performance to that of the best ImageCLEF2008 entries. The heterogeneousness of the retrieval methods proved to be useful for diversifying the retrieval results. For further diversifying the results of our methods we developed a simple strategy based on topic modeling with latent Dirichlet allocation. This technique resulted very helpful for some con gurations, though degraded the performance for others. This is mainly due to the quality of the initial retrieval results.</p>
      </abstract>
      <kwd-group>
        <kwd>H</kwd>
        <kwd>3 [Information Storage and Retrieval]</kwd>
        <kwd>H</kwd>
        <kwd>3</kwd>
        <kwd>1 Content Analysis and Indexing</kwd>
        <kwd>H</kwd>
        <kwd>3</kwd>
        <kwd>3 [Information Systems and Applications]</kwd>
        <kwd>Information Search and Retrieval|Retrieval models</kwd>
        <kwd>Selection process</kwd>
        <kwd>Information Filtering</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        This paper describes the participation of the INAOE's research group on machine learning for
image processing and information retrieval (TIA) in the photographic retrieval task of ImageCLEF
2008. This year we submitted a total of 16 runs comprising diverse con gurations of the two
formulations we adopted. In the rst we used automatic image annotation (AIA) methods for
expanding the manual annotations of images. Under this formulation a region-level AIA method was
used for assigning labels to regions in segmented images. The labels were then combined with the
manual annotations of images and the expanded annotations were indexed and queried by using
a standard text-based retrieval model. Our assumption is that the labels may provide
complementary yet redundant information that can be helpful for improving retrieval performance. One
should note that although this method was rst proposed by our team for ImageCLEF 2007 [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ],
in this work we performed experiments with a larger and better training set of annotated regions.
Further, we used a di erent method (in-development) for annotating the images. Experimental
results give evidence of slight improvements by using the annotation-based expansion.
Interestingly, the diversity of results is increased by using the expanded annotation. These results give
evidence that the use of labels generated by AIA methods can be helpful for enhancing retrieval
performance. However, it is not trivial to determine the best way for combining labels with the
other available information (i. e. image-content and manual annotations).
      </p>
      <p>
        In our second formulation we considered the late fusion of heterogeneous methods [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. This
approach consists of combining the outputs of independent retrieval methods of diverse nature
and based on di erent sources. Opposed to previous late fusion approaches our formulation
considered several retrieval methods per modality, that are di erent to each other. Our aim was to
take advantage of the diversity, complementariness and redundancy of documents through ranked
lists of documents obtained with di erent methods and using distinct information. We
considered content-based, text-based, annotation-based, visual-concept-based and multi-modal retrieval
methods. A simple weighting scheme allowed us to e ectively combine information from diverse
sources. Despite the performance of independent retrieval methods is not good, the late fusion
approach achieved competitive performance. Further, the heterogeneousness of the retrieval
methods proved to be useful for diversifying the retrieval results. We report a few experiments with
per-modality and hierarchical fusion, better results were obtained with the latter strategy. Further
experiments and a more detailed analysis with this approach are reported elsewhere [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
      </p>
      <p>The focus of this year photographic retrieval task was on diversifying retrieval results. In order
to make varied the results of the late fusion approach we developed a simple strategy based on
topic modeling with latent Dirichlet allocation (LDA). The proposed approach consists of nding
LDA-topics among the retrieved documents using LDA. LDA-topics can be considered clusters of
documents with similar semantic content. Then a single document is selected as representative
of each LDA-topic. Representative documents are collocated at the top positions of the ranked
list of documents. This technique diversi ed the results for some con gurations of our methods,
although it degraded the performance for others. This can be due to the quality of the initial
retrieval result. We are currently working in an improved version of the LDA approach for the
diversi cation of retrieval results.</p>
      <p>The rest of this paper is organized as follows. In the next Section we brie y introduce the
photographic retrieval task. Then, in Section 3, we present the annotation-based approach to
image retrieval. Next, in Section 4, we describe the heterogeneous late fusion approach. Next, in
Section 5, the LDA approach for diversi cation of retrieval results is presented. Then, in Section,
6 we report experimental results of our runs. Finally in Section 7 we present conclusions and
discuss current and future work directions.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Ad-hoc photographic retrieval</title>
      <p>
        This paper presents developments and contributions for the photographic retrieval task of
ImageCLEF 2008. The goal of this task is the following: given an English statement describing an user
information need, nd as many relevant images as possible from the given document collection
[
        <xref ref-type="bibr" rid="ref5 ref6">5, 6</xref>
        ]. Organizers provide participants with a collection of annotated images, together with some
topics describing information needs. The collection of documents used for ImageCLEF2008 is
the IAPR TC-12 Benchmark [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Each query topic consists of a fragment of text describing a
single information need, together with three sample images visually similar to the desired relevant
images [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Participants use topics content for creating queries that are used with their retrieval
systems. Systems runs are then evaluated by the organizers using standard evaluation measures
from information retrieval [
        <xref ref-type="bibr" rid="ref5 ref6">5, 6</xref>
        ]. The focus of this year photographic retrieval task was on
diversication of retrieval results. Therefore, organizers encourage participants to submit runs in which
the top x document are both relevant and as diverse as possible. Retrieval methods with explicit
mechanisms for diversifying results are supposed to obtain better results. For further information
we refer the reader to the respective overview paper [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Annotation-based document expansion</title>
      <p>
        In this section we describe our AIA-based approach to image retrieval. AIA is the task of assigning
semantic labels to images [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. The main goal of AIA is to allow un-annotated image collections
to be searched by keywords. Labels can be assigned either at image-level or at region-level. In
the former, labels are assigned to the image as a whole, while in the latter labels are assigned to
regions in segmented images. The latter approach can be more useful than the former, because
AIA methods can take advantage of spatial context. In this paper we considered region-level AIA
methods for expanding manual annotations of images. The annotation-based document expansion
(ABDE) approach is depicted in Figure 1.
      </p>
      <p>
        All of the images in the IAPR-TC12 collection were automatically segmented and visual
features were extracted from each region. Using a training set of annotated regions and a multi-class
classi er all of the regions in the segmented collection were labeled. For each image, labels were
used as the expansion of the original annotation. The expanded annotation was considered as a
textual document and a text-based retrieval model was used for indexing the documents. The
textual statement in each topic was used as query for the retrieval model. Based on previous work
we selected as retrieval engine a vector space model (VSM) with a combination of
augmentednormalized term-frequency and entropy for weighting documents [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]. We used the TMG-MatlabR
toolbox for the implementation of all of the text-based retrieval methods [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]. In the rest of this
section we provide additional details of the training set we used and the annotation method we
considered.
      </p>
      <p>
        For our experiments with ABDE in ImageCLEF 2007 we faced several issues (due to the
training set we used) that made di cult the correct application of ABDE [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. For this work we
considered a better training set composed of about 7000 manually segmented images from the
IAPR-TC12 collection. This training set is being created as an e ort of INAOE-TIA for providing
the community with an extended IAPR-TC12 benchmark that can be useful for studying the use of
AIA methods in image retrieval [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. The images in the training set have been carefully segmented
following a well de ned methodology. Each image is associated with one of 276 labels that have
been arranged into a hierarchical structure that facilitates the annotation process. A total of
37,047 regions have been considered for our experiments. Sample images from our training set are
shown in Figure 2. The following features were extracted from each region: area, boundary=area,
width and height of the region, average and standard deviation in x and y, convexity, average,
standard deviation and skewness in both color spaces RGB and CIE-Lab, for a total of 27 features.
The training set is therefore composed of features-label pairs.
      </p>
      <p>
        We used a simple knn classi er as baseline AIA method. Additionally, we considered a recently
developed method for improving the quality of annotations [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. This postprocessing method
(referred to as MRFS) is based on a Markov random eld that uses spatial relationships between
regions for maximizing the coherence of the annotation for each image. The energy function of
this random eld takes into account a relevance weight obtained from knn and probabilities that
re ect the relationships between labels and spatial relationships. For further details we refer the
reader to follow the references [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
4
      </p>
    </sec>
    <sec id="sec-4">
      <title>Late fusion of heterogeneous retrieval methods</title>
      <p>
        In this section we describe our late fusion approach to image retrieval. Late fusion of independent
retrieval methods (LFIRM) is one of the simplest and most widely used approaches for combining
visual and textual information in the retrieval process [
        <xref ref-type="bibr" rid="ref10 ref14 ref15 ref16 ref17 ref2 ref20 ref6">20, 6, 15, 2, 14, 10, 16, 17</xref>
        ]. This approach
consists of building several retrieval systems (i. e. independent retrieval models, hereafter IRMs)
using subsets of the same collection of documents. At querying time, each IRM returns a list
of documents relevant to a given query. The output of the di erent IRMs is then combined for
obtaining a single list of ranked documents, see Figure 3. A common problem with this approach
is that usually a single IRM is considered for each modality [
        <xref ref-type="bibr" rid="ref10 ref14 ref16 ref17 ref2 ref20 ref21 ref6">17, 20, 6, 2, 14, 21, 10, 16</xref>
        ]. The latter
fact limits the performance of LFIRM because, despite the potential diversity of documents due to
the IRMs, there is little, if any, redundance through the IRMs and therefore the combination is not
e ective [
        <xref ref-type="bibr" rid="ref20 ref6">20, 6</xref>
        ]. Some LFIRM systems consider multiple IRMs for each modality, however, most
of these IRMs are very homogeneous. That is, these methods are variations of a same retrieval
model using di erent parameters or meta-data for indexing [
        <xref ref-type="bibr" rid="ref14 ref17 ref2 ref6">17, 6, 2, 14</xref>
        ].
      </p>
      <p>In this work we proposed the combination of heterogeneous IRMs through the LFIRM
approach for multimedia image retrieval. We call this approach HLFIRM (heterogeneous LFIRM).
Heterogeneousness is important because it can be useful for providing diverse, complementary and
redundant lists of documents to the LFIRM approach, reducing the retrieval problem to that of
e ectively combining lists of ranked documents. For merging the lists we assigned a score to each
document in the lists and ranked them in descending order of this score. The combined list was
formed by keeping the top-y ranked documents. We assigned a score W to each document dj in
at least one of N lists Lf1;:::;Ng of ranked documents as described by Equation (1):
W (dj) =
where i indexes the N available lists of documents; (x; H) is the position of document x in ranked
list H; 1a is an indicator function that takes the unit value when a is true and i (PkN=1 k = 1)
is the relevance weighting for IRM i. Each list Li is the output of one of the IRMs we considered,
these are shown in Table 1. In the rest of this section we describe these heterogeneous IRMs.
4.1</p>
      <sec id="sec-4-1">
        <title>Image-based IRMs</title>
        <p>
          Two image-based methods were considered for HLFIRM, these are FIRE and VCDTR-X (rows 1
and 2 in Table 1). FIRE is a content-based image retrieval (CBIR) system that works under the
query-by-example formulation [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. FIRE uses the sample images from the topics for querying.
Since we are only interested in the output of the IRMs we used the FIRE baseline run provided
by ImageCLEF 2007 organizers [
          <xref ref-type="bibr" rid="ref11 ref6">6, 11</xref>
          ]. In ImageCLEF 2007 the FIRE run we use was ranked at
position 377 out of 474.
        </p>
        <p>
          VCDTR-X is a novel IRM that uses visual-concepts identi ed in images for retrieval. Visual
concepts are indeed labels assigned by image-level AIA methods; the method used for generating
the labels is described in [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ]. We used the concepts1 provided by the Xerox Research Center
Europe group (XRCE) for building a retrieval model that indexes such concepts. All images
(including topic images) were automatically annotated by using this method. The assigned
annotations were then used for building a VSM with boolean weighting. Queries for VCDTR-X were
the automatic annotations assigned to topic images. No textual information was considered under
this formulation. The annotation vocabulary is composed of 17 keywords that describe visual
aspects of the images. VCDTR-X is the IRM of the worst performance among those described in
1Available from http://www.imageclef.org/2008/iaprconcepts
Four multi-modal IRMs (rows 5-8 in Table 1) of di erent nature were considered for HLFIRM.
ABDE methods are two variants of the method described in Section 3. The rst one uses the
knn classi er for annotating images, while the second uses the MRFS approach for improving
the labeling process. IRMs in rows 3 and 4 of Table 1 are multi-modal methods proposed for the
ImageCLEF 2007 competition [
          <xref ref-type="bibr" rid="ref6 ref8">6, 8</xref>
          ]. IMFB-07 applies inter-media relevance feedback, a technique
where the input for a text-based system is obtained from the output of a CBIR system combined
with the original textual query [
          <xref ref-type="bibr" rid="ref16 ref4 ref8">4, 16, 8</xref>
          ]. This was our best-ranked entry for ImageCLEF 2007,
and for that reason we considered it for this work. LF-07 is an LFIRM run that combines the
outputs of a textual method and an CBIR system [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. The textual-method performs Web-based
query expansion, a technique in which each topic-statement is used as a query for GoogleR the
top-20 snippets are then attached to the original query [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. The CBIR system was the FIRE run
described in the latter section. This was the run of our group with the highest recall, and that is
why we considered for this work. One should note that IMFB-07 and LF-07 were not among the
top ranked entries in ImageCLEF2007. These were ranked 41 and 82 in the overall ranked list and
achieved a MAP of 0.1986 and 0.1701 respectively. However, in Section 6 we show experimental
results that show that these runs resulted very useful for the HLFIRM approach.
4.3
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>Text-based IRMs</title>
        <p>
          Text-based IRMs (rows 7-17 in Table 1) are variants of a VSM using di erent weighting schemas.
All of these methods index the available text in image annotations by using di erent weighting
strategies (see Table 1). For querying, these methods use the textual statements of topics
(including the cluster and narrative elds). We considered ten textual IRMs because, traditionally,
textual methods have outperformed both image-based and multi-modal IRMs in past ImageCLEF
campaigns [
          <xref ref-type="bibr" rid="ref5 ref6">5, 6</xref>
          ]. However, the individual performance of textual IRMs is worst than that of the
ABDE method [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ].
        </p>
        <p>
          As we can see we have considered a variety of methods that can o er diversity, redundancy and
complementariness of documents, opposed to previous work on LFIRM that use single-modality
IRMs [
          <xref ref-type="bibr" rid="ref10 ref14 ref16 ref17 ref2 ref20 ref21 ref6">17, 20, 6, 2, 14, 21, 10, 16</xref>
          ]. These features resulted very useful for HLFIRM that achieved
competitive retrieval performance. Further, the use of HLFIRM resulted useful for diversifying
retrieval results. All of the IRMs were built by the authors, although some of them were based
on methods developed by other research groups [
          <xref ref-type="bibr" rid="ref11 ref18">18, 11</xref>
          ]. One should note that the individual
performance of all of the IRMs we considered is not competitive. Individual IRMs would be
ranked at the middle (or near the end) of the overall list of ranked entries for ImageCLEF 2008.
However, even with this limitation the best entries with HLFIRM were among the top ranked
runs, see Section 6.
5
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Diversifying retrieval results</title>
      <p>The focus of this year photographic retrieval task was on diversi cation of retrieval results.
Diversity of retrieved documents is important because it facilitates the search process to users.
Experimental results (see Section 6) give evidence that HLFIRM is able to diversify retrieval results
by itself. However, in order to further increase the variety of documents at the rst positions, we
developed a diversi cation approach based on LDA. This approach was applied for each topic as
a postprocessing step. We applied this technique to our runs with the late fusion method because
this method seemed more promising than the ABDE technique. For each topic we considered the
ranked list of documents returned by a retrieval model (in our case we used the output of the
HLFIRM approach).</p>
      <p>Run</p>
      <p>Baseline
ABDE-Manual</p>
      <p>ABDE-knn
ABDE-MRFS</p>
      <p>
        LDA is a probabilistic modeling tool widely used in text analysis, image annotation and
classi cation [
        <xref ref-type="bibr" rid="ref22 ref3">3, 22</xref>
        ]. For text modeling, LDA assumes that documents are mixtures of unknown
LDA-topics. LDA-Topics are nothing but probability distributions of words over documents that
characterize semantic themes. LDA-Topics are estimated from a collection of documents by using
Gibbs sampling or variational inference [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Since documents are mixtures of topics we can always
calculate the probability of each document given an LDA-topic P (wjzi). In this work we associate
each document w to the topic that maximizes the latter probability (i. e. argmaxiP (wjzi)). In
this way, each document is associated to a single LDA-topic, which can be considered a cluster.
In this work we used the topic-modeling toolbox due to Steyvers et al. that implements a Gibbs
sampling algorithm for inference [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ].
      </p>
      <p>For diversifying retrieval results we considered the documents returned by each retrieval model
to a query-topic. Considering these documents we used the LDA toolbox for obtaining k
LDAtopics (for our experiments we xed k=20 because the top 20 documents are evaluated in
ImageCLEF 2008). Documents were grouped according the LDA-topic they belong to. Then a single
document was selected from each LDA-topic as representative of it. The representative document
was selected according its relevance weight in the list of ranked documents returned by the
retrieval model. The k representative documents were collocated at the top of a new ranked lists
of documents. The rest of the documents returned by the retrieval model were collocated below
the k documents, in the new list, according their initial relevance weight. In this way diverse yet
highly relevant documents are considered at the begining of the ranked lists. Intuitively, a relevant
document from each theme (LDA-topic) is put at the top of the new ranked list of documents.
6</p>
    </sec>
    <sec id="sec-6">
      <title>Experimental results</title>
      <p>In this section we report the results of the runs we submitted to ImageCLEF 2008 for evaluation. A
total of 16 runs were submitted comprising diverse con gurations of the approaches we adopted.
For each con guration we show the precision at 20 documents retrieved (p20), mean average
precision (MAP), cluster recall at 20 documents retrieved (c20) and the number of relevant
documents retrieved (Rel-Ret). We also show the average (Avg.) of p20, MAP and c20.
6.1</p>
      <sec id="sec-6-1">
        <title>ABDE entries</title>
        <p>First we analyze the performance of ABDE under di erent settings. The results of our runs with
ABDE are shown in Table 2. For all of these entries we used the same weighting schema in the
retrieval model, see Section 3. Baseline is an VSM that uses only the original image annotations.
ABDE-Manual is an VSM that expands the original annotations by using the labels from our
training set (i. e. only were considered manually assigned labels). ABDE-knn uses as expansion
the labels of our training set plus the labels assigned with a knn classi er (for those images that
have not been manually labeled yet). ABDE-MRFS is a run where the labels assigned by knn are
further improved with the MRFS approach, see Section 3.</p>
        <p>As we can see slightly better results were obtained with the runs that adopted the ABDE
approach. The highest MAP and Rel-Ret is obtained by using the manual labels only. While the
precision is slightly higher in the ABDE-knn run. An interesting result is that the best cluster-recall
performance is obtained by the ABDE-MRFS entry. The di erence is signi cant with respect to
the Baseline run. This means that using the labels improved with the MRFS method increases the
diversity of results at the rst positions, even when the MAP is low. Furthermore, ABDE-MRFS
Run</p>
        <p>All
LF-TXT
LF-VIS</p>
        <p>HLF-EW
HLF-0.8/0.2
HLF-0.2/0.8
is the entry with the highest average performance, o ering the best tradeo between retrieval
performance and diversity of results. This result suggest that the labeling improvement due to
the MRFS method is indeed useful for improving AIA accuracy. Although, a deeper analysis is
required to con rm the latter.</p>
        <p>The results shown in Table 2 give evidence that the use of labels generated with AIA methods
can be helpful for enhancing the retrieval process. However, the improvements due to the ABDE
method are still small. Furthermore, the performance obtained with the best ABDE-entry (i.
e. ABDE-MRFS ) is competitive to methods that only used text for ImageCLEF 2008. However,
when compared to multi-modal methods its performance is not that competitive. Therefore, better
strategies for combining labels and annotations must be developed. Anyway, despite the mild
performance of ABDE methods (when compared to other multi-modal methods) these methods
resulted very useful when their outputs were combined with the HLFIRM approach, as described
in the next section.
6.2</p>
      </sec>
      <sec id="sec-6-2">
        <title>HLFIRM entries</title>
        <p>We performed experiments with several con gurations for the HLFIRM approach described in
Section 4. First we tried the simple combination of all of the IRMs described in Table 1 (All ).
Then we applied the late fusion approach for combining IRMs that only use text (LF-TXT ) and
IRMs that use images, either image-only or image+text (LF-VIS ). For these con gurations we
xed the relevance weights of IRMs to i = 1, in this way equal weights are assigned to each
IRM, see Equation (1). Then we tried the hierarchical HLFIRM of IRMs. For this con gurations
we applied the late fusion approach to the already (per-modality) fused LF-TXT and LF-VIS
runs. For the hierarchical fusion we performed experiments with the following weighting schemas.
HLF-EW is a run that assigns the same weight (i. e. i in Equation (1)) to both lists LF-TXT
and LF-VIS. HLF-0.8/0.2 assigns a weight of 0.8 to the LF-VIS list and of 0.2 to the LF-TXT
run. HLF-0.2/0.8 assigns a weight of 0.2 to the LF-VIS list and of 0.8 to the LF-TXT run. The
results of all of these con gurations are shown in Table 3.</p>
        <p>As we can see our results are mixed, though all of the results are very competitive. The highest
precision is obtained with the fusion of IRMs that use images either alone or combined with text
(LF-VIS ). This is an interesting result because the individual performance of these methods is
poor, see Sections 4.1 and 4.2. Therefore, the HLFIRM approach is e ectively combining the
outputs of visual IRMs, taking advantage of the diversity and redundancy of results through the
individual lists. The performance of text-based methods (LF-TXT ) is not bad at all. In fact the
LF-TXT run is among the top-5 ranked entries of methods that only used text. This is also an
interesting result because this method is very easy to implement and to apply in practice. It only
requires building several text-based retrieval models and combining its outputs by using Equation
(1). No complex processes or natural language processing tools were required.</p>
        <p>
          The highest MAP and the best average performance is obtained with by the HLF-0.8/0.2
entry. This is our best entry in ImageCLEF 2008, ranked among the top-15 runs. This is another
interesting result because traditionally in late fusion image retrieval better results are obtained
by weighting high text-based methods [
          <xref ref-type="bibr" rid="ref10 ref14 ref16 ref17 ref2 ref20 ref21 ref5 ref6">17, 20, 5, 6, 2, 14, 21, 10, 16</xref>
          ]. This result suggest that,
despite their poor performance (see Sections 4.1 and 4.2), the visual-based methods are more
helpful for the HLFIRM approach. However, text-based methods are also useful for improving
retrieval performance. Cluster-recall is high for most entries in Table 3, giving evidence that the
HLFIRM approach can be useful for diversifying retrieval results. This is due to the fact that
with HLFIRM the top ranked documents of each IRM are collocated at the top positions of the
fused list, since the IRMs are di erent in nature, they use to retrieve di erent documents at the
rst positions. Therefore, the documents at the rst positions in the fused list are diverse. The
entry HLF-0.2/0.8 is ranked 7th in c20 over entries using text and images, even when we did not
have applied any explicit method for diversifying results.
6.2.1
        </p>
        <p>Diversifying results of HLFIRM entries
We applied the LDA approach described in Section 5 as postprocessing to diversify results of the
late fusion entries. Results of this experiment are shown in Figure 4, since the impact of the LDA
technique is on the diversity of results we only plot the c20 measure.</p>
        <p>As we can see the LDA approach resulted useful only for 2 out of 6 runs (All and LF-VIS ). The
best c20 performance is now achieved with the All run. This entry obtained a c20 of 0.4291, which
is ranked at the 4th position in the ranked list of entries that use image and text (in c20). However,
the average performance of the All entry is now of 0.2995. In fact the average performance of all
of the runs is decreased by using the LDA approach.</p>
        <p>This postprocessing resulted useful for All and LF-VIS because for these runs the LDA-topics
were e ectively identi ed and the initial ranking was also useful for identifying the representative
document of each LDA-topic. For the rest of the entries the LDA approach could not improve the
diversity of results. This is due to the quality of the initial list of retrieved documents. Thus even
when the LDA approach could e ectively nd LDA-topics the representative document identi ed
for each LDA-topic is not relevant to the original query. Results obtained with the LDA approach
suggest that this technique can be helpful for improving the diversity of retrieval retrieval results.
However, it is clear that the average performance of methods decreases by adopting this technique.
Therefore, either the initial list of retrieved documents needs to be improved or the LDA technique
needs to be modi ed in order to e ectively diversify results for retrieval methods.
7</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>Conclusions</title>
      <p>We have described the participation of INAOE-TIA research group in the photographic retrieval
task of ImageCLEF2008. This year we adopted two approaches to the multimedia retrieval
problem: annotation-based document expansion (ABDE) and late fusion of independent-heterogeneous
retrieval methods (HLFIRM). Further, we proposed a technique based on topic modeling with
latent Dirichlet allocation for diversifying retrieval results. Experimental results with the ABDE
method give evidence that the use of automatic annotations can be useful for improving retrieval
performance. However, the slight improvements in retrieval performance show that either the
ABDE approach may be not the best way for combining labels/annotations or that better
annotation methods are required. An interesting result with ABDE is that diversity of results
increased signi cantly by using the labels obtained with our MRFS approach. Showing the
annotation e ectiveness of MRFS and that the automatic annotations introduced diversity into
the retrieval process. These results motivate further research on several directions, including
the improvement of image annotation methods, the study of di erent strategies for combining
automatic and manual annotations for multimedia retrieval and analyzing the potential
diversity/complementariness/redundancy o ered by automatic annotations.</p>
      <p>Results with the HLFIRM approach con rm that late fusion is a very useful approach to image
retrieval. Despite the individual performance of the methods we considered was not good, our runs
with HLFIRM showed competitive performance to that of the best ranked entries in ImageCLEF
2008. An interesting nding is that better results were obtained by assigning a higher weight to
visual retrieval methods instead to textual ones. Furthermore, the use of heterogenous methods
allowed the HLFIRM approach to implicitly diversify the retrieval results. Current work with the
HLFIRM approach consists of using high-performance individual retrieval methods for the fusion
and studying di erent ways to measure the potential diversity/complementariness/redundancy of
individual retrieval methods. Our results with the LDA technique show that it may be useful for
further diversifying results. However, it is also very possible to damage the performance of the
retrieval results with this technique. Nevertheless, our results motivate further research on the
diversi cation technique.</p>
      <p>Acknowledgements. We would like to thank the organizers of ImageCLEF2008 because of their
support. This work was partially supported by CONACyT under project grant 61335 and scholarship
205834.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>T.</given-names>
            <surname>Arni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sanderson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Clough</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Grubinger</surname>
          </string-name>
          .
          <article-title>Overview of the imageclef 2008 photographic retrieval task</article-title>
          .
          <source>In Working Notes of the CLEF. CLEF</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>R.</given-names>
            <surname>Besancon</surname>
          </string-name>
          and
          <string-name>
            <given-names>C.</given-names>
            <surname>Millet</surname>
          </string-name>
          .
          <article-title>Merging results from di erent media: Lic2m experiments at imageclef 2005</article-title>
          .
          <source>In Working notes of the CLEF 2005. CLEF</source>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>D.</given-names>
            <surname>Blei</surname>
          </string-name>
          .
          <article-title>Probabilistic Models of Text and Images</article-title>
          .
          <source>PhD thesis</source>
          , U.C. Berkeley,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chang</surname>
          </string-name>
          and
          <string-name>
            <given-names>H.</given-names>
            <surname>Chen</surname>
          </string-name>
          .
          <article-title>Approaches of using a word-image ontology and an annotated image corpus as intermedia for cross-language image retrieval</article-title>
          .
          <source>In Working Notes of the CLEF. CLEF</source>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>P.</given-names>
            <surname>Clough</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Grubinger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Deselaers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hanbury</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H.</given-names>
            <surname>Mu</surname>
          </string-name>
          <article-title>ller. Overview of the imageclef 2006 photographic retrieval and object annotation tasks</article-title>
          .
          <source>In Working Notes of the CLEF. CLEF</source>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>P.</given-names>
            <surname>Clough</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Grubinger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Deselaers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hanbury</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H.</given-names>
            <surname>Mu</surname>
          </string-name>
          <article-title>ller. Overview of the imageclef 2007 photographic retrieval task</article-title>
          .
          <source>In CLEF</source>
          <year>2007</year>
          , volume
          <volume>5152</volume>
          <source>of LNCS. CLEF</source>
          , Springer-Verlag,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>H.</given-names>
            <surname>Jair Escalante</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Hernandez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Gonzalez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lopez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Montes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Morales</surname>
          </string-name>
          , E. Sucar, and
          <string-name>
            <surname>L.</surname>
          </string-name>
          <article-title>Villase nnor. The segmented and annotated IAPR-TC12 benchmark</article-title>
          . Submitted to Computer Vision and Image Understanding,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>H.</given-names>
            <surname>Jair Escalante</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Hernandez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lopez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Marin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Montes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Morales</surname>
          </string-name>
          , E. Sucar, and
          <string-name>
            <surname>L.</surname>
          </string-name>
          <article-title>Villase nnor. Towards annotation-based query and document expansion for image retrieval</article-title>
          . In C. Peters et al., editor,
          <source>Proceedings of the CLEF</source>
          <year>2007</year>
          , volume
          <volume>5152</volume>
          <source>of LNCS</source>
          , pages
          <volume>546</volume>
          {
          <fpage>553</fpage>
          . CLEF, SpringerVerlag Berlin Heidelberg,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>H.</given-names>
            <surname>Jair Escalante</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Hernandez</surname>
          </string-name>
          , E. Sucar, and
          <string-name>
            <given-names>M.</given-names>
            <surname>Montes</surname>
          </string-name>
          .
          <article-title>Late fusion of heterogeneous methods for multimedia image retrieval</article-title>
          .
          <source>In MIR08: Proceedings of the 2008 ACM Multimedia Information Retrieval Conference</source>
          , Vancouver, British Columbia, Canada,
          <source>Forthcomming October</source>
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>S.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Chevallet</surname>
          </string-name>
          ,
          <string-name>
            <surname>T. H. D. Le</surname>
            , T. T. Pham, and
            <given-names>J. H.</given-names>
          </string-name>
          <string-name>
            <surname>Lim</surname>
          </string-name>
          .
          <article-title>Ipal at imageclef 2007 mixing features, models and knowledge</article-title>
          .
          <source>In Working Notes of the CLEF. CLEF</source>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>T.</given-names>
            <surname>Gass</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Weyand</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Deselaers</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H.</given-names>
            <surname>Ney</surname>
          </string-name>
          . Fire in imageclef 2007:
          <article-title>Support vector machines and logistic regression to fuse image descriptors in for photo retrieval</article-title>
          . volume
          <volume>5152</volume>
          <source>of LNCS. SpringerVerlag</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>M.</given-names>
            <surname>Grubinger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Clough</surname>
          </string-name>
          , H. Muller, and
          <string-name>
            <given-names>T.</given-names>
            <surname>Deselaers</surname>
          </string-name>
          .
          <article-title>The iapr tc-12 benchmark: A new evaluation resource for visual information systems</article-title>
          .
          <source>In Proc. of the Intl. Workshop OntoImage</source>
          '2006
          <string-name>
            <given-names>Language</given-names>
            <surname>Resources for</surname>
          </string-name>
          <string-name>
            <surname>CBIR</surname>
          </string-name>
          , Genoa, Italy,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>C.</given-names>
            <surname>Hernandez</surname>
          </string-name>
          and
          <string-name>
            <given-names>L. E.</given-names>
            <surname>Sucar</surname>
          </string-name>
          .
          <article-title>Markov random elds and spatial information to improve automatic image annotation</article-title>
          .
          <source>In Proc. of the the 2007 Paci c-Rim Symposium on Image and Video Technology</source>
          , volume
          <volume>4872</volume>
          <source>of LNCS</source>
          , pages
          <volume>879</volume>
          {
          <fpage>892</fpage>
          . Springer,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>R.</given-names>
            <surname>Izquierdo-Bevia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Tomas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Saiz-Noeda</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>J. Luis</given-names>
            <surname>Vicedo</surname>
          </string-name>
          . University of alicante in imageclef2005.
          <source>In Working Notes of the CLEF. CLEF</source>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>M. M. Rautiainen</surname>
            and
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Seppdnen</surname>
          </string-name>
          .
          <article-title>Comparison of visual features and fusion techniques in automatic detection of concepts from news video</article-title>
          .
          <source>In Proceedings of the IEEE ICME</source>
          , pages
          <volume>932</volume>
          {
          <fpage>935</fpage>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>N.</given-names>
            <surname>Maillot</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Chevallet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Valea</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J. H.</given-names>
            <surname>Lim</surname>
          </string-name>
          .
          <article-title>Ipal inter-media pseudo-relevance feedback approach to imageclef 2006 photo retrieval</article-title>
          .
          <source>In Working Notes of the CLEF. CLEF</source>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>V.</given-names>
            <surname>Peinado</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Lopez-Ostenero</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>J.</given-names>
            <surname>Gonzalo</surname>
          </string-name>
          . Uned at imageclef 2005:
          <article-title>Automatically structured queries with named entities over metadata</article-title>
          .
          <source>In Working Notes of the CLEF. CLEF</source>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>F.</given-names>
            <surname>Perronin</surname>
          </string-name>
          and
          <string-name>
            <given-names>C.</given-names>
            <surname>Dance</surname>
          </string-name>
          .
          <article-title>Fisher kernels on visual vocabularies for image categorization</article-title>
          .
          <source>In Proceedings of the 2007 Conference on Computer Vision and Pattern Recognition</source>
          , pages
          <fpage>1</fpage>
          <lpage>{</lpage>
          8,
          <string-name>
            <surname>Minneapolis</surname>
            , Minnesota,
            <given-names>US</given-names>
          </string-name>
          ,
          <year>June 2007</year>
          . IEEE.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>J. Li R.</given-names>
            <surname>Datta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Joshi</surname>
          </string-name>
          and
          <string-name>
            <given-names>J. Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          .
          <article-title>Image retrieval: Ideas, in uences, and trends of the new age</article-title>
          .
          <source>ACM Computing Surveys</source>
          ,
          <volume>40</volume>
          (
          <issue>2</issue>
          ),
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>M.</given-names>
            <surname>Rautiainen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Ojala</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Tapio</surname>
          </string-name>
          .
          <article-title>Analyzing the performance of visual, concept and text features in content-based video retrieval</article-title>
          .
          <source>In MIR '04: Proc. of the 6th ACM workshop on Multimedia information retrieval</source>
          , pages
          <volume>197</volume>
          {
          <fpage>204</fpage>
          , New York, NY, USA,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>C.</given-names>
            <surname>Snoek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Worring</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Smeulders</surname>
          </string-name>
          .
          <article-title>Early versus late fusion in semantic video analysis</article-title>
          .
          <source>In Proc. of the 13th Annual ACM Conference on Multimedia</source>
          , pages
          <volume>399</volume>
          {
          <fpage>402</fpage>
          ,
          <string-name>
            <surname>Singapore</surname>
          </string-name>
          ,
          <year>2005</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>M.</given-names>
            <surname>Steyvers</surname>
          </string-name>
          and
          <string-name>
            <surname>T.</surname>
          </string-name>
          <article-title>Gri ths. Latent Semantic Analysis: A Road to Meaning, chapter Probabilistic topic models</article-title>
          .
          <source>Laurence Erlbaum</source>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>D.</given-names>
            <surname>Zeimpekis</surname>
          </string-name>
          and
          <string-name>
            <given-names>E.</given-names>
            <surname>Gallopoulos</surname>
          </string-name>
          .
          <article-title>Tmg: A matlab toolbox for generating term-document matrices from text collections</article-title>
          .
          <source>In Recent Advances in Clustering</source>
          , pages
          <volume>187</volume>
          {
          <fpage>210</fpage>
          . Springer,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>