<!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>UPC System for the 2015 MediaEval Multimodal Person Discovery in Broadcast TV task</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>M. India</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>D. Varas</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>V. Vilaplana</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>J.R. Morros</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>J. Hernando</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Universitat Politecnica de Catalunya</institution>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2015</year>
      </pub-date>
      <fpage>14</fpage>
      <lpage>15</lpage>
      <abstract>
        <p>This paper describes a system to identify people in broadcast TV shows in a purely unsupervised manner. The system outputs the identity of people that appear, talk and can be identi ed by using information appearing in the show (in our case, text with person names). Three types of monomodal technologies are used: speech diarization, video diarization and text detection / named entity recognition. These technologies are combined using a linear programming approach where some restrictions are imposed.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. INTRODUCTION</title>
      <p>
        The 2015 Multimodal Person Discovery in Broadcast TV
[
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] goal is to identify people appearing and speaking in TV
shows in a purely unsupervised manner. This paper
describes the UPC contribution, which is based on combining
speech diarization, video-based face diarization and text
detection plus Named Entity Recognition (NER). We did not
make use of the names present in speech transcriptions.
      </p>
    </sec>
    <sec id="sec-2">
      <title>AUDIO SYSTEM</title>
      <p>
        Speaker information was extracted using an
Agglomerative Hierarchical Clustering diarization system based in
Hidden Markov Models [
        <xref ref-type="bibr" rid="ref11 ref2 ref20 ref21">21, 20, 2, 11</xref>
        ]. It uses energy-based
speech activity detection , Mel Frequency Cepstral Coe
cients voice features and initial uniform segmentation.
      </p>
      <p>
        Speaker clusters are modeled with Gaussian Mixture
Models (GMM). The complexity selection of the models is based
on the amount of data per cluster and the cluster complexity
ratio which xes the amount of speech per Gaussian.
Hidden Markov Model (HMM) training and cluster realignment
by Viterbi decoding is based on maximum likelihood. In the
decoding stage, a minimum speaker segment duration of 3
seconds is imposed to deal with too short segments. For
the cluster merging, the most likely pair of clusters are
selected in each iteration. This likelihood is calculated using a
modi ed Bayesian information criterion (BIC) [
        <xref ref-type="bibr" rid="ref1 ref4">4, 1</xref>
        ] metric
among clusters.
      </p>
      <p>This system has been used with two di erent kind of
inputs for each show. In one hand, diarization is run with
each audio le without any constraint. In the other hand,
using a face-tracking system, segments without tracked faces
are discarded. The purpose of this second method is to run
the diarization only in those parts where we assume that
someone in the video must be speaking.
3.</p>
    </sec>
    <sec id="sec-3">
      <title>VIDEO SYSTEM</title>
      <p>
        For face tracking, the baseline code was used (tracking
by detection using the Kanade-Lucas-Tomasi algorithm [
        <xref ref-type="bibr" rid="ref10 ref16 ref18">18,
10, 16</xref>
        ]). For feature extraction we used the technique in
the baseline (HOG [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] features on facial locations[
        <xref ref-type="bibr" rid="ref19">19</xref>
        ],
concatenated and projected using LDML [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]). While in the
baseline a single descriptor was selected for each track, we
used several vectors, by uniform temporal sampling of the
track faces. We expect this approach to better capture the
variations in pose/expression.
      </p>
      <p>
        We used agglomerative hierarchical clustering. A binary
hierarchical tree is created by fusing tracks according to the
minimum distance between track vectors. The number of
clusters may vary between videos and has to be determined.
It is estimated by evaluating the CalinskiHarabasz [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] and
Silhouette [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] criteria in the range [50; 80] clusters and
averaging the maximum results. The number of resulting
clusters is the average of the maximum result for both methods.
      </p>
      <p>To improve the diarization, spatio-temporal restrictions
were introduced. We assume that a person can not appear
twice in a frame so tracks with temporal overlapping should
represent di erent persons and are prevented to merge into
the same cluster. Also, as we use a multi-vector
representation for each track, vectors in the same track must be part
of the same cluster. Restrictions are modeled using a
matrix expressing the relationship between the feature vectors.
Entries for vectors in di erent tracks were assigned a value
of 1, entries for vectors in the same track were assigned a
value 0 &lt; v 1, and entries for vectors on temporally
cooccurring tracks received a very large value v 1. This
matrix is used to point-wise multiply the vector-to-vector
distance matrix used for clustering.
4.</p>
    </sec>
    <sec id="sec-4">
      <title>TEXT SYSTEM</title>
      <p>
        We used the person names provided in the baseline [
        <xref ref-type="bibr" rid="ref12 ref6">6,
12</xref>
        ] and our own technology for obtaining person names (in
di erent runs). From the input image a segmentation is
created with a Binary Partition Tree [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] using color and
stroke width [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. A partition is built were each
character is a connected component while background regions are
merged. Next, regions are ltered by a sequence of binary
classi ers that reject non-character components.
Components accepted by the classi ers as character candidates are
combined into pairs and pairs are combined into chains.
A post-processing stage is applied to nd missing
components wrongly rejected as false positives in the ltering stage.
Tesseract OCR Engine [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] provides one transcription for
each text chain and Stanford Name Entity Recognizer [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] is
used to automatically detect person names in the text.
      </p>
    </sec>
    <sec id="sec-5">
      <title>FUSION</title>
      <p>Our system combines the previous information sources to
obtain the nal person recognition labelling. Speaker
diarization and video diarization are performed rst in an
independent manner. In order to fuse this information to
create a nal labelling, the development database was
analyzed. Some assumptions were made:</p>
      <p>Speaker is not always related with who is shown in the
screen. So it is important to weigh accurately the
temporal overlaps between each speaker with its di erent
possible face identity assignments.</p>
      <p>Some speakers do not come into view any time in the
show and there are other people who are shown in the
screen but do not speak. Both should be discarded.
Text identities are more related with who is shown
rather than with who is speaking. So text is better
combined with video than with speech.</p>
      <p>According to these assumptions, an algorithm was designed
based in weighting temporal overlaps between tracks
(Figure 1). This algorithm considers two di erent fusion
modalities (Video/Text and Video/Audio) and combines both to
obtain a nal track le. Firstly, text and video are fused.
Their overlapped tracks are selected, and the temporary
overlaps of their identities are weigthed to set the constraints
of an ILP system (IBM CPLEX).</p>
      <p>max(X X
ij</p>
      <p>i j
X ij
j
ij ij )
1
(1)
(2)
( ij : assignment between i text identity with a j video
identity; ij : weight of assignment). Equation 2 establishes that
each text identity must only have one face identity assigned.
The next step is to combine the speech diarization tracks
with the face tracks that have a text identity assigned. The
same method based on ILP is used. Finally, using the
relation between text, face and speaker identities and the
overlapped tracks in the second fusion, the nal labeling output
was obtained. A second algorithm was implemented
changing the order of the fusions. In this case, audio were fused
with the video and the result was combined with the text
identities. Thus, only the face identities with a speaker
assigned were considered.</p>
      <p>Five di erent experiments were performed, which are shown
in Table 1. These experiments were evaluated with the
training database and evaluated using the mean average precision
metric (MAP). In the experiments we tested several
variations: the order of the fusions, the input of the audio
diarization and the text system used. In Table 1, System 1
refers to the architecture shown in Figure 1 where the rst
fusion combines text and video, and System 2 refers to rst
combining video and audio and later fusing text. f acetrack
indicates that the audio diarization is performed using only
audio tracks where there are faces detected. The null case
means performing the diarization using the whole audio
input. While the rst four experiments use the baseline names,
in the fth one the system described in section 4 was used.</p>
      <p>The best performance was achieved in experiment 4 by the
System 1, without ltering the audio input for the
diarization and using the Baseline person names. There is a clear
evidence that the system works better when the diarization
is run with the whole audio input. Referring to the fusion
order in the algorithm, results indicate that mixing video
and text tracks rst, provides a better performance.</p>
      <p>The ve experiments were run on the test data.
Experiments 1-4 were submitted on July 1st and experiment 5
on July 8th. The best set-up in the training data (Exp.4
in Table 1) was uploaded as our primary submission.
After evaluating this primary submission with the nal set of
annotations, the following results were obtained: EwMAP
= 54.1%, MAP = 54.36% and C = 69.71%. Experiment 5
was submitted on July 8th. It is similar to experiment 4
but using our own technology to obtain person names. We
had low performance with the OCR and NER and thus the
results were worse than expected.
7.</p>
    </sec>
    <sec id="sec-6">
      <title>CONCLUSIONS</title>
      <p>Speaker diarization, face recognition, and text detection
with named entity recogniton have been combined using the
integer linear programming approach. Our idea was to rst
perform monomodal speech and video diarizations, using as
much restrictions as possible to improve the results and then
use ILP to combine these diarizations along with the
persons name information. Several architectures for this
combination and several constrains of the integer linear
programming algorithm were considered. The architecture which
combines video and audio modalities after the fusion with
the text stream has provided the best results.</p>
    </sec>
    <sec id="sec-7">
      <title>ACKNOWLEDGMENTS</title>
      <p>This work has been developed in the framework of the
projects TEC2013-43935-R, TEC2012-38939-C03-02 and
PCIN2013-067. It has been nanced by the Spanish Ministerio de
Econom a y Competitividad and the European Regional
Development Fund (ERDF).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>J.</given-names>
            <surname>Ajmera</surname>
          </string-name>
          and
          <string-name>
            <given-names>C.</given-names>
            <surname>Wooters</surname>
          </string-name>
          .
          <article-title>A robust speaker clustering algorithm</article-title>
          .
          <source>Proc. ASRU</source>
          ,
          <year>2003</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>C.</given-names>
            <surname>Wooters</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Hernando</surname>
          </string-name>
          .
          <article-title>Acoustic beamforming for speaker diarization of meetings</article-title>
          .
          <source>IEEE Transactions on Audio, Speech, and Language Processing</source>
          ,
          <volume>15</volume>
          (
          <issue>7</issue>
          ):
          <year>2011</year>
          {
          <year>2022</year>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>T.</given-names>
            <surname>Calinski</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Harabasz</surname>
          </string-name>
          .
          <article-title>A dendrite method for cluster analysis</article-title>
          .
          <source>Communications in Statistics-Simulation and Computation</source>
          ,
          <volume>3</volume>
          (
          <issue>1</issue>
          ):1{
          <fpage>27</fpage>
          ,
          <year>1974</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>S. S.</given-names>
            <surname>Chen</surname>
          </string-name>
          and
          <string-name>
            <given-names>P.</given-names>
            <surname>Gopalakrishnan</surname>
          </string-name>
          .
          <article-title>Clustering via the bayesian information criterion with applications in speech recognition</article-title>
          .
          <source>Proc. ICASSP</source>
          ,
          <volume>20</volume>
          :
          <fpage>645</fpage>
          {
          <fpage>648</fpage>
          ,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>N.</given-names>
            <surname>Dalal</surname>
          </string-name>
          and
          <string-name>
            <given-names>B.</given-names>
            <surname>Triggs</surname>
          </string-name>
          .
          <article-title>Histograms of oriented gradients for human detection</article-title>
          .
          <source>In CVPR</source>
          <year>2015</year>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>M.</given-names>
            <surname>Dinarelli</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Rosset</surname>
          </string-name>
          .
          <article-title>Models cascade for tree-structured named entity detection</article-title>
          .
          <source>In Proceedings of 5th International Joint Conference on Natural Language Processing</source>
          , pages
          <volume>1269</volume>
          {
          <fpage>1278</fpage>
          ,
          <string-name>
            <surname>Chiang</surname>
            <given-names>Mai</given-names>
          </string-name>
          , Thailand,
          <year>November 2011</year>
          .
          <article-title>Asian Federation of Natural Language Processing</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>B.</given-names>
            <surname>Epshtein</surname>
          </string-name>
          , E. Ofek, and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wexler</surname>
          </string-name>
          .
          <article-title>Detecting text in natural scenes with stroke width transform</article-title>
          .
          <source>In Proc. of Computer Vision and Pattern Recognition CVPR2010</source>
          , pages
          <fpage>2963</fpage>
          {
          <fpage>2970</fpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>M.</given-names>
            <surname>Guillaumin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Mensink</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Verbeek</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Schmid</surname>
          </string-name>
          .
          <article-title>Face recognition from caption-based supervision</article-title>
          .
          <source>IJCV</source>
          ,
          <volume>96</volume>
          (
          <issue>1</issue>
          ),
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>J.</given-names>
            <surname>Finkel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Grenager</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Manning</surname>
          </string-name>
          .
          <article-title>Incorporating non-local information into information extraction systems by gibbs sampling</article-title>
          .
          <source>In Proc. of the 43nd Annual Meeting of the Association for Computational Linguistics</source>
          , pages
          <volume>363</volume>
          {
          <fpage>370</fpage>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>B. D.</given-names>
            <surname>Lucas</surname>
          </string-name>
          and
          <string-name>
            <given-names>T.</given-names>
            <surname>Kanade</surname>
          </string-name>
          .
          <article-title>An iterative image registration technique with an application to stereo vision</article-title>
          . pages
          <volume>674</volume>
          {
          <fpage>679</fpage>
          ,
          <year>1981</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>J.</given-names>
            <surname>Luque</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Anguera</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Temko</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Hernando</surname>
          </string-name>
          .
          <article-title>Speaker diarization for conference room. The UPC RT07s evaluation system. Multimodal Technologies for Perception of Humans</article-title>
          ., pages
          <volume>543</volume>
          {
          <fpage>553</fpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>J.</given-names>
            <surname>Poignant</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Besacier</surname>
          </string-name>
          , G. Quenot, and
          <string-name>
            <given-names>F.</given-names>
            <surname>Thollard</surname>
          </string-name>
          .
          <article-title>From text detection in videos to person identi cation</article-title>
          .
          <source>In Multimedia and Expo (ICME)</source>
          ,
          <year>2012</year>
          IEEE International Conference on, pages
          <volume>854</volume>
          {
          <fpage>859</fpage>
          ,
          <year>July 2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>J.</given-names>
            <surname>Poignant</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Bredin</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Barras</surname>
          </string-name>
          .
          <article-title>Multimodal person discovery in broadcast tv at mediaeval 2015</article-title>
          .
          <source>In Proceedings of MediaEval</source>
          <year>2015</year>
          ,
          <year>September 2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>P.</given-names>
            <surname>Rousseeuw. Silhouettes</surname>
          </string-name>
          :
          <article-title>A graphical aid to the interpretation and validation of cluster analysis</article-title>
          .
          <source>J. Comput. Appl</source>
          . Math.,
          <volume>20</volume>
          (
          <issue>1</issue>
          ):
          <volume>53</volume>
          {
          <fpage>65</fpage>
          ,
          <string-name>
            <surname>Nov</surname>
          </string-name>
          .
          <year>1987</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>P.</given-names>
            <surname>Salembier</surname>
          </string-name>
          and
          <string-name>
            <given-names>L.</given-names>
            <surname>Garrido</surname>
          </string-name>
          .
          <article-title>Binary partition tree as an e cient representation for image processing, segmentation and information retrieval</article-title>
          .
          <source>IEEE TIP</source>
          ,
          <volume>9</volume>
          (
          <issue>4</issue>
          ):
          <volume>561</volume>
          {
          <fpage>575</fpage>
          ,
          <string-name>
            <surname>April</surname>
          </string-name>
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>J.</given-names>
            <surname>Shi</surname>
          </string-name>
          and
          <string-name>
            <given-names>C.</given-names>
            <surname>Tomasi</surname>
          </string-name>
          .
          <article-title>Good features to track</article-title>
          . pages
          <volume>593</volume>
          {
          <fpage>600</fpage>
          ,
          <year>1994</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>R.</given-names>
            <surname>Smith</surname>
          </string-name>
          and
          <string-name>
            <surname>G. Inc.</surname>
          </string-name>
          <article-title>An overview of the tesseract ocr engine</article-title>
          .
          <source>In Proc. 9th IEEE Intl. Conf. on Document Analysis and Recognition (ICDAR</source>
          , pages
          <volume>629</volume>
          {
          <fpage>633</fpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>C.</given-names>
            <surname>Tomasi</surname>
          </string-name>
          and
          <string-name>
            <given-names>T.</given-names>
            <surname>Kanade</surname>
          </string-name>
          .
          <article-title>Detection and tracking of point features</article-title>
          .
          <source>Technical report</source>
          ,
          <source>International Journal of Computer Vision</source>
          ,
          <year>1991</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>M.</given-names>
            <surname>Uricar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Franc</surname>
          </string-name>
          , and
          <string-name>
            <given-names>V.</given-names>
            <surname>Hlavac</surname>
          </string-name>
          .
          <article-title>Facial landmarks detector learned by the structured output svm</article-title>
          . In G. Csurka,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kraus</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Laramee</surname>
          </string-name>
          , P. Richard, and J. Braz, editors,
          <source>Computer Vision</source>
          , Imaging and
          <string-name>
            <given-names>Computer</given-names>
            <surname>Graphics</surname>
          </string-name>
          .
          <source>Theory and Application</source>
          , volume
          <volume>359</volume>
          of Communications in Computer and Information Science, pages
          <volume>383</volume>
          {
          <fpage>398</fpage>
          . Springer Berlin Heidelberg,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>M.</given-names>
            <surname>Zelenak</surname>
          </string-name>
          and
          <string-name>
            <surname>J. Hernando.</surname>
          </string-name>
          <article-title>The detection of overlapping speech with prosodic features for speaker diarization</article-title>
          .
          <source>Proc. Interspeech</source>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>M.</given-names>
            <surname>Zelenak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Segura</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Luque</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Hernando</surname>
          </string-name>
          .
          <article-title>Simultaneous speech detection with spatial features for speaker diarization</article-title>
          .
          <source>IEEE Transactions on Audio, Speech, and Language Processing</source>
          ,
          <volume>20</volume>
          (
          <issue>2</issue>
          ):
          <volume>436</volume>
          {
          <fpage>446</fpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>