Papers for

mobile health app developers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Dual path network improves wearable blood pressure estimation accuracy

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

Abstract: Continuous and cuffless blood pressure (BP) monitoring using photoplethysmography (PPG) is of great interest for low-cost and personalized cardiovascular health management. However, significant population heterogeneity and the "one-to-many mapping" problem, where similar waveforms across individuals correspond to different BP levels, limit the accuracy of conventional population-based models. To address this challenge, we propose a dual-path architecture termed SIFPBPNet, which separately represents steady-state and instantaneous features, through a Steady-state Feature Path (SFP) and an Instantaneous Feature Path (IFP). The SFP employs a Graph Attention Network (GAT) to extract individual-specific and long-term characteristics from multi-day historical PPG trajectories. In parallel, the IFP captures short-term dynamics from current PPG segments and incorporates the steady-state prior via a cross-attention mechanism. Experiments on a large-scale wearable dataset demonstrate that SIFPBPNet achieves a Mean Absolute Error (MAE) of 8.57 and 5.97 mmHg for systolic and diastolic BP, respectively, outperforming state-of-the-art models. Furthermore, the SFP module consistently improves performance when integrated into various backbone architectures, yielding 2.8-13.1% relative MAE reductions for systolic BP. These results highlight the strong generalizability and plug-and-play transferability of the SFP module, underscoring its great potential for accurate cuffless BP monitoring.

Fri 11 SeptMachine Learning
The gist
Blood pressure is an important health measure but usually needs a cuff to check, which isn’t convenient all the time. This paper presents a new computer method that uses data from wearable devices to estimate blood pressure without a cuff by learning both steady and changing patterns in the data. Their method also learns from longer-term history to understand personal differences, making it more accurate than existing approaches. The authors tested it on a large dataset and showed it works better for predicting blood pressure continuously and comfortably.
Open 2609.12690v1

Deep learning estimates heart rate without contact sensors using video

Beyond Contact Sensors: Deep learning with Pseudo-Labeling for remote Photoplethysmography

Abstract: Heart rate is a critical biomarker of health, and remote photoplethysmography (rPPG) enables its contactless estimation from video data for telemedicine applications. Recent advancements in deep learning based rPPG methods achieve state-of-the-art results, outperforming classical signal-processing methods in complex scenarios. However, deep learning methods depend on datasets with precise synchronization between videos and ground truth signals collected via contact sensors, whereas signal-processing-based methods do not. To address this dependence on labeled datasets, which are labor-intensive to collect, we investigate under which circumstances pseudo-labels extracted using unsupervised signal-processing methods can replace contact sensors labels for training deep learning methods. Our systematic evaluations found that for datasets with imperfect synchronization, the pseudo-label approach outperforms supervised training on contact sensors. For datasets with good synchronization, results are mixed: within-dataset evaluation shows no significant difference between training methods, while cross-dataset evaluation favors supervised training. However, removing a single outlier participant significantly improves the pseudo-label approach's cross-dataset performance, highlighting the importance of label quality. These results demonstrate that signal-processing methods can generate valid training signals for deep learning models, reducing dependency on labor-intensive dataset collection while maintaining competitive performance.

Wed 9 SeptMachine Learning
The gist
Measuring heart rate usually requires close contact sensors, but remote photoplethysmography (rPPG) can do it from videos without touching a person. Deep learning methods can get better results but need carefully matched video and heart rate data from sensors to learn. The authors show that they can train these models using estimated heart rates from traditional signal-processing methods instead of needing sensor data, especially when the sensor data is not perfectly matched with the video. This makes collecting data easier for building heart rate estimation tools that work remotely.
Open 2609.10026v1

Simple temporal interpolation improves missing joint data in gait analysis

Recovering Biomechanical Signals from Missing Keypoints Using Temporal Interpolation in Monocular Gait Analysis

Abstract: Monocular pose estimation enables low-cost gait analysis but is sensitive to missing keypoints caused by occlusion, detection errors, or efficiency-driven model reduction. While prior work on recovering missing joints focuses on complex learned models, the effectiveness of simple temporal methods remains underexplored. We evaluate knee-angle estimation under a missing-ankle-keypoint condition and test a first-order temporal interpolation scheme as a recovery mechanism. Across 527 frames of monocular walking video (428 with valid baseline detections), removing the ankle keypoint increased mean angular error to 23.4° +/- 46.7° and collapsed signal variance to near zero. Temporal interpolation reduced error to 1.1° +/- 6.7° and restored variance and smoothness to within a few percent of baseline. These results indicate that gait signals possess sufficient temporal redundancy for a simple, computationally trivial interpolation scheme to recover a critical missing joint, without resorting to learned reconstruction models. The findings support low-complexity, real-time-compatible designs for gait analysis in resource-constrained or occlusion-prone monocular settings.

Wed 9 SeptComputer Vision and Pattern Recognition
The gist
Gait analysis with a single camera can miss important body points like ankles because of obstacles or errors. The authors show that a very simple method, interpolating data over time, can almost perfectly fill in missing ankle positions. This method made knee angle measurements much more accurate without needing complicated computer models. Their findings suggest that quick and easy fixes can work well for tracking walking in less-than-ideal conditions.
Open 2609.09670v1

SynthGait19K dataset improves gait parameter estimation from video

SynthGait-19K: A Physically Grounded Synthetic Video Dataset for Gait Parameter Estimation

Abstract: Accurate estimation of clinically meaningful gait parameters from monocular video is important for scalable mobility assessment, yet progress is limited by the small scale, restricted viewpoints, and limited visual diversity of existing datasets. We introduce SynthGait-19k, a physically grounded synthetic video dataset containing 19,272 walking videos derived from 6,427 MoCap sequences across 437 subjects, with paired SMPL motion and annotations for six gait parameters. To construct the dataset, we develop Gait2Vid, which unifies heterogeneous MoCap recordings through SMPL and synthesizes diverse RGB walking videos under controllable viewpoints and scene appearances. We assess the generated videos for consistency with their conditioning gait kinematics and validate extracted gait events against force-platform measurements. Using SynthGait-19K, we benchmark direct RGB, pose-based, biomechanical, and human-mesh-recovery approaches and analyze viewpoint, training-data scale, and synthetic-to-real domain shift. We also introduce GaitXFormer as a direct RGB reference model for estimating gait parameters. Synthetic supervision transfers effectively to real videos across both GaitXFormer and a pose-based architecture, demonstrating utility across different representations. We further find that spatial gait parameters are more sensitive to visual domain shift and that improved HMR reconstruction alone does not necessarily translate to improved downstream gait estimation.

Tue 8 SeptComputer Vision and Pattern Recognition
The gist
Measuring how people walk using just regular video is hard because existing data is limited and not very diverse. The authors created SynthGait-19K, a large synthetic video dataset of people walking, based on detailed motion capture data, which includes important walking measurements. They built a system to make realistic walking videos from this data that can be viewed from different angles and settings. Their tests show that training computer models with this synthetic data helps predict walking parameters on real videos better, especially for some types of walking features.
Open 2609.08108v1