Large Language Models for Cuffless Blood Pressure Measurement From Wearable Biosignals

Zengding Liu,Chen Chen,Jiannong Cao,Minglei Pan,Jikui Liu,Nan Li,Fen Miao,Ye Li
2024-07-05
Abstract:Large language models (LLMs) have captured significant interest from both academia and industry due to their impressive performance across various textual tasks. However, the potential of LLMs to analyze physiological time-series data remains an emerging research field. Particularly, there is a notable gap in the utilization of LLMs for analyzing wearable biosignals to achieve cuffless blood pressure (BP) measurement, which is critical for the management of cardiovascular diseases. This paper presents the first work to explore the capacity of LLMs to perform cuffless BP estimation based on wearable biosignals. We extracted physiological features from electrocardiogram (ECG) and photoplethysmogram (PPG) signals and designed context-enhanced prompts by combining these features with BP domain knowledge and user information. Subsequently, we adapted LLMs to BP estimation tasks through fine-tuning. To evaluate the proposed approach, we conducted assessments of ten advanced LLMs using a comprehensive public dataset of wearable biosignals from 1,272 participants. The experimental results demonstrate that the optimally fine-tuned LLM significantly surpasses conventional task-specific baselines, achieving an estimation error of 0.00 $\pm$ 9.25 mmHg for systolic BP and 1.29 $\pm$ 6.37 mmHg for diastolic BP. Notably, the ablation studies highlight the benefits of our context enhancement strategy, leading to an 8.9% reduction in mean absolute error for systolic BP estimation. This paper pioneers the exploration of LLMs for cuffless BP measurement, providing a potential solution to enhance the accuracy of cuffless BP measurement.
Signal Processing,Artificial Intelligence,Computation and Language
What problem does this paper attempt to address?
The problem this paper attempts to address is the use of large language models (LLMs) to analyze wearable biosignals for cuffless blood pressure measurement. Specifically, the paper aims to explore the capability of LLMs in estimating cuffless blood pressure based on wearable biosignals and to improve their accuracy through instruction tuning. ### Main Issues 1. **Limitations of Traditional Blood Pressure Measurement Methods**: - Traditional blood pressure measurement methods rely on cuff-based techniques, such as oscillometry and auscultation, which have issues of discomfort, inconvenience, and intermittent measurement. - Cuffless blood pressure measurement technology can provide better comfort, non-intrusiveness, and continuous monitoring capabilities, but existing methods still have shortcomings in complex pattern recognition and interaction relationships. 2. **Potential of Large Language Models in Physiological Time Series Data Analysis**: - LLMs perform excellently in handling text tasks, but their application in physiological time series data analysis is still in its emerging stage. - Particularly, there is limited research on using LLMs to analyze wearable biosignals for cuffless blood pressure measurement. ### Solutions 1. **Feature Extraction**: - Extract physiological features from electrocardiogram (ECG) and photoplethysmogram (PPG) signals. - These features include parameters related to cardiac output, peripheral resistance, and arterial stiffness. 2. **Context-Enhanced Prompt Design**: - Design context-enhanced prompts that combine physiological features, blood pressure domain knowledge, and user information. - Gradually increase contextual information to improve the adaptability of LLMs to the blood pressure estimation task. 3. **Model Tuning**: - Adapt pre-trained LLMs to the blood pressure estimation task through instruction tuning. - Conduct experiments using multiple advanced LLMs to evaluate their performance. ### Experimental Results - The experimental results show that the tuned LLMs significantly outperform traditional task-specific baseline models. - The best-tuned LLMs have an error of 0.00 ± 9.25 mmHg in systolic blood pressure estimation and an error of 1.29 ± 6.37 mmHg in diastolic blood pressure estimation. - Ablation studies indicate that the context-enhanced strategy significantly improves model performance, particularly in systolic blood pressure estimation, with the mean absolute error reduced by 8.9%. ### Conclusion This paper is the first to explore the application of LLMs in cuffless blood pressure measurement, providing a potential solution to improve the accuracy of cuffless blood pressure measurement. Through context-enhanced prompt design and instruction tuning, LLMs can effectively capture the complex relationship between biosignals and blood pressure values, thereby improving the accuracy of blood pressure estimation.