<!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>
      <article-id pub-id-type="doi">10.1007/s40860-021-00167-w</article-id>
      <title-group>
        <article-title>A Unified Framework for Human Activity Recognition Data Preprocessing</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Sara Comai</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Davide Mangano</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kévin Bouchard</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Fabio Salice</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Assistive Technology Group lab, Politecnico di Milano</institution>
          ,
          <addr-line>Milan</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Dipartimento di Elettronica Informazione e Bioingegneria, Politecnico di Milano</institution>
          ,
          <addr-line>Milan</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Laboratoire d'Intelligence Ambiante pour la Reconnaissance d'Activités (LIARA), Université du Québec à Chicoutimi</institution>
          ,
          <addr-line>Quebec</addr-line>
          ,
          <country country="CA">Canada</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2026</year>
      </pub-date>
      <fpage>27</fpage>
      <lpage>39</lpage>
      <abstract>
        <p>Human Activity Recognition (HAR) is widely applied in smart homes, healthcare, and ambient intelligence to monitor human behavior, particularly for the Activities of Daily Living (ADL) in elderly care. The heterogeneity of sensor configurations and monitored activities presents challenges in reusing datasets from one environment or person in other settings. This discussion paper describes a hybrid framework for HAR that integrates both data-driven and knowledge-driven approaches. Core concepts are represented in an abstract model that maps raw sensor activations into structured representations using Functional Areas, Detector Units, and Structural Human Activities. Deep learning models are then applied to the standardized data to enhance generalization across diferent environments.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Activities of Daily Living (ADL)</kwd>
        <kwd>Human Activity Recognition (HAR)</kwd>
        <kwd>Gated Recurrent Unit (GRU)</kwd>
        <kwd>Data preprocessing</kwd>
        <kwd>Data integration</kwd>
        <kwd>Deep learning for HAR</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>eficient and efective way to model temporal dependencies in sequential sensor data while maintaining
lower computational complexity.</p>
      <p>Sensor data are mapped into Functional Areas, which generalize activity zones, and Detector Units,
which abstract sensor types, facilitating cross-environment generalization. The GRU architecture is
ifne-tuned and evaluated through two complementary training strategies: in the Holistic Approach,
a single GRU-based model is trained on multiple datasets; in the Reductionist Approach, ensemble
learning via bagging is applied, where the GRU-based model is trained on diferent subsets of the
datasets, and their results are combined to make a final prediction.</p>
      <p>The paper is structured as follows: Section 2 reviews existing HAR methodologies, Section 3 describes
our unified HAR model, Section 4 introduces the used datasets and challenges in merging diferent
datasets, Section 5 describes the neural network architecture and the training strategies, Section 6
presents experimental results, and Section 7 concludes the study.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>Research in HAR can be categorized into data-driven, knowledge-driven, and hybrid approaches.</p>
      <p>
        Data-Driven Approaches. Existing methodologies in activity recognition focus on overcoming
dataset limitations and improving generalization across domains. Chiang et al. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] introduced a
featurebased knowledge transfer framework that uses transfer learning to handle discrepancies between
training and testing datasets, achieving 8% higher accuracy and reducing the need for labeling the
target domain. Feuz and Cook [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] proposed Feature Space Remapping (FSR), a heterogeneous transfer
learning technique that aligns features from source and target domains for activity classification.
Azkune et al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] developed two data-driven systems, Seminar-U and Seminar-S, to handle labeled
and unlabeled activities in the source domain. Myagmar et al. [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] presented Heterogeneous Daily
Living Activity Learning (HDLAL), which creates a domain-invariant feature space and employs
ensemble classification for multi-label activity recognition. Lastly, Sanabria et al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] combined Bi-GAN
(Bidirectional Generative Adversarial Networks) and KMM (Kernel Mean Matching) for unsupervised
domain adaptation, facilitating feature transfer between heterogeneous domains in daily activity
recognition.
      </p>
      <p>
        Knowledge-Driven Approaches. Knowledge-driven approaches in activity recognition leverage
