paper-with-me

Papers

Lightweight Sequential Transformers for Blood Glucose Level Prediction in Type-1 Diabetes

2025-06-09 · Mirko Paolo Barbato, Giorgia Rigamonti, Davide Marelli, Paolo Napoletano

Type 1 Diabetes (T1D) affects millions worldwide, requiring continuous monitoring to prevent severe hypo- and hyperglycemic events. While continuous glucose monitoring has improved blood glucose management, deploying predictive models on wearable devices remains challenging due to computational and memory constraints. To address this, we propose a novel Lightweight Sequential Transformer model designed for blood glucose prediction in T1D. By integrating the strengths of Transformers' attention mechanisms and the sequential processing of recurrent neural networks, our architecture captures long-term dependencies while maintaining computational efficiency. The model is optimized for deployment on resource-constrained edge devices and incorporates a balanced loss function to handle the inherent data imbalance in hypo- and hyperglycemic events. Experiments on two benchmark datasets, OhioT1DM and DiaTrend, demonstrate that the proposed model outperforms state-of-the-art methods in predicting glucose levels and detecting adverse events. This work fills the gap between high-performance modeling and practical deployment, providing a reliable and efficient T1D management solution.

📄 PDF Abstract BibTeX arXiv:2506.07864

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyManagement

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Adam 설명 없음
Attention 설명 없음
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$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Predicting Blood Glucose with an LSTM and Bi-LSTM Based Deep Neural Network

2018-09-11 · Qingnan Sun, Marko V. Jankovic, Lia Bally, Stavroula G. Mougiakakou

A deep learning network was used to predict future blood glucose levels, as this can permit diabetes patients to take action before imminent hyperglycaemia and hypoglycaemia. A sequential model with one long-short-term m…

Blood Glucose Level Prediction in Type 1 Diabetes Using Machine Learning

2025-01-30 · Soon Jynn Chu, Nalaka Amarasiri, Sandesh Giri, Priyata Kafle

Type 1 Diabetes is a chronic autoimmune condition in which the immune system attacks and destroys insulin-producing beta cells in the pancreas, resulting in little to no insulin production. Insulin helps glucose in your …

Deep Reinforcement LearningManagement

A personalized model and optimization strategy for estimating blood glucose concentrations from sweat measurements

2024-12-03 · Xiaoyu Yin, Elisabetta Peri, Eduard Pelssers, Jaap den Toonder 외

Background and objective: Diabetes is one of the four leading causes of death worldwide, necessitating daily blood glucose monitoring. While sweat offers a promising non-invasive alternative for glucose monitoring, its a…

Hearing Your Blood Sugar: Non-Invasive Glucose Measurement Through Simple Vocal Signals, Transforming any Speech into a Sensor with Machine Learning

2024-08-15 · Nihat Ahmadli, Mehmet Ali Sarsil, Onur Ergen

Effective diabetes management relies heavily on the continuous monitoring of blood glucose levels, traditionally achieved through invasive and uncomfortable methods. While various non-invasive techniques have been explor…

Management

Blood Glucose Level Prediction: A Graph-based Explainable Method with Federated Learning

2023-12-19 · Chengzhe Piao, Ken Li

In the UK, approximately 400,000 people with type 1 diabetes (T1D) rely on insulin delivery due to insufficient pancreatic insulin production. Managing blood glucose (BG) levels is crucial, with continuous glucose monito…

AttributeFederated LearningGraph Attention