<!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>A Convolutional Neural Network Approach to Classification of Human's Behaviors in a Restroom Using Doppler Radars</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Mutsuki Tsuyama</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sora Hayashi</string-name>
          <email>sora8840817@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kenshi Saho</string-name>
          <email>saho@pu-toyama.ac.jp</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Masao Masugi</string-name>
          <email>masugi@fc.ritsumei.ac.jp</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Ritsumeikan University</institution>
          ,
          <addr-line>Shiga</addr-line>
          ,
          <country country="JP">Japan</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Toyama Prefectural University, Toyama</institution>
          ,
          <country country="JP">Japan</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>To develop a monitoring system for the early detection of incidents, such as falling of a person in a restroom, this study introduces a classification method for the behaviors in restrooms using Doppler radars and a convolutional neural network. The proposed system used data from two Doppler radars installed at the ceiling and wall of the restroom for the classification of the behaviors, such as putting off/on pants, sitting down, standing up, and falling. As a result, an accurate classification of the assumed behaviors with over 90% accuracy was achieved.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        Population aging has made early detection of falls and syncope in elderly adults significant
        <xref ref-type="bibr" rid="ref1">(World
Population Prospects, 2019)</xref>
        . In particular, monitoring places with privacy concerns, such as restrooms
and bathrooms, is required. For this purpose, camera-
        <xref ref-type="bibr" rid="ref2">(Gao et al., 2011 IEEE International Symposium
of Circuits and Systems, 2011)</xref>
        or depth sensor-based approaches
        <xref ref-type="bibr" rid="ref3">(Meng et al., 2016 International
Conference on Advanced Mechatronic Systems, 2016)</xref>
        have been studied. However, their measurement
accuracy is based on the lighting conditions and subject clothes. In addition, installing cameras in
restrooms is difficult in most cases because of privacy issues.
      </p>
      <p>
        The radar technique is a promising candidate to resolve these problems because it can detect the
subject's behaviors while avoiding privacy concerns and the problems associate to low-light and clothes
conditions
        <xref ref-type="bibr" rid="ref4">(Ding et al., IEEE J. Emerging and Selected Topics in Circuits and Systems, 2018)</xref>
        . Several
studies have achieved accurate motion classification using radar images and deep learning
        <xref ref-type="bibr" rid="ref5">(Zhang and
Cao, IEE Sensors Letters, 2019)</xref>
        . For the monitoring of restrooms, a detection technique for abnormal
behaviors based on range information acquired using frequency-modulated radars have been proposed
        <xref ref-type="bibr" rid="ref6">(Takabatake et al., 2019 IEEE Global Communications Conference, 2019)</xref>
        . However, this study did not
achieve sufficient accuracy for practical use (approximately 60% accuracy for the classification of
seven classes, such as falling, sitting down, and standing). Furthermore, classes with relatively larger
differences in movements were considered, and the detailed classification of behaviors in restrooms
was not considered.
      </p>
      <p>In this study, a radar-based classification of the human's behaviors in a restroom, including falling
and other various behaviors, such as putting off pants, taking a toilet paper, and opening the toilet lid is
proposed. This system uses two 24 GHz continuous wave Doppler radars placed at the ceiling and a
wall behind the subject. The experimental results show an accurate classification of the behaviors sing
a convolutional neural network (CNN) and combined data of the two radars. The contributions of this
study are as follows:
•
•
•
•</p>
      <p>We demonstrated the practicality of the radar technology, which does not have privacy issues,
for the classification of humans' behaviors in the restroom.</p>
      <p>The effectiveness of the two radars installed on the wall and ceiling of a restroom was verified
for the classification of basic behaviors and falls.</p>
      <p>The accuracy of 100 % for the classification of falling and other behaviors was achieved.
The presented CNN-based method based on the fusion of two radar images achieved 95.6 %
classification accuracy.</p>
    </sec>
    <sec id="sec-2">
      <title>2 Experimental Setup</title>
      <p>The setup and site of the proposed radar system used to detect the participant's behaviors in a
restroom are shown in Figures 1 and 2. We used 24 GHz continuous wave radars (ILT office, BSS-110)
with ±14° directivity for the plane shown in Figure 1. That is, the radars can measure behaviors within
±14° forward range. The radars were installed above (ceiling radar) and behind (wall radar) the subject.
The radar signals were received by demodulation using a quadrature detector and an analog-to-digital
converter with a sampling frequency of 600 Hz.</p>
      <p>The study participants who consented to this study were 24 young men (age: 22.4 ± 1.1 years, height:
173.8 ± 5.1 cm). Each participant performed the following eight types of behaviors three times each:
(a) opening the toilet lid, (b) putting off the pants, (c) sitting down, (d) taking the toilet paper, (e)
standing up, (f) putting on the pants, (g) closing the toilet lid, and (h) falling, where the falling is the
motion of falling forward from a seated position.</p>
      <p>Radar</p>
      <p>
        Then, the spectrograms were converted to PNG images of size 164 × 218 with RGB color channels,
and the generated images were input to the CNN for the classification of eight behaviors. Tables 1 and
2 show the structures of CNNs with one and two input images, respectively. The CNN using one input
image assumes the use of the ceiling or wall radar image, while that using two input images assumes
the combination of the images of the two radars. Thus, the classification accuracy for three input cases
was investigated and compared: only ceiling radar, only wall radar, and the fusion of two radars. Both
CNNs are composed of convolution, max pooling, batch normalization
        <xref ref-type="bibr" rid="ref7">(Ioffe and Szegedy, the 32nd
International Conference on Machine Learning, 2015)</xref>
        , and fully connected layers. The CNN using two
