Long-term Blood Pressure Prediction with Deep Recurrent Neural Networks
Peng Su, Xiao-Rong Ding, Yuan-Ting Zhang, Jing Liu, Fen Miao, Ni Zhao

TL;DR
This paper introduces a deep recurrent neural network with LSTM, bidirectional structure, and residual connections for long-term blood pressure prediction, significantly improving accuracy over previous models.
Contribution
The paper proposes a novel deep RNN architecture with bidirectional and residual connections for sequence-based BP estimation, enhancing long-term prediction accuracy.
Findings
Achieved RMSE of 3.90 mmHg for systolic BP on static dataset.
Outperformed traditional models on multi-day BP datasets.
Significantly improved long-term BP prediction accuracy.
Abstract
Existing methods for arterial blood pressure (BP) estimation directly map the input physiological signals to output BP values without explicitly modeling the underlying temporal dependencies in BP dynamics. As a result, these models suffer from accuracy decay over a long time and thus require frequent calibration. In this work, we address this issue by formulating BP estimation as a sequence prediction problem in which both the input and target are temporal sequences. We propose a novel deep recurrent neural network (RNN) consisting of multilayered Long Short-Term Memory (LSTM) networks, which are incorporated with (1) a bidirectional structure to access larger-scale context information of input sequence, and (2) residual connections to allow gradients in deep RNN to propagate more effectively. The proposed deep RNN model was tested on a static BP dataset, and it achieved root mean…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHeart Rate Variability and Autonomic Control · Non-Invasive Vital Sign Monitoring · Blood Pressure and Hypertension Studies
