[2502.14183] Glycemic-Aware and Architecture-Agnostic Training Framework for Blood Glucose Forecasting in Type 1 Diabetes
Summary
The paper presents GLIMMER, a novel training framework for predicting blood glucose levels in Type 1 Diabetes, emphasizing accuracy in dysglycemic regions while maintaining efficiency with fewer parameters.
Why It Matters
Effective blood glucose forecasting is crucial for managing Type 1 Diabetes, as existing systems often fail to prevent dysglycemia. GLIMMER's architecture-agnostic approach and improved performance metrics could significantly enhance patient outcomes and inform future research in diabetes management.
Key Takeaways
- GLIMMER improves forecasting accuracy for blood glucose levels, reducing RMSE and MAE by up to 24.6% and 29.6%.
- The framework is architecture-agnostic, making it adaptable across various machine learning models.
- It achieves a high recall of 98.4% and an F1-score of 86.8% for dysglycemia prediction, indicating strong clinical relevance.
- GLIMMER operates efficiently with only 10K parameters, compared to state-of-the-art models with millions.
- The study utilizes both existing and new datasets, enhancing the robustness of its findings.
Computer Science > Machine Learning arXiv:2502.14183 (cs) [Submitted on 20 Feb 2025 (v1), last revised 25 Feb 2026 (this version, v3)] Title:Glycemic-Aware and Architecture-Agnostic Training Framework for Blood Glucose Forecasting in Type 1 Diabetes Authors:Saman Khamesian, Asiful Arefeen, Maria Adela Grando, Bithika M. Thompson, Hassan Ghasemzadeh View a PDF of the paper titled Glycemic-Aware and Architecture-Agnostic Training Framework for Blood Glucose Forecasting in Type 1 Diabetes, by Saman Khamesian and 4 other authors View PDF HTML (experimental) Abstract:Managing Type 1 Diabetes (T1D) demands constant vigilance as individuals strive to regulate their blood glucose levels and avoid dysglycemia, including hyperglycemia and hypoglycemia. Despite advances in automated insulin delivery (AID) systems, achieving optimal glycemic control remains challenging. These systems integrate data from wearable devices such as insulin pumps and continuous glucose monitors (CGMs), helping reduce variability and improve time in range. However, they often fail to prevent dysglycemia due to limitations in prediction algorithms that cannot accurately anticipate glycemic excursions. This limitation highlights the need for more advanced glucose forecasting methods. To address this need, we introduce GLIMMER (Glucose Level Indicator Model with Modified Error Rate), a modular and architecture-agnostic training framework for glucose forecasting. GLIMMER combines structured preprocessing, a reg...