Hearing Your Blood Sugar: Non-Invasive Glucose Measurement Through Simple Vocal Signals, Transforming any Speech into a Sensor with Machine Learning

Nihat Ahmadli,Mehmet Ali Sarsil,Onur Ergen
2024-08-15
Abstract:Effective diabetes management relies heavily on the continuous monitoring of blood glucose levels, traditionally achieved through invasive and uncomfortable methods. While various non-invasive techniques have been explored, such as optical, microwave, and electrochemical approaches, none have effectively supplanted these invasive technologies due to issues related to complexity, accuracy, and cost. In this study, we present a transformative and straightforward method that utilizes voice analysis to predict blood glucose levels. Our research investigates the relationship between fluctuations in blood glucose and vocal characteristics, highlighting the influence of blood vessel dynamics during voice production. By applying advanced machine learning algorithms, we analyzed vocal signal variations and established a significant correlation with blood glucose levels. We developed a predictive model using artificial intelligence, based on voice recordings and corresponding glucose measurements from participants, utilizing logistic regression and Ridge regularization. Our findings indicate that voice analysis may serve as a viable non-invasive alternative for glucose monitoring. This innovative approach not only has the potential to streamline and reduce the costs associated with diabetes management but also aims to enhance the quality of life for individuals living with diabetes by providing a painless and user-friendly method for monitoring blood sugar levels.
Machine Learning,Sound,Audio and Speech Processing
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to develop a non - invasive blood - glucose monitoring method to replace the traditional invasive and uncomfortable blood - glucose measurement means. Specifically, the research aims to predict blood - glucose levels by analyzing voice signals, thereby providing a painless, convenient and user - friendly blood - glucose monitoring method. ### Research Background Effective management of diabetes depends on continuous monitoring of blood - glucose levels. Traditional methods usually require invasive means such as finger - prick blood tests to obtain blood - glucose data. This method not only makes patients feel uncomfortable but also may cause the risk of infection. Although a variety of non - invasive techniques (such as optical, microwave and electrochemical methods) have been explored, these methods have not been able to completely replace the traditional invasive techniques due to complexity, accuracy and cost issues. ### Solution This paper proposes an innovative method, that is, predicting blood - glucose levels through voice analysis. Research shows that blood - glucose fluctuations will affect the physical properties of the vocal organs and related tissues, thus changing voice characteristics. Using machine - learning algorithms, researchers analyzed the changes in voice signals and established a prediction model that is significantly related to blood - glucose levels. ### Method Overview 1. **Data Collection**: Voice recordings and corresponding blood - glucose level data were collected from 49 participants. Among them, 6 participants had type 1 diabetes. 2. **Voice Feature Extraction**: 596 voice parameters including glottal features, vocalization features and prosodic features were extracted using the Disvoice library in Python. 3. **Feature Selection and Dimensionality Reduction**: 124 features highly correlated with the target variable were selected through correlation analysis, and principal component analysis (PCA) was applied to further reduce the number of features to 8 principal components. 4. **Model Training**: A classification model was trained by using Logistic Regression (LR) combined with Ridge regularization to distinguish hyperglycemia (> 100 mg/dL) from hypoglycemia (< 100 mg/dL). 5. **Model Evaluation**: The generalization ability of the model was evaluated by Leave - One - Out Cross - Validation (LOOCV). ### Main Contributions - Proposed a new method for non - invasive blood - glucose monitoring using voice analysis. - Demonstrated a significant correlation between voice features and blood - glucose levels through a machine - learning model. - Provided a potential, more convenient and low - cost diabetes management tool, which is helpful to improve the quality of life of patients. ### Formula Display The core formulas of the Logistic Regression model are as follows: Linear combination: \[ z=\theta_0+\theta_1x_1+\theta_2x_2+\cdots+\theta_nx_n \] Probability calculation (Sigmoid function): \[ p = \frac{1}{1+e^{-(\theta_0+\theta_1x_1+\theta_2x_2+\cdots+\theta_nx_n)}} \] Loss function (cross - entropy loss): \[ \mathcal{L}(y_i,p_i)=-\frac{1}{m}\sum_{i = 0}^{m}[y_i\cdot\log(p_i)+(1 - y_i)\cdot\log(1 - p_i)] \] Through these methods, the research provides a promising direction for non - invasive blood - glucose monitoring and is expected to improve the daily management and quality of life of diabetes patients.