Synthetic CT
Collection
Resources for synthetic CT generation β’ 7 items β’ Updated
Whole-body synthetic CT generation from MR or CBCT, built with KonfAI. Top-ranking models from the SynthRAD challenge (Tasks 1 & 2).
| Model | Input | Output | Description | Ensemble |
|---|---|---|---|---|
MR |
MR | sCT | MR β sCT (SynthRAD Task 1) | 5 |
CBCT |
CBCT | sCT | CBCT β sCT (SynthRAD Task 2) | 5 |
MR_CBCT |
MR / CBCT | sCT | Joint MR/CBCT β sCT | 5 |
Finetune |
CBCT | sCT | BICMAC fine-tuned CBCT β sCT | 5 |
2.5D UNet++ Β· patch [1, 512, 512] Β· 5-model ensemble.
pip install impact_synth_konfai
impact-synth-konfai synthesize MR -i input_mr.nii.gz -o output/
konfai-apps infer VBoussot/ImpactSynth:MR -i input_mr.nii.gz -o output/Benchmarked on a single NVIDIA RTX PRO 5000 (24 GB) with a real whole-body MR (295 Γ 259 Γ 219, 2 mm). The batch size is auto-selected from your free GPU VRAM.
| Free VRAM | Batch (auto) | Peak VRAM | Time / case |
|---|---|---|---|
| 8 GB | 16 | ~7.6 GB | β |
| 16 GB | 28 | ~15 GB | β |
| 24 GB | 32 | ~16 GB | ~24 s |
sCT generation keeps system RAM ~2 GB. The plan leaves memory headroom β filling the card with a larger batch saturates the allocator and slows inference. A full 5-model ensemble runs in ~82 s on the same card. Override with --patch-size / --batch-size.