1. What is the main objective of the system designed to monitor the deviated activity behavior of nursing home residents?
The main objective of the system designed to monitor the deviated activity behavior of nursing home residents is to identify the residents' activity behavior and determine the irregular activity behaviors. The system aims to differentiate their activity between private and group activity when computing their deviated activity behavior. It also addresses the constraints of monitoring residents' activity behavior in a nursing home, such as the building structure and the influence of group activities or community. The system does not have ground truth on the data collected, resulting in the accuracy of the system output not being validated. Additionally, the identity of the nursing home residents is anonymized to comply with the Singapore Personal Data Protection Act. Therefore, unsupervised knowledge extraction is more desired when compared to the supervised knowledge extraction model. The system uses a building-scale monitoring system, wearable card tags with Bluetooth beacons, and a data fusion method to generate the hybrid norm based on individual and group norms. This allows for the extraction and analysis of deviated activity behavior, which does not follow the normal daily pattern of a resident. The system's key contributions include studying the resident's activity behavior in a nursing home, proposing a data fusion method to identify the daily norm, and performing empirical analysis on the deviated activity behavior using rules-based classification.
read more
2. What are the four common types of monitoring techniques?
The four common types of monitoring techniques are people-driven, event-driven, location-driven, and data-driven. People-driven techniques use humans as the main source of generating information, often involving sensors in wearable devices. Event-driven techniques focus on daily life activities and use models like HMM and LSTM to detect deviations. Location-driven techniques involve installing sensors in specific areas, such as motion sensors and RFID sensors. Data-driven techniques combine various information sources, including physical sensors and cyber data sources, to infer human behavior.
read more
3. What are common methodologies in studying deviated activity behavior?
Common methodologies in studying deviated activity behavior include prediction model, state estimation model, and clustering and exploration model. Prediction models use statistics to predict potential activity behavior and label deviated behavior if predictions do not match outcomes. Recent methods like LSTM and other statistical models are used for prediction. State estimation models map user behavior into system states, requiring human intervention for mapping. Examples include SOM and HMM models. Clustering and exploration models use steps to extract insights, often used without ground-truth. Examples include hybrid k-means clustering and isolation forest. Each method has its drawbacks, such as the need for large data in prediction models and domain knowledge in clustering models.
read more
4. What components are included in the proposed hardware setup?
The proposed hardware setup comprises of card tags with BLE beacons and beacon receivers. The Bluetooth beacon card model, shown in Fig. 1a, is capable of transmitting beacon every 1000ms using Nordic nRF52 chip with a range of up to 40 meters. Each room has a beacon receiver installed to pick up the Bluetooth beacon transmitted. A unique identifier is assigned to each card tag to filter out irrelevant Bluetooth devices. The building consists of 4 levels, with the top 2 levels serving as the residential area and the lower 2 levels as the staff area and basement level 1. Over 138 Bluetooth beacon receivers are installed to monitor residents' activity behavior. A total of 50 residents within the nursing home participate in the study. The beacon receiver uses RedBear Duo to transmit the collected Bluetooth beacon list to the local server for further processing.
read more