<!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>
      <journal-title-group>
        <journal-title>February</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Personal Hygiene Monitoring Under the Shower Using Wi-Fi Channel State Information</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Jeroen Klein Brinke</string-name>
          <email>j.kleinbrinke@utwente.nl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alessandro Chiumento</string-name>
          <email>a.chiumento@utwente.nl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Paul Havinga</string-name>
          <email>p.j.m.havinga@utwente.nl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Twente</institution>
          ,
          <addr-line>Enschede</addr-line>
          ,
          <country country="NL">Netherlands</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <volume>17</volume>
      <issue>2021</issue>
      <abstract>
        <p>Personal hygiene is often used to measure functional independence, which is how much support someone requires to perform self-care. By extension, this is often used in the monitoring of (early-stage) dementia. Current technologies are based on either audiovisual or wearable technologies, both of which have practical limitations. The use of (NLOS) radio-frequency based human activity recognition could provide solutions here. This paper leverages the 802.11n channel state information to monitor diferent shower-related activities (e.g. washing head or body, brushing teeth, and dressing up) and the degree to which some of these can be monitored, as well estimating diferent water pressures used while showering for multiple locations in the apartment. Wavelet denoising is applied for filtering and a convolutional neural network is implemented for classification. Results imply that for coarse-grained activity recognition, an 1-score of 0.85 is achievable for certain classes, while for ifne-grained this drops to 0.75. Water pressure estimation ranges from 0.75 to 0.85 between fine-grained and coarse-grained, respectively. Overall, this paper shows that channel state information can be successfully employed to monitor variations in diferent shower activities, as well as successfully estimating the water pressure in the shower.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>CCS CONCEPTS</title>
      <p>• Computer systems organization → Sensor networks; •
Networks → Wireless local area networks; • Human-centered
computing → Ubiquitous and mobile computing.</p>
    </sec>
    <sec id="sec-2">
      <title>INTRODUCTION</title>
      <p>
        Personal hygiene is an important aspect in elderly care and even
more so for those sufering from (early-stage) dementia. It is an
important determinant of the level of support someone requires to
perform self-care, which is part of the functional independence in
activities of daily living (ADL) [
        <xref ref-type="bibr" rid="ref1 ref15 ref5 ref6 ref8">1, 5, 6, 8, 15</xref>
        ]. Most accepted
solutions to monitor bathroom activities focus on the use of audiovisual
Copyright 2021 for this paper by its authors. Use permitted under Creative Commons
License Attribution 4.0 International (CC BY 4.0).
technologies [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], wearable technologies [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], or infrastructural
sensors (e.g. pressure mats or door sensors) [
        <xref ref-type="bibr" rid="ref18 ref2 ref4">2, 4, 18</xref>
        ]. The audiovisual
technologies cannot be placed in the shower as these are
privacyinvasive. When it comes to wearable sensors, they may need to
be taken of during shower time [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], unless they are waterproof.
However, it cannot be assumed that elderly people and patients
sufering from dementia never forget to wear a wearable device
or know how to use properly use them. Lastly, infrastructural
sensors often require great modification to existing homes (such as
installing sensors in the ceiling, walls, and door frames) and these
sensors are often bound to a specific location, whether that is a
room or an object (such as a door frame).
      </p>
      <p>
        Unlike the aforementioned technologies, radio frequency-based
technologies (unobtrusive sensing) do not have to be put inside
the shower itself, are more robust (e.g. do not need to be worn
and cannot be forgotten) and are likely more privacy-aware, as the
data is not easily interpretable by humans, since it requires more
complex (pre)processing. This enables ADL monitoring [
        <xref ref-type="bibr" rid="ref16 ref3">3, 16</xref>
        ],
abnormal activity detection [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ], and vital sign monitoring [
        <xref ref-type="bibr" rid="ref13 ref21">13, 21</xref>
        ]
using RF-based technologies. An activity often considered in health
care, and even more so in elderly and dementia care, is falling
[
        <xref ref-type="bibr" rid="ref10 ref14 ref19 ref22">10, 14, 19, 22</xref>
        ]. Falling is dangerous and happens most frequently
in patient’s rooms and bathrooms [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], with the actual room being
ahead of the bathroom. However, falling in the bathroom often
results in more serious injuries.
      </p>
      <p>This paper leverages channel state information in a non
lineof-sight (NLOS) environment to monitor the degree of shower
behaviour on multiple locations in an apartment. This degree comes
in the form of several shower-related activities, but performed in
two diferent ways: one regular showering (as a person would), the
other is by acting as if showering is troublesome (slow, painful,
troublesome). Additionally, the activities of (un)dressing, drying of
the body and brushing of the teeth are considered in their regular
form. Results suggest that RF-based sensing can be used to
investigate the aforementioned activities with an 1-score score over
0.85, while also achieving a comparable 1-score score for water
pressure estimation, depending of the location of the receiver.</p>
      <p>This paper first discusses the related works, which include works