ontologies and semantic reasoning to enhance event interpretation. Marjan et al. [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] proposed
Ecare@home, integrating smart home data into an ontology for semantic event interpretation and
activity recognition using an incremental answer set solver. Wemlinger and Holder’s SCEAR [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] also
uses a common ontology and reasoning to recognize activities. Ye et al. introduced Slearn [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], an
ensemble learning approach that utilizes semantic mapping for knowledge transfer across datasets,
later developing XLearn [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], which employs ontologies to map sensor data to daily activities. XLearn
utilizes clustering and ensemble learning to identify and classify activities from sparse labeled data.
Ye et al. also proposed a knowledge model [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] for eficient feature space remapping and uncertainty
inference, improving classification accuracy.
      </p>
      <p>
        Alternative Approaches. D. Cook [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] proposed a method for learning generalized activity models
that abstract from specific environments using supervised and semi-supervised machine learning. By
applying classifiers like naïve Bayes, hidden Markov models, and conditional random fields on datasets
from the CASAS Smart Home project, the study showed that ensemble classifiers with semi-supervised
learning improved performance. In another study [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ], Cook classified transfer learning techniques
for cross-environment human activity recognition (HAR) into template matching, generative, and
discriminative approaches. Challenges in transferring knowledge across diferent domains, datasets,
and sensor modalities were addressed, and various transfer learning types were introduced, such as
informed/uninformed supervised/unsupervised approaches. Masciadri et al. [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] proposed a
knowledgedriven system for recognizing Activities of Daily Living using unobtrusive environmental sensors. The
architecture combines unsupervised temporal segmentation with semantic reasoning and includes
a resident-adaptive layer that personalizes the underlying knowledge base to improve recognition
accuracy. Lastly, Yu et al. [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] proposed a sensor mapping approach for heterogeneous smart homes
using algorithms to identify the most similar source homes and optimize sensor mapping. Deep
Adversarial Transfer Network (DANN) was then applied for HAR, facilitating cross-environment
generalization.
      </p>
      <p>
        A diferent perspective is adopted in the works surveyed by Bertrand et al. [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ], which explore
the use of process mining techniques in smart spaces. For instance, Leotta et al. [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] apply process
mining to derive interpretable models of human habits from raw sensor data. In contrast, our approach
ofers a complementary strategy by introducing an abstraction layer that standardizes and generalizes
behavior modeling across heterogeneous datasets, thereby enhancing the available data for application
in data-driven approaches across new scenarios (e.g., new flats, diverse sensors).
      </p>
      <p>Despite these advancements, achieving a unified HAR framework remains a challenge. This study
addresses this gap by introducing a standardized abstraction layer that generalizes across diferent
sensor configurations and home environments.</p>
    </sec>
    <sec id="sec-3">
      <title>3. HAR Model</title>
      <p>To allow HAR dataset integration and improve model generalization, we introduce a unified HAR model,
whose core components include:
1. 1. Physical Environment Layer: Represents real-world entities such as rooms and sensors.
• 1. Room (R): A physical space where activities occur (e.g., Kitchen, Bathroom, Bedroom).
• 2. Sensor (S): A hardware component detecting an activity (e.g., Motion Sensor, Power</p>
      <p>Sensor).
2. 2. Functional Representation Layer: Introduces Functional Areas and Detector Units to abstract
the physical environment.</p>
      <p>• 1. Functional Area (FA): Abstracts multiple rooms (or parts of the rooms) based on their
primary function (e.g., Sleeping Area, Eating Area).
• 2. Functional Unit (FU): Represents interactive objects (e.g., Bed, Sink, Refrigerator).
• 3. Detector Unit (DU): Aggregates multiple sensor readings for a specific function (e.g., PIR</p>
      <p>Presence Sensor and Door Sensor to detect presence in a functional area).
