<!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>odal Person Discovery in Broadcast TV</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Fumito Nishi</string-name>
          <email>nishi@ks.cs.titech.ac.jp</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nakamasa Inoue</string-name>
          <email>inoue@ks.cs.titech.ac.jp</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Koichi Shinoda</string-name>
          <email>shinoda@ks.cs.titech.ac.jp</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Tokyo Institute of Technology</institution>
          ,
          <addr-line>Tokyo</addr-line>
          ,
          <country country="JP">Japan</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2015</year>
      </pub-date>
      <abstract>
        <p>This paper describes our diarization system for the Multimodal Benchmark evaluation campaign [1]. The goal of this task is naming speakers, who are appearing and speaking simultaneously in the video, without prior knowledge. Our diarization system is based on multimodal approach to combine audio and visual informations. We extract features from a face in each shot to make visual i-vectors [2], and introduce them to the provided baseline system. In the case of faces are extracted performance becomes better, but based on the test run, clear improvement could not be observed.</p>
      </abstract>
      <kwd-group>
        <kwd>correctly</kwd>
        <kwd>the</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. INTRODUCTION</title>
      <p>The Multimodal Person Discovery in Broadcast TV task can be
split into following three subtasks: speaker diarization, face
detection and tracking, and name detection. We focused on the
speaker diarization.</p>
      <p>
        For speaker diarization, combining audio and visual features
are often effective. For example, in previous work, visual features
extracted from faces [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], cloths [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], and whole images [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], are
used to decrease influence of background noise. In this paper, we
decide to use facial features because they represent personal
characteristics directly.
      </p>
      <p>
        In the field of speaker recognition and diarization, using
ivector [
        <xref ref-type="bibr" rid="ref6 ref7">6-7</xref>
        ] is one of the state-of-the-art methods. The main idea
