<!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>Unsupervised Deep Feature Extraction for Neonatal Sleep Stage Classi cation</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Nick Seeuws</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Amir Hossein Ansari</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sabine Van Hu el</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gunnar Naulaers</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Development and Regeneration, University Hospitals Leuven, Neonatal Intensive Care Unit, KU Leuven</institution>
          ,
          <addr-line>Leuven</addr-line>
          ,
          <country country="BE">Belgium</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Electrical Engineering (ESAT)</institution>
          ,
          <addr-line>STADIUS, KU Leuven</addr-line>
          ,
          <country country="BE">Belgium</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Preterm birth carries many risks for an infant. These infants are accomodated in a specialized unit of the hospital: the Neonatal Intensive Care Unit, NICU. The NICU utilizes many tools to provide care and assess maturation of these infants. Sleep stage monitoring is such an important tool. EEG provides a non-invasive way of performing the monitoring task. However, correctly identifying sleep stages from EEG recordings is a challenging and time-consuming task even for experts.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        N. Seeuws et al.
et al. [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] The unlabeled dataset consists of seven additional recordings providing
an additional 109 hours of EEG recordings. This data was recorded under the
same modalities as the labeled dataset. The signal is ltered and downsampled
to 30Hz from 250Hz for use in this work. Altough the full dataset provides a
multichannel signal, this work focused on single channel bipolar EEG data to
simplify implementation and experimentation. It used the di erence between the
C3 and C4 electrode based on the international 10-20 system[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] as a signal.
      </p>
      <p>
        The unsupervised approach used a Variational Auto-Encoder, VAE, as
introduced by Kingma et al.[
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] to extract features from the EEG segments. After
training on the combined dataset of EEG recordings, the VAE de nes a
posterior probability distribution in latent space given an EEG segment and the mean
value of this posterior was used as the extracted feature vector of a segment. A
gradient boosting classi er performed the nal classi cation using the extracted
features of the labeled segments.
      </p>
      <p>
        The semi-supervised approach made use of a Generative Adversarial
Network, GAN, as introduced by Goodfellow et al.[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] The discriminator of the
GAN was extended with an additional output acting as the desired classi er
as proposed by Salimans et al.[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] This model can make direct use of labeled and
unlabeled information and does not need an additional classi er to detect sleep
stages.
      </p>
      <p>
        The results are benchmarked against two other approaches. The rst makes
use of a set of features deemed relevant for sleep stage identi cation as proposed
by Piryatinska et al.[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] mainly focused on spectral information of the EEG
segments. The features are classi ed by a gradient boosting model. The second
approach makes use of a convolutional neural network in a traditional supervised
setting proposed by Ansari et al.[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] Several performance metrics were computed
but models were mainly compared using Cohen's kappa coe cient. The VAE
based model scored 0:47 on the test set while the GAN based model scored 0:64.
Comparing these kappa values to the 0:43 scored by the classi er making use of
spectral features[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] and the 0:60 reported for the supervised CNN by Ansari et
al.[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] one can see the performance of a sleep stage classi er can be improved by
making use of unlabeled data.
      </p>
      <p>The VAE based model succeeded at extracting slightly better features
compared to classical spectral features based on the improved classi cation
performance but failed to improve upon the performance of an end-to-end deep
learning approach. The GAN based model did show improved performance to
supervised deep learning when making use of unlabeled information.</p>
      <p>A further investigation of the feature space for both the VAE based model
and the GAN based model leads to the conclusion that an unsupervised model
struggles to separate factors of variation corresponding to sleep stage where a
semi-supervised approach does identify such relevant factors.</p>
      <p>The results show a possibility to improve sleep stage classi cation
performance by leveraging unlabeled recordings. Increased performance is currently
only observed for semi-supervised models.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Ansari</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>De Wel</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pillay</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dereymaeker</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jansen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          , Van Hu el, S.,
          <string-name>
            <surname>Naulaers</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>De Vos</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>A convolutional neural network outperforming state-ofthe-art sleep staging algorithms for both preterm and term infants</article-title>
          .
          <source>Internal Report 19-65</source>
          , ESAT-STADIUS,
          <article-title>KU Leuven (Leuven,Belgium) (2019 (submitted for publication))</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Cherian</surname>
            ,
            <given-names>P.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Swarte</surname>
            ,
            <given-names>R.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Visser</surname>
            ,
            <given-names>G.H.</given-names>
          </string-name>
          :
          <article-title>Technical standards for recording and interpretation of neonatal electroencephalogram in clinical practice</article-title>
          .
          <source>Annals of Indian Academy of Neurology</source>
          <volume>12</volume>
          (
          <issue>1</issue>
          ),
          <volume>58</volume>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Dereymaeker</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pillay</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vervisch</surname>
          </string-name>
          , J., Van Hu el, S.,
          <string-name>
            <surname>Naulaers</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jansen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>De Vos</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>An automated quiet sleep detection approach in preterm infants as a gateway to assess brain maturation</article-title>
          .
          <source>International journal of neural systems 27(06)</source>
          ,
          <volume>1750023</volume>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Goodfellow</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pouget-Abadie</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mirza</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Warde-Farley</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ozair</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Courville</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Generative adversarial nets</article-title>
          .
          <source>In: Advances in neural information processing systems</source>
          . pp.
          <volume>2672</volume>
          {
          <issue>2680</issue>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Kingma</surname>
            ,
            <given-names>D.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Welling</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Auto-encoding variational bayes</article-title>
          .
          <source>arXiv preprint arXiv:1312.6114</source>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Piryatinska</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Terdik</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Woyczynski</surname>
            ,
            <given-names>W.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Loparo</surname>
            ,
            <given-names>K.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Scher</surname>
            ,
            <given-names>M.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zlotnik</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Automated detection of neonate eeg sleep stages</article-title>
          .
          <source>Computer methods and programs in biomedicine 95(1)</source>
          ,
          <volume>31</volume>
          {
          <fpage>46</fpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Salimans</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goodfellow</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zaremba</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cheung</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Radford</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          :
          <article-title>Improved techniques for training gans</article-title>
          .
          <source>In: Advances in neural information processing systems</source>
          . pp.
          <volume>2234</volume>
          {
          <issue>2242</issue>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>