<!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>LAPI @ 2016 Retrieving Diverse Social Images Task: A Pseudo-Relevance Feedback Diversification Perspective</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Bogdan Boteanu</string-name>
          <email>bboteanu@alpha.imag.pub.ro</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mihai Gabriel Constantin</string-name>
          <email>mgconstantin@alpha.imag.pub.ro</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Bogdan Ionescu</string-name>
          <email>bionescu@alpha.imag.pub.ro</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>LAPI, University “Politehnica” of Bucharest</institution>
          ,
          <country country="RO">Romania</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2016</year>
      </pub-date>
      <fpage>20</fpage>
      <lpage>21</lpage>
      <abstract>
        <p>In this paper we present the results achieved during the 2016 MediaEval Retrieving Diverse Social Images Task, using an approach based on pseudo-relevance feedback, in which human feedback is replaced by an automatic selection of images. The proposed approach is designed to have in priority the diversification of the results, in contrast to most of the existing techniques that address only the relevance. Diversification is achieved by exploiting a hierarchical clustering scheme followed by a diversification strategy. Methods are tested on the benchmarking data and results are analyzed. Insights for future work conclude the paper.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>
        An efficient information retrieval system should be able to
provide search results which are in the same time relevant for the query
and cover different aspects of it, i.e., diverse. The 2016 Retrieving
Diverse Social Images Task [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] addresses this issue in the context
of a general ad-hoc image retrieval system, which provides the user
with diverse representations of the queries. The system should be
able to tackle complex and general-purpose multi-concept queries.
Given a ranked list of photos retrieved from Flickr1, participating
systems are expected to refine the results by providing up to 50
images that are in the same time relevant and provide a diversified
summary of the query. The process is based on the social metadata
associated with the images and/or on the visual characteristics. A
complete overview of the task is presented in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>
        Despite the current advances of machine intelligence techniques