which inspired this research, as well as current solutions using other
technologies. After that the data acquisition is discussed, as well
as an overview of the dataset, to encourage fellow researcher to
replicate this work and contribute to the presented dataset. During
data acquisition, the variables are also discussed and how these are
chosen. Following this, the actual methodology is discussed, which
includes the ground truth evaluation, signal processing and data
analysis. In the following Results and Discussion section, the actual
outcome is evaluated and the research questions will be answered.
Finally, the paper concludes with a short summary of the results
and suggestions for future work.
1.1</p>
    </sec>
    <sec id="sec-3">
      <title>Challenges and contribution</title>
      <p>
        Currently, little to no research has gone into personal hygiene
detection under the shower, which is used in the monitoring of
(early-stage) dementia. The use of audiovisual, wearable of
infrastructural monitoring technologies has been proven [
        <xref ref-type="bibr" rid="ref17 ref18 ref2 ref4 ref9">2, 4, 9, 17, 18</xref>
        ],
but come with downsides in privacy, installation and robustness.
Most existing RF-based solutions focus either on detecting
coarsegrained shower activities (such as washing or brushing teeth) and
not on the degree to which these activities are performed.
      </p>
      <p>The use of indirect (NLOS) radio-frequency based sensing could
change this, as it reduced both the immediate privacy issues (video
cameras under the shower) and the need for water-proof wearable
devices and the wireless communication. Additionally, no
infrastructural changes to a home are required, such as expensive shower
heads, or tiles- and wall-mounted sensors. Due to the unobtrusive
nature, RF-based sensing could prove to be useful in monitoring
the variation to which shower activities are being performed, as
well as combine these with shower information (e.g. water
pressure). Multiple questions arise here in relation to the positioning
of diferent receivers, but these will be discussed during the data
acquisition and methodology.</p>
      <p>The contributions of this paper are:
• To show the extend to which variations of diferent activities
can be identified and monitored under the shower
• To show the extend to which diferent water pressures can
be identified and monitored under the shower
• To investigate the efect of diferent receiver placement on
the accuracy of the aforementioned aspects
2</p>
    </sec>
    <sec id="sec-4">
      <title>RELATED WORKS</title>
      <p>Channel state information is one of the most prominent RF-based
sensing techniques. It gathers information regarding the signal
multipath propagation between a transmitter and receiving antenna at
the receiver side. Multipath propagation is a phenomenon caused
by environmental influences on the signal, such as scattering,
absorbing, and reflecting. These environmental influences include
humans, and when monitoring the changes in the channel state
information over time, the activities of them. Channel state
information contains information on the phase and amplitude of the
received signal. The combination of all these antenna pairs is
collected in a channel state information matrix, which has the shape
of  ∗  ∗  , where  is the number of receiving antennas,
 the number of transmitting antennas, and  the number of
subcarriers.</p>
      <p>
        Research in activity recognition under the shower is fairly
limited. Lee et al. [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] developed a system based on one transmitter
and multiple receivers for activity recognition using 802.11n
channel state information. As part of the research, diferent activities
were considered, including bathing and toileting. It is shown that
these activities can be detected with a high accuracy (higher than
95%) in two test beds when combining the receivers. However,
finegrained shower activity recognition and water pressure estimation
are omitted. This paper will provide a deeper insight into diferent
water pressures and diferent gradations of performing the shower
activities.
      </p>
      <p>
        Zhang et al. [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] considered diferent poses in a bath using a
single transmitter and receiver pair on the 5 GHz band: one regular
(steady lying position) and two dangerous poses (the whole body
sunk to the bottom and face-down in a bath). Data was collected by
a single volunteer over the course of multiple months in a single
apartment. Results show that an 1-score of 89.47% can be achieved
using this system. Zhang et al. considers the drowning dangers in a
bath tub, but houses and especially smaller apartments often do not
come with bath tubs. Therefore, this paper considers the shower to
be another important source for personal hygiene and investigates
the most prominent activities.
      </p>
      <p>
        Wang et al. [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] developed E-eyes on the 5 GHz band with three
of-the-shelf Wi-Fi devices connected to a single access point. The
experiments are conducted in two apartments and the activities
are performed by four male adults. Nine daily activities are
considered, including bathing and brushing teeth, which were both
performed in the bathroom. Wang et al. remark that the two
activities have small diferences in their CSI patterns [ 20, p. 8]. However,
using wider-band signals, the false positive rate is lower than 1%.
While this research does consider diferent (smaller) activities in
the shower, it does not consider diferent receiver placement, water
pressures, nor diferent degrees of the same activity.
3
3.1
      </p>
    </sec>
    <sec id="sec-5">
      <title>DATA ACQUISITION</title>
    </sec>
    <sec id="sec-6">
      <title>Experimental setup</title>
      <p>
        The setup consisted of a multiple custom Gigabyte Brix IoT devices,
