Shot Rejection for Robust Diffusion Weighted Imaging

The set of equations used for multishot DWI reconstruction were written by Miller et al.1 (2003) and Liu et al. (2006) and have not been modified for 20-ish years2.

Our article describes a modification to the multishot DWI reconstruction that accounts for scenarios where the phase navigator is inaccurate, a problem that occurs in almost every abdominal DWI scan, and sometimes in other anatomies. Several mathematical justifications for this modification are analyzed. We also explicitly illustrate the importance of the phase navigator resolution, a critical parameter in both acquisition and reconstruction that has been completely negelcted in the literature. I hope that this work will make "robustness to motion" a factor when evaluating new DWI acquisition methods.

Python code that implements linear reconstructions for rejecting shots overly corrupted by motion in diffusion weighted imaging is available here.

Lee PK, Zhou X, Hargreaves BA. “Robust multishot diffusion-weighted imaging of the abdomen with region-based shot rejection,” Magnetic Resonance in Medicine. 2024. doi.org/10.1002/mrm.30102



1 According to Google Scholar, this article currently has 248 citations (March 2025). There are about 20,000 3T MRI scanners worldwide, and let's assume only 25% do DWI clinically, with 20 patients scanned per day, and only 50% of the protocols include DWI. We can then estimate that the multishot DWI equations are used on ~50,000 patients every day (ignoring 1.5T scanners)! If we consider citations to be a measure of impact, then 248 seems relatively low compared to MRI compressed sensing (~9,000 citations), which is not used nearly as widely in the clinic.

2 Multiplexed Sensitivity Encoding (MUSE) (2016) provided the insight that parallel imaging could be used to reconstruct phase navigators but did not change the underlying linear system.