Synthesizing Proton-Density Fat Fraction and $R_2^*$ from 2-point Dixon MRI with Generative Machine Learning

Suma Anand,Kaiwen Xu,Colm O'Dushlaine,Sumit Mukherjee
2024-10-15
Abstract:Magnetic Resonance Imaging (MRI) is the gold standard for measuring fat and iron content non-invasively in the body via measures known as Proton Density Fat Fraction (PDFF) and $R_2^*$, respectively. However, conventional PDFF and $R_2^*$ quantification methods operate on MR images voxel-wise and require at least three measurements to estimate three quantities: water, fat, and $R_2^*$. Alternatively, the two-point Dixon MRI protocol is widely used and fast because it acquires only two measurements; however, these cannot be used to estimate three quantities voxel-wise. Leveraging the fact that neighboring voxels have similar values, we propose using a generative machine learning approach to learn PDFF and $R_2^*$ from Dixon MRI. We use paired Dixon-IDEAL data from UK Biobank in the liver and a Pix2Pix conditional GAN to demonstrate the first large-scale $R_2^*$ imputation from two-point Dixon MRIs. Using our proposed approach, we synthesize PDFF and $R_2^*$ maps that show significantly greater correlation with ground-truth than conventional voxel-wise baselines.
Computer Vision and Pattern Recognition,Machine Learning
What problem does this paper attempt to address?
The problem that this paper attempts to solve is: how to synthesize proton density fat fraction (PDFF) and R₂* (a relaxation time constant related to iron content) from two - point multi - voxel Dixon MRI data. Specifically, traditional PDFF and R₂* quantification methods require at least three measurements to estimate the three quantities of water, fat and R₂*. However, although the two - point multi - voxel Dixon MRI protocol is fast and widely used, due to having only two measurements, it cannot accurately estimate these three quantities, especially R₂*. To solve this problem, the authors proposed a generative machine - learning method, using paired Dixon - IDEAL data (liver data from the UK Biobank) and the Pix2Pix conditional generative adversarial network (GAN) to prove that R₂* can be estimated on a large scale from two - point multi - voxel Dixon MRI. Through this method, the authors showed that the synthesized PDFF and R₂* maps have a significantly higher correlation compared to the real values, especially in the estimation of R₂*, and this method can still provide good accuracy in cases where traditional voxel - based methods completely fail. ### Formula Explanation In Dixon MRI, two images are acquired when water and fat are in - phase and out - of - phase respectively, and can be represented by the following formulas: \[ S(t_1)=W + F \] \[ S(t_2)=W - F \] where: - \( S(t_i) \) is the acquired image intensity, - \( W \) is the voxel map of water content, - \( F \) is the voxel map of fat content. By adding and subtracting these two equations, the water and fat contents can be estimated: \[ W = 0.5\times(S(t_1)+S(t_2)) \] \[ F = 0.5\times(S(t_1)-S(t_2)) \] A more complex signal model takes into account the R₂* relaxation effect: \[ S(t_1)=(W + F)e^{-t_1R₂^*} \] \[ S(t_2)=(W - F)e^{-t_2R₂^*} \] Since there are two measurements but three unknowns (\( W, F, R₂^* \)), traditional linear methods cannot recover these three quantities. Therefore, the authors introduced a generative machine - learning method to solve this problem. ### Method Overview 1. **Data Pre - processing**: Use the data from the UK Biobank, and after resampling, registration and other steps, extract four channels (in - phase, out - of - phase, water, fat). 2. **Model Training**: Use Pix2Pix conditional GAN for training, and train multi - task models (simultaneously output PDFF and R₂*) and single - task models (output PDFF and R₂* respectively). 3. **Evaluation**: Evaluate the model performance through mean absolute error (MAE) and other indicators, and the results show that the single - task model performs better in the estimation of PDFF and R₂*. In summary, this paper aims to more accurately estimate PDFF and R₂* from two - point multi - voxel Dixon MRI through a generative machine - learning method, thereby improving the ability of non - invasive diagnosis of liver fat and iron content.