Distributional Deep Learning for Super-Resolution of 4D Flow MRI under Domain Shift
Xiaoyi Wen, Fei Jiang
TL;DR
The paper tackles the domain-shift problem in super-resolving 4D Flow MRI by introducing Distributional Super-Resolution (DSR), which expands the training domain through multi-covariate pre-additive noise and leverages a distributional loss to improve extrapolation. It formalizes Y = h(X + ε) with a semiparametric form h(t) = g(β^T t), proves distributional extrapolability and consistency, and extends to multivariate outcomes with a deep learning framework. The authors implement a patch-based, geometry-agnostic SR pipeline with self-supervised pre-training on CFD data, followed by two-step LP-FT fine-tuning on paired CFD-4DF data, and demonstrate superior performance over standard regression and 4DFlowNet in both simulations and real 4DF data. The approach yields robust SR under domain shift and offers practical utility for clinical 4DF analysis, with code and data resources provided for replication and broader adoption.
Abstract
Super-resolution is widely used in medical imaging to enhance low-quality data, reducing scan time and improving abnormality detection. Conventional super-resolution approaches typically rely on paired datasets of downsampled and original high resolution images, training models to reconstruct high resolution images from their artificially degraded counterparts. However, in real-world clinical settings, low resolution data often arise from acquisition mechanisms that differ significantly from simple downsampling. As a result, these inputs may lie outside the domain of the training data, leading to poor model generalization due to domain shift. To address this limitation, we propose a distributional deep learning framework that improves model robustness and domain generalization. We develop this approch for enhancing the resolution of 4D Flow MRI (4DF). This is a novel imaging modality that captures hemodynamic flow velocity and clinically relevant metrics such as vessel wall stress. These metrics are critical for assessing aneurysm rupture risk. Our model is initially trained on high resolution computational fluid dynamics (CFD) simulations and their downsampled counterparts. It is then fine-tuned on a small, harmonized dataset of paired 4D Flow MRI and CFD samples. We derive the theoretical properties of our distributional estimators and demonstrate that our framework significantly outperforms traditional deep learning approaches through real data applications. This highlights the effectiveness of distributional learning in addressing domain shift and improving super-resolution performance in clinically realistic scenarios.