3. 3. Activity Recognition Layer: Defines Structural Human Activities based on sensor interactions.</p>
      <p>
        We selected a subset of the Katz’s Basic Activities of Daily Living [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] meaningful for elderly care
through sensor monitoring and added some activities commonly found in many datasets like
Sleep, Relax and Laundry. The set of key activities we selected includes:
• 1. Sleep (e.g., Night sleep, Napping)
• 2. Eat (e.g., Cooking, Eating meals)
• 3. Relax (e.g., Watching TV, Reading)
• 4. Personal hygiene (e.g., showering, washing hands, brushing teeth)
• 5. Toileting (e.g., Bathroom visits)
• 6. Laundry (e.g., using washing machine)
      </p>
      <p>For example, Figure 1 represents the Sleeping activity: this may occur in the bedrooms or, in the case
of a nap, in the living room. These places are denoted as a single functional area for sleeping, associated
with distinct Functional Units - the beds, the sofa and the television - which are monitored by diferent
sensors in the various rooms to provide data about activity patterns. Sensors are abstracted into generic
detector units.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Datasets and Integration Challenges</title>
      <p>The main datasets employed for Human Activity Recognition (HAR) based on ADLs are summarized in
Table 1.</p>
      <p>The variability in the datasets can contribute to the development of robust activity recognition
systems for smart homes, making the system more adaptable to diferent home environments and
individuals. On the other side, the integration of the diferent sensor-based datasets presents several
challenges. Besides mapping the physical environments into Functional Areas and abstracting raw
sensor readings into Detector Units, we needed to align sensor activations to fixed time intervals. We
opted to consider a granularity of 5 seconds. This choice was based on the predictable temporal patterns
of activities of daily living (ADLs), as well as factors like room size and elderly individuals’ walking
speed. The 5-second interval captures movements efectively without excessive granularity.</p>
      <p>Given that most datasets did not conform to the 5-second interval structure, data imputation was
applied to adjust sensor data. A forward fill method was used, with careful attention to avoid filling
extended time gaps. Moreover, class imbalance was a major issue, as certain activities (e.g., sleeping)
were much more prevalent than others. An "Other" class was introduced to handle infrequent or
x
x
x
x
x
h
c
n
u
L
t
a
E
x
x
x
x
x
r
e
n
n
i
D
t
a
E
x
x
x
x
x
x
p
e
e
l
S
p
a
N
x
a
l
e</p>
      <p>R
x
x
x
x
x
x
x
x
x
x
x
x
x
g
n
i
p
e
e
l
S
e
c
n
e
s
e
r
P
x
x
x
x
x
a
l
feRO
/
n
O
x
x
x
a
l
e
R
r
e
w
o
P
x
x
x
x
x
x
a
l
e
R
e
c
n
e
s
e
r
P
x
x
x
x
x
t
e
li
foTO
/
n
O
unclassified activities and ensure temporal continuity.</p>
      <p>Based on the selected datasets and the activities deemed relevant for our application scenarios, Tables
2 and 3 illustrate the coverage of these activities and the presence of corresponding Detector Units
within each dataset, respectively.</p>
      <p>To design the input for our network, we selected a fixed-length representation consistent with
the original datasets, which employ binary integer arrays. We retained this encoding to maintain
compatibility and ensure comparability. As illustrated in Figure 2, the array comprises 15 elements
representing Detector Units (DUs), arranged such that units within the same Functional Area (FA) are
placed adjacently to preserve spatial relationships. A final element, corresponding to the hour of the
day and normalized prior to training, is appended to complete the input vector. In the example, two
detector units associated with the sleeping functional activity are active at 5 am.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Neural Network Architecture and Training Approaches</title>
      <p>The Gated Recurrent Unit (GRU) was selected for its eficiency in handling sequence data and capturing
