<!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>
      <journal-title-group>
        <journal-title>I</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>LinkedTV at MediaEval 2014 Search and Hyperlinking Task</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>H.A. Le</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Q.M. Bui</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>B. Huet</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>B. Cˇ ervenková</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>J. Bouchner</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>E. Apostolidis</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>F. Markatopoulou</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>A. Pournaras</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>V. Mezaris</string-name>
          <email>bmezaris@iti.gr</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>D. Stein</string-name>
          <email>daniel.stein@iais.fraunhofer.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>S. Eickeler</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>M. Stadtschnitzer</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Eurecom</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sophia Antipolis</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>France. huet@eurecom.fr</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Fraunhofer IAIS</institution>
          ,
          <addr-line>Sankt Augustin</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Information Technologies Institute, CERTH</institution>
          ,
          <addr-line>Thessaloniki</addr-line>
          ,
          <country country="GR">Greece</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>University of Economics</institution>
          ,
          <addr-line>Prague</addr-line>
          ,
          <country country="CZ">Czech Republic</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2014</year>
      </pub-date>
      <volume>0</volume>
      <issue>0502</issue>
      <fpage>16</fpage>
      <lpage>17</lpage>
      <abstract>
        <p>The paper presents the LinkedTV approaches for the Search and Hyperlinking (S&amp;H) task at MediaEval 2014. Our submissions aim at evaluating 2 key dimensions: temporal granularity and visual properties of the video segments. The temporal granularity of target video segments is de ned by grouping text sentences, or consecutive automatically detected shots, considering the temporal coherence, the visual similarity and the lexical cohesion among them. Visual properties are combined with text search results using multimodal fusion for re-ranking. Two alternative methods are proposed to identify which visual concepts are relevant to each query: using WordNet similarity or Google Image analysis. For Hyperlinking, relevant visual concepts are identied by analysing the video anchor.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. INTRODUCTION</title>
      <p>
        This paper describes the framework used by the LinkedTV