each consisting of an Intel Apollo Lake N34500 processor, 8GB
DDRL 1866 MHz memory, and a n Intel N Ultimate Wi-Fi Link 5300
as a network interface. For these experiments, one functioned as a
transmitter and the others as receivers. While the Linux CSI Tool
[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] ofers multiple options for connectivity, ultimately the injection
mode was used. As for the frequency band, 5 GHz was used, as it
is better capable in activity fine-grained activities due to its short
wavelength ( = 6.0).
      </p>
      <p>While multiple locations were considered for the transmitter,
ultimately a setup was picked that consists of four receivers and a
single transmitter (Figure 1). Here, the transmitter (red triangle) is
located in the farthest corner from the apartment, where the actual
Wi-Fi router would be located in this real-life setting. The first
receiver is positioned in direct line-of-sight from the transmitter
(∼ 7) as a zero-measurement (LR). The second receiver is placed
in the fuse box compartment of the apartment (FB), positioning it
skewed behind the shower (∼ 9.6), as it is close to the shower and
the potential water pipes leading into it. The third receiver is located
in the study room (SR), directly behind the the bath room. However,
while the receiver is theoretically closer than receiver FB (∼ 8.5),
the signal needs to propagate through more obstacles (e.g. walls
and doors). The fourth and final receiver is placed in the bed (BR),
which would theoretically result in the highest coverage (ignoring
any obstruction). While it has the best propagation conditions (least
overlap with the shower), it is the farthest away form the transmitter
(13.9).</p>
      <p>It should be noted that the data was collected over multiple days,
with the apartment being lived in regularly. This means furniture
may be moved around and there could be slight changes to the
position of the receivers. Overall, this setup is more relevant than a
ifxed laboratory setup, as it represents the actual use-case of such a
system in the future. However, it was ensured no additional faucets
(e.g. kitchen sink or dishwasher) were on while showering, as this
was out of the scope for this research.</p>
      <p>It is assumed that participants likely live alone or shower at
times they are alone. However, it should be noted that there were
two people in the apartment at all times during these experiments:
the person not showering was always sitting at the kitchen table
as far away as possible, minimizing the amount of movement on
the signals. Cross-activity recognition among multiple people (e.g.
one shower, one cooking) is not considered as part of this paper.
Therefore, the the receiver in the living room is used to verify
this has a minimum influence on the data collected by the other
receivers. While concrete details on the participants cannot be given
due to privacy concerns, it can disclosed that the two participants
were a male and female, with a height diference of 15cm and a
weight diference of 20kg. This shows the participants’ physiques
were not similar.
3.2</p>
    </sec>
    <sec id="sec-7">
      <title>Activities and water pressures</title>
      <p>For this research, 9 activities are considered (Table 1). These
activities are all based inside the bathroom, e.g. activities occurring
under or around the shower in healthy participants and patients
sufering from (early-stage) dementia. Therefore, some activities
are not necessarily bound to showering (e.g. washing head/face),
but also to other activities related to personal hygiene (e.g. brushing
teeth).</p>
      <p>All activities are considered with four diferent water pressures:
of, low, medium, and high. It should be noted that these pressures
can be minimized into a binary problem, namely of and on (low,
medium, and high combined). It is likely that the water pressure is a
personal preference, rather than there being a correlation between
personal hygiene and the water pressure. Therefore, the binary
problem of the shower being on or of is most prominent.</p>
      <p>The activities under the shower are performed in two manners:
one in a regular/excited fashion, the other in a slow/demotivated
fashion. This is done to see if a diferentiation can be made between
either, in order to make it possible to monitor the degradation of
personal hygiene in patients with (early-stage) dementia. For
regular/excited, it is suggested the participants shower as they normally
would, or in a very good mood. This could be diferent depending
on the participant, as the definition of a very good mood and the
results of such a mood difer per participant. For slow/demotivated,
participants are asked to pretend like they are either physically
restricted or in a very bad mood while showering.</p>
      <p>Due to the sensitive of the data, no ground truth could be
collected. Rather, participants are asked to follow a set of instructions
(playing through a speaker in the shower) in order to have
analogous activities in the same time slots. Between each activity is
a moment for idling, which is used for both classification and to
separate diferent activities.</p>
      <p>No smart shower head was used, so the exact L/min is unknown
and it is likely that per run, there is a slight diference between each.
However, an attempt was made to replicate each shower based on
the visual appearance and sound of the water beam coming out of
the shower head. For Low, the shower should drizzle: barely any
water should come through the shower head. Med is the setting at
which there is just enough pressure in the shower head to result in
a consistent stream. The last setting, Max, requires the shower to
be on at full force.
4
4.1</p>
    </sec>
    <sec id="sec-8">
      <title>METHODOLOGY</title>
    </sec>
    <sec id="sec-9">
      <title>Prepocessing</title>
      <p>For preprocessing, the first step is restructuring of the channel state
