<!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>IIIT-H SWS 2013: Gaussian Posteriorgrams of Bottle-Neck Features for Query-by-Example Spoken Term Detection</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Gautam Mantena</string-name>
          <email>gautam.mantena@research.iiit.ac.in</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kishore Prahallad</string-name>
          <email>kishore@iiit.ac.in</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>International Institute of Information Technology-Hyderabad</institution>
          ,
          <country country="IN">India</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Table 1: Articulatory Features Articulatory Property Classes</institution>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Voicing Vowel length Vowel height Vowel frontness Lip rounding Manner of articulation Place of articulation Aspiration Silence</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2013</year>
      </pub-date>
      <fpage>18</fpage>
      <lpage>19</lpage>
      <abstract>
        <p>This paper describes the experiments conducted for spoken web search (SWS) at MediaEval 2013 evaluations. A conventional approach is to train a multi-layer perceptron using high resource languages and then use it in the low resource scenario. However, phone posteriorgrams have been found to under-perform when the language they were trained on di ers from the target language. In this paper, we use bottle-neck features derived from MLP to generate Gaussian posteriorgrams. We also use a variant of dynamic time warping (DTW) based technique which exploits the redundancy in speech signal and thus averages the successive Gaussian posteriorgrams to reduce the length of the spoken query and spoken reference.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. INTRODUCTION</title>
      <p>
        Gaussian and phone posteriorgrams are a popular feature
representation for query-by-example spoken term detection
(QbE-STD). Gaussian posteriorgrams are typically trained
in an unsupervised manner often referred to as zero-resource
scenario, whereas, phone posteriorgrams are obtained by
training a multi-layer perceptron (MLP) in a supervised
manner. For low/zero resource languages, an MLP is trained
on high resource languages and then it is used in the low
resource scenario. However, phone posteriorgrams have been
found to under-perform when the language they were trained
on di ers from the target language. These MLP classi er
outputs, though capture acoustic phonetic properties of a
speech signal, are not su cient as a feature representation.
This is because the language used for training MLP is not
enough to capture the complete acoustic characteristics of
the multi-lingual data. To utilize this complimentary
information captured, we derive features from an MLP for
obtaining Gaussian posteriorgrams. A similar kind of feature
representation has been explored in paper [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] for a better
search performance.
      </p>
      <p>An alternative representation for phone posteriorgrams
are the articulatory features (AFs). AFs are a better
representation as they are more language universal than phones.</p>
      <p>
        This paper describes the experiments conducted for
