File size: 830 Bytes
be26f83 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | # PiLA: PPG-based Cardiac Disease Diagnosis Model
## Overview
This repository provides pretrained and finetuned model weights for PiLA, a deep learning framework for cardiac disease diagnosis from photoplethysmography (PPG) signals.
The model supports multimodal physiological inputs, including:
* PPG
* VPG (velocity PPG)
* APG (acceleration PPG)
## Files
* `pretrain_model.pth`: self-supervised pretrained weights
* `model_best.pth`: finetuned model for downstream diagnosis
## Code
Source code is available at:
https://github.com/EZAIJ/PiLA-PPG
## Data
Due to privacy and ethical constraints, the dataset is not publicly available.
## Notes
* The released weights do not contain any identifiable or participant-level data.
* This model is provided for research use only.
## Paper
https://arxiv.org/abs/2602.04266
|