<!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>Armando Muscariello</string-name>
          <email>amuscari@irisa.fr</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Guillaume Gravier</string-name>
          <email>ggravier@irisa.fr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Irisa/CNRS</institution>
          ,
          <addr-line>Rennes</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Irisa/Inria</institution>
          ,
          <addr-line>Rennes</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2011</year>
      </pub-date>
      <fpage>1</fpage>
      <lpage>2</lpage>
      <abstract>
        <p>These working notes describe the main aspects of IRISA submission for the Spoken Web Search at the MediaEval 2011 campaign. We test a language-independent audio-only system based on a combination of template matching techniques. A brief overview of the main components of the architecture is followed by reporting on the evaluation on the development and test data provided by the organizers.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>DISTANCE MATRIX (QUERY VS UTTERANCE)
50
SSM (query)
100</p>
      <p>UTTER1A5N0CE
200</p>
      <p>250</p>
      <p>
        SSM (matching subsegment in ut erance)
20
SSM COMPAR4I0SON
60
80
20
40
60
80
20
40
60
80
phoneme recognizer [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], independently trained on (Czech,
Hungary, Russian) 8 KHz telephonic data.
      </p>
      <p>We have used the Euclidean distance to computed the
pairwise distance between feature frames, and −log(p q) as a
distance-like measure of closeness between two posterior
vectors p and q.
2.2 Pattern matching combination
The search for an occurrence of the query within the
utterance is performed directly on the feature sequences by a
cascade of two different pattern matching techniques. A
segmental variant of DTW, named segmental locally-normalized
dynamic time warping (SLNDTW) is responsible of
selecting the subsegment of the utterance most similar to the
searched query, according to a DTW score DDTW. This
score can directly be used to decide upon the similarity of
the two segments, or refined by the use of additional scores.
In our system, the two candidate keyword occurences are
further subjected to the comparison of the respective
selfsimilarity matrices (SSMs), and the two SSM scores, DSSM
and DSSM, resulting from such comparison are then
combined with DDTW to obtain a unique dissimilarity score S
(see figure 1).</p>
      <p>The global score S is computed as:</p>
      <p>S = αDTW · thDTW DSSM + αSSM · thSSM
DDTW + αSSM · thSSM
DSSM
P(FA)
P(Mis)
AWTV
DTW+SSM
P(FA)
P(Mis)
AWTV</p>
      <p>DEVEVAL
0.0003
0.999
-0.29</p>
    </sec>
    <sec id="sec-2">
      <title>EVAL-EVAL 0.00007 0.831 0.10</title>
      <p>DEVEVAL
0.00019
0.97
-0.17</p>
    </sec>
    <sec id="sec-3">
      <title>EVAL-EVAL 0.00013 0.788 -0.10</title>
    </sec>
    <sec id="sec-4">
      <title>EVAL</title>
      <p>DEV
0.00006
0.962
-0.022</p>
    </sec>
    <sec id="sec-5">
      <title>EVAL</title>
      <p>DEV
0.00017
0.97
-0.14
so that S &lt; 1 implies the detection of a match.</p>
      <sec id="sec-5-1">
        <title>3. SYSTEM TUNING</title>
        <p>
          The data set described in [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] is particulary challenging for
such a system, because it is 8 KHz telephonic quality, presents
portion of silences in the queries and a large pronunciation
variability due to non native English speakers. We have
preliminarily removed silences from the queries thanks to
a speech detector, both for the development end
evaluation queries. The thresholds thDTW, thSSM, thSSM have been
tuned on word samples from a different data set (see [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ])
and the pattern matching weights have been set to αDTW =
0.50, αSSM = 0.20, αSSM = 0.30 following [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]. Despite the
availability of the ground truth for the development data set,
reliable tuning of the thresholds on this data has not been
successful, as many true hits exhibit a dissimilarity score
higher than false alarms. This highlights the poor
discriminative properties of the employed features in this task. The
results for the different features are shown on table 1, for the
system jointly employing the DTW and SSM-based
comparisons, and the metrics: P(FA), that is the average false alarm
rate, P(Mis), the average false rejection rate, the average
weighted term value AWTV (the primary performance
indicator), and the mean average precision MAP. The posterior
features estimated by the BUT recognizer are the least
performing according to the AWTV, as their P(FA), weighted
by a factor β = 1000, is greater by order of magnitudes
than the P(FA) for the MFCC and GMM features.
Gaussian posteriorgrams yield the highest MAP value among the
features tested, although very disappointing if compared to
the values reported by this same system and features in the
evaluation conducted in [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]. While yielding the highest miss
detection rate P(Mis), the raw MFCC features report the
best AWTV, as no false alarm has been collected.
According to this metric, the MFCC-based system has been selected
as the primary one.
4. RESULTS ON EVALUATION DATA
The results of the evaluation of the system on the test data
are summarized by table 2, as for the primary runs and
table 3, as for the secondary runs, where Gaussian
posteriorgrams have been used. Not suprisingly, the figures reflect
substantially the poor results of the experiments on the
development data set. The system operates in a completely
unsupervised fashion and the knowledge of the performance
on the development data are not exploited in any way, and
therefore do not bear any impact on the result. Indeed, the
only parameteres needed to be tuned were estimated on a
different data set.
        </p>
        <p>It is worth noting that searching for the evaluation queries
on the evaluation utterances perform better than conducting
a cross-dataset spoken term detection, which is likely due to
the limited variability among patterns extracted from the
same set.</p>
      </sec>
      <sec id="sec-5-2">
        <title>5. CONCLUSION</title>
        <p>
          The IRISA architecture for spoken term detection, presented
in [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ], was evaluated on the data set provided by the
MediaEval 2011 Spoken Web Search. This dataset has proven
extremely challenging for the system in its current form,
yielding poor results for all type of acoustic features
employed. For this particular data set, given the presence of
many English keywords, training a phone recognizer based
on English phone models would have likely improved
performance, although our team did not dispose of such training
data (indeed one of the reasons why pursuing research on
zero-resource systems would benefit the community). One
possible idea is to combine posteriors from different
recognizers to increase robustness to multiple languages, although
in this specific case the results for Hungarian, Czech and
Russian-based posteriorgrams were bad enough to prevent
any satisfying application of this solution. Also, the
Gaussian posteriors were only estimated from models trained on
the development utterances; performance could have been,
at least slightly, improved by training the GMM on the
combined development-evaluation data set, in particular for the
cross-data detection that yielded the poorest results.
        </p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Muscariello</surname>
          </string-name>
          , G. Gravier, and
          <string-name>
            <given-names>F.</given-names>
            <surname>Bimbot</surname>
          </string-name>
          .
          <article-title>Zero-resource audio-only spoken term detection based on a combination of template matching techniques</article-title>
          .
          <source>In Interspeech</source>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>N.</given-names>
            <surname>Rajput</surname>
          </string-name>
          and
          <string-name>
            <given-names>F.</given-names>
            <surname>Metze</surname>
          </string-name>
          .
          <article-title>Spoken web search</article-title>
          .
          <source>In MediaEval Workshop</source>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>P.</given-names>
            <surname>Schwartz</surname>
          </string-name>
          ,
          <string-name>
            <surname>P. M. P.</surname>
          </string-name>
          , and
          <string-name>
            <surname>J.</surname>
          </string-name>
          <article-title>Cˇ ernocky´</article-title>
          .
          <article-title>Towards lower error rates in phoneme recognition</article-title>
          .
          <source>In International Conference on Text, Speech and Dialogue</source>
          ,
          <year>2004</year>
          .,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>