LLM-Powered Personalized Glycemic Assessment in Type 2 Diabetes with Wearable Sensor Data

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Emerging Technologies & Innovation · Depth: Expert, extended

Summary

GlyLLM, an LLM-powered framework, offers personalized glycemic assessment in Type 2 Diabetes (T2D) by integrating wearable sensor data and structured metadata. Developed by researchers from The University of Texas at San Antonio and Texas A&M University, GlyLLM processes data from continuous glucose monitors (CGM), heart rate, respiratory rate, and Garmin stress levels, alongside General Health Information, Diabetes Surveys, and Biometric Tests. Experiments on the AI-READI v2.0.0 dataset, involving 895 participants, demonstrated GlyLLM's superior performance over traditional machine learning methods. For glucose forecasting (3-hour horizon), it reduced Root Mean Squared Error (RMSE) by an average of 13.66% and iGlu Composite Error (iGlu-CE) by 19.81% using Llama3-Med42-8B. In diabetes categorization, it improved Macro-AUROC by 13.08% and accuracy by 5.64%. Ablation studies highlighted the critical role of diabetes surveys and biometric tests.

Key takeaway

For AI Scientists and Machine Learning Engineers developing T2D management tools, GlyLLM demonstrates that integrating personalized static metadata and wearable sensor data with LLMs significantly improves glucose forecasting and diabetes categorization. You should prioritize incorporating diabetes surveys and biometric test data, as these proved more impactful than general health information. Avoid direct prompting of raw sensor data with LLMs, as this approach showed limited utility compared to structured integration. This framework offers a path to more accurate, personalized T2D care.

Key insights

GlyLLM integrates wearable sensor data and personalized metadata via LLMs for superior T2D glycemic assessment.

Principles

Method

GlyLLM uses a ViT sensor encoder and text embedder for static metadata/task instructions. These are concatenated and fed to a LoRA-fine-tuned LLM (e.g., Llama3-Med42-8B) for task-specific predictions.

In practice

Topics

Best for: NLP Engineer, AI Scientist, Research Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.