<!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>No-Audio Multimodal Speech Detection task at MediaEval 2019</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ekin Gedik</string-name>
          <email>e.gedik@tudelft.nl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Laura Cabrera-Quiros</string-name>
          <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>Hayley Hung</string-name>
          <email>h.hung@tudelft.nl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Delft University of Technology</institution>
          ,
          <country country="NL">Netherlands</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Eindhoven University of Technology</institution>
          ,
          <country country="NL">Netherlands</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Instituto Tecnológico de Costa Rica</institution>
          ,
          <country country="CR">Costa Rica</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2019</year>
      </pub-date>
      <fpage>27</fpage>
      <lpage>30</lpage>
      <abstract>
        <p>This overview paper provides a description of the No-Audio multimodal speech detection task for the MediaEval 2019. Same as the ifrst edition that was held in 2018, the task again focuses on the estimation of speaking status from multimodal data. Task participants are provided with cropped videos of individuals interacting freely during a crowded mingle event, captured by an overhead camera. Each individuals tri-axial acceleration throughout the event, captured with a single badge-like device hung around the neck, is also provided. The goal of this task is to automatically estimate if a person is speaking or not using these two alternative modalities. In contrast to conventional speech detection approaches, no audio is used for this task. Instead, the automatic estimation system must exploit the natural human movements that accompany speech. The task seeks to achieve competitive estimation performance compared to audio-based systems by exploiting the multi-modal aspects of the problem.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>
        Speaking status is one of the most essential elements of social
