Jiang, Weiwei
SitPose: Real-Time Detection of Sitting Posture and Sedentary Behavior Using Ensemble Learning With Depth Sensor
Jin, Hang, He, Xin, Wang, Lingyun, Zhu, Yujun, Jiang, Weiwei, Zhou, Xiaobo
Abstract-- Poor sitting posture can lead to various work-related musculoskeletal disorders (WMSDs). Office employees spend approximately 81.8% of their working time seated, and sedentary behavior can result in chronic diseases such as cervical spondylosis and cardiovascular diseases. Our results show that the ensemble learning model based on the soft voting mechanism achieves the highest F1 score of 98.1%. Finally, we deployed the SitPose system based on this ensemble model to encourage better sitting posture and to reduce sedentary habits. Office workers typically remain seated throughout their provided insights into the health implications of prolonged workday due to the nature of their tasks and various other sedentary lifestyles. Consequently, many experience backaches, primarily cohort of 360,047 participants from the UK Biobank, delved due to their poor sitting posture and prolonged sedentary into the relationship between sedentary behavior (exceeding 6 habits. Furthermore, prolonged sitting can aims to mitigate such risks by introducing a novel double the risk of developing diabetes, as well as contribute to sitting posture health detection system that utilizes visual the accumulation of abdominal fat, leading to health problems detection technology to provide interactive reminders. The RoSeFi [5] system between increased durations of sedentary behavior in adopted WiFi channel state information to monitor sedentary the workplace and a decline in self-reported general health status.
Real-Time Fall Detection Using Smartphone Accelerometers and WiFi Channel State Information
Wang, Lingyun, Su, Deqi, Zhang, Aohua, Zhu, Yujun, Jiang, Weiwei, He, Xin, Yang, Panlong
In recent years, as the population ages, falls have increasingly posed a significant threat to the health of the elderly. We propose a real-time fall detection system that integrates the inertial measurement unit (IMU) of a smartphone with optimized Wi-Fi channel state information (CSI) for secondary validation. Initially, the IMU distinguishes falls from routine daily activities with minimal computational demand. Subsequently, the CSI is employed for further assessment, which includes evaluating the individual's post-fall mobility. This methodology not only achieves high accuracy but also reduces energy consumption in the smartphone platform. An Android application developed specifically for the purpose issues an emergency alert if the user experiences a fall and is unable to move. Experimental results indicate that the CSI model, based on convolutional neural networks (CNN), achieves a detection accuracy of 99%, \revised{surpassing comparable IMU-only models, and demonstrating significant resilience in distinguishing between falls and non-fall activities.
An Evaluation of Machine Learning and Deep Learning Models for Drought Prediction using Weather Data
Jiang, Weiwei, Luo, Jiayun
Drought is a serious natural disaster that has a long duration and a wide range of influence. To decrease the drought-caused losses, drought prediction is the basis of making the corresponding drought prevention and disaster reduction measures. While this problem has been studied in the literature, it remains unknown whether drought can be precisely predicted or not with machine learning models using weather data. To answer this question, a real-world public dataset is leveraged in this study and different drought levels are predicted using the last 90 days of 18 meteorological indicators as the predictors. In a comprehensive approach, 16 machine learning models and 16 deep learning models are evaluated and compared. The results show no single model can achieve the best performance for all evaluation metrics simultaneously, which indicates the drought prediction problem is still challenging. As benchmarks for further studies, the code and results are publicly available in a Github repository.
Graph Neural Network for Traffic Forecasting: A Survey
Jiang, Weiwei, Luo, Jiayun
Traffic forecasting is important for the success of intelligent transportation systems. Deep learning models, including convolution neural networks and recurrent neural networks, have been extensively applied in traffic forecasting problems to model spatial and temporal dependencies. In recent years, to model the graph structures in transportation systems as well as contextual information, graph neural networks have been introduced and have achieved state-of-the-art performance in a series of traffic forecasting problems. In this survey, we review the rapidly growing body of research using different graph neural networks, e.g. graph convolutional and graph attention networks, in various traffic forecasting problems, e.g. road traffic flow and speed forecasting, passenger flow forecasting in urban rail transit systems, and demand forecasting in ride-hailing platforms. We also present a comprehensive list of open data and source resources for each problem and identify future research directions. To the best of our knowledge, this paper is the first comprehensive survey that explores the application of graph neural networks for traffic forecasting problems. We have also created a public GitHub repository where the latest papers, open data, and source resources will be updated.