information, which is a 4D-matrix (3 ∗ 3 ∗ 30 ∗  ) due to 3x3 MIMO
and 30 subcarriers over time  , into the shape of the input layer
to the convolutional neural network, which has a shape of a
3Dmatrix ( ∗  ∗ ). For these experiments, the data was flattened
into a 3D-shape with a depth of 1 ( = 1), namely 270 ∗  ∗ 1,
as 3 ∗ 3 ∗ 30 = 270. This means that for every antenna pair, the
subcarriers are stacked on top of each other (e.g. the first 30 rows
are receiving antenna 1 and transmitting antenna 1, the second 30
rows are receiving antenna 1 and transmitting antenna 2, and so
on). Afterwards, wavelet denoising was used to denoise the signal
in MATLAB, after which the data was stored as a set of images,
where each pixels is thus based on an absolutely value for a specific
subcarrier in a specific antenna-pair (  ) at time  ( ).
4.2</p>
    </sec>
    <sec id="sec-10">
      <title>Classification</title>
      <p>A convolutional neural network (CNN) is employed to for
classiifcation, as it preserves the spatial and structural information of
the channel state information. The CNN consists of three 2D
convolution layers, with a 0.6-dropout after the first and third layer.
Max-pooling, batch normalization and a leaky ReLU ( = 0.1) for
the activation layers are applied after each layer. At the end, the
outputs are flattened and go through a 160-neuron dense layer with
the sigmoid activation, before reaching the final dense layer for
classification (softmax). The model was trained for 250 epochs, with
a batch size of 8. The learning rate started with an initial learning
rate of 1 ∗ 10−4, with a decay rate of 0.95 every 50 steps. The split
between the training and testing set used is 0.60 and 0.40 for the
data of both users combined, respectively.
4.2.1 Activity classification. The first thing to consider is the
activity classification in, regardless of the water pressure. For this,
the shower-related activities (bold in Table 1) are combined over
the diferent water pressures (including Of ). This is to give an
indication whether or not activity classification is afected by water
pressure. A diferentiation is made between all all activities and
shower-related activities, where all activities include activities only
happening during Of and where shower-related activities only
include those while the shower is on. This is evaluated over the
diferent receiver locations.
4.2.2 Water pressure estimation. Here the labeling is based on the
water pressure. All data is combined over the diferent activities
depending on the water pressure. At the lowest level, the binary
problem of shower On/Of is considered by clustering everything
other than Of as On. Afterwards, this is turned into a more
finegrained problem where an attempt is made to diferentiate per
individual water pressure. For the classification of water pressure,
only the shower-related activities are considered.
4.2.3 Receiver positioning. Finally, the activity classification and
the water pressure estimation are compared between the diferent
receivers (Figure 1). The most optimal location for these
experiments will be discussed, as well as the worst performing one. For
this, only the shower-related activities are used for both activity
and water pressure recognition. Receiver LR is omitted, as it was
used as a zero-measurement (no major movements happening in
the living room).</p>
      <p>(a)
5.1.1 Activity classification. Figure 2 presents the classification as a
confusion matrix for all activities for  = ,  = 0, as all activities
are important for the activity recognition part. While Figure 2
shows the normalized confusion matrix over 10 runs, the average
1-score with standard deviation over these 10 runs are used as a
metric when discussing specific classes. The overall 1-score for
all activities is 0.74 ± 0.05. For the case of all activities, 4 out of 9
classes have an 1-score over 0.85 (BT, DU, DB, WHF-E) and 3 more
an accuracy over 0.75 (WHF-S, WBL-E/S). The only exceptions here
are idle (I ) 0.4 ± 0.0 and undress (UD), with an 1-score of 0.58 ± 14
and 0.03 ± 0.09, respectively.</p>
      <p>For undress, this is likely due to the limited data, as the activity
only lasts for 30 seconds. This causes only 40 data fragments after
preprocessing. As a comparison, all other classes have at least 110
data fragments, with the showering activities (WHF-E/S,WBL-E/S,I )
over 330. Additionally, undressing takes place at approximately the
same location as brushing teeth.</p>
      <p>For Idle it is a bit diferent, as it has a comparable number of
data frames after preprocessing, namely 334 data frames. Idle is
mostly confused with brushing teeth (0.13 ± 0.01) and washing of
the both the head and body (in the range of 0.11) for both slow
and excited, likely due to these being activities involving minor
body movements. Minor body movements are a part of idling, as
participants cannot be expected to stand completely still in the
shower (e.g. getting water in the eye or uncomfortable positioning).</p>
      <p>Another observation is that there are darker squares in the
