<!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 in Crowded Social Setings task at MediaEval 2018</article-title>
      </title-group>
      <contrib-group>
        <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>
        </contrib>
        <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>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>Instituto Tecnológico de Costa Rica</institution>
          ,
          <country country="CR">Costa Rica</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2018</year>
      </pub-date>
      <fpage>29</fpage>
      <lpage>31</lpage>
      <abstract>
        <p>This overview paper provides a description of the automatic Human Behaviour Analysis (HBA) task for the MediaEval 2018. In its first edition, the HBA task focuses on analyzing one of the most basic elements of social behavior: the estimation of speaking status. Task participants are provided with cropped videos of individuals while interacting freely during a crowded mingle event that was captured by an overhead camera. Each individual is also wearing a badge-like device hung around the neck recording tri-axial acceleration. 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>
        This task focuses on analyzing one of the most basic elements of
social behavior: speaking status. This information is quite valuable
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="ref9">9</xref>
        ]. Previous work
has also 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="ref7">7</xref>
        ], or cohesion [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>
        However, the automated analysis of conversational dynamics in
large unstructured social gatherings such as networking or
mingling events, 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="ref10">10</xref>
        ].
      </p>
      <p>The majority of speaking status detection works focus on
exploiting the audio signal but most unstructured social gatherings
such as parties or cocktail events (also called mingle scenarios) tend
to have inherent background noise due to the nature of these events.
Because of this restriction, recording audio in such cases in an easy
manner is challenging. For example, to collect good quality audio
signals, participants need to wear personal headset microphones
to minimise ambient noise. However, 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>The goal of the task is to automatically estimate if a person
is speaking or not using alternative modalities instead of audio.
The specific modalities used in this task are video and wearable
acceleration. The accelerometer is embedded inside a smart ID
badge which is hung around the neck. These modalities are easy to
use and replicate for these type of crowded environments.</p>
      <p>
        The presence of body movements such as gesturing while
speaking has been well-documented by social scientists [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Thus, an
automatic estimation system should exploit the natural human
movements that accompany speech (e.g. conversational gestures).
This alternative approach for speaking status detection also enables
a more privacy-preserving method of extracting socially relevant
information and has the potential to scale to settings where recording
audio may be impractical.
      </p>
      <p>
        This approach is motivated by past work which estimated
speaking status from a single body worn tri-axial accelerometer, hung
around the neck [
        <xref ref-type="bibr" rid="ref4 ref5">4, 5</xref>
        ]. This form of sensing could be embedded into
a smart ID badge that could be used in settings such as conferences,
networking events, or organizational settings. In addition, other
works have used video to estimate speaking status during standing
conversations [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </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 yet, exploiting the
multi-modal aspects of the problem is under-explored and this is
the main focus of this challenge.
2
This task consists of two subtasks; unimodal and multimodal
estimation.
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>Unimodal estimation of speaking status</title>
      <p>For this subtask participants must design and implement separate
speaking status estimators for each modality.</p>
      <p>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) 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.</p>
      <p>Due to the evaluation metric used in this task (see more in
Section 4), all estimations must be non-binary prediction scores (e.g.
posterior probabilities, distances to the separating hyperplane,
likelihood, etcs).</p>
      <p>Participants are allowed to submit up to 5 runs per modality.
The output of each run should consist of n vectors (where n is
the number of subjects in the test set) with the estimations every
second.
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 (early, late or hybrid
fusion) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], and are allowed to submit up to 5 runs for this subtask.
      </p>
      <p>The goal of this subtask is to leverage the complementary nature
of the modalities to better estimate the speaking status. Thus, teams
are encouraged to go beyond a normal fusion (e.g. concatenation or
majority voting) and really think about the impact of each
modality on the estimation. For example, if the occlusion level in the
video is high, is it meaningful to give the same importance to both
modalities?
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 created
as a resource to analyze unstructured mingle scenarios and seated
speed dates1.
      </p>
      <p>The subset for this task contains data for 70 people who
attended one of three separate mingle events (cocktail parties) for
over 45 minutes. To eliminate the possible efects of acclimatization
(e.g. people entering mingle area) only 30 minutes in the middle
of the event are used. These subjects were separated using
stratiifed sampling to create the train and test sets (see Figure 2). This
stratification was done with various criteria to ensure balanced
distributions in both sets for speaking status, gender, event day,
and level of occlusion in the video 2.</p>
      <p>An additional segment of the data (orange in Figure 2) is left for
