Autoregressive Image Diffusion: Generation of Image Sequence and Application in MRI
Guanxiong Luo, Shoujin Huang, Martin Uecker
TL;DR
The paper tackles accelerated MRI by addressing the trade-off between image quality and speed under undersampled k-space. It proposes Autoregressive Image Diffusion (AID), an autoregressive extension of diffusion models that models sequences of images and integrates MRI likelihood via a Bayesian posterior sampling scheme. AID uses a Unet-based Temporal-Spatial Conditioning architecture with causal attention and derives a posterior-sampling algorithm that combines DDIM-like steps with data fidelity. Empirical results on fastMRI brain and cardiac cine data show improved sequence coherence and reconstruction accuracy, with reduced hallucinations compared to standard diffusion baselines, highlighting AID's potential for dynamic and multi-contrast MRI applications.
Abstract
Magnetic resonance imaging (MRI) is a widely used non-invasive imaging modality. However, a persistent challenge lies in balancing image quality with imaging speed. This trade-off is primarily constrained by k-space measurements, which traverse specific trajectories in the spatial Fourier domain (k-space). These measurements are often undersampled to shorten acquisition times, resulting in image artifacts and compromised quality. Generative models learn image distributions and can be used to reconstruct high-quality images from undersampled k-space data. In this work, we present the autoregressive image diffusion (AID) model for image sequences and use it to sample the posterior for accelerated MRI reconstruction. The algorithm incorporates both undersampled k-space and pre-existing information. Models trained with fastMRI dataset are evaluated comprehensively. The results show that the AID model can robustly generate sequentially coherent image sequences. In MRI applications, the AID can outperform the standard diffusion model and reduce hallucinations, due to the learned inter-image dependencies. The project code is available at https://github.com/mrirecon/aid.
