ebayar commited on
Commit
5a451cc
·
verified ·
1 Parent(s): aa326e8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
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
+ [![arXiv](https://img.shields.io/badge/arXiv-2507.18481-b31b1b.svg)](https://arxiv.org/abs/2507.18481)
6
+ [![GitHub](https://img.shields.io/badge/GitHub-Code-blue.svg)](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
+ ```