Papers › PENGUIN: General Vital Sign Reconstruction from PPG with Flow Matching State Space Model

PENGUIN: General Vital Sign Reconstruction from PPG with Flow Matching State Space Model

23 Jan 2026arXiv:2602.03858added by Syntology

Shuntaro Suzuki, Shuitsu Koyama, Shinnosuke Hirano, Shunya Nagashima

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Photoplethysmography (PPG) plays a crucial role in continuous cardiovascular health monitoring as a non-invasive and cost-effective modality. However, PPG signals are susceptible to motion artifacts and noise, making accurate estimation of vital signs such as arterial blood pressure (ABP) challenging. Existing estimation methods are often restricted to a single-task or environment, limiting their generalizability across diverse PPG decoding scenarios. Moreover, recent general-purpose approaches typically rely on predictions over multi-second intervals, discarding the morphological characteristics of vital signs. To address these challenges, we propose PENGUIN, a generative flow-matching framework that extends deep state space models, enabling fine-grained conditioning on PPG for reconstructing multiple vital signs as continuous waveforms. We evaluate PENGUIN using six real-world PPG datasets across three distinct vital sign reconstruction tasks (electrocardiogram reconstruction, respiratory monitoring, and ABP monitoring). Our method consistently outperformed both task-specific and general-purpose baselines, demonstrating PENGUIN as a general framework for robust vital sign reconstruction from PPG.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2602.03858")

Code

Syntology Ran 18 of 25 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · honoured contract; 12 ran · our draft was wrong; 3 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: found in paper text by Syntology: 25 samples from 1 repository, 18 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Neurogica/PENGUIN found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

25 samples harvested; 18 ran; 1 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
12ran · our draft was wrong
3ran · fixture could not drive it
2ran
7unverified

Licence: 25 of the 25 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Neurogica/PENGUIN. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

FinalLayer Neurogica/PENGUIN/src/models/PENGUIN.py found in paper text by Syntology ran BSD-3-Clause-Clear · pointer only · 0d2f91efc3774a83 · report
TimestepEmbedder Neurogica/PENGUIN/src/models/PENGUIN.py found in paper text by Syntology ran fingerprinted BSD-3-Clause-Clear · pointer only · 09c9b7b52a952f03 · report
_complex_truncated_normal Neurogica/PENGUIN/src/models/PENGUIN.py found in paper text by Syntology ran · our draft was wrong BSD-3-Clause-Clear · pointer only · 43e90c73252874bb · report
_complex_uniform Neurogica/PENGUIN/src/models/PENGUIN.py found in paper text by Syntology ran · our draft was wrong BSD-3-Clause-Clear · pointer only · ee664f107198e7b4 · report
_compute_fans Neurogica/PENGUIN/src/models/PENGUIN.py found in paper text by Syntology ran · honoured contract fingerprinted BSD-3-Clause-Clear · pointer only · 41a4814315e77804 · report
_interleave Neurogica/PENGUIN/src/models/PENGUIN.py found in paper text by Syntology ran · our draft was wrong fingerprinted BSD-3-Clause-Clear · pointer only · 2318f409ee0731a2 · report
_scan Neurogica/PENGUIN/src/models/PENGUIN.py found in paper text by Syntology ran · our draft was wrong BSD-3-Clause-Clear · pointer only · b69510059b2108db · report
_truncated_normal Neurogica/PENGUIN/src/models/PENGUIN.py found in paper text by Syntology ran · our draft was wrong BSD-3-Clause-Clear · pointer only · 05dc7d8ff10b760d · report
as_complex Neurogica/PENGUIN/src/models/PENGUIN.py found in paper text by Syntology ran · fixture could not drive it BSD-3-Clause-Clear · pointer only · a2e1e876cb38a54a · report
associative_scan Neurogica/PENGUIN/src/models/PENGUIN.py found in paper text by Syntology ran · fixture could not drive it BSD-3-Clause-Clear · pointer only · 4bb2af40d23da3cd · report
binary_operator Neurogica/PENGUIN/src/models/PENGUIN.py found in paper text by Syntology ran · fixture could not drive it BSD-3-Clause-Clear · pointer only · d74ba9222592f02b · report
combine Neurogica/PENGUIN/src/models/PENGUIN.py found in paper text by Syntology ran · our draft was wrong BSD-3-Clause-Clear · pointer only · 310986ebe2d8494e · report
discretize_bilinear Neurogica/PENGUIN/src/models/PENGUIN.py found in paper text by Syntology ran · our draft was wrong fingerprinted BSD-3-Clause-Clear · pointer only · d7b46821b0057575 · report
discretize_zoh Neurogica/PENGUIN/src/models/PENGUIN.py found in paper text by Syntology ran · our draft was wrong fingerprinted BSD-3-Clause-Clear · pointer only · e4a87b14c6c6e260 · report
lecun_normal Neurogica/PENGUIN/src/models/PENGUIN.py found in paper text by Syntology ran · our draft was wrong BSD-3-Clause-Clear · pointer only · b5a3f12f00436a95 · report
register_baseline Neurogica/PENGUIN/src/models/PENGUIN.py found in paper text by Syntology ran · our draft was wrong BSD-3-Clause-Clear · pointer only · cf940a2cfca806e8 · report
uniform Neurogica/PENGUIN/src/models/PENGUIN.py found in paper text by Syntology ran · our draft was wrong BSD-3-Clause-Clear · pointer only · 1ca2d1ff19522291 · report
variance_scaling Neurogica/PENGUIN/src/models/PENGUIN.py found in paper text by Syntology ran · our draft was wrong BSD-3-Clause-Clear · pointer only · 54db9ba0cb467beb · report
Flow_SSM_Layer Neurogica/PENGUIN/src/models/PENGUIN.py found in paper text by Syntology unverified BSD-3-Clause-Clear · pointer only · 618620c014ba5830 · report
PENGUIN Neurogica/PENGUIN/src/models/PENGUIN.py found in paper text by Syntology unverified BSD-3-Clause-Clear · pointer only · 480e5afe01c8df8e · report
S5 Neurogica/PENGUIN/src/models/PENGUIN.py found in paper text by Syntology unverified BSD-3-Clause-Clear · pointer only · 66601d0254125cba · report
S5SSM Neurogica/PENGUIN/src/models/PENGUIN.py found in paper text by Syntology unverified BSD-3-Clause-Clear · pointer only · e483dc7a9e512545 · report
apply_ssm Neurogica/PENGUIN/src/models/PENGUIN.py found in paper text by Syntology unverified BSD-3-Clause-Clear · pointer only · 19ba72ec482653ba · report
apply_ssm_liquid Neurogica/PENGUIN/src/models/PENGUIN.py found in paper text by Syntology unverified BSD-3-Clause-Clear · pointer only · 8e29ac3c2e3912d5 · report
safe_map Neurogica/PENGUIN/src/models/PENGUIN.py found in paper text by Syntology unverified BSD-3-Clause-Clear · pointer only · 10544dd48f3329c9 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.03858, was issued in February 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections