Hugging Face Trending Papers

Change Point--Aware Evaluation and Re-Calibration of PPG-Based Blood Pressure Estimation

The paper introduces a fluctuation‑aware evaluation framework for photoplethysmography (PPG)‑based blood pressure (BP) estimation that uses time‑series change‑point detection to identify abrupt BP shifts, rather than relying on simple BP thresholds. It demonstrates that many state‑of‑the‑art models degrade significantly around these change points and that periodic test‑time calibration is inadequate. To mitigate this, the authors propose a targeted re‑calibration strategy triggered by detected change points, improving robustness without altering model architectures.

arXiv AI
Aug 20

Change Point--Aware Evaluation and Re-Calibration of PPG-Based Blood Pressure Estimation

The paper introduces a fluctuation‑aware evaluation framework for photoplethysmography (PPG)‑based blood pressure (BP) estimation that uses time‑series change‑point detection to identify abrupt BP shifts, rather than relying on arbitrary BP thresholds. It demonstrates that state‑of‑the‑art models suffer significant performance drops around these change points and that periodic test‑time calibration is inadequate. To mitigate this, the authors propose a targeted re‑calibration strategy triggered by detected change points, improving robustness without altering model architectures.

By Yunwon Tae, Minje Park, Gyunho Rho, Dongjoon Yoo, Sunghoon Joo
arXiv Machine Learning
Jun 10

DMT: Demographic Conditioning, Morphology-Enhanced Transformer for Cuffless Blood Pressure Estimation from PPG Signals

arXiv:2606. 11125v1 Announce Type: cross Abstract: Blood pressure (BP) is a key marker for cardiovascular risk assessment and therapeutic decision-making, and Photoplethysmography (PPG) enables low-cost, wearable-friendly cuffless BP estimation.

By Yidan Shen, Neville Mathew, Maham Rahimi, Deependra Dhakal, George Zouridakis, Xin Fu, Renjie Hu
arXiv Machine Learning
5d ago

SIFPBPNet: A Dual-Path Network for Wearable and Cuffless Blood Pressure Estimation via Individualized Steady-state Representation

SIFPBPNet is a dual‑path neural network designed for cuffless blood‑pressure estimation from photoplethysmography (PPG) signals. It separates steady‑state and instantaneous features through a Steady‑state Feature Path (SFP) that uses a Graph Attention Network to learn individual‑specific long‑term patterns, and an Instantaneous Feature Path (IFP) that captures short‑term dynamics and fuses them with the steady‑state prior via cross‑attention. On a large wearable dataset, the model achieves mean absolute errors of 8.57 mmHg for systolic and 5.97 mmHg for diastolic BP, outperforming existing methods and showing that the SFP module can be added to other backbones for 2.8–13.1 % MAE reduction.

By Shuailong Tang, Xiaoyu Li, Donglin Xie, Wei Chen, Guangpu Zhu, Yelei Li, Yali Zheng
arXiv Machine Learning
Jul 30

Single-Beat Cuffless Blood Pressure Estimation Using Ear-PPG and ECG with a Lightweight Hybrid Learning Framework

arXiv:2607. 27076v1 Announce Type: new Abstract: Continuous cuffless blood pressure (BP) monitoring remains challenging due to motion artifacts, physiological variability, and the limited robustness of conventional pulse transit time (PTT) models under dynamic conditions.

By Kindeep K. Dhatt, Tengyue Wu, Hanbang Hua, Yayun Du
arXiv Machine Learning
5d ago

Impact of Multiple Non-Invasive Biosignals on Cardiovascular Biomarker Estimation via Simulation-Based Inference

The study investigates how adding ballistocardiography (BCG) signals to photoplethysmography (PPG) and arterial pressure wave (APW) signals affects the estimation of cardiovascular biomarkers. Using a unified whole‑body cardiovascular model, synthetic PPG, APW, and BCG signals were generated and analyzed with neural posterior estimation and simulation‑based inference. Results show that incorporating BCG significantly improves estimation accuracy, converting multimodal posterior distributions from PPG/APW alone into unimodal distributions, thereby enhancing the reliability of cardiovascular biomarker estimation.

By Shusaku Maeda, Masahiro Nakano, Tomoharu Iwata, Kenji Komiya, Ryo Nishikimi, Kunio Kashino
arXiv Machine Learning
Sep 4

A Multidimensional Data-Driven Hybrid Transformer Framework for Non-invasive Continuous Blood Pressure Prediction

The paper presents a hybrid Transformer framework that estimates non‑invasive continuous blood pressure from ECG/PPG‑derived feature sequences. It models 10‑step sequences of six physiological descriptors and two demographic covariates, combining Transformer, Kolmogorov‑Arnold Network, and XGBoost modules, and uses a dynamic fusion decoder to predict diastolic and systolic BP. On a large MIMIC‑III dataset, the model achieved mean errors of 0.41 mmHg (diastolic) and –1.60 mmHg (systolic) with high accuracy within 10 mmHg for most predictions.

By Yuexin Ma, Jingqi Hou, Yuxuan Kang, Zhaoying Liu
arXiv AI
Aug 25

Physics-Constrained Deep Learning Model for Contactless Blood Pressure Monitoring from Triaxial Bodyseismography

The paper introduces Phy‑BP, a physics‑constrained deep learning framework for contactless blood pressure monitoring using triaxial bodyseismography (BSG). It employs an adaptive quality‑control algorithm to select cardiogenic‑rich BSG segments and embeds a 3‑D wave‑propagation physical model into the neural network to align multi‑axis features, enhancing robustness to real‑world distortions. Experiments on a 162‑hour hospital dataset from 21 subjects demonstrate that Phy‑BP can filter low‑quality measurements and maintain accurate BP estimation even with limited training data.

By Yuanyuan Zhang, Yida Zhang, Jiahui Li, Yuyan Wu, Fei Dou, Xiao Yin, Zhenlin An, Hae Young Noh, Wenzhan Song
arXiv Machine Learning
Aug 4

Rethinking PPG-based Sleep Staging: Datasets, Metrics, and Benchmarks

arXiv:2608. 00943v1 Announce Type: cross Abstract: Automated sleep staging assigns discrete stage labels to successive time epochs throughout an overnight recording; conventionally each window spans at least 30 seconds, reflecting the minimum temporal resolution of the clinical scoring standard.

By Shuntian Zheng, Jiawei Wang, Cong Fu, Huan Yu, Chen Chen, Yu Guan, Sai Gu
Hugging Face Trending Papers
Aug 3

Reassessing the Feasibility of PPG-Based Non-Invasive Blood Glucose Level Estimation

Non-invasive blood glucose level (BGL) estimation from photoplethysmography (PPG) holds great promise for wearable health monitoring, but results across studies are hard to compare due to inconsistent datasets, data leakage, and non-standardized evaluation metrics. We present the first reproducible, extensible evaluation pipeline and use it to reassess five representative PPG-based BGL methods on published datasets under three increasingly strict data-split protocols: random window-level, participant-aware, and leave-some-participants-out (LSPO).