paper-with-me

Papers

Deep Multi-Output Forecasting: Learning to Accurately Predict Blood Glucose Trajectories

2018-06-14 · Ian Fox, Lynn Ang, Mamta Jaiswal, Rodica Pop-Busui, Jenna Wiens

In many forecasting applications, it is valuable to predict not only the value of a signal at a certain time point in the future, but also the values leading up to that point. This is especially true in clinical applications, where the future state of the patient can be less important than the patient's overall trajectory. This requires multi-step forecasting, a forecasting variant where one aims to predict multiple values in the future simultaneously. Standard methods to accomplish this can propagate error from prediction to prediction, reducing quality over the long term. In light of these challenges, we propose multi-output deep architectures for multi-step forecasting in which we explicitly model the distribution of future values of the signal over a prediction horizon. We apply these techniques to the challenging and clinically relevant task of blood glucose forecasting. Through a series of experiments on a real-world dataset consisting of 550K blood glucose measurements, we demonstrate the effectiveness of our proposed approaches in capturing the underlying signal dynamics. Compared to existing shallow and deep methods, we find that our proposed approaches improve performance individually and capture complementary information, leading to a large improvement over the baseline when combined (4.87 vs. 5.31 absolute percentage error (APE)). Overall, the results suggest the efficacy of our proposed approach in predicting blood glucose level and multi-step forecasting more generally.

📄 PDF Abstract BibTeX arXiv:1806.05357

Code (1)

igfox/multi-output-glucose-forecasting 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Forecasting with Sparse but Informative Variables: A Case Study in Predicting Blood Glucose

2023-04-17 · Harry Rubin-Falcone, Joyce Lee, Jenna Wiens

In time-series forecasting, future target values may be affected by both intrinsic and extrinsic effects. When forecasting blood glucose, for example, intrinsic effects can be inferred from the history of the target sign…

Time Series Forecasting

Deep Personalized Glucose Level Forecasting Using Attention-based Recurrent Neural Networks

2021-06-02 · Mohammadreza Armandpour, Brian Kidd, Yu Du, Jianhua Z. Huang

In this paper, we study the problem of blood glucose forecasting and provide a deep personalized solution. Predicting blood glucose level in people with diabetes has significant value because health complications of abno…

Time SeriesTime Series Analysis

Hybrid Attention Model Using Feature Decomposition and Knowledge Distillation for Glucose Forecasting

2024-11-16 · Ebrahim Farahmand, Shovito Barua Soumma, Nooshin Taheri Chatrudi, Hassan Ghasemzadeh

The availability of continuous glucose monitors as over-the-counter commodities have created a unique opportunity to monitor a person's blood glucose levels, forecast blood glucose trajectories and provide automated inte…

Knowledge Distillation

Anesthesiologist-level forecasting of hypoxemia with only SpO2 data using deep learning

2017-12-02 · Gabriel Erion, Hugh Chen, Scott M. Lundberg, Su-In Lee

We use a deep learning model trained only on a patient's blood oxygenation data (measurable with an inexpensive fingertip sensor) to predict impending hypoxemia (low blood oxygen) more accurately than trained anesthesiol…

GluMind: Multimodal Parallel Attention and Knowledge Retention for Robust Cross-Population Blood Glucose Forecasting

2025-09-22 · Ebrahim Farahmand, Reza Rahimi Azghan, Nooshin Taheri Chatrudi, Velarie Yaa Ansu-Baidoo 외 arxiv

This paper proposes GluMind, a transformer-based multimodal framework designed for continual and long-term blood glucose forecasting. GluMind devises two attention mechanisms, including cross-attention and multi-scale at…