<!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>Recod @ MediaEval 2016: Diverse Social Images Retrieval</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Cristiano D. Ferreira</string-name>
          <email>crferreira@gmail.com</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Rodrigo T. Calumby</string-name>
          <email>rtcalumby@ecomp.uefs.br</email>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Iago B. A. do C. Araujo</string-name>
          <email>ibacaraujo@ecomp.uefs.br</email>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ícaro C. Dourado</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Javier A. V. Munoz</string-name>
          <xref ref-type="aff" rid="aff1">1</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="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Lin T. Li</string-name>
          <email>lintzyli@ic.unicamp.br</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jurandy Almeida</string-name>
          <email>jurandy.almeida@unifesp.br</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ricardo da S. Torres</string-name>
          <email>rtorres@ic.unicamp.br</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>GIBIS Lab, Federal University of S~ao Paulo</institution>
          ,
          <addr-line>S~ao Jose dos Campos, SP</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>RECOD Lab, University of Campinas</institution>
          ,
          <addr-line>Campinas, SP</addr-line>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>SAMSUNG Research Institute Brazil</institution>
          ,
          <addr-line>Campinas, SP</addr-line>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>University of Feira de Santana</institution>
          ,
          <addr-line>Feira de Santana, BA</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2016</year>
      </pub-date>
      <fpage>20</fpage>
      <lpage>21</lpage>
      <abstract>
        <p>This paper presents the RECOD team experience in the Retrieving Diverse Social Images Task at MediaEval 2016. The teams were required to develop a diversi cation approach for social photo retrieval. Our proposal is based on re-ranking, rank aggregation, and diversity promotion, allowing employment of textual and visual information apart or fused.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. INTRODUCTION</title>
      <p>
        The relevance-diversity trade-o is an important problem
associated with several search scenarios. Promoting
diversity in retrieval results has been shown to positively impact
the user search experience specially for ambiguous,
underspeci ed, and visual summarization queries [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>
        The Retrieving Diverse Social Images Task 2016 [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] task
addresses the problem of image search result diversi cation
in the context of social media. This paper describes the
RECOD group contributions via diversity promotion boosted
by rank fusion.
      </p>
    </sec>
    <sec id="sec-2">
      <title>PROPOSED APPROACH</title>
      <p>
        Our proposal follows the general work ow presented in
Figure 1. The rst step, Re-ranking, ranks the original list
provided by Flickr according to a text-based descriptor. The
Fusion step employs Genetic Programming (GP) [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] to
aggregate lists re-ranked by several text-based descriptors.
Finally, the Diversi cation step exploits visual and
textualbased descriptors to promote diversi cation at the resulting
ranking.
      </p>
      <p>The next sections provide a more detailed description of
our approach.</p>
    </sec>
    <sec id="sec-3">
      <title>Visual Features and Text Similarity</title>
      <p>
        For visual similarity, besides the provided features, we
also extracted: (i) two general-purpose global descriptors
(BIC [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] and GIST [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]); (ii) a bag-of-visual-words (BoVW)
descriptor, based on sparse (Harris-Laplace detector) SIFT,
with 1000 visual words (randomly selected), soft assignment
( = 150), and max pooling with spatial pyramids or Word
Spatial Arrangement (WSA) [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] for encoding the spatial
arrangement of visual words; and (iii) fteen features available
in the Lire package [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].1
      </p>
      <p>
        For text-only and multimodal runs, we used the cosine [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ],
BM25 [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], Dice [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], Jaccard [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], and TF-IDF measures which
were computed using the provided TF, DF, and TF-IDF
vectors.
2.2
      </p>
    </sec>
    <sec id="sec-4">
      <title>Re-ranking and Aggregation</title>
      <p>For improving the original list ranking, several textual
measures (Section 2.1) were employed for re-ranking. The
text-based scores were computed as the similarity between
the text vectors associated with the query topic and the
image associated text vectors. For visual only run, the
reranking step was skipped.</p>
      <p>
        For feature fusion, re-ranked lists were combined using
the GP approach from [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], which uses several rank
aggregation methods. This method took as input the Flickr
query result re-ranked considering each textual similarity
measures. Then, it was trained using the development
data and combined by order-based (MRA [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], RRF [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], and
BordaCount [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]) and score-based (CombMIN, CombMAX,
CombSUM, ComMED, CombANZ [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], and RLSim [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ])
rank fusion methods.
2.3
      </p>
    </sec>
    <sec id="sec-5">
      <title>Diversification Method</title>
      <p>
        After re-ranking and aggregation steps, the improved
relevance-based lists were submitted to explicit diversi
ca1CEDD, FCTH, OpponentHistogram, JointHistogram,
AutoColorCorrelogram, ColorLayout, EdgeHistogram,
Gabor, JCD, JpegCoe cientHistogram, ScalableColor,
SimpleColorHistogram, Tamura, LuminanceLayout, and PHOG.
Available at: http://www.lire-project.net/ (As of Sep.
2016).
tion. Visual and textual descriptors were employed
(Section 2.1). We evaluated ve methods: clustering-based
(k-Medoids, agglomerative and Birch [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]) and
re-rankingbased (MMR [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] and MSD [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]).
      </p>
      <p>Agglomerative and Birch methods achieved signi cantly
superior results on the development set, thus they were used
in the submitted runs.</p>
      <p>In the clustering step, for agglomerative method, centroid
and average link linkage methods were employed using
ColorLayout for distance computing. Forty clusters were
considered in our approach. For Birch method, a maximum of
51 entries per node was admitted, with a distance threshold
of 0.3, and also considering cluster re ning. The
representative images were selected in a round robin fashion from the
nal clusters.
2.4</p>
    </sec>
    <sec id="sec-6">
      <title>Workflow Discussions</title>
      <p>It is important to observe that re-ranking and GP fusion
are optional steps at the work ow presented in Figure 1.
Depending on run requirements or on the desired experiment
goals, one or both can be skipped. For example, for run 1,
which is visual only, neither of those steps were employed.</p>
      <p>Furthermore, the diversi cation step can employ textual
or visual information alone or together. It allows adherence
to the single modality requirement of runs 1 and 2. Section 3
will present details of each run con guration.
3.</p>
    </sec>
    <sec id="sec-7">
      <title>RUNS SETUP</title>
      <p>We submitted ve runs.</p>
      <p>Run 1 { (required) visual information only. No re-ranking
and no GP-fusion were employed. Diversi cation provided
by Agglomerative method, using average link method with
ColorLayout as visual feature and grouping images into 40
clusters.</p>
      <p>Run 2 { (required) text information only. Re-ranking
considering cosine similarity was employed. Diversi cation
provided by Birch method, using 51 as maximum entries per
node with distance threshold of 0.3.</p>
      <p>Run 3 { (required) text-visual fused. Re-ranking
considering cosine similarity was employed. Diversi cation provided
by Birch method, using 51 as maximum entries per node
with distance threshold of 0.19;</p>
      <p>Run 4 { (optional) general run. GP-fusion rank
aggregation employed (Figure 2 - a). Diversi cation provided
by Agglomerative method, using average link method with
ColorLayout as visual feature and grouping images into 40
clusters;</p>
      <p>Run 5 { (optional) general run. GP-fusion rank
aggregation employed (Figure 2 - b). Diversi cation provided by
Agglomerative method, using centroid linkage method with
ColorLayout as visual feature and grouping images into 40
clusters.</p>
      <p>The diversi cation methods, parameters, features, and
textual similarities used were selected according to the best
results on the development set.</p>
    </sec>
    <sec id="sec-8">
      <title>RESULTS AND DISCUSSION</title>
      <p>Table 1 presents the results for the ve runs for the
development and test sets. The best results (F1@20) on the
development set were achieved on run 2, followed by runs 1
and 3, in which textual information was used. Runs 4 and
5, which employed GP-fusion rank aggregation, have shown
CombMAX(
BordaCount(
CombMAX(
CombMNZ(COSINE, BM25),
COSINE_ME
),
CombMAX(
CombMNZ(DICE, DICE),
COSINE
)),
CombMIN(
RRF(
CombMNZ(DICE, TFIDF),
COSINE_ME
),
CombMAX(
MRA(TFIDF, BM25Orig),
COSINE
)))
(a)</p>
      <p>MRA(
CombMNZ(
CombMAX(
CombSUM(BM25, COSINE),
RRF(JACCARD, COSINE)),
BM25),
MRA(TFIDF, COSINE_ME))
(b)
the worst results on this set. However, on the test set, they
presented the best results.</p>
      <p>As we can observe, in most cases, the re-ranking over the
Flickr initial ranking improved the overall results, even when
employing only textual features for this task.</p>
      <p>Considering test set results of runs 4 and 5 over 1 and 2, we
can also notice that the retrieval process illustrated in
Figure 1 can bene t from fusing visual and textual information.
We believe that textual and visual information have a
complementary nature for an e ective image retrieval process.
Textual information introduces the notion of context around
retrieval, but ignores the image itself by not inspecting its
content. On the other hand, content-based image retrieval
lacks context. By initial retrieval and re-ranking based on
textual information and introducing visual features at the
diversi cation step this complementary nature is explored
and provided the best results.
5.</p>
    </sec>
    <sec id="sec-9">
      <title>CONCLUSIONS</title>
      <p>For relevance and diversity maximization, we proposed
re-ranking strategies and the combination of multiple
features with a rank fusion method. These improved ranked
lists were used as input for a clustering-based
summarization method. Our experiments suggest that aggregation of
multiple re-ranked lists and fusion of visual and textual
information can improve retrieval e ectiveness. It is
interesting to observe the recurrent selection of the cosine measure
on both GP aggregation individuals.</p>
    </sec>
    <sec id="sec-10">
      <title>Acknowledgments</title>
      <p>We thank the support of CAPES, CNPq, and FAPESP.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>R.</given-names>
            <surname>Baeza-Yates</surname>
          </string-name>
          and
          <string-name>
            <given-names>B.</given-names>
            <surname>Ribeiro-Neto</surname>
          </string-name>
          .
          <article-title>Modern Information Retrieval - the concepts and technology behind search, Second edition</article-title>
          . Pearson Education Ltd.,
          <string-name>
            <surname>Harlow</surname>
          </string-name>
          , England,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>R. T.</given-names>
            <surname>Calumby</surname>
          </string-name>
          , R. da
          <string-name>
            <given-names>S.</given-names>
            <surname>Torres</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Goncalves</surname>
          </string-name>
          .
          <article-title>Diversity-driven learning for multimodal image retrieval with relevance feedback</article-title>
          .
          <source>In Proceedings of the 21st IEEE International Conference on Image Processing</source>
          , pages
          <volume>2197</volume>
          {
          <fpage>2201</fpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>J.</given-names>
            <surname>Carbonell</surname>
          </string-name>
          and J.
          <string-name>
            <surname>Goldstein</surname>
          </string-name>
          .
          <article-title>The use of mmr, diversity-based reranking for reordering documents and producing summaries</article-title>
          .
          <source>In Proceedings of the 21st Anual International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          , pages
          <volume>335</volume>
          {
          <fpage>336</fpage>
          ,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>G. V.</given-names>
            <surname>Cormack</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. L. A.</given-names>
            <surname>Clarke</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Buettcher</surname>
          </string-name>
          .
          <article-title>Reciprocal rank fusion outperforms condorcet and individual rank learning methods</article-title>
          .
          <source>In Proceedings of the 32nd International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          , pages
          <volume>758</volume>
          {
          <fpage>759</fpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>R.</given-names>
            <surname>Fagin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Kumar</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Sivakumar</surname>
          </string-name>
          .
          <article-title>E cient similarity search and classi cation via rank aggregation</article-title>
          .
          <source>In Proceedings of the 2003 ACM SIGMOD International Conference on Management of Data</source>
          , pages
          <volume>301</volume>
          {
          <fpage>312</fpage>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>S.</given-names>
            <surname>Gollapudi</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Sharma</surname>
          </string-name>
          .
          <article-title>An axiomatic approach for result diversi cation</article-title>
          .
          <source>In Proceedings of the 18th International Conference on World Wide Web</source>
          , pages
          <volume>381</volume>
          {
          <fpage>390</fpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>B.</given-names>
            <surname>Ionescu</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. L. G</surname>
          </string-name>
          ^nsca,
          <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>
          , and
          <string-name>
            <given-names>H.</given-names>
            <surname>Mu</surname>
          </string-name>
          <article-title>ller. Retrieving diverse social images at mediaeval 2016: Challenge, dataset and evaluation</article-title>
          .
          <source>In Proceedings of the MediaEval 2016 Workshop</source>
          , Hilversum, Netherlands, Oct.
          <volume>20</volume>
          -21
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <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="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>J.</given-names>
            <surname>Lewis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ossowski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Hicks</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Errami</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H. R.</given-names>
            <surname>Garner</surname>
          </string-name>
          .
          <article-title>Text similarity: an alternative way to search medline</article-title>
          .
          <source>Bioinformatics</source>
          ,
          <volume>22</volume>
          (
          <issue>18</issue>
          ):
          <volume>2298</volume>
          {
          <fpage>2304</fpage>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <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</source>
          , pages
          <volume>1085</volume>
          {
          <fpage>1088</fpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>A.</given-names>
            <surname>Oliva</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Torralba</surname>
          </string-name>
          .
          <article-title>Modeling the shape of the scene: A holistic representation of the spatial envelope</article-title>
          .
          <source>International Journal of Computer Vision</source>
          ,
          <volume>42</volume>
          (
          <issue>3</issue>
          ):
          <volume>145</volume>
          {
          <fpage>175</fpage>
          ,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>D. C. G.</given-names>
            <surname>Pedronette</surname>
          </string-name>
          and
          <string-name>
            <given-names>R. da S.</given-names>
            <surname>Torres</surname>
          </string-name>
          .
          <article-title>Image re-ranking and rank aggregation based on similarity of ranked lists</article-title>
          .
          <source>In Proceedings of the 14th International Conference on Computer Analysis of Images and Patterns - Volume Part I</source>
          , pages
          <volume>369</volume>
          {
          <fpage>376</fpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>O. A. B.</given-names>
            <surname>Penatti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. B.</given-names>
            <surname>Silva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Valle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Gouet-Brunet</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>R. da S.</given-names>
            <surname>Torres</surname>
          </string-name>
          .
          <article-title>Visual word spatial arrangement for image retrieval and classi cation</article-title>
          .
          <source>Pattern Recognition</source>
          ,
          <volume>47</volume>
          (
          <issue>2</issue>
          ):
          <volume>705</volume>
          {
          <fpage>720</fpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Shaw</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. A.</given-names>
            <surname>Fox</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Shaw</surname>
          </string-name>
          , and
          <string-name>
            <given-names>E. A.</given-names>
            <surname>Fox</surname>
          </string-name>
          .
          <article-title>Combination of multiple searches</article-title>
          .
          <source>In The Second Text REtrieval Conference (TREC-2)</source>
          , pages
          <fpage>243</fpage>
          {
          <fpage>252</fpage>
          ,
          <year>1994</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>R.</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>
          , pages
          <volume>102</volume>
          {
          <fpage>109</fpage>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Vargas</surname>
          </string-name>
          , R. da
          <string-name>
            <given-names>S.</given-names>
            <surname>Torres</surname>
          </string-name>
          , 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 on Conference on Information and Knowledge Management</source>
          ,
          <source>CIKM '15</source>
          , pages
          <fpage>83</fpage>
          {
          <fpage>92</fpage>
          , New York, NY, USA,
          <year>2015</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>H. P.</given-names>
            <surname>Young</surname>
          </string-name>
          .
          <article-title>An axiomatization of borda's rule</article-title>
          .
          <source>Journal of Economic Theory</source>
          ,
          <volume>9</volume>
          (
          <issue>1</issue>
          ):
          <volume>43</volume>
          {
          <fpage>52</fpage>
          ,
          <year>1974</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>T.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Ramakrishnan</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Livny</surname>
          </string-name>
          . Birch:
          <article-title>An e cient data clustering method for very large databases</article-title>
          .
          <source>In Proceedings of the 1996 ACM SIGMOD International Conference on Management of Data, SIGMOD '96</source>
          , pages
          <fpage>103</fpage>
          {
          <fpage>114</fpage>
          , New York, NY, USA,
          <year>1996</year>
          . ACM.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>