Zing Forum

Reading

A-VISS: An Intelligent Nurse Stress Monitoring System Based on CNN-LSTM

A-VISS is a prototype nurse stress monitoring system for medical scenarios, which uses multimodal physiological signals and a Subject-Dependent CNN-LSTM deep learning model to achieve personalized stress level classification and visual monitoring.

护士压力监测CNN-LSTM多模态生理信号Streamlit深度学习医疗健康可穿戴设备Subject-Dependent
Published 2026-06-08 17:43Recent activity 2026-06-08 17:48Estimated read 6 min
A-VISS: An Intelligent Nurse Stress Monitoring System Based on CNN-LSTM
1

Section 01

[Introduction] A-VISS: Prototype of an Intelligent Nurse Stress Monitoring System Based on CNN-LSTM

A-VISS is a prototype nurse stress monitoring system for medical scenarios, which uses multimodal physiological signals and a Subject-Dependent CNN-LSTM deep learning model to achieve personalized stress level classification and visual monitoring. This project was developed by students from the Information Systems program at Hasanuddin University (as an undergraduate thesis project) and released on GitHub on June 8, 2026 (project name: AVISS_Project, link: https://github.com/Jnxx02/AVISS_Project).

2

Section 02

Project Background and Significance

The high-pressure environment in the medical industry poses severe challenges to nurses' physical and mental health. Long-term stress affects care quality, leads to burnout, and causes staff turnover. Traditional stress assessment relies on subjective questionnaires or regular physical examinations, which are difficult to implement for real-time continuous monitoring. A-VISS was developed to address this need, aiming to build an automated monitoring and early warning system using wearable sensors and deep learning technology.

3

Section 03

Core Technologies and Implementation Methods

Multimodal Physiological Signal Collection

Integrates four key indicators: Heart Rate (HR), Electrodermal Activity (EDA), Skin Temperature (TEMP), and 3-axis accelerometer (X/Y/Z) to form a comprehensive stress sensing network.

Subject-Dependent CNN-LSTM Model

Adopts an individual-dependent strategy (training based on each nurse's physiological baseline), combining CNN to extract local features and temporal patterns, and LSTM to model long-term temporal dependencies, adapting to multi-channel time series data.

Technology Stack

Component Technology Selection Purpose
Programming Language Python Full-stack development
Deep Learning Framework TensorFlow / Keras Model training and inference
Machine Learning Library Scikit-Learn Data preprocessing and evaluation
Web Framework Streamlit Interactive interface construction
Visualization Plotly Dynamic chart display
4

Section 04

Model Performance (Evidence)

A-VISS achieved the following performance on the test dataset:

  • Accuracy: 85%
  • Weighted F1 Score: 86%

These metrics indicate that the Subject-Dependent strategy combined with the CNN-LSTM architecture has good practical value in nurse stress recognition tasks.

5

Section 05

Application Scenarios and Academic Value

Application Scenarios

  1. Pre-shift health screening: Ensure nurses are in good physical and mental condition
  2. Real-time monitoring during high-intensity work: Deployment in high-pressure departments such as emergency rooms and ICUs
  3. Long-term occupational health management: Track stress trends to support human resource decisions

Academic Value

As an undergraduate thesis project at Hasanuddin University (thesis title: "Rancang Bangun Prototype A-VISS untuk Klasifikasi Stres Perawat Menggunakan Pendekatan Subject-Dependent CNN-LSTM"), it provides a reference implementation for the application of deep learning in the medical and health field.

6

Section 06

Future Improvement Directions

Future optimization directions:

  1. Integrate more physiological signals (e.g., Heart Rate Variability (HRV))
  2. Introduce edge computing to enable local inference
  3. Develop a mobile application to improve portability