long-term dependencies. We employed GridSearchCV from the scikit-learn library to fine-tune
the GRU model. Key configurations identified during fine-tuning included the model’s input shape,
batch normalization for stability, GRU layers with 128, 64, and 32 units, followed by two dense layers
with swish activation, and a softmax output layer.</p>
      <p>We explored two distinct methodologies for model training: the Holistic Approach and the Reductionist
Approach.</p>
      <p>In the Holistic Approach, a single GRU model was trained on a unified dataset combining all the
datasets. The dataset was split into a training set and a testing set (30% for testing). A 3-fold
crossvalidation was applied to reduce errors arising from diferent validation sets. The goal was to create a
model capable of generalizing across diferent datasets, accommodating variations in sensor
configurations and house planimetry.</p>
      <p>
        In contrast, the Reductionist Approach leverages ensemble methods, specifically Bagging, to improve
model performance. Bagging combines the predictions of multiple independent models, referred to
as weak learners. Each GRU model was trained on a distinct subset of data from individual datasets,
and their predictions were aggregated using a majority voting mechanism. This approach addressed
class imbalance and model robustness, following the arguments by Ferrari et al. [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ] on combining
personalization with generalizable deep learning frameworks for HAR.
      </p>
    </sec>
    <sec id="sec-6">
      <title>6. Experimental Results</title>
      <p>We trained the model using the following datasets: the whole Van Kasteren dataset, OrdonezA and
OrdonezB, CasasHH101, Tapia1 and Tapia2. Here, only the main results are reported.</p>
      <p>The GRU model was trained on individual datasets and tested on others. Performance metrics showed
high loss and low evaluation scores, demonstrating the challenge of generalizing models trained on
diverse sensor configurations and data distributions. We obtained an accuracy of 0.55 and F1 score of
0.33.</p>
      <p>The Holistic Approach, using a single model trained on the entire dataset, achieved competitive
performance with an F1 score of 0.72 and accuracy 0.73.</p>
      <p>The model’s performance varied when trained on diferent datasets. Training on a rich dataset,
including Tapia2, resulted in better performance, while excluding it led to a decline in metrics.</p>
    </sec>
    <sec id="sec-7">
      <title>7. Conclusions and Future Work</title>
      <p>This study introduced a unified framework for integrating multiple datasets in Human Activity
Recognition (HAR), with a focus on monitoring Activities of Daily Living (ADL) in home environments. By
mapping rooms and sensors into a standardized abstraction layer, we mitigated dataset-specific
variations and enhanced cross-environment generalization. The proposed approach demonstrated strong
performance in recognizing key activities, in particular, with the holistic model. However, challenges
remain in improving model adaptability to new environments and sensor configurations. Future work
will extend the dataset pool to refine the abstraction process, exploring alternative machine learning
architectures for enhanced accuracy, such as Transformer-based models. Moreover, the holistic model
will be further validated in real-world deployments to assess its robustness and adaptability.</p>
    </sec>
    <sec id="sec-8">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, the author(s) used ChatGPT-4 and Grammarly for suggestions
