<!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>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Lin Tzy Li</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Javier A. V. Muñoz</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jurandy Almeida</string-name>
          <email>jurandy.almeida@unifesp.br</email>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Rodrigo T. Calumby</string-name>
          <email>rtcalumby@ecomp.uefs.br</email>
          <xref ref-type="aff" rid="aff2">2</xref>
          <xref ref-type="aff" rid="aff5">5</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Otávio A. B. Penatti</string-name>
          <email>o.penatti@samsung.com</email>
          <xref ref-type="aff" rid="aff2">2</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ícaro C. Dourado</string-name>
          <email>icaro.dourado@students.ic.unicamp.br</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Keiller Nogueira</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Pedro R. Mendes Júnior</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Luís A. M. Pereira</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Daniel C. G. Pedronette</string-name>
          <email>daniel@rc.unesp.br</email>
          <xref ref-type="aff" rid="aff2">2</xref>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jefersson A. dos Santos</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marcos A. Gonçalves</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ricardo da S. Torres</string-name>
          <email>rtorresg@ic.unicamp.br</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science, Universidade Federal de Minas Gerais</institution>
          ,
          <addr-line>UFMG</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>GIBIS Lab, Institute of Science and Technology, Federal University of Sa~o Paulo</institution>
          ,
          <addr-line>UNIFESP</addr-line>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>RECOD Lab, Institute of Computing, University of Campinas</institution>
          ,
          <addr-line>UNICAMP</addr-line>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>SAMSUNG Research Institute</institution>
          <country country="BR">Brazil</country>
        </aff>
        <aff id="aff4">
          <label>4</label>
          <institution>Universidade Estadual Paulista</institution>
          ,
          <addr-line>UNESP</addr-line>
        </aff>
        <aff id="aff5">
          <label>5</label>
          <institution>University of Feira de Santana</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2015</year>
      </pub-date>
      <fpage>14</fpage>
      <lpage>15</lpage>
      <abstract>
        <p>In this work, we describe the approach proposed by the RECOD team for the Placing Task, Locale-based sub-task, at MediaEval 2015. Our approach is based on the use of as much evidence as possible (textual, visual, and/or audio descriptors) to automatically assign geographical locations to images and videos.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. INTRODUCTION</title>
      <p>
        Geocoding multimedia has gained attention in the latest
years given its importance for providing richer services for
users such as placing information on maps and providing
geographic searches. Since 2011, the Placing Task [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] at
MediaEval has been challenging participants to assign the
geographical locations to images and videos automatically.
      </p>
      <p>
        Here we present our approach for the Locale-based
subtask. It combines textual, audio, and/or visual descriptors
by applying rank aggregation and ranked list density
analysis to combine multimodal information encoded in ranked
lists. This year, we evaluated new features and a Genetic
Programming (GP) [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] approach to multimodal geocoding.
GP provides a good framework for modeling optimization
problems even when the variables are functions.
      </p>
      <p>
        Besides combining ranked lists, we also applied
combinations of rank aggregation methods by using GP. The idea is
to automatically select a set of suitable features and rank
aggregation functions that yield the best result according to
a given tness function. Previous works [
        <xref ref-type="bibr" rid="ref16 ref7">7, 16</xref>
        ] have shown
that combining rank aggregated lists and rank aggregation
functions [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] yields very e ective results.
      </p>
    </sec>
    <sec id="sec-2">
      <title>PROPOSED APPROACH</title>
      <p>
        Our approach estimates location based on rank