the optional subject specific evaluation (see more in Section 4).</p>
      <p>Task participants are provided with videos of individuals recorded
at 20FPS participating in a conversation that was captured by an
overhead camera. Note that due to the crowded nature of the events,
there can be strong occlusions between participants in the video.
Although the interactions were simultaneously recorded by up to 3
cameras, the video for each person has been cropped from the
entire frame and provided in separated videos. Note that the cameras
were arranged to ensure maximum coverage of the scene and the
views do not have suficient overlap for 3D visual processing. Note
that due to the crowded nature of social gatherings, the cropped
scenes do not just capture the behavior of the person of interest, as
cross contamination between bounding boxes does occur.</p>
      <p>Each individual is also wearing a badge-like device, recording
tri-axial acceleration at 20Hz. Task participants have access to the
raw tri-axial acceleration, for which only the efect of gravity was
compensated for by substracting the mean of each axis and
normalizing with the variance of each respective axis. All the data is
synchronized.
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.
E
M
I
T
22min
25min
Train set</p>
      <p>Test set
sTeusbtjescetts(poepctiifionc)al30min Entire data
Figure 2: Separation of train and test set for HBA task.</p>
      <p>Finally, binary speaking status (speaking/non-speaking) was
annotated every frame by 3 diferent annotators. Inter-annotator
agreement for a 2 minute segment of the data reported a Fleiss’
kappa coeficient of 0.55.
4</p>
    </sec>
    <sec id="sec-5">
      <title>EVALUATION</title>
      <p>Since the classes are severely imbalanced, we will be using the Area
Under the ROC Curve (ROC-AUC) as the evaluation metric. Thus,
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 independent manner. This means that all samples are
provided to the algorithm together, irrespective of the subject that
the samples came from. Note that the test samples we provide will
be the samples taken from people who are not in the training data.</p>
      <p>Optional evaluation. As an optional evaluation, teams can also
submit up to 5 runs (per person) using a person specific 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.
Thus, only samples generated from the same subject are provided
to the classifier, so one classifier is trained for each person with test
results output per person-specific classifier.</p>
      <p>This alternative evaluation can be a useful sanity check as the
performance of the method, in theory, should perform better when
trained on a specific person rather than other people.</p>
      <p>Task name as it appears on htp://multimediaeval.org/mediaeval2018</p>
    </sec>
    <sec id="sec-6">
      <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>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>P.K.</given-names>
            <surname>Atrey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.A.</given-names>
            <surname>Hossain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>El Saddik</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.S.</given-names>
            <surname>Kankanhalli</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Multimodal fusion for multimedia analysis: a survey. Multimedia systems (</article-title>
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>L.</given-names>
            <surname>Cabrera-Quiros</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Demetriou</surname>
          </string-name>
          , E. Gedik, Meij v.d. L, and
          <string-name>
            <given-names>H.</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>M.</given-names>
            <surname>Cristani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Pesarin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Vinciarelli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Crocco</surname>
          </string-name>
          , and
          <string-name>
            <given-names>V.</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>Workshop on Interactive Human Behavior Analysis in Open or Public Spaces</source>
          ,
          <source>International Joint Conference on Ambient Intelligence</source>
          (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>E.</given-names>
            <surname>Gedik</surname>
          </string-name>
          and
          <string-name>
            <given-names>H.</given-names>
            <surname>Hung</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Personalised models for speech detection from body movements using transductive parameter transfer</article-title>
          .
          <source>Personal and Ubiquitous Computing</source>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <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 International Joint Conference on Pervasive and Ubiquitous Computing (UBIComp).</source>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <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="ref7">
        <mixed-citation>
          [7]
          <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="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>D.</given-names>
            <surname>McNeill</surname>
          </string-name>
          .
          <year>2000</year>
          .
          <article-title>Language and Gesture</article-title>
          . Cambridge University Press.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>A.</given-names>
            <surname>Vinciarelli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Pantic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Heylen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Pelachaud</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            <surname>Poggi</surname>
          </string-name>
          ,
          <string-name>
            <surname>F. D'Errico</surname>
            , and
            <given-names>M.</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>
          (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <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>