ibrahimhamamci/CT-RATE
Preview • Updated • 135k • 277
Checkpoints for "From Alignment to Synthesis: Contrastive Volumetric Grounding for Text-to-CT Generation" (Molino et al., BMVC 2026).
Note on versions. The checkpoints currently hosted here correspond to the earlier version of this work (arXiv v2). Weights for the updated model will be added alongside the code release.
diff_model_demo.py from the code release for a one-off generation from text.autoencoder_epoch273.pt — 3D VAE for latent compression/decoding.unet_rflow_200ep.pt — Diffusion UNet trained with rectified flow.CLIP3D_Finding_Impression_30ep.pt — CLIP3D weights for encoding reports.from huggingface_hub import snapshot_download
snapshot_download(
repo_id="dmolino/text2ct-weights",
repo_type="model",
local_dir="your_local_path",
)
Use these in the code release configs:
| Config field | Points to |
|---|---|
trained_autoencoder_path |
autoencoder |
existing_ckpt_filepath / model_filename |
unet |
clip_weights |
clip |
If you use these weights or code, please cite:
@misc{molino2026alignment,
title={From Alignment to Synthesis Contrastive Volumetric Grounding for Text-to-CT Generation},
author={Daniele Molino and Camillo Maria Caruso and Filippo Ruffini and Paolo Soda and Valerio Guarrasi},
year={2026},
eprint={2506.00633},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2506.00633},
}