spoken web search (SWS) at MediaEval 2013 [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. The primary
focus of this work is to explore the use of bottle-neck (BN)
features for QbE-STD derived from phone and AF MLPs.
2.
      </p>
    </sec>
    <sec id="sec-2">
      <title>FEATURE EXTRACTION</title>
      <p>
        We use a three step process to generate the features for
QbE-STD: (a) Extracting speech parameters such as
frequency domain linear prediction (FDLP) [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ](b) Train a phone
or AF MLP and extract the bottle-neck features for each of
the speech parameters, and (c) Compute Gaussian
posteriorgrams using speech parameters in combination with the
derived BN features.
      </p>
      <p>
        In [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], we show that Gaussian posteriorgrams computed
from FDLP perform better than those obtained from
shorttime spectral analysis such as Mel-frequency cepstral coe
cients. In this paper, we use FDLP as the acoustic
parameters of the speech signal.
      </p>
      <p>A 25 ms window length with 10 ms shift was considered
to extract 13 dimensional features along with delta and
acceleration coe cients for FDLP. An all-pole model of order
160 poles/sec and 37 lter banks are considered to extract
FDLP.
2.1</p>
    </sec>
    <sec id="sec-3">
      <title>Phone and AF Bottle-Neck Features</title>
      <p>
        In this paper, we train phone and AF MLPs using labelled
Telugu database ( 24 hours) consisting of 49 phones [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
MLP is trained to obtain 49 dimensional phone
posteriorgrams and 23 dimensional articulatory features (AFs) using
39 dimensional FDLP features.
      </p>
      <p>voicing
short, long, diphthong</p>
      <p>high, mid, low
front, central, back</p>
      <p>rounding
stop, fricative, a ricative</p>
      <p>nasal, approximant
velar, alveolar, palatal,
labial, dental
aspiration
silence</p>
      <p>
        The articulatory features (AFs) used in this work
represent the characteristics of speech production process, which
include vowel properties, place of articulation, manner of
articulation, etc. We modi ed the AFs described in [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] to
suit the training data available. We use nine di erent
articulatory properties as shown in Table 1. Each articulatory
property is further divided into sub classes resulting in a 23
dimensional AF vector.
      </p>
    </sec>
    <sec id="sec-4">
      <title>EXPERIMENTS AND RESULTS</title>
      <p>
        Gaussian posteriorgrams are computed by training a
Gaussian mixture model (GMM) on the spoken data and the
posterior probability obtained from each Gaussian is used to
represent the speech parameters. The number of Gaussians
represent the approximate number of acoustic units present
in the spoken data. We computed Gaussian posteriorgrams
as described in [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. We trained the Gaussian mixture models
(GMM) using 128 Gaussians. Before performing the DTW
search we removed the Gaussian posteriorgrams
corresponding to silence regions as described in [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. All the experiments
were conducted on a HPC cluster with HP SL230s compute
nodes. Each HP SL230s node is equipped with two Intel
E5-2640 processors with 12 cores each
      </p>
      <p>
        We used a variant of DTW-based approach, referred to as
non-segmental DTW (NS-DTW), for obtaining the search
results [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. NS-DTW is similar to that of the DTW-based
search given in [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] but di ers in the local constraints. Table
3 show the maximum term weighted values (MTWV)
obtained by using each of the features. From Table 3, it can
be seen that the use of bottle-neck features has improved
the performance of the system. To perform the search our
algorithm requires approximately 10 GB of memory.
      </p>
      <p>To improve the computational performance, we reduce the
query and reference Gaussian posteriorgrams vectors before
performing search. Given a reduction factor 2 N, a
window of size is considered over the posteriorgram features
and a mean is computed. The window is then shifted by
and another mean vector is computed. The
posteriorgram vectors are replaced with the reduced number of
posteriorgram features during this process. The averaging of
Gaussian posteriorgrams also reduce the amount of memory
required to compute the similarity matrix. In a
conventional approach the space complexity required to compute
the similarity matrix between a query and reference is of
order O(mnd2) where m,n are the length of reference and
query and d is the dimension of the feature vector. The
averaging of Gaussian posteriorgrams will reduce the space
complexity to an order of O( mn2d2 ) .
4.</p>
    </sec>
    <sec id="sec-5">
      <title>CONCLUSIONS</title>
      <p>In this work we have used the bottle-neck features
obtained from phone and articulatory MLPs. We have shown
that these BN features perform better than the conventional
Gaussian posteriorgrams computed from FDLP. This
motivates us to build models using high resource languages and
use it in the low resource scenario.
5.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>H.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.-C.</given-names>
            <surname>Leung</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Ma</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H.</given-names>
            <surname>Li</surname>
          </string-name>
          , \
          <article-title>Using parallel tokenizers with DTW matrix combination for low-resource spoken term detection,"</article-title>
          <source>in in Proc. of ICASSP</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>X.</given-names>
            <surname>Anguera</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Metze</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Buso</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Szoke</surname>
          </string-name>
          , and
          <string-name>
            <given-names>L. J.</given-names>
            <surname>Rodriguez-Fuentes</surname>
          </string-name>
          , \
          <article-title>The spoken web search task,"</article-title>
          <source>in MediaEval 2013 Workshop</source>
          , Barcelona, Spain, October
          <volume>18</volume>
          -19
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>S.</given-names>
            <surname>Thomas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ganapathy</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H.</given-names>
            <surname>Hermansky</surname>
          </string-name>
          , \
          <article-title>Recognition of reverberant speech using frequency domain linear prediction,"</article-title>
          <source>IEEE Signal Processing Letters</source>
          , vol.
          <volume>15</volume>
          , pp.
          <volume>681</volume>
          {
          <issue>684</issue>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>G.</given-names>
            <surname>Mantena</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Achanta</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K.</given-names>
            <surname>Prahallad</surname>
          </string-name>
          , \
          <article-title>Query-by-example spoken term detection using frequency domain linear prediction and non-segmental dynamic time warping," submitted to IEEE Trans. Audio, Speech and Lang</article-title>
          . Processing,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>G. K.</given-names>
            <surname>Anumanchipalli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Chitturi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Joshi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. Singh R.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.N.V</given-names>
            <surname>Sitaram</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.P.</given-names>
            <surname>Kishore</surname>
          </string-name>
          , \
          <article-title>Development of Indian language speech databases for LVCSR,"</article-title>
          <source>in Proc. of SPECOM</source>
          , Patras, Greece,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>B.</given-names>
            <surname>Bollepalli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. W.</given-names>
            <surname>Black</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K.</given-names>
            <surname>Prahallad</surname>
          </string-name>
          , \
          <article-title>Modelling a noisy-channel for voice conversion using articulatory features,"</article-title>
          <source>in Proc. of INTERSPEECH</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>X.</given-names>
            <surname>Anguera</surname>
          </string-name>
          , \
          <article-title>Speaker independent discriminant feature extraction for acoustic pattern-matching,"</article-title>
          <source>in Proc. of ICASSP</source>
          ,
          <year>2012</year>
          , pp.
          <volume>485</volume>
          {
          <fpage>488</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>X.</given-names>
            <surname>Anguera</surname>
          </string-name>
          , \
          <article-title>Telefonica Research system for the spoken web search task at</article-title>
          <source>MediaEval</source>
          <year>2012</year>
          ,
          <article-title>"</article-title>
          in MediaEval 2012 Workshop, Pisa, Italy,
          <year>October 2012</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>