on grammar and spelling and to improve writing style. After using these tools/services, the authors
reviewed and edited the content as needed and took full responsibility for the publication’s content.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>United</given-names>
            <surname>Nations</surname>
          </string-name>
          <article-title>Department of Economic and Social Afairs, Growing at a slower pace: World population expected to reach 9.7 billion in 2050 and could peak at nearly 11 billion around</article-title>
          2100,
          <year>2024</year>
          . URL: https://www.un.org/en/desa/ growing-slower
          <article-title>-pace-world-population-expected-</article-title>
          <string-name>
            <surname>reach-</surname>
          </string-name>
          97
          <string-name>
            <surname>-billion-</surname>
          </string-name>
          2050
          <string-name>
            <surname>-</surname>
          </string-name>
          and
          <article-title>-</article-title>
          <string-name>
            <surname>could</surname>
          </string-name>
          , accessed:
          <fpage>2025</fpage>
          -02-25.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>F.</given-names>
            <surname>Demrozi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Pravadelli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bihorac</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rashidi</surname>
          </string-name>
          ,
          <article-title>Human activity recognition using inertial, physiological and environmental sensors: A comprehensive survey</article-title>
          ,
          <source>IEEE Access 8</source>
          (
          <year>2020</year>
          )
          <fpage>210816</fpage>
          -
          <lpage>210836</lpage>
          . doi:
          <volume>10</volume>
          .1109/ACCESS.
          <year>2020</year>
          .
          <volume>3037715</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>D.</given-names>
            <surname>Bouchabou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Nguyen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Lohr</surname>
          </string-name>
          ,
          <string-name>
            <surname>B.</surname>
          </string-name>
          <article-title>LeDuc, I. Kanellos, A survey of human activity recognition in smart homes based on iot sensors algorithms: Taxonomies, challenges, and opportunities with deep learning</article-title>
          ,
          <source>Sensors</source>
          <volume>21</volume>
          (
          <year>2021</year>
          ). URL: https://www.mdpi.com/1424-8220/21/18/6037. doi:
          <volume>10</volume>
          . 3390/s21186037.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>F.</given-names>
            <surname>Veronese</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Masciadri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Comai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Matteucci</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Salice</surname>
          </string-name>
          ,
          <article-title>Behavior drift detection based on anomalies identification in home living quantitative indicators</article-title>
          ,
          <source>Technologies</source>
          <volume>6</volume>
          (
          <year>2018</year>
          )
          <article-title>16</article-title>
          . URL: http://dx.doi.org/10.3390/technologies6010016. doi:
          <volume>10</volume>
          .3390/technologies6010016.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>D.</given-names>
            <surname>Hooda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Rani</surname>
          </string-name>
          ,
          <article-title>Ontology driven human activity recognition in heterogeneous sensor measurements</article-title>
          ,
          <source>Journal of Ambient Intelligence and Humanized Computing</source>
          <volume>11</volume>
          (
          <year>2020</year>
          )
          <fpage>5947</fpage>
          -
          <lpage>5960</lpage>
          . URL: http://dx.doi.org/10.1007/s12652-020
          <article-title>-01835-0</article-title>
          . doi:
          <volume>10</volume>
          .1007/s12652-020-01835-0.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>X.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <surname>S. Zhang,</surname>
          </string-name>
          <article-title>Human activity recognition based on transformer in smart home</article-title>
          ,
          <source>in: Proceedings of the 2023 2nd Asia Conference on Algorithms, Computing and Machine Learning</source>
          ,
          <source>CACML '23</source>
          ,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA,
          <year>2023</year>
          , p.
          <fpage>520</fpage>
          -
          <lpage>525</lpage>
          . URL: https://doi.org/10.1145/3590003.3590100. doi:
          <volume>10</volume>
          .1145/3590003.3590100.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>F.</given-names>
            <surname>Salice</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Masciadri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. Di</given-names>
            <surname>Blasio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Venturelli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Comai</surname>
          </string-name>
          ,
          <article-title>Adlnet: A 1d-cnn for activity of daily living recognition in smart homes</article-title>
          , in: J.
          <string-name>
            <surname>Bravo</surname>
          </string-name>
          , G. Urzáiz (Eds.),
          <source>Proceedings of the 15th International Conference on Ubiquitous Computing &amp; Ambient Intelligence (UCAmI</source>
          <year>2023</year>
          ), Springer Nature Switzerland, Cham,
          <year>2023</year>
          , pp.
          <fpage>76</fpage>
          -
          <lpage>87</lpage>
          . URL: https://doi.org/10.1007/978-3-
          <fpage>031</fpage>
          -48642-
          <issue>5</issue>
          _8. doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>031</fpage>
          -48642-5\_8.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>D. J.</given-names>
            <surname>Cook</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. S.</given-names>
            <surname>Crandall</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. L.</given-names>
            <surname>Thomas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. C.</given-names>
            <surname>Krishnan</surname>
          </string-name>
          ,
          <article-title>Casas: A smart home in a box</article-title>
          ,
          <source>Computer</source>
          <volume>46</volume>
          (
          <year>2013</year>
          )
          <fpage>62</fpage>
          -
          <lpage>69</lpage>
          . doi:
          <volume>10</volume>
          .1109/
          <string-name>
            <surname>MC</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <volume>328</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Y.-T.</given-names>
            <surname>Chiang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.-H.</given-names>
            <surname>Lu</surname>
          </string-name>
          , J. Y.
          <string-name>
            <surname>-J. Hsu</surname>
          </string-name>
          ,
          <article-title>A feature-based knowledge transfer framework for crossenvironment activity recognition toward smart home applications</article-title>
          ,
          <source>IEEE Transactions on HumanMachine Systems</source>
          <volume>47</volume>
          (
          <year>2017</year>
          )
          <fpage>310</fpage>
          -
          <lpage>322</lpage>
          . doi:
          <volume>10</volume>
          .1109/THMS.
          <year>2016</year>
          .
          <volume>2641679</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>K. D. Feuz</surname>
            ,
            <given-names>D. J.</given-names>
          </string-name>
          <string-name>
            <surname>Cook</surname>
          </string-name>
          ,
          <article-title>Transfer learning across feature-rich heterogeneous feature spaces via feature-space remapping (fsr)</article-title>
          ,
          <source>ACM Transactions on Intelligent Systems and Technology</source>
          <volume>6</volume>
          (
          <year>2015</year>
          )
          <fpage>1</fpage>
          -
          <lpage>27</lpage>
          . URL: http://dx.doi.org/10.1145/2629528. doi:
          <volume>10</volume>
          .1145/2629528.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>G.</given-names>
            <surname>Azkune</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Almeida</surname>
          </string-name>
          , E. Agirre,
          <article-title>Cross-environment activity recognition using word embeddings for sensor and activity representation</article-title>
          ,
          <source>Neurocomputing</source>
          <volume>418</volume>
          (
          <year>2020</year>
          )
          <fpage>280</fpage>
          -
          <lpage>290</lpage>
          . URL: https://www. sciencedirect.com/science/article/pii/S0925231220313230. doi:https://doi.org/10.1016/j. neucom.
          <year>2020</year>
          .
          <volume>08</volume>
          .044.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>B.</given-names>
            <surname>Myagmar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kimura</surname>
          </string-name>
          ,
          <article-title>Heterogeneous daily living activity learning through domain invariant feature subspace</article-title>
          ,
          <source>IEEE Transactions on Big Data</source>
          <volume>7</volume>
          (
          <year>2021</year>
          )
          <fpage>922</fpage>
          -
          <lpage>929</lpage>
          . doi:
          <volume>10</volume>
          .1109/TBDATA.
          <year>2020</year>
          .
          <volume>2977626</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>A. R.</given-names>
            <surname>Sanabria</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Zambonelli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Ye</surname>
          </string-name>
          ,
          <article-title>Unsupervised domain adaptation in activity recognition: A gan-based approach</article-title>
          ,
          <source>IEEE Access 9</source>
          (
          <year>2021</year>
          )
          <fpage>19421</fpage>
          -
          <lpage>19438</lpage>
          . doi:
          <volume>10</volume>
          .1109/ACCESS.
          <year>2021</year>
          .
          <volume>3053704</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>M.</given-names>
            <surname>Alirezaie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Renoux</surname>
          </string-name>
          ,
          <string-name>
            <given-names>U.</given-names>
            <surname>Köckemann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kristofersson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Karlsson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Blomqvist</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Tsiftes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Voigt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Loutfi</surname>
          </string-name>
          ,
          <article-title>An ontology-based context-aware system for smart homes: E-care@home</article-title>
          ,
          <source>Sensors</source>
          <volume>17</volume>
          (
          <year>2017</year>
          ). URL: https://www.mdpi.com/1424-8220/17/7/1586. doi:
          <volume>10</volume>
          .3390/s17071586.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>Z. E.</given-names>
            <surname>Wemlinger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. B.</given-names>
            <surname>Holder</surname>
          </string-name>
          ,
          <article-title>Cross-environment activity recognition using a shared semantic vocabulary</article-title>
          ,
          <source>Pervasive and Mobile Computing</source>
          <volume>51</volume>
          (
          <year>2018</year>
          )
          <fpage>150</fpage>
          -
          <lpage>159</lpage>
          . URL: https://www.sciencedirect. com/science/article/pii/S1574119218302621. doi:https://doi.org/10.1016/j.pmcj.
          <year>2018</year>
          .
          <volume>10</volume>
          .004.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>J.</given-names>
            <surname>Ye</surname>
          </string-name>
          , Slearn:
          <article-title>Shared learning human activity labels across multiple datasets (</article-title>
          <year>2018</year>
          )
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          . doi:
          <volume>10</volume>
          . 1109/PERCOM.
          <year>2018</year>
          .
          <volume>8444594</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>J.</given-names>
            <surname>Ye</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Dobson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Zambonelli</surname>
          </string-name>
          ,
          <article-title>Xlearn: Learning activity labels across heterogeneous datasets</article-title>
          ,
          <source>ACM Trans. Intell. Syst. Technol</source>
          .
          <volume>11</volume>
          (
          <year>2020</year>
          ). URL: https://doi.org/10.1145/3368272. doi:
          <volume>10</volume>
          .1145/ 3368272.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>J.</given-names>
            <surname>Ye</surname>
          </string-name>
          ,
          <article-title>Shared learning activity labels across heterogeneous datasets</article-title>
          ,
          <source>Journal of Ambient Intelligence and Smart Environments</source>
          <volume>13</volume>
          (
          <year>2021</year>
          )
          <fpage>77</fpage>
          -
          <lpage>94</lpage>
          . URL: http://dx.doi.org/10.3233/AIS-210590. doi:
          <volume>10</volume>
          . 3233/ais-210590.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>D.</given-names>
            <surname>Cook</surname>
          </string-name>
          ,
          <article-title>Learning setting-generalized activity models for smart spaces</article-title>
          ,
          <source>IEEE Intelligent Systems</source>
          <volume>27</volume>
          (
          <year>2012</year>
          )
          <fpage>32</fpage>
          -
          <lpage>38</lpage>
          . doi:
          <volume>10</volume>
          .1109/MIS.
          <year>2010</year>
          .
          <volume>112</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>D. J.</given-names>
            <surname>Cook</surname>
          </string-name>
          ,
          <article-title>Transfer learning for activity recognition: A survey</article-title>
          ,
          <source>Knowl Inf Syst</source>
          <volume>36</volume>
          ,
          <fpage>537</fpage>
          -
          <lpage>556</lpage>
          (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>A.</given-names>
            <surname>Masciadri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Comai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Salice</surname>
          </string-name>
          , Smare:
          <article-title>Semi-supervised method for activities of daily living recognition</article-title>
          ,
          <source>in: 2019 IEEE International Conference on Systems, Man and Cybernetics</source>
          (SMC),
          <year>2019</year>
          , pp.
          <fpage>3403</fpage>
          -
          <lpage>3409</lpage>
          . doi:
          <volume>10</volume>
          .1109/SMC.
          <year>2019</year>
          .
          <volume>8914279</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Hao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Yang</surname>
          </string-name>
          , H. Liu,
          <article-title>Optimal search mapping among sensors in heterogeneous smart homes</article-title>
          ,
          <source>Mathematical Biosciences and Engineering</source>
          <volume>20</volume>
          (
          <year>2022</year>
          )
          <fpage>1960</fpage>
          -
          <lpage>1980</lpage>
          . URL: http://dx.doi. org/10.3934/mbe.2023090. doi:
          <volume>10</volume>
          .3934/mbe.2023090.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bertrand</surname>
          </string-name>
          , B. Van den Abbeele, S. Veneruso,
          <string-name>
            <given-names>F.</given-names>
            <surname>Leotta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mecella</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Serral</surname>
          </string-name>
          ,
          <article-title>A survey on the application of process mining to smart spaces data</article-title>
          , in: M.
          <string-name>
            <surname>Montali</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Senderovich</surname>
          </string-name>
          , M. Weidlich (Eds.),
          <source>Process Mining Workshops</source>
          , Springer Nature Switzerland, Cham,
          <year>2023</year>
          , pp.
          <fpage>57</fpage>
          -
          <lpage>70</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>F.</given-names>
            <surname>Leotta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mecella</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Mendling</surname>
          </string-name>
          ,
          <article-title>Applying process mining to smart spaces: Perspectives and research challenges</article-title>
          , in: A.
          <string-name>
            <surname>Persson</surname>
          </string-name>
          , J. Stirna (Eds.),
          <source>Advanced Information Systems Engineering Workshops</source>
          , Springer International Publishing, Cham,
          <year>2015</year>
          , pp.
          <fpage>298</fpage>
          -
          <lpage>304</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>S.</given-names>
            <surname>Katz</surname>
          </string-name>
          ,
          <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</source>
          <volume>31</volume>
          (
          <year>1983</year>
          )
          <fpage>721</fpage>
          -
          <lpage>727</lpage>
          . URL: http://dx.doi. org/10.1111/j.1532-
          <fpage>5415</fpage>
          .
          <year>1983</year>
          .tb03391.x. doi:
          <volume>10</volume>
          .1111/j.1532-
          <fpage>5415</fpage>
          .
          <year>1983</year>
          .tb03391.x.
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <surname>T. van Kasteren</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Noulas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Englebienne</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Kröse</surname>
          </string-name>
          ,
          <article-title>Accurate activity recognition in a home setting</article-title>
          ,
          <source>in: Proceedings of the 10th International Conference on Ubiquitous Computing</source>
          , UbiComp '08,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA,
          <year>2008</year>
          , p.
          <fpage>1</fpage>
          -
          <lpage>9</lpage>
          . URL: https://doi.org/ 10.1145/1409635.1409637. doi:
          <volume>10</volume>
          .1145/1409635.1409637.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>E. M.</given-names>
            <surname>Tapia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. S.</given-names>
            <surname>Intille</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Larson</surname>
          </string-name>
          ,
          <article-title>Activity Recognition in the Home Using Simple</article-title>
          and Ubiquitous Sensors, Springer Berlin Heidelberg, Berlin,
          <year>2004</year>
          , p.
          <fpage>158</fpage>
          -
          <lpage>175</lpage>
          . URL: http://dx.doi.org/10.1007/ 978-3-
          <fpage>540</fpage>
          -24646-6_
          <fpage>10</fpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>540</fpage>
          -24646-6\_
          <fpage>10</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>F. J.</given-names>
            <surname>Ordóñez</surname>
          </string-name>
          ,
          <string-name>
            <surname>P. De Toledo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Sanchis</surname>
          </string-name>
          ,
          <article-title>Activity recognition using hybrid generative/discriminative models on home environments using binary sensors</article-title>
          ,
          <source>Sensors</source>
          <volume>13</volume>
          (
          <year>2013</year>
          )
          <fpage>5460</fpage>
          -
          <lpage>5477</lpage>
          . URL: https: //www.mdpi.com/1424-8220/13/5/5460. doi:
          <volume>10</volume>
          .3390/s130505460.
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ferrari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Micucci</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mobilio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Napoletano</surname>
          </string-name>
          ,
          <article-title>Deep learning and model personalization in sensor-based human activity recognition</article-title>
          ,
          <source>Journal of Reliable Intelligent Envi-</source>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>