Update README.md
Browse files
README.md
CHANGED
|
@@ -1,19 +1,23 @@
|
|
| 1 |
---
|
| 2 |
library_name: pytorch
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
---
|
| 10 |
|
| 11 |
# EchoLVFM — Weights
|
| 12 |
|
| 13 |
One-step latent video flow matching for echocardiogram synthesis.
|
| 14 |
|
| 15 |
-
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
This repo holds **weights only**. The training + inference code lives in the
|
| 19 |
`EchoLVFM` code repository. You need both to run the model.
|
|
@@ -68,8 +72,8 @@ If you use EchoLVFM, please cite the paper:
|
|
| 68 |
```bibtex
|
| 69 |
@article{echolvfm2026,
|
| 70 |
title = {EchoLVFM: One-Step Video Generation via Latent Flow Matching for Echocardiogram Synthesis},
|
| 71 |
-
author = {Oladokun, Emmanuel and
|
| 72 |
journal = {arXiv preprint arXiv:2603.13967},
|
| 73 |
year = {2026}
|
| 74 |
}
|
| 75 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
library_name: pytorch
|
| 3 |
tags:
|
| 4 |
+
- video-generation
|
| 5 |
+
- one-step
|
| 6 |
+
- flow-matching
|
| 7 |
+
- echocardiography
|
| 8 |
+
- medical-imaging
|
| 9 |
---
|
| 10 |
|
| 11 |
# EchoLVFM — Weights
|
| 12 |
|
| 13 |
One-step latent video flow matching for echocardiogram synthesis.
|
| 14 |
|
| 15 |
+
### Paper
|
| 16 |
+
[](https://arxiv.org/abs/2603.13967)
|
| 17 |
+
[](https://huggingface.co/papers/2603.13967)
|
| 18 |
+
|
| 19 |
+
### Code
|
| 20 |
+
[](https://github.com/EngEmmanuel/EchoLVFM)
|
| 21 |
|
| 22 |
This repo holds **weights only**. The training + inference code lives in the
|
| 23 |
`EchoLVFM` code repository. You need both to run the model.
|
|
|
|
| 72 |
```bibtex
|
| 73 |
@article{echolvfm2026,
|
| 74 |
title = {EchoLVFM: One-Step Video Generation via Latent Flow Matching for Echocardiogram Synthesis},
|
| 75 |
+
author = {Oladokun, Emmanuel and Thomas, Sarina and Šprem, Jurica and Grau, Vicente},
|
| 76 |
journal = {arXiv preprint arXiv:2603.13967},
|
| 77 |
year = {2026}
|
| 78 |
}
|
| 79 |
+
```
|