Machine learning-based algorithms for at-home respiratory disease monitoring and respiratory assessment

Negar Orangi-Fard,Alexandru Bogdan,Hersh Sagreiya
2024-09-05
Abstract:Respiratory diseases impose a significant burden on global health, with current diagnostic and management practices primarily reliant on specialist clinical testing. This work aims to develop machine learning-based algorithms to facilitate at-home respiratory disease monitoring and assessment for patients undergoing continuous positive airway pressure (CPAP) therapy. Data were collected from 30 healthy adults, encompassing respiratory pressure, flow, and dynamic thoraco-abdominal circumferential measurements under three breathing conditions: normal, panting, and deep breathing. Various machine learning models, including the random forest classifier, logistic regression, and support vector machine (SVM), were trained to predict breathing types. The random forest classifier demonstrated the highest accuracy, particularly when incorporating breathing rate as a feature. These findings support the potential of AI-driven respiratory monitoring systems to transition respiratory assessments from clinical settings to home environments, enhancing accessibility and patient autonomy. Future work involves validating these models with larger, more diverse populations and exploring additional machine learning techniques.
Machine Learning
What problem does this paper attempt to address?
The problem this paper attempts to address is: how to utilize machine learning algorithms to achieve respiratory disease monitoring and assessment in a home environment, particularly for patients undergoing Continuous Positive Airway Pressure (CPAP) therapy. Current diagnostic and management methods primarily rely on specialized clinical tests, which limit accessibility, delay diagnosis, and make continuous monitoring difficult. By developing machine learning models capable of accurately predicting respiratory types in a home environment, the management of respiratory diseases and patient autonomy can be improved. Specifically, the goals of the paper include: 1. **Develop machine learning algorithms**: Train models such as Random Forest classifier, Logistic Regression, and Support Vector Machine (SVM) to predict three types of breathing: normal breathing, rapid breathing, and deep breathing. 2. **Improve model accuracy**: Enhance the predictive performance of the models by introducing respiratory rate as a feature. 3. **Validate model effectiveness**: Evaluate the performance of the models using Leave-One-Out Cross-Validation (LOOCV) and K-fold Cross-Validation (K-fold CV). 4. **Explore practical application potential**: Investigate the practical application potential of these models for monitoring respiratory diseases in a home environment to improve patient self-management and the efficiency of the healthcare system. Through these objectives, the paper aims to promote the transition of respiratory disease monitoring from clinical settings to home environments, thereby enhancing the accessibility of healthcare services and patient autonomy.