TL;DR
Traditional Generative Adversarial Networks (GANs) struggle with maintaining geometric consistency in multimodal image synthesis, particularly for CT-PET images. The Dual-Domain Equivariant Generative Adversarial Network (DDE-GAN) was developed to learn from both spatial and frequency domains, incorporating rotational equivariance to enhance anatomical accuracy.
✦ Why It Matters
Engineers can leverage DDE-GAN for improved multimodal imaging applications, enhancing data quality in medical imaging.
Key Takeaways
Full Summary
Multimodal imaging, such as combining Computed Tomography (CT) and Positron Emission Tomography (PET), often suffers from issues related to geometric consistency and structural fidelity when using traditional Generative Adversarial Networks (GANs). The Dual-Domain Equivariant Generative Adversarial Network (DDE-GAN) was created to address these challenges by simultaneously learning from both the spatial domain (the actual images) and the frequency domain (Fourier-transformed data).
This model integrates rotational equivariance, which ensures that the generated images maintain anatomical accuracy regardless of rotation. A hierarchical dual-domain training strategy was employed, utilizing multi-stage loss functions to enforce consistency within and between the two domains.
Results from the HECKTOR 2022 CT-PET dataset showed that DDE-GAN significantly outperformed baseline models, achieving higher synthesis quality. These findings suggest that combining dual-domain learning with geometric constraints can enhance the accuracy and robustness of multimodal image synthesis, with potential applications in PET completion and data augmentation.
Related