behaviour since it is one of the key behavioural cues that is used
for studying conversational dynamics in face to face settings [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
This task focuses on the automatic detection of speaking status.
Previous work has shown the benefit of deriving features from
speaking turns (which can be obtained from the speaking status
of diferent people) for estimating many diferent social constructs
such as dominance [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], or cohesion [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>
        However, automated analysis of conversational dynamics in
large unstructured social gatherings is an under-explored problem
despite the fact that attendance of these type of events have shown
to be contributing factors for career and personal success [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. The
majority of speaking status detection work focuses on utilising
the audio signal mainly captured through microphones. However,
most unstructured social gatherings such as parties or cocktail
events tend to have inherent background noise due to the nature
of these events. Because of this restriction, recording audio in such
cases is challenging. For example, to collect good quality audio
signals, participants need to wear personal headset microphones.
This requires uncomfortable and intrusive equipment to be worn.
Recording audio can also have certain negative connotations as
it can be perceived as an invasion of privacy to have the precise
verbal contents of a conversation to be recorded.
      </p>
      <p>Estimating a person’s speaking status using the provided video
and wearable acceleration data instead of audio is the main goal of
this task. The accelerometer is embedded inside a smart ID badge
which is hung around the neck. These modalities are easy to use and
replicate for crowded environments such as conferences,
networking events, or organisational settings. This approach also enables
a more privacy-preserving method of extracting socially relevant
information.</p>
      <p>
        The presence of body movements such as gesturing while
speaking has been well-documented by social scientists [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Thus, an
automatic estimation system should exploit the natural human
movements that accompany speech. Past work which estimated
speaking status from a single body worn tri-axial accelerometer
[
        <xref ref-type="bibr" rid="ref5 ref6">5, 6</xref>
        ] and other work that used video to estimate speaking status
during standing conversations [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] motivated this task.
      </p>
      <p>Despite these eforts, one of the major challenges of these
alternative approaches has been achieving competitive estimation
performance against audio-based systems. As of 2019, exploiting
the multi-modal aspects of the problem is still under-explored and
this is the main focus of this challenge.
2
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>Unimodal estimation of speaking status</title>
      <p>
        For this subtask, participants are expected to design and implement
separate speaking status estimators for each modality. If
participants prefer to focus on developing an estimator for only one of
the modalities, they can use the provided baseline approach for
the other modality. For the video modality, the algorithm will have
a video of a person interacting freely in a social gathering (see
Figure 1) as input and should provide a estimation of that
persons’ speaking status (speaking/non-speaking) estimation every
second. Similarly, for the wearable modality, the method will have
the wearable tri-axial acceleration signal of a person as input and
must return a speaking status estimation every second. We provide
baseline codes for each modality. The baseline using acceleration
implements the logistic regression approach in [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and the video
baseline employs dense trajectories and multiple instance learning,
as explained in [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
2.2
      </p>
    </sec>
    <sec id="sec-3">
      <title>Multimodal estimation of speaking status</title>
      <p>
        For this subtask teams must provide an estimation of speaking
status every second by exploiting both modalities together. Teams
can use any type of fusion method they see fit [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The goal is
to leverage the complementary nature of the modalities to better
estimate the speaking status. Thus, teams are encouraged to go
beyond basic fusion and really think about the impact of each
modality on the estimation.
3
      </p>
    </sec>
    <sec id="sec-4">
      <title>DATA</title>
      <p>
        The data for this task is a subset of the MatchNMingle dataset
[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], which is open to the research community. This dataset was
      </p>
    </sec>
    <sec id="sec-5">
      <title>EVALUATION</title>
      <p>Due to class imbalance, we use the Area Under the ROC Curve
(ROC-AUC) as the evaluation metric. Participants need to submit
non-binary prediction scores (posterior probabilities, distances to
the separating hyperplane, etc.).</p>
      <p>The task will be evaluated using a subset of the data left as a test
set (as shown by the red section of Figure 2). All the samples of this
test set will be for subjects who are not present in the training set,
as can be seen in Figure 2.</p>
      <p>Required evaluation. For each subtask, each team must provide
up to 5 runs with their non-binary estimations for a persons’
speaking status. The evaluation will be made in a person independent
1MatchNMingle is openly available for research purposes under an EULA at
http://matchmakers.ewi.tudelft.nl/matchnmingle/pmwiki/
2Occlusion levels can be requested if needed for training set.
22min
25min
54</p>
      <p>SUBJETCS</p>
      <p>16
Train set</p>
      <p>Test set
manner. This means that the training set will not include any
data from the participants in the test set.</p>
      <p>Optional evaluation. As an optional task, teams can also
submit up to 5 runs (per person) using a person dependent training
scheme. To do so, a separate 5 minutes interval for all people in the
training set is provided, as shown by the orange section in Figure 2.
In this setting, samples originating from the same subject (which
are temporally non-adjacent) can be used in the training in addition
to data from the other subjects. This evaluation can be a sanity
check as the performance of the method, in theory, should perform
better when trained on a specific person rather than other people.
5</p>
    </sec>
    <sec id="sec-6">
      <title>DISCUSSION AND OUTLOOK</title>
      <p>This task aims to investigate the use of alternative modalities for
the detection of speaking status. With the information gained from
this task, we aim to learn more about the nature of the
connection between speaking and body movements, providing valuable
insights for both social science and the multimedia communities.
Moreover, we expect these insights will pave the way for solutions
that are privacy-preserving and scalable.</p>
      <p>
        In its first edition in 2018, we saw that the task was received
as untypical and challenging. The participation for the task was
limited and no participant managed to provide a better performance
or explanation than the baseline method provided by the
organisers. Various properties make the task challenging. The chosen
modalities are not for directly sensing the physical manifestation of
the task (audio). Acceleration and video provides an indirect way of
sensing speaking and requires carefully designed approaches that
can exploit the connection between body movements and speech.
Secondly, the connection between speech and body movements
has been found to be person-specific [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], further complicating the
task. In its current edition, we aimed to increase participation by
providing the baseline codes for each modality.
      </p>
      <p>In addition, we are reaching out to diferent communities
(affective computing, multimedia, computer vision, and speech). We
believe each of these communities can bring their own expertise
to the task. In the following years as well as augmenting the data,
we aim to focus on the person dependent task and its fundamental
diferences from a person independent training setting.</p>
    </sec>
    <sec id="sec-7">
      <title>ACKNOWLEDGMENTS</title>
      <p>This task is partially supported by the Instituto Tecnológico de
Costa Rica and the Netherlands Organization for Scientific Research
(NWO) under project number 639.022.606.</p>
      <p>Human Behavior Analysis Task: No-Audio Multi-Modal Speech
Detection in Crowded Social Setings</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Pradeep</surname>
            <given-names>K Atrey</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>M Anwar</given-names>
            <surname>Hossain</surname>
          </string-name>
          ,
          <source>Abdulmotaleb El Saddik, and Mohan S Kankanhalli</source>
          .
          <year>2010</year>
          .
          <article-title>Multimodal fusion for multimedia analysis: a survey</article-title>
          .
          <source>Multimedia Systems</source>
          <volume>16</volume>
          ,
          <issue>6</issue>
          (
          <year>2010</year>
          ),
          <fpage>345</fpage>
          -
          <lpage>379</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Laura</given-names>
            <surname>Cabrera-Quiros</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Andrew</given-names>
            <surname>Demetriou</surname>
          </string-name>
          , Ekin Gedik, Leander van der Meij, and
          <string-name>
            <given-names>Hayley</given-names>
            <surname>Hung</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>The MatchNMingle dataset: a novel multi-sensor resource for the analysis of social interactions and group dynamics in-the-wild during free-standing conversations and speed dates</article-title>
          .
          <source>IEEE Transactions on Afective Computing</source>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Laura</given-names>
            <surname>Cabrera-Quiros</surname>
          </string-name>
          ,
          <source>David MJ Tax, and Hayley Hung</source>
          .
          <year>2019</year>
          .
          <article-title>Gestures in-the-wild: detecting conversational hand gestures in crowded scenes using a multimodal fusion of bags of video trajectories and body worn acceleration</article-title>
          .
          <source>IEEE Transactions on Multimedia</source>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Marco</given-names>
            <surname>Cristani</surname>
          </string-name>
          , Anna Pesarin, Alessandro Vinciarelli, Marco Crocco, and
          <string-name>
            <given-names>Vittorio</given-names>
            <surname>Murino</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Look at whoâĂŹs talking: Voice activity detection by automated gesture analysis</article-title>
          .
          <source>In International Joint Conference on Ambient Intelligence</source>
          . Springer,
          <fpage>72</fpage>
          -
          <lpage>80</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Ekin</given-names>
            <surname>Gedik</surname>
          </string-name>
          and
          <string-name>
            <given-names>Hayley</given-names>
            <surname>Hung</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Personalised models for speech detection from body movements using transductive parameter transfer</article-title>
          .
          <source>Personal and Ubiquitous Computing</source>
          <volume>21</volume>
          ,
          <issue>4</issue>
          (
          <year>2017</year>
          ),
          <fpage>723</fpage>
          -
          <lpage>737</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Hayley</given-names>
            <surname>Hung</surname>
          </string-name>
          , Gwenn Englebienne, and
          <string-name>
            <given-names>Jeroen</given-names>
            <surname>Kools</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Classifying social actions with a single accelerometer</article-title>
          .
          <source>In Proceedings of the 2013 ACM international joint conference on Pervasive and ubiquitous computing. ACM</source>
          ,
          <volume>207</volume>
          -
          <fpage>210</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Hayley</given-names>
            <surname>Hung and Daniel</surname>
          </string-name>
          Gatica-Perez.
          <year>2010</year>
          .
          <article-title>Estimating cohesion in small groups using audio-visual nonverbal behavior</article-title>
          .
          <source>IEEE Transactions on Multimedia 12</source>
          ,
          <issue>6</issue>
          (
          <year>2010</year>
          ),
          <fpage>563</fpage>
          -
          <lpage>575</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Dinesh</given-names>
            <surname>Babu</surname>
          </string-name>
          <string-name>
            <surname>Jayagopi</surname>
          </string-name>
          , Hayley Hung, Chuohao Yeo, and Daniel GaticaPerez.
          <year>2009</year>
          .
          <article-title>Modeling Dominance in Group Conversations Using Nonverbal Activity Cues</article-title>
          .
          <source>IEEE Transactions on Audio, Speech, and Language Processing</source>
          <volume>17</volume>
          ,
          <issue>3</issue>
          (
          <year>2009</year>
          ),
          <fpage>501</fpage>
          -
          <lpage>513</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>David</given-names>
            <surname>McNeill</surname>
          </string-name>
          .
          <year>2000</year>
          .
          <article-title>Language and gesture</article-title>
          . Vol.
          <volume>2</volume>
          . Cambridge University Press.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Alessandro</surname>
            <given-names>Vinciarelli</given-names>
          </string-name>
          , Maja Pantic, Dirk Heylen, Catherine Pelachaud, Isabella Poggi,
          <string-name>
            <surname>Francesca D'Errico</surname>
            ,
            <given-names>and Marc</given-names>
          </string-name>
          <string-name>
            <surname>Schroeder</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Bridging the gap between social animal and unsocial machine: A survey of social signal processing</article-title>
          .
          <source>IEEE Transactions on Afective Computing</source>
          <volume>3</volume>
          ,
          <issue>1</issue>
          (
          <year>2012</year>
          ),
          <fpage>69</fpage>
          -
          <lpage>87</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Hans-Georg Wolf</surname>
            and
            <given-names>Klaus</given-names>
          </string-name>
          <string-name>
            <surname>Moser</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Efects of networking on career success: a longitudinal study</article-title>
          .
          <source>Journal of Applied Psychology</source>
          <volume>94</volume>
          ,
          <issue>1</issue>
          (
          <year>2009</year>
          ),
          <fpage>196</fpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>