Internet-of-Things-Enabled Data Fusion Method for Sleep Healthcare Applications

Fan Yang,Qilu Wu,Xiping Hu,Jiancong Ye,Yuting Yang,Haocong Rao,Rong Ma,Bin Hu
DOI: https://doi.org/10.1109/jiot.2021.3067905
IF: 10.6
2021-11-01
IEEE Internet of Things Journal
Abstract:The Internet of Medical Things (IoMT) aims to exploit the Internet-of-Things (IoT) techniques to provide better medical treatment scheme for patients with smart, automatic, timely, and emotion-aware clinical services. One of the IoMT instances is applying IoT techniques to sleep-aware smartphones or wearable devices' applications to provide better sleep healthcare services. As we all know, sleep is vital to our daily health. What is more, studies have shown a strong relationship between sleep difficulties and various diseases such as COVID-19. Therefore, leveraging IoT techniques to develop a longer lifetime sleep healthcare IoMT system, with a tradeoff between data transferring/processing speed and battery energy efficiency, to provide longer time services for bad sleep condition persons, especially the COVID-19 patients or survivors, is a meaningful research topic. In this study, we propose an IoT-enabled sleep data fusion networks (SDFN) module with a star topology Bluetooth network to fuse data of sleep-aware applications. A machine learning model is built to detect sleep events through an audio signal. We design two data reprocessing mechanisms running on our IoT devices to alleviate the data jam problem and save the IoT devices' battery energy. The experiments manifest that the presented module and mechanisms can save the energy of the system and alleviate the data jam problem of the device.
computer science, information systems,telecommunications,engineering, electrical & electronic
What problem does this paper attempt to address?
The main problem this paper attempts to address is the development of a sleep health monitoring system using Internet of Things (IoT) technology that can extend the lifespan of the device to provide longer service, especially for people with poor sleep quality, particularly COVID-19 patients or survivors. Specifically, the paper proposes the following points: 1. **Data Fusion and Transmission Efficiency**: Existing sleep monitoring applications typically send data to remote servers via Wi-Fi, which leads to high battery consumption and limits the device's usage time. Therefore, the paper proposes a data fusion module based on a Bluetooth network (SDFN), which fuses data collected from multiple devices at a central node and sends the fused data to a remote server via a wired connection, thereby reducing battery consumption. 2. **Data Processing Mechanisms**: To further improve battery efficiency and alleviate data congestion issues, the paper designs two data preprocessing mechanisms: - **SPL-Based Audio Data Reducing Mechanism**: This mechanism saves battery energy by reducing unnecessary audio data transmission. - **Signal-Power-Based Audio Data Selection Mechanism**: This mechanism selectively transmits audio data based on signal strength, further reducing the data upload burden on the central node. 3. **Sleep Event Detection**: The paper constructs a machine learning model (SleepDetCNN) to detect sleep events (such as snoring and coughing) through audio data and provide advanced information support for the data preprocessing mechanisms. 4. **System Model**: The paper proposes a new multimodal sleep data analysis system (DF-MSAS) based on the iSmile platform, which combines the aforementioned data fusion module and data preprocessing mechanisms. This system can more efficiently analyze sleep data and provide services such as sleep advice, smart alarm recommendations, and sleep quality scoring. In summary, the main goal of this paper is to extend the lifespan of sleep monitoring devices and improve system energy efficiency by optimizing data transmission and processing mechanisms, providing better support for addressing sleep issues, particularly for COVID-19 patients.