docs: OpenVAE/SMILE links + paper citation (arXiv:2512.07251)
Browse files
README.md
CHANGED
|
@@ -1,3 +1,34 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
pretty_name: SMILE demo dataset
|
| 4 |
+
tags:
|
| 5 |
+
- medical
|
| 6 |
+
- ct
|
| 7 |
+
- demo
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# SMILE_DEMO_Dataset
|
| 11 |
+
|
| 12 |
+
Small **demo / tutorial** release of public thoracic CT samples used with the SMILE and OpenVAE tooling.
|
| 13 |
+
|
| 14 |
+
## OpenVAE / SMILE project
|
| 15 |
+
|
| 16 |
+
This dataset is part of the **OpenVAE** open-source ecosystem for medical CT/MRI latent modeling and reconstruction or diffusion-style experiments.
|
| 17 |
+
|
| 18 |
+
- **OpenVAE (code):** [github.com/KumaKuma2002/OpenVAE](https://github.com/KumaKuma2002/OpenVAE)
|
| 19 |
+
- **OpenVAE (pretrained VAEs on Hugging Face):** [huggingface.co/SMILE-project/OpenVAE](https://huggingface.co/SMILE-project/OpenVAE)
|
| 20 |
+
|
| 21 |
+
## Citation
|
| 22 |
+
|
| 23 |
+
If you use this resource together with OpenVAE or SMILE-related code, please cite:
|
| 24 |
+
|
| 25 |
+
```bibtex
|
| 26 |
+
@article{liu2025see,
|
| 27 |
+
title={See More, Change Less: Anatomy-Aware Diffusion for Contrast Enhancement},
|
| 28 |
+
author={Liu, Junqi and Wu, Zejun and Bassi, Pedro RAS and Zhou, Xinze and Li, Wenxuan and Hamamci, Ibrahim E and Er, Sezgin and Lin, Tianyu and Luo, Yi and P{\l}otka, Szymon and others},
|
| 29 |
+
journal={arXiv preprint arXiv:2512.07251},
|
| 30 |
+
year={2025}
|
| 31 |
+
}
|
| 32 |
+
```
|
| 33 |
+
|
| 34 |
+
**Paper:** [arxiv.org/abs/2512.07251](https://arxiv.org/abs/2512.07251)
|