QMAIAPMay 12, 2025

A Comparative Study of Transformer-Based Models for Multi-Horizon Blood Glucose Prediction

arXiv:2505.08821v110 citationsh-index: 6Has CodeIFAC-PapersOnLine
Originality Synthesis-oriented
AI Analysis

This work addresses accurate blood glucose forecasting for type 1 diabetes management, but it is incremental as it compares existing transformer methods on new data.

The study tackled multi-horizon blood glucose prediction using transformer models, finding that Crossformer achieved the best 30-minute prediction with an RMSE of 15.6 mg/dL, and PatchTST performed best for longer-term predictions up to 4 hours with RMSEs ranging from 24.6 to 46.5 mg/dL on an external dataset.

Accurate blood glucose prediction can enable novel interventions for type 1 diabetes treatment, including personalized insulin and dietary adjustments. Although recent advances in transformer-based architectures have demonstrated the power of attention mechanisms in complex multivariate time series prediction, their potential for blood glucose (BG) prediction remains underexplored. We present a comparative analysis of transformer models for multi-horizon BG prediction, examining forecasts up to 4 hours and input history up to 1 week. The publicly available DCLP3 dataset (n=112) was split (80%-10%-10%) for training, validation, and testing, and the OhioT1DM dataset (n=12) served as an external test set. We trained networks with point-wise, patch-wise, series-wise, and hybrid embeddings, using CGM, insulin, and meal data. For short-term blood glucose prediction, Crossformer, a patch-wise transformer architecture, achieved a superior 30-minute prediction of RMSE (15.6 mg / dL on OhioT1DM). For longer-term predictions (1h, 2h, and 4h), PatchTST, another path-wise transformer, prevailed with the lowest RMSE (24.6 mg/dL, 36.1 mg/dL, and 46.5 mg/dL on OhioT1DM). In general, models that used tokenization through patches demonstrated improved accuracy with larger input sizes, with the best results obtained with a one-week history. These findings highlight the promise of transformer-based architectures for BG prediction by capturing and leveraging seasonal patterns in multivariate time-series data to improve accuracy.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes