Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Q-Former Autoencoder (QFAE) - Pretrained Checkpoints
|
| 2 |
+
|
| 3 |
+
Official pretrained checkpoints for **"Q-Former Autoencoder: A Modern Framework for Medical Anomaly Detection"**
|
| 4 |
+
|
| 5 |
+
[](https://arxiv.org/abs/2507.18481)
|
| 6 |
+
[](https://github.com/emirhanbayar/QFAE)
|
| 7 |
+
|
| 8 |
+
## Checkpoints
|
| 9 |
+
|
| 10 |
+
| Dataset | Filename |
|
| 11 |
+
|---------|----------|
|
| 12 |
+
| Brain MRI | `brain/last_ckpt.pth` |
|
| 13 |
+
| Liver CT | `liver/last_ckpt.pth` |
|
| 14 |
+
| Chest X-Ray | `chest/last_ckpt.pth` |
|
| 15 |
+
| RESC | `resc/last_ckpt.pth` |
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
See the [GitHub repo](https://github.com/emirhanbayar/QFAE) for full inference code.
|
| 19 |
+
|
| 20 |
+
## Citation
|
| 21 |
+
```bibtex
|
| 22 |
+
@misc{dalmonte2025qformerautoencodermodernframework,
|
| 23 |
+
title={Q-Former Autoencoder: A Modern Framework for Medical Anomaly Detection},
|
| 24 |
+
author={Francesco Dalmonte and Emirhan Bayar and Emre Akbas and Mariana-Iuliana Georgescu},
|
| 25 |
+
year={2025},
|
| 26 |
+
eprint={2507.18481},
|
| 27 |
+
archivePrefix={arXiv},
|
| 28 |
+
primaryClass={cs.CV},
|
| 29 |
+
url={https://arxiv.org/abs/2507.18481},
|
| 30 |
+
}
|
| 31 |
+
```
|