Update README.md
Browse files
README.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
library_name: pytorch
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
language:
|
| 10 |
-
|
| 11 |
datasets:
|
| 12 |
-
|
| 13 |
---
|
| 14 |
|
| 15 |
# SensorGen
|
|
@@ -91,11 +91,9 @@ If you use any of these checkpoints, please cite the SensorGen paper:
|
|
| 91 |
|
| 92 |
```bibtex
|
| 93 |
@article{shuai2026sensorgen,
|
| 94 |
-
title={Signal or Noise? Understanding Generative Models for Real-World
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
Li, Tianhong and Yang, Yuzhe},
|
| 98 |
-
journal={arXiv preprint arXiv:TODO},
|
| 99 |
year={2026}
|
| 100 |
}
|
| 101 |
```
|
|
@@ -103,4 +101,4 @@ If you use any of these checkpoints, please cite the SensorGen paper:
|
|
| 103 |
|
| 104 |
## License
|
| 105 |
|
| 106 |
-
This release is distributed under the
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mit
|
| 3 |
library_name: pytorch
|
| 4 |
tags:
|
| 5 |
+
- sensor-time-series
|
| 6 |
+
- physiological-signal
|
| 7 |
+
- generative-model
|
| 8 |
+
- flow-matching
|
| 9 |
language:
|
| 10 |
+
- en
|
| 11 |
datasets:
|
| 12 |
+
- physionet/mimic-iv-ecg
|
| 13 |
---
|
| 14 |
|
| 15 |
# SensorGen
|
|
|
|
| 91 |
|
| 92 |
```bibtex
|
| 93 |
@article{shuai2026sensorgen,
|
| 94 |
+
title={Signal or Noise? Understanding Generative Models for Real-World Sensor Time Series},
|
| 95 |
+
author={Shuai, Zitao and Xu, Zongzhe and Wu, Yuntian and Li, Sirui and Li, Tianhong and Yang, Yuzhe},
|
| 96 |
+
journal={arXiv preprint arXiv:2607.04245},
|
|
|
|
|
|
|
| 97 |
year={2026}
|
| 98 |
}
|
| 99 |
```
|
|
|
|
| 101 |
|
| 102 |
## License
|
| 103 |
|
| 104 |
+
This release is distributed under the MIT License.
|