confusion matrix around the two diferent performances (excited and
slow) of Washing body and legs and Washing hair and face. For
Washing body and legs and Washing hair and face, the 1-score is
0.77 ± 0.15 − 0.81 ± 0.07 and 0.80 ± 0.10 − 0.87 ± 0.07, respectively. The
false-positives and true-negatives are in the range of 0.15, which is
likely due to it being the same activity being performed with
variation: sometimes an optimistic interpretation of slowly washing is
close to a pessimistic interpretation of excited washing. Overall, this
implies that an estimation can be made regarding the performance
of washing, while there is a clearer distinction between washing
the body and legs and washing the face. It is likely that the
accuracy will drop when even more fine-grained activity recognition is
considered (e.g. washing hair, face, upper body, and lower body).
(a)
(b)
5.1.2 Water pressure estimation. Figure 3 shows the confusion
matrices for the classification of the four water pressures for  =
,  = 0. Figure 3 includes the actual showering activities (such as
idling and washing), namely    − ,    −,   − ,   −.
Figures 3a,b are also normalized over the 10 runs.</p>
      <p>For the binary problem of estimating whether the shower is on
or of (Figure 3a), it is observable that this can be estimated with
an 1-score of 0.99 ± 0 for the relevant activities (b).</p>
      <p>For the individual shower pressures, the 1-score of Of is 0.97 ±
0.02 for classification with only the relevant activities. This is
different for the other three: Low and Max have an 1-score in the
range of 0.73 ± 0.19 − 0.79 ± 0.24 for relevant activities, which is
lower than for Of . This indicates that it is harder to diferentiate
between either. However, the lower 1-score is largely explained
by investigating Med, with a 1-score of 0.48 ± 0.17: while Low and
Max have false-positives and false-negatives between them, this
is a minority compared to the false-positives and false-negatives
between the two and Med, as can be observed in the confusion
matrices by the darker colors and upon further inspection of the
actual classification rates. This indicates a larger diference between
Low and Max, but lesser so between the two and Med, which can
be explained by small diferences in the shower sessions and the
variation in the shower head: sometimes, medium may be exactly
between low and maximum, but other times it may edge more
towards either of the two.
5.1.3 Receiver positioning. Figure 4 shows the additional
classiifcation performance for receivers FB (a,c), and BR (b,d). The top
and bottom rows show the classification accuracy over 250 runs for
 = {0, 1} for activities and water pressure recognition, respectively.
The classification is based on the relevant activities, as these are
the best case scenarios. The classification for all activities performs
worse, as is previously discussed in sections 5.1.1 and 5.1.2. The
information for receiver SR can be found in Figure 2 and 3 for
activities and water pressure, respectively.</p>
      <p>It can be seen that receiver SR is the most prominent at
identifying the activities (1-score of 0.74 ± 0.05) , while receiver BR is most
prominent at water pressure estimation (0.88 ± 0.09). While both
score comparable on activity recognition (1-score of 0.74 ± 0.05
and 0.75 ± 0.08 SR and BR, respectively), BR has fewer classes that
need classification (5 against 9 for bedroom and study, respectively),
meaning the actual performance of BR is lower. Thus, these results
imply that the bedroom is better for estimating the shower
pressures, likely due to less noise from the water and pipes and thus the
better signal propagation conditions, but that SR is better activity
recognition, likely do to the path crossing the actual activities.</p>
      <p>The worst performing receiver is FB, with an 1-score of 0.25 ±
0.15, 0.90 ± 0.01, and 0.47 ± 0.28 for activity recognition, on/of,
and individual water pressure estimation, respectively. The worse
results could be explained by additional noise caused from the fuse
box itself (more of interference from pipes running in and out), or
that the most dominant signal is unafected by the shower: from
the transmitter to FB, it only needs to penetrate one door before it
reaches the receiver, as the fuse box compartment is open at the
top.
6</p>
    </sec>
    <sec id="sec-11">
      <title>CONCLUSION AND FUTURE WORK</title>
      <p>The results indicate that it is possible to determine whether the
shower is on or of with an 1-score of 0.99 ± 0.00 and
individual shower pressures with an 1-score between 0.48 ± 0.17 and
0.79 ± 0.24 based over 10 runs. This implies that while it is
challenging to detect certain individual shower pressures, it is feasible to
monitor shower usage to a coarser degree. For activity recognition,
an 1-score of 0.74±0.05 on average is found. However, it is possible
to diferentiate between diferent levels (such as regular and slowed
down movements) of shower-related activities (such as washing
head or body) with an 1-score of 0.76 ± 0.17 and 0.93 ± 0.07. This
indicates channel state information can be used to potentially
monitor the personal hygiene for patients in self-care. Additionally, the
results imply the optimal position to place the receiving receiver
for the activity recognition is directly behind the shower, while for
water pressure estimation it is recommended to put the receiver
slightly skewed behind the shower for a more optimal propagation
environment.</p>
      <p>Future work would include validating the results in this paper
