Arterial Spin Labeling (ASL) MRI is a powerful neuro imaging tool which provides quantitative perfusion maps. However, ASL perfusion maps typically suffer from low SNR and resolution. Averaging from multiple scans (high Nex value) can improve the SNR but at the cost of significantly increased acquisition time. In the work we proposed a technique for improved ASL image quality with boosted SNR and/or resolution by 1) incorporating the information of multi-contrast images 2) using nonlinear, non-local, spatial variant multi-lateral filtering, 3) training a deep network model to adaptively tune the final denoising level and further boost the SNR and improve image quality. Various in-vivo experiments demonstrate the superior performance of the proposed method which will significantly accelerate ASL acquisition and improve image quality.
There are 3 main innovative contributions of this proposed work: 1) Incorporation of multi-contrast information in ASL denoising 2) Application of a nonlinear spatial-variant filter to prevent over-smoothing of edges, and 3) Generation of the final denoising/restoration result using a deep network.
The workflow of the proposed method is shown in figure1.
1. Multi-lateral guided filtering using multi-contrast information. For ASL exam there is typically one PDw image taken without labeling. There are also highly likely to be additional anatomical scans, such as T1w, T2w, and FLAIR, acquired as part of any clinical protocol. These images share the basic structure information and have much higher SNR. Here we used a Multi-lateral Guided Filter [2] to conduct location-variant weighted average for each pixel. Derived from the bilateral filter, the Multi-lateral filter assigns weight $$$g(I(x),I(\xi))$$$ as a product of the square-differences of ASL signal and multi-contrast anatomy MR (T2w, PDw, etc.) signals from each pixel $$$x$$$ to its neighbor (5x5) pixel $$$\xi$$$. Different from conventional Gaussian or Wavelet based [3] denoising, this step is a nonlinear filter, which tends to better preserve structures and avoid over-smoothing. Weighting parameter $$$w_{ASL}$$$ here controls the denoising strength.
Bilateral Filter:
$$Bilateral(x)=\frac{\sum_\xi{k(x,\xi)g(I(x),I(\xi))I(\xi)}}{\sum_\xi{k(x,\xi)g(I(x),I(\xi))}}$$
Extend to Multi-lateral Filter as Bilateral filter in a higher dimensional space:
$$k(x,\xi)=\exp( {-\frac{(x-\xi)^2}{8}})$$
$$I(\xi)=I_{ASL}(\xi)$$
$$g(I(x),I(\xi))=g_{ASL}(I_{ASL}(x),I_{ASL}(\xi))g_{T2w}(I_{T2w}(x),I_{T2w}(\xi))g_{PDw}(I_{PDw}(x),I_{PDw}(\xi))$$
$$g_{T2w}(a,b)=g_{PDw}(a,b)=\exp( {-\frac{(a-b)^2}{2}})$$
$$g_{ASL}(a,b)=\exp{(-w_{ASL}(a-b)^2)})$$
2. Forming ASL+multi-contrast MRI patches. After the denoising, we reconstructed multiple versions denoised ASL with different $$$w_{ASL}$$$. A stack of multi-contrast images were formed including: the original low-SNR ASL, multiple denoised ASL with different smoothing levels, co-registered T2w image and the unlabeled PDw image. We cropped small multi-contrast patches (16x16 etc.) from these multi-contrast images. The final denoising employs these local stacks of patches which accelerates computation, reduces model complexity and increases the training sample size (~10000 patches from 1 single slice) to prevent any overfitting in the deep network training.
3. Deep Network for Denoising Reconstruction. We then trained a deep network to output the final denoising and restoration results. Here we used a convolutional-deconvolutional neural network [4] with the structure as the image shows. The input of the deep network is the multi-contrast MRI patches, and the output is the final denoised version. The deep network is trained on one set of slices using high-SNR/high-resolution ASL as ground-truth and applied on different scans and slices.
4. The final denoised ASL is formed by synthesizing the output patches.
[1] Dai, Weiying, et al. "Reduced resolution transit delay prescan for quantitative continuous arterial spin labeling perfusion imaging." Magnetic resonance in medicine 67.5 (2012): 1252-1265.
[2] He, Kaiming, Jian Sun, and Xiaoou Tang. "Guided image filtering." European conference on computer vision. Springer Berlin Heidelberg, 2010.
[3] Bibic, Adnan, et al. "Denoising of arterial spin labeling data: wavelet-domain filtering compared with Gaussian smoothing." Magnetic Resonance Materials in Physics, Biology and Medicine 23.3 (2010): 125-137.
[4] Xie, Junyuan, Linli Xu, and Enhong Chen. "Image denoising and inpainting with deep neural networks." Advances in Neural Information Processing Systems. 2012.
[5] Dai, Weiying, et al. "Reduced resolution transit delay prescan for quantitative continuous arterial spin labeling perfusion imaging." Magnetic resonance in medicine 67.5 (2012): 1252-1265.