用LLM+分析工具实现可信赖的生理信号心率估算
An LLM-Powered Agent for Physiological Data Analysis: A Case Study on PPG-based Heart Rate Estimation
- 设计智能代理融合用户交互与解析工具,处理连续波形数据
- 在PPG数据上心率估计误差显著低于GPT-4o和GPT-4o-mini
- 适合医疗健康领域需高可靠性的时序数据分析场景
大型语言模型(LLMs)正推动医疗诊断、患者护理与决策支持的革新。近期,其被用于可穿戴设备等生理时序数据的健康洞察提取。现有方法直接将原始数值序列嵌入提示,超出令牌限制且计算成本高;部分研究通过文本化特征或多模态方式整合,但常因LLM分析能力有限导致输出泛化且不可靠。本文开发了一款基于OpenCHA框架的LLM驱动智能代理,采用GPT-3.5-turbo模型,通过协调器整合用户交互、数据源与分析工具,提升健康洞察准确性。以远程监测研究中的PPG与心电图(ECG)数据集为案例,评估其对心率(HR)的估计性能。以ECG为金标准,结果表明该代理显著优于基准模型,实现更低误差与更可靠的估计。代码已开源。
原文摘要 · Abstract (English)
Large language models (LLMs) are revolutionizing healthcare by improving diagnosis, patient care, and decision support through interactive communication. More recently, they have been applied to analyzing physiological time-series like wearable data for health insight extraction. Existing methods embed raw numerical sequences directly into prompts, which exceeds token limits and increases computational costs. Additionally, some studies integrated features extracted from time-series in textual prompts or applied multimodal approaches. However, these methods often produce generic and unreliable outputs due to LLMs' limited analytical rigor and inefficiency in interpreting continuous waveforms. In this paper, we develop an LLM-powered agent for physiological time-series analysis aimed to bridge the gap in integrating LLMs with well-established analytical tools. Built on the OpenCHA, an open-source LLM-powered framework, our agent powered by OpenAI's GPT-3.5-turbo model features an orchestrator that integrates user interaction, data sources, and analytical tools to generate accurate health insights. To evaluate its effectiveness, we implement a case study on heart rate (HR) estimation from Photoplethysmogram (PPG) signals using a dataset of PPG and Electrocardiogram (ECG) recordings in a remote health monitoring study. The agent's performance is benchmarked against OpenAI GPT-4o-mini and GPT-4o, with ECG serving as the gold standard for HR estimation. Results demonstrate that our agent significantly outperforms benchmark models by achieving lower error rates and more reliable HR estimations. The agent implementation is publicly available on GitHub.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。