July 22nd, 2025
This study employed voice signal analysis and machine learning methods, utilizing MATLAB to extract distinctive voice features for non-invasive early detection of asthma. The Support Vector Machine (SVM) and Random Forest (RF) algorithms demonstrated comparable performance in terms of overall classification accuracy, although SVM may achieve a better balance between sensitivity and specificity.
- I'll discussed the most recent developments and the current experimental challenges in this field next. Current technologies use AI-driven voice analysis, motioning techniques like and SVM, signal processing tools such as MFCC, and variable acoustic sensors to detect disease-related patterns in sound signals. Current challenges in clinical translation of voice-based diagnostics includes scarce data, limited model generalization, privacy ethics, conflicts, and interoperability barriers.
[Instructor] To begin, open the command line tool and clone the GitHub repository to the local machine. Go to the official Python website to install Python on the machine. After installing Python, install the required Python libraries using requirements.txt file. Alternatively, if the text file is not available, install the necessary libraries manually using the given command. Then install PyCharm from its official website. Now, locate the main script files in the cloned repository. Use PyCharm or a text editor to open the Python files and review their contents and structure. To configure the dataset, verify that the data files required by the code are available and saved in the Excel format. Update the file paths in the scripts to match the actual file locations on the system. After identifying the main script, run the code using the appropriate command for that script. During execution, the code will load the data, train the machine learning models, and display results such as accuracy, confusion matrix, and the receiver operating characteristic, or ROC curve. This figure presents the confusion matrices for the support vector machine or SVM model and the random forest or RF model, showing their classification results for asthma and healthy control subjects. The SVM model accurately classified 14 asthma subjects and 12 healthy controls out of 30 samples in the confusion matrix. The RF model also correctly predicted 14 asthma cases and 12 healthy controls, showing comparable classification results. The SVM model achieved a higher area under the curve value of 0.95 in the ROC analysis, reflecting superior classification performance. Both SVM and RF models achieved an identical overall classification accuracy of 87% on the test dataset. In class-wise performance, the SVM model showed higher recall in the asthma group at 0.93, but lower recall in the healthy control group at 0.80, suggesting that while SVM is effective at identifying asthma, it may misclassify some healthy individuals. The RF model achieved the same recall values of 0.93 for asthma and 0.80 for healthy controls, indicating that both models have similar sensitivity and are equally capable of identifying positive cases.
View the full transcript and gain access to thousands of scientific videos
This study investigates the use of AI-driven voice analysis and machine learning techniques for the non-invasive early detection of asthma. By employing Support Vector Machine (SVM) and Random Forest (RF) algorithms, the research demonstrates comparable classification accuracy in identifying asthma cases.
Voice signal processing combined with machine learning offers a scalable, non-invasive approach for early asthma detection, addressing a critical need for objective, reproducible diagnostics in respiratory disease research. By leveraging quantitative voice features and robust classification models, this workflow enhances predictive confidence at the target validation and assay development stages. The methodology supports portfolio-wide risk reduction by enabling standardized, data-driven decision-making in biomarker discovery and translational research.
This workflow integrates from early discovery through lead identification and preclinical validation, leveraging voice signal analytics and machine learning for robust biomarker development.