WING: A Window-Prior-Based Generative Network with Gated Inception for Cross-Modality CT Synthesis
Summary
WING is a novel window-prior-based generative network designed for cross-modality CT synthesis, specifically addressing challenges in adaptive radiotherapy by generating CT volumes from MRI and CBCT. It reformulates CT intensity regression into multiple windowed representations (lung, soft tissue, bone) to handle high dynamic range and long-tailed distributions. The network integrates a Gated Inception Generator (GIG) for multi-window predictions, a Fuse-and-Refine Transformer (FRT) to aggregate and refine these outputs, and a joint adversarial training objective for enhanced realism. Evaluated on the large-scale SynthRAD2025 dataset, WING achieved state-of-the-art performance on both MRI-to-CT and CBCT-to-CT benchmarks. It significantly outperformed the previous MedNeXt model, demonstrating improved fidelity across heterogeneous attenuation regimes and supporting multi-anatomy synthesis with a single compact model.
Key takeaway
For AI Scientists and Machine Learning Engineers developing medical image synthesis models, adopting a window-prior-based approach for CT generation can significantly improve fidelity and geometric consistency. You should consider reformulating direct CT intensity regression into multiple windowed representations to better handle dynamic range and long-tailed distributions. This strategy, exemplified by WING, enhances detail across diverse anatomical structures, making your synthetic CTs more reliable for adaptive radiotherapy planning.
Key insights
CT synthesis benefits from window-prior-based regression to manage intensity distributions and improve structural fidelity.
Principles
- CT intensities are structure-deterministic and window-separable.
- Multi-kernel interactions enhance feature learning efficiency.
- Residual refinement improves coarse fused CT details.
Method
WING employs a Gated Inception Generator for multi-window predictions, a Fuse-and-Refine Transformer for differentiable soft fusion and residual refinement, and a joint adversarial objective for realism.
In practice
- Reformulate CT regression targets into windowed views.
- Use anisotropic kernels for thin, high-contrast structures.
- Apply differentiable soft fusion for smooth window blending.
Topics
- Synthetic CT
- Adaptive Radiotherapy
- Generative Adversarial Networks
- Medical Image Synthesis
- CT Windowing
- Transformers
Best for: AI Scientist, Machine Learning Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.