aggregation of a multitude of ranked lists and their density
analysis [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. We extracted a large set of features from the data,
derived ranked lists, and combined them using rank
aggregation methods which in turn are selected and fused by a
GP-based framework proposed in [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>
        For evaluation purposes in the training phase (as in
2014 [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]) we split the whole training set into two parts: (i)
a validation set; and (ii) a sub-training set. The validation
set has 4,677 images and 905 videos, while the sub-training
set has 12,944 videos and 4,226,559 images.
2.1
      </p>
    </sec>
    <sec id="sec-3">
      <title>Features</title>
      <p>
        Textual . The title, description, and tags of photos/videos
were concatenated as a single eld (here named as fusion).
The versions that used only title, description, or tags were
also used for the rank aggregation method. The text was
stemmed and stopwords were removed. We used BM25,
TF-IDF (cosine), information-based similarity
(IBSimilarity) and language modelling similarity
(LMDirichletSimilarity), which are similarity measures implemented in the
Lucene package [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <p>
        Audio/Visual . For visual place recognition of images, we
used the provided features: edgehistogram (EHD),
scalablecolor (SCD), and tamura. We also extracted BIC [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
Due to time constraint and feature dimensionality, other
planned visual features could not be applied this year. For
videos, we used the provided features (all from LIRE [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]
and MFCC20 [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]) besides extracting histograms of motion
patterns (HMP) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
2.2
      </p>
    </sec>
    <sec id="sec-4">
      <title>Rank aggregation, density analysis &amp; geocoding</title>
      <p>
        We used the full training set as geo-pro les and each test
item was compared to the whole training set for each
feature independently. For a given test item, a ranked list for
each feature was generated. Given the ranked lists, we
explored two distinct strategies: (i) a rank aggregation
approach based on genetic programming (GP-Agg); and (ii) a
ranked list density analysis. In addition, we also explored
the combination of both strategies.
1. The GP-Agg method uses genetic programming to
combine a set of methods for rank aggregation in an
agglomerative way, in order to improve the results of the isolated
methods [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. We used this method to combine the textual
and visual ranked lists generated for various descriptors.
      </p>
      <p>
        This method was choosen because in [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] the authors
showed that GP-Agg produced better or equal results than
the best supervised technique in a wide range of rank
aggregation techniques (supervised and unsupervised). Moreover,
it required a reasonable time for training (a couple of hours),
and it was relatively fast to apply the best individual
(discovered function) on the test set.
      </p>
      <p>
        The GP-Agg method was trained using 400 queries from
the validation set (randomly chosen) and their ranked lists.
We stopped the evolution process at the 30th generation.
We used the tness function, genetic operators, and rank
aggregation techniques that yielded the best results in [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
The GP-Agg parameters are shown in Table 1.
      </p>
      <p>For the training phase of GP-Agg, an element of a ranked
list was considered relevant if it is located no farther than
1 km from the ground truth location of the query element.
The best individuals discovered in the training phase were
applied to the test set.</p>
      <p>
        Among the di erent tness functions tested, the best
results (more precise) were achivied with the FFP1 as de ned
in [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]:
jNj
X r(^li)
i=1
FF F P 1 =
k1
ln 1(i + k2)
(1)
where i is the element position after retrieval and ^li is the
element at position i. r(^li) 2 f0; 1g is the relevance score
assigned to an element, being 1 if the element is relevant and
0 otherwise. jN j is the total number of retrieved elements.
k1, k2 are scaling factors. Based on [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], we choose k1 = 6
and k2 = 1:2 in our experiments.
2. The ranked list density analysis (RLDA)1 explores the
idea of nding the maximum point in a probability
density function (PDF). Firstly, we induce a k-nearest neighbor
graph (with k = 3), where the graph nodes are de ned as
being the top-n items of the ranked lists. For each node,
we estimate its probability density value by using a
ParzenWindow gaussian kernel. This procedure is the same used to
nd root nodes (nodes with maximum density in a PDF) in
the Optimum-path Forest (OPF) clustering algorithm [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
Finally, to assign a lat/long to a test item, we just verify
the lat/long of the graph node (a ranked list item) with the
highest density value.
      </p>
    </sec>
    <sec id="sec-5">
      <title>OUR SUBMISSIONS &amp; RESULTS</title>
      <p>None of our submissions used extra crawled material or
gazetteers. Based on parameters of our best results on the
evaluation phase, our submissions were con gured as shown
in Table 2. Runs 1 and 4 were solely based on textual
descriptors, while Run 2 was only-visual and Run 3 was a
multimodal submission.</p>
      <p>
        From Table 3, our best submission was Run 4, in which
we applied the RLDA over the top-5 items of each
textual ranked list. We observed on the validation set that
the RLDA of the top-n items from aggregated ranked list
(visual and textual) seems to improve the results over just
taking the rst item from a multimodal aggregated ranked
list. However, due to the delay in generating ranked lists
of the visual features, we did not apply RLDA to the top-n
1Last year [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], we called RLDA as OPF, however this year
we renamed it, since we only used the OPF step that nds
the most dense point.
      </p>
      <p>Run Textual</p>
      <p>BM25 +
1 T+F-IIBDSF +</p>
      <p>LMD
In most of the runs we have dealt with images and video
through di erent settings. For instance, in Run 2 we applied
RLDA top-100 of BIC ranked list for images, while for videos
we combined other descriptors using GP-Agg followed by
RLDA for the GP aggregated list. Thus, in Table 4, we
only show the results regarding the videos in the test set. In
the validation phase, the geocoding results for videos were
relatively better than the ones for images, but it seems that
in the test set this tendency was not preserved. For example
in Run 4 (Table 4), the rate of correctly geocoded for videos
in each precision levels is lower than the overall results for
Run 4 (Table 3).</p>
      <p>Km
Run 1
Run 2
Run 3
Run 4</p>
    </sec>
    <sec id="sec-6">
      <title>4. FUTURE WORK</title>
      <p>
        We plan to evaluate more textual and visual descriptors
and give them as input to GP-Agg to select descriptors
and rank aggregation methods. For example: (a) a textual
descriptor that combines graph representation [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] with a
framework for graph-to-vector synthesis [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]; (b) applying
results from works that tackle the problem of visual place
recognition [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. Additionally, we plan to devise a GP
tness function that takes advantage of RLDA to geocode,
since most of the time RLDA improves geocoding results,
besides exploring clustering analysis of the top-n items.
      </p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments</title>
      <p>We thank FAPESP, CNPq, CAPES, and Samsung.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>J.</given-names>
            <surname>Almeida</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. J.</given-names>
            <surname>Leite</surname>
          </string-name>
          , and R. da Silva Torres.
          <article-title>Comparison of video sequences with histograms of motion patterns</article-title>
          .
          <source>In ICIP</source>
          , pages
          <volume>3673</volume>
          {
          <fpage>3676</fpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>J.</given-names>
            <surname>Choi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Hau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O. V.</given-names>
            <surname>Laere</surname>
          </string-name>
          , and
          <string-name>
            <given-names>B.</given-names>
            <surname>Thomee</surname>
          </string-name>
          .
          <article-title>The Placing Task at MediaEval 2015</article-title>
          .
          <source>In Working Notes Proc. MediaEval Workshop</source>
          , Wurzen, Germany, Sept.
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>S.</given-names>
            <surname>Davis</surname>
          </string-name>
          and
          <string-name>
            <given-names>P.</given-names>
            <surname>Mermelstein</surname>
          </string-name>
          .
          <article-title>Comparison of parametric representations for monosyllabic word recognition in continuously spoken sentences</article-title>
          .
          <source>IEEE Transactions on Acoustics, Speech and Signal Processing</source>
          ,
          <volume>28</volume>
          (
          <issue>4</issue>
          ):
          <volume>357</volume>
          {
          <fpage>366</fpage>
          ,
          <string-name>
            <surname>Aug</surname>
          </string-name>
          .
          <year>1980</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>W.</given-names>
            <surname>Fan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. A.</given-names>
            <surname>Fox</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Pathak</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H.</given-names>
            <surname>Wu</surname>
          </string-name>
          .
          <article-title>The e ects of tness functions on genetic programming-based ranking discovery for web search</article-title>
          .
          <source>Journal of the American Society for Information Science and Technology</source>
          ,
          <volume>55</volume>
          (
          <issue>7</issue>
          ):
          <volume>628</volume>
          {
          <fpage>636</fpage>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>J. R.</given-names>
            <surname>Koza</surname>
          </string-name>
          .
          <article-title>Genetic Programming: On the Programming of Computers by Means of Natural Selection</article-title>
          . MIT Press, Cambridge, MA, USA,
          <year>1992</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>L. T.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. C. G.</given-names>
            <surname>Pedronette</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Almeida</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O. A. B.</given-names>
            <surname>Penatti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. T.</given-names>
            <surname>Calumby</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R. da Silva</given-names>
            <surname>Torres</surname>
          </string-name>
          .
          <article-title>A rank aggregation framework for video multimodal geocoding</article-title>
          .
          <source>Mult. Tools and App.</source>
          , pages
          <volume>1</volume>
          {
          <fpage>37</fpage>
          ,
          <year>2013</year>
          . http://dx.doi.org/10.1007/s11042-013-1588-4.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>L. T.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O. A. B.</given-names>
            <surname>Penatti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Almeida</surname>
          </string-name>
          , G. Chiachia, R. T. Calumby,
          <string-name>
            <given-names>P. R. M.</given-names>
            <surname>Junio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. C. G.</given-names>
            <surname>Pedronette</surname>
          </string-name>
          , and R. da
          <string-name>
            <given-names>S.</given-names>
            <surname>Torres</surname>
          </string-name>
          .
          <article-title>Multimedia geocoding: The RECOD 2014 approach</article-title>
          .
          <source>In Working Notes Proc. MediaEval Workshop</source>
          , volume
          <volume>1263</volume>
          , page 2,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>A.</given-names>
            <surname>Lucene</surname>
          </string-name>
          . Apache Lucene Core. Web Site. http://lucene.apache.org/core/. As of Sept.
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>M.</given-names>
            <surname>Lux</surname>
          </string-name>
          and
          <string-name>
            <surname>S. A.</surname>
          </string-name>
          <article-title>Chatzichristo s. Lire: Lucene image retrieval: An extensible java CBIR library</article-title>
          .
          <source>In Proceedings of the 16th ACM International Conference on Multimedia, MM '08</source>
          , pages
          <fpage>1085</fpage>
          {
          <fpage>1088</fpage>
          , New York, NY, USA,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>L. M.</given-names>
            <surname>Rocha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. A. M.</given-names>
            <surname>Cappabianco</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A. X.</given-names>
            <surname>Falca</surname>
          </string-name>
          <article-title>~o. Data clustering as an optimum-path forest problem with applications in image analysis</article-title>
          .
          <source>Int J Imag Syst Tech</source>
          ,
          <volume>19</volume>
          (
          <issue>2</issue>
          ):
          <volume>50</volume>
          {
          <fpage>68</fpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>A.</given-names>
            <surname>Schenker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Bunke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Last</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Kandel</surname>
          </string-name>
          .
          <article-title>Graph-Theoretic Techniques for Web Content Mining</article-title>
          . World Scienti c Publishing Co., Inc., NJ, USA,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>F. B.</given-names>
            <surname>Silva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Tabbone</surname>
          </string-name>
          , and R. d. S. Torres.
          <article-title>BoG: A New Approach for Graph Matching</article-title>
          .
          <source>In ICPR</source>
          , pages
          <volume>82</volume>
          {
          <fpage>87</fpage>
          . IEEE, Aug.
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>R. d. O.</given-names>
            <surname>Stehling</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Nascimento</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Falca</surname>
          </string-name>
          <article-title>~o. A compact and e cient image retrieval approach based on border/interior pixel classi cation</article-title>
          .
          <source>In Proceedings of the 11th International Conference on Information and Knowledge Management</source>
          ,
          <source>CIKM '02</source>
          , pages
          <fpage>102</fpage>
          {
          <fpage>109</fpage>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>A.</given-names>
            <surname>Torii</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Arandjelovic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sivic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Okutomi</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.</given-names>
            <surname>Pajdla</surname>
          </string-name>
          .
          <volume>24</volume>
          /
          <article-title>7 place recognition by view synthesis</article-title>
          .
          <source>In Proceedings of the IEEE Conference on Computer Vision</source>
          and Pattern Recognition,
          <source>CVPR '15</source>
          , pages
          <year>1808</year>
          {
          <year>1817</year>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Vargas</surname>
          </string-name>
          , R. d. S. Torres, and
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Goncalves</surname>
          </string-name>
          .
          <article-title>A soft computing approach for learning to aggregate rankings</article-title>
          .
          <source>In Proceedings of the 24Th ACM International Conference on Conference on Information and Knowledge Management</source>
          ,
          <source>CIKM '15</source>
          ,
          <year>2015</year>
          . (in press).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>M. N.</given-names>
            <surname>Volkovs</surname>
          </string-name>
          and
          <string-name>
            <given-names>R. S.</given-names>
            <surname>Zemel</surname>
          </string-name>
          .
          <article-title>CRF framework for supervised preference aggregation</article-title>
          .
          <source>In Proceedings of the 22Nd ACM International Conference on Conference on Information; Knowledge Management, CIKM '13</source>
          , pages
          <fpage>89</fpage>
          {
          <fpage>98</fpage>
          , New York, NY, USA,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>