Compressed Sensing can reconstruct image without artifacts from the undersampled data, however setting the regularization parameters in CS optimization problem is difficult. Empirically selected parameters or extracted from L-curve method have less reliability. This abstract proposes CS reconstructed MR image quality assessment without ground truth and it can select proper regularization parameters automatically much faster and much reliable.
NIQE is a NR-IQA metric using Natural Scene Statistics(NSS) of spatial domain. Mean Substracted Contrast Normalized(MSCN) and its pair products have some statistics and Euclidean Distance of features is the quality score6. QEMDIM considered characteristics of MRI. Most of the artifacts in MRI caused by under-sampling has stripe patterns(e.g. Aliasing artifact, Motion artifact, Streak artifact) and uses Multi-Directional filters instead of pair products to evaluate MR image. multi-directional filters are suitable for stripe artifacts but cannot consider any sharpness and blurness. CS reconstructed image could be blur and in order to consider both directional artifacts and blurness, NR-CSIQA uses gabor filtering to decompose MSCN into 13 zone(4 scales and 4 orientations).
$$ gabor(x,y;\lambda,\theta,\psi,\sigma,\gamma)=exp(\frac{-{x^{'}}^{2}+{\gamma}^{2}{y^{'}}^{2}}{2{\sigma}^{2}})cos(2\pi\frac{x^{'}}{\lambda}+\psi)$$
$$x^{'}=xcos\theta+ysin\theta$$
$$y^{'}=-xsin\theta+ycos\theta$$
Next, fit Gabor Filtered MSCN coefficients into the Generalized Gaussian Distribution and total 28 parameters could be extracted(2 shape parameters each 1 MSCN with 13 Gabor Filtered MSCN). There are 28 parameters with 14 zones and their weight for evaluate the quality would be different, so the weights are set by inverse covariance matrix and score was calculated by mahalanobis distance. For training the metric, database was provided T2-FLAIR brain image from ADNI7. Figure 1 shows process of CSMRIQ.
$$CSMRIQ=\sqrt{(\overrightarrow{f}_{test} -\overrightarrow{\mu}_{train}) S^{-1}(\overrightarrow{f}_{test} -\overrightarrow{\mu}_{train})^{T}}$$
Performance of CSMRIQ are evaluated by comparing with SSIM and subjective score from radiologist. 36 T1-weighted(TR=2000ms,TE=10ms), 36 T2-weighted(TR=9000ms,TE=135ms) brain images were used for test and retrospectively Cartesian undersampling with R=2. In our experiment, CS optimization problem have 3 terms; data consistency, sparsity, total variation, and 2 regularization parameters $$$\lambda_w$$$,$$$\lambda_t$$$. Optimizing $$$\lambda_w$$$,$$$\lambda_t $$$ is our goal and CSMRIQ is exploited. First, set the regularization parameters initially random, and reconstruct image. By evaluating the image with CSMRIQ, update the regularization parameters by gradient descent method. Optimized regularization parameters could be chosen by performing these steps iteratively. The entire process of optimizing the regularization parameters are shown in figure 2.
$${\lambda_t}^{i+1}={\lambda_t}^{i}-\alpha\times\frac{\partial}{\partial\lambda_t}CSMRIQ({\lambda_w}^{i},{\lambda_t}^{t}),~~~~~~~~~~~~~~~~~~~~~ {\lambda_w}^{i+1}={\lambda_w}^{i}-\alpha\times\frac{\partial}{\partial\lambda_w}CSMRIQ({\lambda_w}^{i},{\lambda_t}^{t})$$
$$\frac{\partial}{\partial\lambda_t}CSMRIQ({\lambda_w}^{i},{\lambda_t}^{t})=\frac{CSMRIQ({\lambda_t}^{i}+\Delta{\lambda_t}^{i})-CSMRIQ({\lambda_t}^{i})}{({\lambda_t}^{i}+\Delta{\lambda_t}^{i})-{\lambda_t}^{i}}~~~~~~~~~~~~~~~ \frac{\partial}{\partial\lambda_w}CSMRIQ({\lambda_w}^{i},{\lambda_t}^{t})=\frac{CSMRIQ({\lambda_w}^{i}+\Delta{\lambda_w}^{i})-CSMRIQ({\lambda_w}^{i})}{({\lambda_w}^{i}+\Delta{\lambda_w}^{i})-{\lambda_w}^{i}}$$
[1] Lustig, Michael, David Donoho, and John M. Pauly. "Sparse MRI: The application of compressed sensing for rapid MR imaging." Magnetic resonance in medicine 58.6 (2007): 1182-1195.
[2] Hansen, Per Christian. The L-curve and its use in the numerical treatment of inverse problems. IMM, Department of Mathematical Modelling, Technical Universityof Denmark, 1999.
[3] Akasaka, Thai, et al. "Optimization of regularization parameters in compressed sensing of magnetic resonance angiography: Can statistical image metrics mimic radiologists' perception?." PloS one11.1 (2016): e0146548.
[4] Jinseong Jang, Bang et al. “QEMDIM : Quality Evaluation using Multi-DIrectional Filter for no-reference MR image”, 25th ISMRM 2017
[5] Kihun Bang, Jang et al. “Study on regularization paremeter tuning in compressed sensing using no-reference image quality assessment”, 25th ISMRM 2017
[6] Mittal, Anish, Rajiv Soundararajan, and Alan C. Bovik. "Making a “completely blind” image quality analyzer." IEEE Signal Processing Letters 20.3 (2013): 209-212.
[7] C. Jack, M. Bernstein, N. Fox, P. Thompson, G. Alexander, D. Harvey, B. Borowski, P. Britson, J. L. Whitwell, C. Ward, A. Dale, J. Felmlee, J. Gunter, D. Hill, R. Killiany, N. Schu, S. Fox-Bosetti, C. Lin, C. Studholme, C. DeCarli, Gunnar Krueger, H. Ward, G. Metzger, K. Scott, R. Mallozzi, D. Blezek, J. Levy, J. Debbins, A. Fleisher, M. Albert, R. Green, G. Bartzokis, G. Glover, J. Mugler and M. Weiner, "The Alzheimer's disease neuroimaging initiative (ADNI): MRI methods", J. Magn. Reson. Imaging, vol. 27, no. 4, pp. 685-691, 2008.