Frequency Error Prior (FEP) in MC-MRI
- Frequency Error Prior (FEP) is a frequency-domain metric that quantifies the k-space discrepancy between synthesized and fully-sampled MRI images, enabling targeted acquisition of challenging frequency components.
- The method integrates conditional diffusion models with deep unfolding networks to optimize k-space sampling patterns and improve reconstruction metrics such as PSNR and SSIM.
- Empirical results demonstrate significant gains in image quality, with improvements up to 6 dB in PSNR across various acceleration regimes and datasets.
The Frequency Error Prior (FEP) is a frequency-domain metric introduced in the context of multi-contrast magnetic resonance imaging (MC-MRI) reconstruction to optimize -space under-sampling patterns and guide deep unfolding networks toward maximal image fidelity under aggressive acquisition acceleration. FEP quantifies the per-coefficient discrepancy in -space between the target contrast synthesized from a reference by a conditional diffusion model and the fully sampled ground truth, enabling targeted sampling of frequency components least recoverable from reference data. This framework integrates model-driven and data-driven strategies to address the limitations of earlier MC-MRI reconstruction methods relating to suboptimal reference fusion and rigid sampling patterns, delivering significant improvements in peak signal-to-noise ratio (PSNR) and structural similarity across multiple datasets and acceleration regimes (Fang et al., 14 Jan 2026).
1. Definition and Motivation
The Frequency Error Prior is defined as the pointwise magnitude difference in -space between a synthesized target-contrast image , produced by a conditional diffusion model (CDM) conditioned on a reference image , and the fully sampled ground-truth image :
Here, denotes the 2D discrete Fourier transform. The entry quantifies the local failure of the diffusion model to accurately synthesize the frequency coefficient at ; higher values flag spatial frequencies that the reference contrast cannot adequately predict, typically reflecting high-frequency, modality-specific details.
MC-MRI typically exploits a fast-acquired reference contrast to reconstruct an accelerated target contrast . While robustly determines global structure and low-frequency content, it alone cannot precisely recover the full target contrast’s high-frequency detail. FEP provides explicit, data-adaptive guidance on which -space locations provide maximal reconstruction utility, both for mask design and network-driven image synthesis.
2. Mathematical Formulation
2.1. Diffusion-Based Modelling of FEP
The FEP arises from the conditional distribution:
where . In practice, FEP is used as a pointwise magnitude estimate rather than a fully parameterized density:
2.2. Conditional Diffusion Model Specifications
The conditional diffusion model adopts a standard Gaussian diffusion formulation:
- Forward process: Adds Gaussian noise to via
and can be reparameterized as
where .
- Reverse process: Denoised iteratively via
with the parameterization implemented as a U-Net.
- Loss function: The simplified denoising loss, per Ho et al. (2020),
2.3. Joint Mask and Network Optimization
Sampling is modulated via a learnable combined with the normalized FEP, yielding a continuous mask:
where
- : sigmoid with sharpness ,
- : sparsifies to mean sampling rate ,
- : stochastic binarization. The reconstruction target is the minimization
where denotes the deep-unfolding reconstruction network and is the under-sampled image.
Discretized masks are derived as for practical deployment, followed by final fine-tuning of (Fang et al., 14 Jan 2026).
3. Integration with Reconstruction Pipelines
3.1. Mask Differentiability and Learning Dynamics
The use of a continuous, differentiable mask facilitates gradient-based updates to , focusing sampling density onto frequencies with persistently high FEP values. During training, gradients propagate through but not , which remains fixed after pretraining the CDM. Budget constraints () are enforced via .
3.2. Deep Unfolding and Feature Fusion
The reconstruction network performs a block-majorization minimization (TITAN) protocol with unrolling stages for the composite objective:
incorporating spatial alignment, reference decomposition, and ResNet-based (ProxNet) subproblem updates. The FEP term operates exclusively in mask computation; after mask finalization, inference incurs no further diffusion model cost.
4. Experimental Validation and Performance
Empirical evaluation across the IXI, BraTS2018, and FastMRI datasets at acceleration factors 4×, 8×, 10×, and 30× demonstrates that frequency error-guided sampling confers PSNR increases of 0.3–6 dB over the best previously published under-sampled MC-MRI methods. For example, on IXI at 4× with a learned mask, FEP-informed sampling yields PSNR = 54.23 dB compared to 52.62 dB for MC-DuDoN(LOUPE); at 30×, the improvement is from 39.51 dB to 41.62 dB. SSIM remains above 0.99 at moderate acceleration and above 0.97 at 30× (Fang et al., 14 Jan 2026).
Ablations comparing masks learned with and without the FEP establish that FEP shifts sampling density toward mid- and high-frequency regions that are undersampled by LOUPE-based approaches, yielding sharper reconstructions and reduced spatial error, with PSNR advantages verified as statistically significant (paired -tests, ).
| Metric | JUF-MRI (FEP-aware) | MC-DuDoN(LOUPE) |
|---|---|---|
| PSNR, IXI 4× | 54.23 dB | 52.62 dB |
| PSNR, IXI 30× | 41.62 dB | 39.51 dB |
5. Key Implementation Details
- Diffusion Model: U-Net backbone with time-step embeddings, channel widths 64128256, 4 hierarchical scales, trained using Adam (learning rate , batch size 8, 300 epochs, EMA=0.999), noise schedule linearly annealed over steps, at horizon.
- Mask/Reconstruction: Adam optimizer at , batch size 2, 30 epochs, 4 unfolding stages, 12-block ProxNet modules, sigmoid slopes , , target sparsity selected per acceleration, initialized from , inertial factor .
- Training Protocol: Pretrain CDM to convergence before initiating mask learning; hold CDM parameters fixed during mask/network optimization; normalize on a per-volume basis to prior to use in ; anneal , during initial mask learning stages to stabilize gradients; fine-tune reconstruction for 5–10 epochs after mask binarization.
Best practices suggest freezing CDM weights post-pretraining and employing per-volume normalization of the FEP to ensure generalizable and stable mask learning (Fang et al., 14 Jan 2026).
6. Context, Limitations, and Implications
The Frequency Error Prior addresses key challenges in the MC-MRI domain by enabling adaptive, frequency-aware mask design that prioritizes acquisition of frequency coefficients least recoverable through reference-based synthesis, thus resolving the deficits of uniform, random, or purely data-driven sampling. By integrating FEP within a deep-unfolding framework, the approach leverages both analytic and learned priors, yielding high-fidelity reconstructions under substantial acceleration.
A plausible implication is that similar frequency error-guided strategies could generalize to other multi-modal inverse problems where reference data is available but imperfectly predictive, although validation is currently limited to MC-MRI contexts in (Fang et al., 14 Jan 2026). The approach’s reliance on a well-trained diffusion prior further suggests sensitivity to diffusion model capacity and training dynamics, and the practical overhead of model pretraining must be considered, though inference during deployment incurs no additional diffusion cost.
In summary, the Frequency Error Prior provides a robust frequency-domain signal, mediating both under-sampling strategy and signal recovery, and demonstrably advances the state of the art in accelerated multi-contrast MRI reconstruction (Fang et al., 14 Jan 2026).