paper-with-me

Papers

Gluformer: Transformer-Based Personalized Glucose Forecasting with Uncertainty Quantification

2022-09-09 · Renat Sergazinov, Mohammadreza Armandpour, Irina Gaynanova

Deep learning models achieve state-of-the art results in predicting blood glucose trajectories, with a wide range of architectures being proposed. However, the adaptation of such models in clinical practice is slow, largely due to the lack of uncertainty quantification of provided predictions. In this work, we propose to model the future glucose trajectory conditioned on the past as an infinite mixture of basis distributions (i.e., Gaussian, Laplace, etc.). This change allows us to learn the uncertainty and predict more accurately in the cases when the trajectory has a heterogeneous or multi-modal distribution. To estimate the parameters of the predictive distribution, we utilize the Transformer architecture. We empirically demonstrate the superiority of our method over existing state-of-the-art techniques both in terms of accuracy and uncertainty on the synthetic and benchmark glucose data sets.

📄 PDF Abstract BibTeX arXiv:2209.04526

Code (1)

mrsergazinov/gluformer 공식 구현 pytorch

Tasks

Uncertainty Quantification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

From Glucose Patterns to Health Outcomes: A Generalizable Foundation Model for Continuous Glucose Monitor Data Analysis

2024-08-20 · Guy Lutsker, Gal Sapir, Smadar Shilo, Jordi Merino 외

Recent advances in SSL enabled novel medical AI models, known as foundation models, offer great potential for better characterizing health from diverse biomedical data. CGM provides rich, temporal data on glycemic patter…

Self-Supervised Learning

SSM-CGM: Interpretable State-Space Forecasting Model of Continuous Glucose Monitoring for Personalized Diabetes Management

2025-10-05 · Shakson Isaac, Yentl Collin, Chirag Patel arxiv

Continuous glucose monitoring (CGM) generates dense data streams critical for diabetes management, but most used forecasting models lack interpretability for clinical use. We present SSM-CGM, a Mamba-based neural state-s…

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

Integrating Neural Differential Forecasting with Safe Reinforcement Learning for Blood Glucose Regulation

2025-11-16 · Yushen Liu, Yanfu Zhang, Xugui Zhou arxiv

Automated insulin delivery for Type 1 Diabetes must balance glucose control and safety under uncertain meals and physiological variability. While reinforcement learning (RL) enables adaptive personalization, existing app…

Reinforcement Learning

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