team to tackle the problem of Search and Hyperlinking
inside a video collection [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. The applied techniques originate
from the LinkedTV project1, which aims at integrating TV
and Web documents, by enabling users to access additional
information and media resources aggregated from diverse
sources, thanks to automatic media annotation. Here
follows the description of our media annotation process. Shot
segmentation is performed using a variation of [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], while
the selected keyframes (one per shot) are analysed by
visual concept detection [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and Optical Character
Recognition (OCR) [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] techniques. For each video, keywords are
extracted from the subtitles, based on the algorithm
presented in [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Finally, video shots are grouped into longer
segments (scenes) based on 2 hierarchical clustering
strategies. Media annotations are indexed at 2 levels (video level
and scene level) using the Apache Solr platform2. At the
video level, document descriptions are limited to text
(title, subtitle, keywords, etc...), while the scene level
documents are characterized by both text (subtitle/transcript,
keywords, ocr, etc...) and oat elds. Each oat eld
corre1http://www.linkedtv.eu/
2http://lucene.apache.org/solr/
sponding to a unique visual concept response.
1.1
      </p>
    </sec>
    <sec id="sec-2">
      <title>Temporal Granularity</title>
      <p>
        Three temporal granularities are evaluated. The rst,
termed Text-Segment, consists in grouping together sentences
(up to 40) from the text sources. We also propose to segment
videos into scenes which consist of semantically correlated
adjacent shots. Two strategies are employed to create scene
level temporal segments. Visually similar adjacent shots are
merged together to create Visual-scenes [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], while
Topicscenes are built by jointly considering the aforementioned
results of visual scene segmentation and text-based topical
cohesion (exploiting text extracted from ASR transcripts or
subtitles).
1.2
      </p>
    </sec>
    <sec id="sec-3">
      <title>Visual Properties</title>
      <p>
        In MediaEval S&amp;H 2014, queries are composed of a few
keywords only (visual-cues are not provided). Hence, the
identi cation of relevant visual concepts is more complex
than last year. We propose two alternatives to this problem.
On one hand, WordNet similarity is employed to map visual
concepts with query terms [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. On the other hand, the query
terms are used to perform a Google Image search. Visual
concept detection (using 151 concepts from the TRECVID
SIN task [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]) is performed on the rst 100 returned
images and concepts obtaining the highest average score are
selected.
2.
2.1
      </p>
    </sec>
    <sec id="sec-4">
      <title>SEARCH SUB-TASK</title>
    </sec>
    <sec id="sec-5">
      <title>Text-based methods</title>
      <p>
        In this approach, relevant text and video segments are
searched using Solr using text (TXT ) only. Two strategies
are compared: one where search is performed at the text
segment level directly (S ) and one where the rst 50 videos
are retrieved at the video level and then the relevant video
segment is locate using the scene-level index. The
scenelevel index granularity is either the Visual-Scene (VS ) or
the Topic-Scene (TS ). Scenes at both granularities are
characterized by textual information only (either the subtitle
(M ) or one of the 3 ASR transcripts ( (U ) LIUM [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], (I )
LIMSI [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], (S ) NST/She eld [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ])).
      </p>
      <p>
        Motivated by [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], visual concept scores are fused with
text-based results from Solr to perform re-ranking.
Relevant visual concepts, out of the 151 available, for individual
queries are identi ed using either the WordNet (WN ) or the
GoogleImage (GI ) strategy. For those multi-modal (MM )
runs only visual scene (VS ) segmentation is evaluated.
      </p>
    </sec>
    <sec id="sec-6">
      <title>HYPERLINKING SUB-TASK</title>
      <p>
        Pivotal to the hyperlinking task is the ability to
automatically craft an e ective query from the video anchor under
consideration, to search within the annotated set of media.
We submitted two alternative approaches; One using the
MoreLikeThis (MLT ) Solr extension, and the other using
Solr's query engine. MLT is used in combination with the
sentence segments (S ), using either text (MLT1 ) or text
and annotations [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] (MLT2 ). When Solr is used directly,
we consider text only (TXT ) or with visual concept scores
of anchors (MM ) to formulate queries. Keywords appearing
within the query anchor's subtitles compose the textual part
of the query. Visual concepts whose scores within the query
anchor exceed the 0.7 threshold are identi ed as relevant to
the video anchor and added to the Solr query. Both visual
(VS ) and topic scenes (TS ) granularities are evaluated in
this approach.
4.1
      </p>
    </sec>
    <sec id="sec-7">
      <title>RESULTS</title>
    </sec>
    <sec id="sec-8">
      <title>Search sub-task</title>
      <p>4.2</p>
    </sec>
    <sec id="sec-9">
      <title>Hyperlinking sub-task</title>
      <p>Table 2 shows the performance of our hyperlinking runs.
Again, the approach based on subtitle only (TXT VS M )
performed best (MAP=0,25) followed by the approach using
MoreLikeThis (TXT S MLT1 M ). Multi-modal approaches
did not produce the expected performance improvement.
We believe this is due to the signi cant duration reduction
of anchors compared with last year.</p>
    </sec>
    <sec id="sec-10">
      <title>CONCLUSION</title>
      <p>The results of LinkedTV's approaches on the 2014
MediaEval S&amp;H task show that it is di cult to improve over text
based approaches when no visual cues are provided.
Overall, our S&amp;H algorithms performance on this year's dataset
have decreased compared to 2013, showing that task de
nition changes have made the task harder to solve.
6.</p>
    </sec>
    <sec id="sec-11">
      <title>ACKNOWLEDGMENTS</title>
      <p>This work was supported by the European Commission under
contract FP7-287911 LinkedTV.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>E.</given-names>
            <surname>Apostolidis</surname>
          </string-name>
          and
          <string-name>
            <given-names>V.</given-names>
            <surname>Mezaris</surname>
          </string-name>
          .
          <article-title>Fast shot segmentation combining global and local visual descriptors</article-title>
          .
          <source>In 2014 IEEE Int. Conf. on Acoustics, Speech and Signal Processing (ICASSP)</source>
          , p
          <volume>6583</volume>
          {
          <fpage>6587</fpage>
          ,
          <string-name>
            <surname>Italy</surname>
          </string-name>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>M.</given-names>
            <surname>Dojchinovski</surname>
          </string-name>
          and
          <string-name>
            <given-names>T.</given-names>
            <surname>Kliegr</surname>
          </string-name>
          .
          <article-title>Entityclassi er.eu: Real-Time Classi cation of Entities in Text with Wikipedia</article-title>
          . In H. Blockeel,
          <string-name>
            <given-names>K.</given-names>
            <surname>Kersting</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Nijssen</surname>
          </string-name>
          , and F. Zelezny, editors,
          <source>Machine Learning and Knowledge Discovery in Databases</source>
          , volume
          <volume>8190</volume>
          of Lecture Notes in Computer Science, pages
          <volume>654</volume>
          {
          <fpage>658</fpage>
          . Springer,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>M.</given-names>
            <surname>Eskevich</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Aly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.N.</given-names>
            <surname>Racca</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Ordelman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Chen</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G.J.F.</given-names>
            <surname>Jones</surname>
          </string-name>
          .
          <article-title>The Search and Hyperlinking Task at MediaEval 2014</article-title>
          . In MediaEval 2014 Workshop, Spain.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>J.-L.</given-names>
            <surname>Gauvain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Lamel</surname>
          </string-name>
          , and
          <string-name>
            <surname>G. Adda.</surname>
          </string-name>
          <article-title>The LIMSI broadcast news transcription system</article-title>
          .
          <source>Speech Communication</source>
          ,
          <volume>37</volume>
          (
          <issue>1</issue>
          ):
          <volume>89</volume>
          {
          <fpage>108</fpage>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>T.</given-names>
            <surname>Hain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>El Hannani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. N.</given-names>
            <surname>Wrigley</surname>
          </string-name>
          , and
          <string-name>
            <given-names>V.</given-names>
            <surname>Wan</surname>
          </string-name>
          .
          <article-title>Automatic speech recognition for scienti c purposes-webasr</article-title>
          .
          <source>In Interspeech, Australia</source>
          , pages
          <volume>504</volume>
          {
          <fpage>507</fpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>P.</given-names>
            <surname>Over</surname>
          </string-name>
          et al.
          <source>TRECVID</source>
          <year>2012</year>
          {
          <article-title>An Overview of the Goals, Tasks, Data, Evaluation Mechanisms and Metrics</article-title>
          .
          <source>In Proceedings of TRECVID</source>
          <year>2012</year>
          .
          <article-title>NIST</article-title>
          , USA,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>A.</given-names>
            <surname>Rousseau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Deleglise</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Esteve</surname>
          </string-name>
          .
          <article-title>Enhancing the TED-LIUM corpus with selected data for language modeling and more TED talks</article-title>
          .
          <source>In LREC</source>
          <year>2014</year>
          , Iceland.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>B.</given-names>
            <surname>Safadi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sahuguet</surname>
          </string-name>
          , and
          <string-name>
            <given-names>B.</given-names>
            <surname>Huet</surname>
          </string-name>
          .
          <article-title>When textual and visual information join forces for multimedia retrieval</article-title>
          .
          <source>In ACM ICMR</source>
          <year>2014</year>
          , Glasgow, Scotland.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>P.</given-names>
            <surname>Sidiropoulos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Mezaris</surname>
          </string-name>
          ,
          <string-name>
            <surname>and I. Kompatsiaris.</surname>
          </string-name>
          <article-title>Enhancing Video concept detection with the use of tomographs</article-title>
          .
          <source>In IEEE ICIP</source>
          <year>2013</year>
          , Australia.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>P.</given-names>
            <surname>Sidiropoulos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Mezaris</surname>
          </string-name>
          , I. Kompatsiaris,
          <string-name>
            <given-names>H.</given-names>
            <surname>Meinedo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Bugalho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and I.</given-names>
            <surname>Trancoso</surname>
          </string-name>
          .
          <article-title>Temporal Video Segmentation to Scenes Using High-Level Audiovisual Features</article-title>
          .
          <source>IEEE Transactions on Circuits and Systems for Video Technology</source>
          ,
          <volume>21</volume>
          (
          <issue>8</issue>
          ):
          <volume>1163</volume>
          {
          <fpage>1177</fpage>
          ,
          <string-name>
            <surname>Aug</surname>
          </string-name>
          .
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>D.</given-names>
            <surname>Stein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Eickeler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Bardeli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Apostolidis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Mezaris</surname>
          </string-name>
          , and
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Muller. Think Before You Link { Meeting Content Constraints when Linking Television to the Web</article-title>
          .
          <source>In Proc. NEM Summit</source>
          , Nantes, France, Oct.
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>S.</given-names>
            <surname>Tschopel</surname>
          </string-name>
          and
          <string-name>
            <given-names>D.</given-names>
            <surname>Schneider</surname>
          </string-name>
          .
          <article-title>A lightweight keyword and tag-cloud retrieval algorithm for automatic speech recognition transcripts</article-title>
          .
          <source>In Interspeech, Japan</source>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>