CoolFace
Modelpublic

yang-ai-lab/SensorGen

sourceHugging Facemitupdated 2mo agoView on Hugging Face
3likes
Model Card

SensorGen

![Paper](#) ![Webpage](#) ![GitHub](https://github.com/yang-ai-lab/SensorGen) ![HuggingFace](https://huggingface.co/yang-ai-lab/SensorGen-SiT) ![Python](https://www.python.org/) ![PyTorch](https://pytorch.org/)

This repository hosts the pre-trained checkpoints used in the SensorGen study ("Signal or Noise? Understanding Generative Models for Real-World Sensor Time Series").

CheckpointTaskDataset
text2ecg.ptText-to-ECGMIMIC-IV ECG
bp_translation.ptPPG and NIBP to invasive BPVitalDB

Usage

Pair this checkpoint repository with the GitHub code release at [yang-ai-lab/SensorGen](https://github.com/yang-ai-lab/SensorGen).

Download a single checkpoint

python
from huggingface_hub import hf_hub_download

ckpt_path = hf_hub_download(
    repo_id="yang-ai-lab/SensorGen",
    filename="text2ecg.pt",
)

Download all checkpoints

bash
hf download yang-ai-lab/SensorGen --local-dir ./ckpts

Task specifications

TaskTarget `x`C × T`c_1` (sparse)`c_2` (dense)
Text-to-ECG12-lead ECG, 10 s @ 100 Hz12 × 1,000Free-text ECG report (CLIP-encoded)
PPG → invasive BPArterial blood pressure, 30 s @ 50 Hz1 × 1,5006-D non-invasive BP statisticsPPG waveform, 1 × 1,500

Datasets

Neither MIMIC-IV ECG nor VitalDB are redistributed in this repository. Credentialed access is required from the original data providers:

Preprocessing pipelines that convert the raw releases into the HDF5 layout consumed by these checkpoints are documented in the GitHub README.

Limitations and responsible use

  • The generated waveforms reflect statistical patterns in the training corpus and must not be used for clinical diagnosis or as a substitute for real patient recordings.
  • These models are released for research use. They are not approved medical devices and have not been evaluated for clinical safety or efficacy.

Citation

If you use any of these checkpoints, please cite the SensorGen paper:

bibtex
@article{shuai2026sensorgen,
  title={Signal or Noise? Understanding Generative Models for Real-World Sensor Time Series},
  author={Shuai, Zitao and Xu, Zongzhe and Wu, Yuntian and Li, Sirui and Li, Tianhong and Yang, Yuzhe},
  journal={arXiv preprint arXiv:2607.04245},
  year={2026}
}

License

This release is distributed under the MIT License.