input images combines the outputs of the fully connected layer in a concatenate layer. Stochastic
gradient descent with the momentum optimization algorithm was used. The loss function is a
crossentropy function: A total of 100 epochs were trained and a batch size of four was used. The learning
rate was 0.01, and was decayed by multiplying by 0.5, every 10 epochs. These hyperparameters were
optimized empirically.
      </p>
    </sec>
    <sec id="sec-3">
      <title>4 Performance Evaluation</title>
      <p>The classification accuracy of eight behaviors in the restroom were evaluated using hold-out
validation for the three input cases explained in the previous section. Each CNN was trained using 80%
of the generated spectrogram images, and the remaining 20% of the data were tested. Then, 30 trials of
validations were performed by randomly dividing the dataset into training and test data. The mean
classification accuracy of the trials was calculated.</p>
      <p>Table 3 lists the mean classification accuracies of the three input cases. All the results achieved
accurate classification with an accuracy of over 90%. The CNN using the combination of the two radars
achieved 95.6% accuracy and was significantly better than the CNN using only a single radar data.</p>
      <p>Finally, the validity and details of our results were discussed using the convergence curve and
confusion matrices. First, Figures 5, 6, and 7 show the convergence curves for all input cases. In all
cases, we see that there were no overfittings, and the accuracies converged in less than 40 epochs. The
confusion matrices of all the cases are shown in Tables 4, 5, and 6, where the values in the tables are
rounded off to the two decimal places. As a result, of the ceiling radar, the classification accuracy of
"(f) putting on the pants" was worse. In the wall radar, the accuracy of "(b) putting off the pants" was
worse. Table 6 indicates that the worse classification accuracy of (b) is not resolved even though the
ceiling radar is combined, while the worse accuracy of (f) in the ceiling radar is resolved by the
combination of the radar images. The solution to this problem, which will improve classification
accuracy, is an important direction for future studies. However, for all results, the classification
accuracy of "(h) falling" was 100%. The most important function in practical use is fall detection, which
has already been achieved in this study.</p>
      <sec id="sec-3-1">
        <title>Case</title>
      </sec>
      <sec id="sec-3-2">
        <title>Only ceiling radar</title>
      </sec>
      <sec id="sec-3-3">
        <title>Only wall radar</title>
        <p>aCclcaussriafcicyation 90.3%
Table 3: Average classification rate for all cases
91.5%</p>
        <p>Combination of two
radars
95.6%
(a) (b) (c) (d) (e) (f) (g) (h)</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>5 Conclusion</title>
      <p>In this study, a classification method for the participant’s behaviors in the restroom using two
Doppler radars is proposed. In this method, the Doppler radar spectrograms acquired with the radars
installed above and behind the participants were input to the CNN. The experimental results showed
that an accurate classification of 95.6% was achieved for eight types of realistic behaviors in the
restroom, and the classification accuracy of falling and other behaviors was 100%. Future studies will
improve the feasibility of the proposed radar system by incorporating participants of different ages and
conducting additional experiments in various types of restrooms.
0
0
0
0
0</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>World Population</surname>
            <given-names>Prospects</given-names>
          </string-name>
          ,
          <article-title>The 2019 Revision The Key Findings</article-title>
          , https://esa.un.org/unpd/wpp/Publications/Files/WPP2019_10KeyFindings.pdf.,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <given-names>H.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Xie</surname>
          </string-name>
          and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>"A new Network-based algorithm for Multi-camera abnormal activity detection,"</article-title>
          <source>in 2011 IEEE International Symposium of Circuits and Systems</source>
          , Rio de Janeiro, Brazil,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>L.</given-names>
            <surname>Meng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Kong</surname>
          </string-name>
          and
          <string-name>
            <given-names>D.</given-names>
            <surname>Taniguti</surname>
          </string-name>
          ,
          <article-title>"Danger situations detection for the senior in toilet room using the center of gravity,"</article-title>
          <source>in 2016 International Conference on Advanced Mechatronic Systems</source>
          , Melbourne,
          <string-name>
            <surname>VIC</surname>
          </string-name>
          , Australia,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <given-names>C.</given-names>
            <surname>Ding</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Gu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Bai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Liao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Hong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          and
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <article-title>"Non-Contact Human Motion Recognition Based on UWB Radar,"</article-title>
          <source>IEEE Journal on Emerging and Selected Topics in Circuits and Systems</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>306</fpage>
          -
          <lpage>315</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <given-names>R.</given-names>
            <surname>Zhang</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Cao</surname>
          </string-name>
          ,
          <article-title>"Real-Time Human Motion Behavior Detection via CNN Using mmWave Radar," IEEE Sensors Letters</article-title>
          , vol.
          <volume>3</volume>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <given-names>W.</given-names>
            <surname>Takabatake</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Yamamoto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Toyoda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Ohtsuki</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Shibata</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Nagate</surname>
          </string-name>
          ,
          <article-title>"FMCW RadarBased Anomaly Detection in Toilet by Supervised Machine Learning Classifier,"</article-title>
          <source>in 2019 IEEE Global Communications Conference</source>
          , Waikoloa,
          <string-name>
            <surname>HI</surname>
          </string-name>
          , USA,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <given-names>S.</given-names>
            <surname>Ioffe</surname>
          </string-name>
          and
          <string-name>
            <given-names>C.</given-names>
            <surname>Szegedy</surname>
          </string-name>
          ,
          <article-title>"Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift,"</article-title>
          <source>Proceedings of the 32nd International Conference on Machine Learning</source>
          ,
          <year>2015</year>
          , pp.
          <fpage>448</fpage>
          -
          <lpage>456</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>