massaki75 commited on
Commit
777c4ab
·
verified ·
1 Parent(s): 979213e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -3
README.md CHANGED
@@ -1,3 +1,34 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ ---
4
+
5
+ <div align="center">
6
+ <h1>
7
+ MedITok: A Unified Tokenizer for Medical Image Synthesis and Interpretation
8
+ </h1>
9
+ </div>
10
+
11
+
12
+ <p align="center">
13
+ 📝 <a href="https://arxiv.org/abs/2505.19225" target="_blank">Paper</a> • 🤗 <a href="https://huggingface.co/massaki75/meditok/tree/main" target="_blank">Hugging Face</a> • 🧩 <a href="https://github.com/Masaaki-75/meditok" target="_blank">Github</a>
14
+ </p>
15
+
16
+ ## 🚀 Introduction
17
+ MedITok is the first unified visual tokenizer for medical images. Trained on 30M medical images and 2M image-caption pairs via a two-stage representation learning framework, MedITok:
18
+ - effectively encodes visual details and clinical semantics into a unified token space
19
+ - achieves state-of-the-art performance across diverse medical imaging modalities and tasks.
20
+ - can be incorporated into prevelant generative models (e.g., autoregressive architectures) for downstream medical image synthesis and interpretation.
21
+
22
+
23
+
24
+ ## ✏️ Citation
25
+
26
+ ```
27
+ @article{ma2025meditok,
28
+ title={MedITok: A Unified Tokenizer for Medical Image Synthesis and Interpretation},
29
+ author={Ma, Chenglong and Ji, Yuanfeng and Ye, Jin and Li, Zilong and Wang, Chenhui and Ning, Junzhi and Li, Wei and Liu, Lihao and Guo, Qiushan and Li, Tianbin and He, Junjun and Shan, Hongming},
30
+ journal={arXiv preprint arXiv:2505.19225},
31
+ year={2025}
32
+ }
33
+
34
+ ```