Hello everyone,
I have finished this GAN specialization. It is cool. So I am going to synthesize MRI images and have access to a dataset of paired MRI scans, where each subject has been scanned with T1-weighted (T1WI), T2-weighted (T2WI), FLAIR, and DWI sequences. I aim to synthesize either FLAIR or DWI sequences from either T2WI or T1WI sequences.
Could you advise on which method would be more appropriate for this task, pix2pix GAN or Cycle-GAN, given the availability of paired data?
Additionally, when synthesizing the FLAIR or DWI sequences, would it be more advantageous to use a combined input of T1WI and T2WI, or should I opt for using just one of these sequences as the input? What are the pros and cons of each approach in your experience?
Could anyone provide me with some advice? Thank you!