used in the area of information retrieval and multimedia, in search
for achieving high performance and adapting to user needs, more
and more research is turning now towards the concept of “human in
the loop” [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. The idea is to bring the human expertise in the
processing chain, thus combining the accuracy of human judgements
with the computational power of machines.
      </p>
      <p>
        In this work we use an adapted version of the work in [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] that
exploits the concept of pseudo-relevance feedback (RF). RF
techniques attempt to introduce the user in the loop by harvesting
feedback about the relevance of the search results. This information
is used as ground truth for re-computing a better representation of
the data needed. Relevance feedback proved efficient in improving
the precision of the results [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], but its potential was not fully
exploited to diversification. The main contribution of our approach
is in proposing a pseudo-relevance feedback technique which
substitutes the user needed in traditional RF and in proposing several
diversity-adapted relevance feedback schemes.
2.
      </p>
    </sec>
    <sec id="sec-2">
      <title>PROPOSED APPROACH</title>
      <p>
        In traditional RF techniques, recording actual user feedback is
inefficient in terms of time and human resources. The proposed
approach, denoted in the following HC-RF, attempts to replace user
input with machine generated ground truth. It exploits the concept
of pseudo-relevance feedback. The concept is based on the
assumption that top k ranked documents are relevant and the feedback is
learned as in traditional RF under this assumption [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. A general
diagram of the approach is depicted in Figure 1.
      </p>
      <p>
        This year we decided not to use the pre-processing step, i.e., the
use of filters to remove un-relevant images. The motivation relies
on the specificity of the dataset proposed for this year [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], in
particular the use of multi-topic queries in the development and
evaluation sets. An image containing people or depicting a location or
a place which is geographically far away from the query, can be
considered relevant as long as it is a common photo representation
of the query topics (all at once). Also, we noticed in an
extensive study [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] that the blur filter does not improve significantly the
overall performance, thus we decided to removed it to reduce
complexity. The algorithm is as follows.
      </p>
      <p>
        First, we employ a pseudo-relevance feedback scheme based on
the selection of the images assessed in an automated manner. We
consider that most of the first returned results are relevant (i.e.,
positive examples). For instance, on devset [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], in average, 35 out of
50 returned images are relevant which supports our assumption. In
contrast, the very last of the results are more likely non-relevant and
considered accordingly (i.e., negative examples). The positive and
negative examples are fed to an Hierarchical Clustering2 scheme
2http://www.mathworks.com/help/stats/
hierarchical-clustering.html
      </p>
      <p>HC-RF HC-RF HC-RF HC-RF HC-RF
visual text vis-text cred. All
0.6514
which yields a dendrogram of classes. For a certain cutting point
(i.e., number of classes), a class is declared non-relevant if
contains only negative examples or the number of negative examples
is higher than the positive ones. The final step is the actual
diversification scheme, which is a round robin approach. We select from
each of the relevant classes one image which has the highest rank
according to the initial ranking of the system. Then, we remove
the selected images from the clusters and proceed by selecting the
remaining ones in the same manner. The process is repeated until
a maximum number of images is reached. The resulting images
represent the output of the proposed system.</p>
    </sec>
    <sec id="sec-3">
      <title>EXPERIMENTAL RESULTS</title>
      <p>This section presents the experimental results achieved on devset
which consists of 70 multi-topic queries and 20,757 images and
testset, respectively, which consists in 64 multi-topic queries and
19,017 images. We optimized the parameters of the proposed
approaches on devset to obtain best precision and diversity. Ground
truth was also provided with the data for this set for preliminary
validation of the approaches. The final benchmarking is conducted
however on testset.</p>
      <p>
        In our approaches, images are represented with the content
descriptors that were provided with the task data, i.e., visual (e.g.,
convolutional neural network based descriptors), text (e.g., term
frequency - inverse document frequency representations of
metadata) and user annotation credibility (e.g., face proportions, upload
frequency) information. Detailed information about provided
content descriptors is available in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Performance is assessed with
Precision at X images (P@X), Cluster Recall at X (CR@X) and
F1-measure at X (F1@X).
3.1
      </p>
    </sec>
    <sec id="sec-4">
      <title>Results on devset</title>
      <p>Several tests were performed with different descriptor
combinations and various cutoff points. Descriptors are combined with an
early fusion approach. We varied the number of initial images
considered as positive examples, from 100 to 280 with a step of 20
images, the number of last images considered as negative examples,
from 0 to 20 with a step of 10, and the inconsistency coefficient
threshold for which HC divides the data into well-separated
clusters, from 0.5 to 1.3 with a step of 0.2. We select the combinations
yielding the highest F 1@20, which is the official metric.</p>
      <p>While experimenting, we observed that, by increasing the
number of analyzed images, precision tends to slightly decrease as the
probability of obtaining un-relevant images increases; in the same
time, diversity increases as having more images is more likely to
get more diverse representations. For brevity reasons, in the
following we focus on presenting only the results at a cutoff of 20 images
which is the official cutoff point. These results are presented in
Table 1. To serve as baseline for the evaluation, we present also the</p>
      <p>Run1
0.5437
Flickr initial retrieval results. From the modality point of view, text
descriptors (TF, DF, TFIDF), separately and combined with other
descriptors (all visual-all textual, all visual-all textual-all
credibility), lead to the highest results (F 1@20=0.5468), followed closely
by visual (CNN-ad) descriptors (F 1@20=0.5202) and then by all
credibility information (F 1@20=0.5014).
3.2</p>
    </sec>
    <sec id="sec-5">
      <title>Official results on testset</title>
      <p>Following the previous experiments, the final runs were
determined for the best modality/parameter combinations obtained on
devset (see Table 1). We submitted five runs, computed as
following: Run1 - automated using visual information only: HC-RF
visual CNN-ad; Run2 - automated using text information only:
HCRF all text; Run3 - automated using visual-text information:
HCRF all visual-all text; Run4 - everything allowed: HC-RF all cred.;
and Run5 - everything allowed: HC-RF all visual-all text-all cred.
Results are presented in Table 2.</p>
      <p>What is interesting to observe is the fact that the highest
precision is achieved using textual information, (Run2 - P @20 =
0:5758), whereas maximum diversification is achieved using
credibility information (Run4 - CR@20 = 0:4374), with more than
2% over other types of descriptors, although this type of
information had the lowest performance on devset in terms of
diversification. Another interesting observation is that relevance was also
preserved in this case, compared to other modalities, which leads to the
conclusion that credibility information was useful in the context of
overall diversification. Credibility information gives an automatic
estimation of the quality of tag-image content relationships, telling
which users are most likely to share relevant images in Flickr. Best
diversification is achieved, CR@20 = 0:4374, due to the high
probability that different relevant images belong to different users
with a good credibility score. In terms of F 1 metric score, the use
of credibility information, Run4 - F 1@20 = 0:4638, allows for
better performance over all text descriptors by almost 2% and by
6% over visual descriptor (CNN-ad).
4.</p>
    </sec>
    <sec id="sec-6">
      <title>CONCLUSIONS</title>
      <p>We approached the image search result diversification issue from
the perspective of relevance feedback techniques, when user
feedback is substituted with an automatic pseudo-relevance feedback
approach. Results show that in general, the automatic techniques
improve the precision and diversification, which proves the real
potential of relevance feedback to the diversification. Future
developments will mainly address different efficient exploitations of
re-ranking approaches, e.g., relevance-score estimation techniques,
to improve the relevance and consequently the overall
diversification. Another perspective is to also exploit the advantages of
deep neural networks and use them in the context of automatic
relevance-feedback-based diversification scenarios, by classifying
the selected positive and negative examples using unsupervised
deeplearning-based classifiers.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>B.</given-names>
            <surname>Ionescu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.L.</given-names>
            <surname>Gînsca</surname>
          </string-name>
          ˘,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zaharieva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Boteanu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lupu</surname>
          </string-name>
          , H. Müller, “Retrieving Diverse Social Images at MediaEval 2016:
          <article-title>Challenge, Dataset and Evaluation”</article-title>
          ,
          <source>MediaEval 2016 Workshop, October</source>
          <volume>20</volume>
          -21, Hilversum, Netherlands,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>B.</given-names>
            <surname>Emond</surname>
          </string-name>
          , “
          <article-title>Multimedia and Human-in-the-loop: Interaction as Content Enrichment”</article-title>
          ,
          <source>ACM Int. Workshop on Human-Centered Multimedia</source>
          , pp.
          <fpage>77</fpage>
          -
          <lpage>84</lpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>B.</given-names>
            <surname>Boteanu</surname>
          </string-name>
          , I. Mironica˘,
          <string-name>
            <given-names>B.</given-names>
            <surname>Ionescu</surname>
          </string-name>
          , “
          <string-name>
            <given-names>A Relevance</given-names>
            <surname>Feedback</surname>
          </string-name>
          <article-title>Perspective to Image Search Result Diversification”</article-title>
          ,
          <source>IEEE ICCP, September 4-6</source>
          , Cluj-Napoca, Romania,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>B.</given-names>
            <surname>Boteanu</surname>
          </string-name>
          , I. Mironica˘,
          <string-name>
            <given-names>B.</given-names>
            <surname>Ionescu</surname>
          </string-name>
          , “LAPI @ 2016
          <string-name>
            <given-names>Retrieving</given-names>
            <surname>Diverse Social Images Task: A Pseudo-Relevance Feedback</surname>
          </string-name>
          Diversification Perspective”,
          <source>MediaEval 2015 Workshop, September</source>
          <volume>15</volume>
          -16, Wurzen, Germany,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>B.</given-names>
            <surname>Boteanu</surname>
          </string-name>
          , I. Mironica˘,
          <string-name>
            <given-names>B.</given-names>
            <surname>Ionescu</surname>
          </string-name>
          , “
          <article-title>Hierarchical Clustering Pseudo-Relevance Feedback for Social Image Search Result Diversification”</article-title>
          ,
          <source>IEEE CBMI, June</source>
          <volume>10</volume>
          -12, Prague, Czech Republic,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>B.</given-names>
            <surname>Boteanu</surname>
          </string-name>
          , I. Mironica˘,
          <string-name>
            <given-names>B.</given-names>
            <surname>Ionescu</surname>
          </string-name>
          , “
          <article-title>Pseudo-Relevance Feedback Diversication of Social Image Retrieval Results”</article-title>
          ,
          <source>Multimedia Tools and Applications</source>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>28</lpage>
          ,
          <year>Springer 2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.M.</given-names>
            <surname>Allinson</surname>
          </string-name>
          , “
          <article-title>Relevance Feedback in Content-Based Image Retrieval: A Survey”</article-title>
          ,
          <source>Handbook on Neural Information Processing</source>
          ,
          <volume>49</volume>
          , pp.
          <fpage>433</fpage>
          -
          <lpage>469</lpage>
          ,
          <year>Springer 2013</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>