through more participants, diferent locations for the transmitter,
and diferent frequencies. Repeating the experiments with more
(and diferent) participants for diferent settings (e.g. multi-floor
houses or larger apartments) is a must to verify these results in on
a larger scale and for these technologies to be adapted into real-life
scenarios. While 5 GHz has proven useful in this experiment, 2.4
GHz could be viable due to its larger wavelength, which means it is
better capable at penetrating walls. Additionally, either frequency
could also be afected by water in a diferent way. The proposed
implementation should also be tested in a real-time for fashion for
real-time classification.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Romola</given-names>
            <surname>Bucks</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.L.</given-names>
            <surname>Ashworth</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.K.</given-names>
            <surname>Wilcock</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K</given-names>
            <surname>Siegfried</surname>
          </string-name>
          .
          <year>1996</year>
          .
          <article-title>Assessment of Activities of Daily Living in Dementia: Development of the Bristol Activities of Daily Living Scale</article-title>
          .
          <source>Age and ageing</source>
          <volume>25</volume>
          (04
          <year>1996</year>
          ),
          <fpage>113</fpage>
          -
          <lpage>20</lpage>
          . https://doi.org/10. 1093/ageing/25.2.
          <fpage>113</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Mhd</given-names>
            <surname>Daher</surname>
          </string-name>
          , Ahmad Diab, Maan El Badaoui El Najjar, Mohamad Khalil, and
          <string-name>
            <given-names>François</given-names>
            <surname>Charpillet</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Elder Tracking and Fall Detection System Using Smart Tiles</article-title>
          .
          <source>IEEE Sensors Journal PP (11</source>
          <year>2016</year>
          ),
          <fpage>1</fpage>
          -
          <lpage>1</lpage>
          . https://doi.org/10.1109/JSEN.
          <year>2016</year>
          . 2625099
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Giovanni</given-names>
            <surname>Diraco</surname>
          </string-name>
          , Alessandro Leone, and
          <string-name>
            <given-names>P.</given-names>
            <surname>Siciliano</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>A Radar-Based Smart Sensor for Unobtrusive Elderly Monitoring in Ambient Assisted Living Applications</article-title>
          .
          <source>Biosensors</source>
          <volume>7</volume>
          (
          <issue>11</issue>
          <year>2017</year>
          ),
          <volume>55</volume>
          . https://doi.org/10.3390/bios7040055
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>G.</given-names>
            <surname>Feng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Mai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Ban</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Guo</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G.</given-names>
            <surname>Wang</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Floor Pressure Imaging for Fall Detection with Fiber-Optic Sensors</article-title>
          .
          <source>IEEE Pervasive Computing</source>
          <volume>15</volume>
          ,
          <issue>2</issue>
          (
          <year>2016</year>
          ),
          <fpage>40</fpage>
          -
          <lpage>47</lpage>
          . https://doi.org/10.1109/MPRV.
          <year>2016</year>
          .27
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Clarissa</given-names>
            <surname>Giebel</surname>
          </string-name>
          , Caroline Sutclife, and
          <string-name>
            <given-names>David</given-names>
            <surname>Challis</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Activities of Daily Living and quality of life across diferent stages of dementia: a UK study</article-title>
          .
          <source>Aging mental health 19 (05</source>
          <year>2014</year>
          ),
          <fpage>1</fpage>
          -
          <lpage>9</lpage>
          . https://doi.org/10.1080/13607863.
          <year>2014</year>
          .915920
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>C.M.</given-names>
            <surname>Giebel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Sutclife</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Stolt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Karlsson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Renom-Guiteras</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Soto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Verbeek</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . Zabalegui, the RightTimePlaceCare Consortium, and
          <string-name>
            <given-names>D.</given-names>
            <surname>Challis</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Deterioration of basic activities of daily living and their impact on quality of life across diferent cognitive stages of dementia: a European study</article-title>
          .
          <source>International Psychogeriatrics</source>
          <volume>26</volume>
          ,
          <issue>8</issue>
          (
          <issue>1</issue>
          Jan.
          <year>2014</year>
          ),
          <fpage>1283</fpage>
          -
          <lpage>1293</lpage>
          . https: //doi.org/10.1017/S1041610214000775
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Daniel</given-names>
            <surname>Halperin</surname>
          </string-name>
          , Wenjun Hu, Anmol Sheth, and
          <string-name>
            <given-names>David</given-names>
            <surname>Wetherall</surname>
          </string-name>
          .
          <year>2011</year>
          . Tool Release:
          <article-title>Gathering 802.11n Traces with Channel State Information</article-title>
          .
          <source>Computer Communication Review</source>
          <volume>41</volume>
          (01
          <year>2011</year>
          ),
          <volume>53</volume>
          . https://doi.org/10.1145/1925861.1925870
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>S.</given-names>
            <surname>Katz</surname>
          </string-name>
          .
          <year>1983</year>
          .
          <article-title>Assessing self-maintenance: activities of daily living, mobility, and instrumental activities of daily living</article-title>
          .
          <source>Journal of the American Geriatrics Society (12</source>
          <year>1983</year>
          ),
          <fpage>721</fpage>
          -
          <lpage>7</lpage>
          . https://doi.org/10.1111/j.1532-
          <fpage>5415</fpage>
          .
          <year>1983</year>
          .tb03391.x
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>S. S.</given-names>
            <surname>Khan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Ye</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mihailidis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Iaboni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Newman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. H.</given-names>
            <surname>Wang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>L. S.</given-names>
            <surname>Martin</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>DAAD: A Framework for Detecting Agitation and Aggression in People Living with Dementia Using a Novel Multi-modal Sensor Network</article-title>
          .
          <source>In 2017 IEEE International Conference on Data Mining Workshops (ICDMW)</source>
          .
          <volume>703</volume>
          -
          <fpage>710</fpage>
          . https://doi.org/10.1109/ICDMW.
          <year>2017</year>
          .98
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Jeroen</given-names>
            <surname>Klein</surname>
          </string-name>
          Brinke and
          <string-name>
            <given-names>Nirvana</given-names>
            <surname>Meratnia</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Scaling Activity Recognition Using Channel State Information Through Convolutional Neural Networks and Transfer Learning</article-title>
          .
          <fpage>56</fpage>
          -
          <lpage>62</lpage>
          . https://doi.org/10.1145/3363347.3363362
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Melissa</surname>
            <given-names>Krauss</given-names>
          </string-name>
          , Eileen Hitcho, Ngugi Kinyungu,
          <string-name>
            <given-names>William</given-names>
            <surname>Dunagan</surname>
          </string-name>
          , Irene Fischer, Stanley Birge, Shirley Johnson, Eileen Costantinou, and
          <string-name>
            <given-names>Victoria</given-names>
            <surname>Fraser</surname>
          </string-name>
          .
          <year>2005</year>
          .
          <article-title>A Case-Control Study of Patient, Medication, and Care-Related Risk Factors for Inpatient Falls</article-title>
          .
          <source>Journal of general internal medicine 20 (03</source>
          <year>2005</year>
          ),
          <fpage>116</fpage>
          -
          <lpage>22</lpage>
          . https://doi.org/10.1111/j.1525-
          <fpage>1497</fpage>
          .
          <year>2005</year>
          .
          <volume>40171</volume>
          .x
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Hoonyong</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <surname>Changbum R. Ahn</surname>
            , and
            <given-names>Nakjung</given-names>
          </string-name>
          <string-name>
            <surname>Choi</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Fine-grained occupant activity monitoring with Wi-Fi channel state information: Practical implementation of multiple receiver settings</article-title>
          .
          <source>Advanced Engineering Informatics</source>
          <volume>46</volume>
          (
          <year>2020</year>
          ),
          <volume>101147</volume>
          . https://doi.org/10.1016/j.aei.
          <year>2020</year>
          .101147
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>J.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Chen</surname>
          </string-name>
          , J. Cheng, and
          <string-name>
            <given-names>J.</given-names>
            <surname>Yang</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Monitoring Vital Signs and Postures During Sleep Using WiFi Signals</article-title>
          .
          <source>IEEE Internet of Things Journal</source>
          <volume>5</volume>
          ,
          <issue>3</issue>
          (
          <year>2018</year>
          ),
          <fpage>2071</fpage>
          -
          <lpage>2084</lpage>
          . https://doi.org/10.1109/JIOT.
          <year>2018</year>
          .2822818
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Sameera</surname>
            <given-names>Palipana</given-names>
          </string-name>
          , David Rojas,
          <string-name>
            <given-names>Piyush</given-names>
            <surname>Agrawal</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Dirk</given-names>
            <surname>Pesch</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>FallDeFi: Ubiquitous Fall Detection Using Commodity Wi-Fi Devices</article-title>
          .
          <volume>1</volume>
          ,
          <issue>4</issue>
          (
          <year>2018</year>
          ). https: //doi.org/10.1145/3161183
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Ferris S.H. de Leon M.J. Crook</surname>
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Reisberg</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <year>1982</year>
          .
          <article-title>The Global Deterioration Scale for assessment of primary degenerative dementia</article-title>
          .
          <source>The American journal of psychiatry (9</source>
          <year>1982</year>
          ),
          <fpage>1136</fpage>
          -
          <lpage>9</lpage>
          . https://doi.org/10.1176/ajp.139.9.
          <fpage>1136</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>S. A.</given-names>
            <surname>Shah</surname>
          </string-name>
          and
          <string-name>
            <given-names>F.</given-names>
            <surname>Fioranelli</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>RF Sensing Technologies for Assisted Daily Living in Healthcare: A Comprehensive Review</article-title>
          .
          <source>IEEE Aerospace and Electronic Systems Magazine</source>
          <volume>34</volume>
          ,
          <issue>11</issue>
          (
          <year>2019</year>
          ),
          <fpage>26</fpage>
          -
          <lpage>44</lpage>
          . https://doi.org/10.1109/MAES.
          <year>2019</year>
          . 2933971
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Georgios</surname>
            <given-names>Siantikos</given-names>
          </string-name>
          , Theodoros Giannakopoulos, and
          <string-name>
            <given-names>Stasinos</given-names>
            <surname>Konstantopoulos</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>A Low-cost Approach for Detecting Activities of Daily Living using Audio Information: A Use Case on Bathroom Activity Monitoring</article-title>
          .
          <fpage>26</fpage>
          -
          <lpage>32</lpage>
          . https://doi. org/10.5220/0005803700260032
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Reto</surname>
            <given-names>Stucki</given-names>
          </string-name>
          , Prabitha Urwyler, Luca Rampa, René Müri, Urs Mosimann, and
          <string-name>
            <given-names>Tobias</given-names>
            <surname>Nef</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>A Web-Based Non-Intrusive Ambient System to Measure and Classify Activities of Daily Living</article-title>
          .
          <source>Journal of medical Internet research</source>
          <volume>16</volume>
          (
          <year>07 2014</year>
          ),
          <year>e175</year>
          . https://doi.org/10.2196/jmir.3465
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Wei</surname>
            <given-names>Wang</given-names>
          </string-name>
          , Alex Liu, Muhammad Shahzad, Kang Ling, and
          <string-name>
            <given-names>Sanglu</given-names>
            <surname>Lu</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Device-Free Human Activity Recognition Using Commercial WiFi Devices</article-title>
          .
          <source>IEEE Journal on Selected Areas in Communications PP (03</source>
          <year>2017</year>
          ),
          <fpage>1</fpage>
          -
          <lpage>1</lpage>
          . https://doi.org/ 10.1109/JSAC.
          <year>2017</year>
          .2679658
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Yan</surname>
            <given-names>Wang</given-names>
          </string-name>
          , Jian Liu, Yingying Chen, Marco Gruteser,
          <string-name>
            <given-names>Jie</given-names>
            <surname>Yang</surname>
          </string-name>
          , and Hongbo Liu.
          <year>2014</year>
          .
          <article-title>E-eyes: Device-free location-oriented activity identification using finegrained WiFi signatures</article-title>
          .
          <source>Proceedings of the Annual International Conference on Mobile Computing and Networking</source>
          ,
          <source>MOBICOM</source>
          (09
          <year>2014</year>
          ). https://doi.org/10.1145/ 2639108.2639143
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Zhicheng</surname>
            <given-names>Yang</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parth H. Pathak</surname>
            , Yunze Zeng, Xixi Liran, and
            <given-names>Prasant</given-names>
          </string-name>
          <string-name>
            <surname>Mohapatra</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Vital Sign and Sleep Monitoring Using Millimeter Wave</article-title>
          .
          <volume>13</volume>
          ,
          <issue>2</issue>
          (
          <year>2017</year>
          ). https://doi.org/10.1145/3051124
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Yue</surname>
            <given-names>Zhang</given-names>
          </string-name>
          , Xiang Li,
          <string-name>
            <given-names>Shengjie</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Jie</given-names>
            <surname>Xiong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and Daqing</given-names>
            <surname>Zhang</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <string-name>
            <given-names>A</given-names>
            <surname>TrainingFree Contactless Human Vitality Monitoring Platform Using Commodity Wi-Fi Devices</surname>
          </string-name>
          .
          <fpage>488</fpage>
          -
          <lpage>491</lpage>
          . https://doi.org/10.1145/3267305.3267613
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Zizheng</surname>
            <given-names>Zhang</given-names>
          </string-name>
          , Shigemi Ishida, Shigeaki Tagashira, and
          <string-name>
            <given-names>Akira</given-names>
            <surname>Fukuda</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Danger-Pose Detection System Using Commodity Wi-Fi for Bathroom Monitoring</article-title>
          .
          <source>Sensors</source>
          <volume>19</volume>
          (02
          <year>2019</year>
          ). https://doi.org/10.3390/s19040884
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>D.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Pang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Li</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Liu</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>NotiFi: A ubiquitous WiFi-based abnormal activity detection system</article-title>
          .
          <source>In 2017 International Joint Conference on Neural Networks (IJCNN)</source>
          .
          <volume>1766</volume>
          -
          <fpage>1773</fpage>
          . https://doi.org/10.1109/IJCNN.
          <year>2017</year>
          .7966064
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>