of the audio i-vector is to find a subspace, which represents
speaker- and channel-variabilities simultaneously. We apply this
method to images. HOG features,
which are used in face
recognition [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. To extract visual i-vectors, we use HOG features
instead of MFCCs or PLPs used in the audio i-vector framework
[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>Here, we assume that a visual i-vector represents face- and
channel-variabilities. We expect it works as face recognition and
is easy to introduce to a diarization system.</p>
    </sec>
    <sec id="sec-2">
      <title>2. APPROACH</title>
      <p>
        Figure 1 and Figure 2 show the overview of visual i-vector
extraction, and the whole system, respectively. First, we extract
HOG features from a face in each shot to make a visual i-vector.
Second, we estimate the distance between each pair of visual
ivectors. Third, we combine audio score and visual i-vector’s score
to apply hierarchical clustering. Finally, we combine diarization
results and other results using the baseline system [
        <xref ref-type="bibr" rid="ref10 ref9">9-10</xref>
        ].
Copyright is held by the author/owner(s).
      </p>
    </sec>
    <sec id="sec-3">
      <title>2.1 i-vectors for a face</title>
      <p>
        Let M be a GMM super-vector, which is the concatenation of
normalized mean vectors of an estimated GMM for a targeted
video shot. An i-vector w is extracted from it, by assuming that M
is modeled as

=  + 
a low rank matrix representing total variability. The EM algorithm
is used to estimate the total variability as proposed in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Note
that w is associated with face tracks. I-vector wu for utterance u is
calculated by the following equation.
      </p>
      <p>= ( +     ( ) )−1   −1 ( ),
where N(u), and F(u) are the zero, and first order Baum-Welch
statistics on the UBM for the current utterance u, and Σ is the
covariance matrix of the UBM.</p>
      <p>After visual i-vectors are extracted, we calculate distance
between each pair of vectors in cosine distance. The distance Dij
between i-vectors wi and wj is calculated by
  = 0.5 − ||  ||2 ||  ||2</p>
    </sec>
    <sec id="sec-4">
      <title>2.2 Late Fusion</title>
      <p>To combine our system and the baseline diarization system, we
use late fusion. The final score F is given by
 =</p>
      <p>+ (1 −  ) (0 ≤  ≤ 1),
where A is a score from the baseline system (normalized BIC
between each utterance), V is a score from the visual i-vector, and
a is a weighting parameter.</p>
    </sec>
    <sec id="sec-5">
      <title>2.3 Clustering</title>
      <p>After two scores combined, we apply hierarchal clustering
according to fusion score F.</p>
    </sec>
    <sec id="sec-6">
      <title>3. EXPERIMENTS AND RESULTS</title>
    </sec>
    <sec id="sec-7">
      <title>3.1 Experimental Settings</title>
      <p>HOG Features are extracted from the face in each shot detected
by using the baseline speaking-face system. If there is no
candidate, the previous shot’s candidate is used instead of it. A
HOG feature is 34 dimensions, which consists of 32 dimensional
histograms of oriented gradients and its x-y coordinates. The</p>
      <sec id="sec-7-1">
        <title>Correctness (C)</title>
      </sec>
      <sec id="sec-7-2">
        <title>Mean Average Precision (MAP)</title>
      </sec>
      <sec id="sec-7-3">
        <title>Evidence-weighted MAP (EwMAP)</title>
        <p>run #1 visual i-vector (a = 0.996)</p>
      </sec>
      <sec id="sec-7-4">
        <title>Dev.: Test2</title>
      </sec>
      <sec id="sec-7-5">
        <title>Correctness (C)</title>
      </sec>
      <sec id="sec-7-6">
        <title>Mean Average Precision (MAP)</title>
      </sec>
      <sec id="sec-7-7">
        <title>Evidence-weighted MAP (EwMAP)</title>
        <p>Dev.: Test2</p>
      </sec>
    </sec>
    <sec id="sec-8">
      <title>3.2 Experimental Results</title>
      <p>In the development and test videos, direction of speaker face is
frontal for the most part. This is good condition for our system.
However, the results do not show significant improvement
compared with the baseline system. One of the reasons is the
insufficient face detection accuracy. We observed that 63% of
detected bounding boxes capture a face or part of a face in our
analysis on randomly sampled 10 videos in the test set. However,
since only 82% of them capture an entire face precisely, our
system did not improve the overall performance significantly. We
conclude that normalization of the face area for more
sophisticated face detection is needed.</p>
    </sec>
    <sec id="sec-9">
      <title>4. CONCLUSION</title>
      <p>We presented an audio-visual based speaker diarization system,
which uses visual i-vectors. The results did not show obvious
advantage of our method due to the accuracy of face detection. In
our future work, normalizing the face area and combining with
other visual features extracted from whole image would help the
improvement of the accuracy.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>J.</given-names>
            <surname>Poignant</surname>
          </string-name>
          et al. “
          <source>Multimodal Person Discovery in Broadcast TV at MediaEval</source>
          <year>2015</year>
          ,” MediaEval Workshop 2015.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>F.</given-names>
            <surname>Nishi</surname>
          </string-name>
          et al. “
          <article-title>Speaker Diarization Using Multi-Modal ivectors</article-title>
          ,
          <source>” ITC-CSCC</source>
          , pp.
          <fpage>27</fpage>
          -
          <lpage>30</lpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>G.</given-names>
            <surname>Friedland</surname>
          </string-name>
          et al.
          <article-title>"Multi-modal speaker diarization of realworld meetings using compressed-domain video features," Acoustics, Speech</article-title>
          and
          <string-name>
            <given-names>Signal</given-names>
            <surname>Processing</surname>
          </string-name>
          ,
          <year>2009</year>
          .
          <article-title>ICASSP 2009</article-title>
          . IEEE International Conference on. IEEE, pp.
          <fpage>4069</fpage>
          -
          <lpage>4072</lpage>
          ,
          <year>2009</year>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>F.</given-names>
            <surname>Vallet</surname>
          </string-name>
          et al.
          <article-title>"A multimodal approach to speaker diarization on TV talk-shows," Multimedia</article-title>
          , IEEE Transactions on vol.
          <volume>15</volume>
          ,
          <issue>num</issue>
          . 3, pp.
          <fpage>509</fpage>
          -
          <lpage>520</lpage>
          ,
          <year>2013</year>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>B.</given-names>
            <surname>Xavier</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G.</given-names>
            <surname>Linares</surname>
          </string-name>
          .
          <article-title>"Constrained speaker diarization of TV series based on visual patterns,"</article-title>
          <source>Spoken Language Technology Workshop (SLT)</source>
          ,
          <year>2014</year>
          IEEE. IEEE,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>N.</given-names>
            <surname>Dehak</surname>
          </string-name>
          et al. “
          <article-title>Front-end factor analysis for speaker verification</article-title>
          ,
          <source>” IEEE Transactions on Audio, Speech, and Language Processing</source>
          , vol.
          <volume>19</volume>
          , no.
          <issue>4</issue>
          , pp.
          <fpage>788</fpage>
          -
          <lpage>798</lpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>S.</given-names>
            <surname>Shum</surname>
          </string-name>
          et al. “
          <source>Exploiting Intra-Conversation Variability for Speaker Diarization” Proc. Interspeech</source>
          , pp.
          <fpage>945</fpage>
          -
          <lpage>948</lpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>O.</given-names>
            <surname>Deniz</surname>
          </string-name>
          et al. “
          <article-title>Face recognition using histograms of oriented gradients,” Pattern Recognition Letters</article-title>
          , vol.
          <volume>32</volume>
          , num.12, pp.
          <fpage>1598</fpage>
          -
          <lpage>1603</lpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>J.</given-names>
            <surname>Poignant</surname>
          </string-name>
          et al. “
          <article-title>Unsupervised speaker identification using overlaid texts in TV broadcast</article-title>
          ,
          <source>” Proc. Interspeech</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>J.</given-names>
            <surname>Poignant</surname>
          </string-name>
          et al. “
          <article-title>From text detection in videos to person identification</article-title>
          ,
          <source>” Proc. Multimedia and Expo</source>
          , pp.
          <fpage>854</fpage>
          -
          <lpage>859</lpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>P.</given-names>
            <surname>Kenny</surname>
          </string-name>
          et al. “
          <article-title>Eigenvoice modeling with sparse training data”</article-title>
          ,
          <source>IEEE Transactions on Speech and Audio Processing</source>
          , Vol.
          <volume>13</volume>
          , No.
          <issue>3</issue>
          , pp.
          <fpage>345</fpage>
          -
          <lpage>354</lpage>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>