1. Motivation:

  • BCS models the dynamic time profile at every voxel as a sparse linear combination of learned temporal basis functions from a dictionary. The basis functions and the spatial weights/model coefficients are jointly estimated from the undersampled measurements. 
  • The main motivation of using learned basis functions is that the bases are more representative of the temporal dynamics at hand and adapt to the data; they provide sparser representation compared to off the shelf dictionary bases (eg:  Fourier exponential bases) as used in conventional compressed sensing. Further in dynamic MRI since the number of voxels per frame typically dominate the number of time frames, the overhead in learning the basis functions is minimal. This is demonstrated in the example phase transition plot (click here ) of compressed sensing with fixed Fourier bases v/s blind CS with learned bases from undersampled data v/s a setting where the ideal dictionary bases are known.
  • BCS contrasts with low rank based methods that utilize few orthogonal temporal bases which have degrees of freedom proportional to the rank of the model ; the key difference is (a) the sparsity of the BCS model coefficients and (b) the increased number of non-orthogonal basis functions in the dictionary which provides a richer representation. In contrast to low rank models, the degrees of freedom of the BCS model is proportional to the sparsity level. Click here for a pictorial comparison of the degrees of freedom of the low rank and BCS models.

 

2. Blind CS formulations:

  • We pose the simultaneous estimation of the model coefficients (UMxR) and the dictionary matrix (VRxN) as the following optimization problem:  
Cost penalty (1)
  • Here, M, N, R are respectively the number of voxels per frame, the total number of time frames, and the number of basis functions in the dictionary. The l1 norm prior is used on the coefficient matrix to promote sparsity, while the energy preserving Frobenius norm is used on the dictionary to make the problem well posed. is the Fourier sampling operator; the example codess provided in Version 1.1 are based on single coil data. The free regularization parameters lambda1 and lambda2 should be optimized accordingly for best results. This formulation was used in references [i,ii,iii,iv] below.
  • We generalize the previous version to include non-convex lp norm (p<1) priors on U, generalized constraints on (eg: Frobenius norm, unit column norm, l1-l2 norm constraints), and also leverage information from multiple coils (parallel imaging) [Used in reference [v, vi] below]:     
Cost1
  • We propose a optimization algorithm that utilizes variable splitting strategies to significantly improve the convergence speed of the BCS optimization. The splitting allows us to efficiently decouple the sparse coefficient, and dictionary update steps from the data fidelity term, resulting in subproblems that take closed form analytical solutions, which otherwise require slower iterative conjugate gradient algorithms. [Used in reference [vi].

 

3. Examples provided: [version 1.1]

  •  Run main_run_brain.m to replicate the below result on a brain perfusion MRI dataset
Result on brain perfusion MRI dataset
  •  Run main_run_cardiac.m to replicate the below result on a myocardial perfusion MRI dataset
Myocardial perfusion MRI dataset
  • Run main.m to replicate the below result
BCS parameter
  • Run main_fastbcs.m to replicate the result below
Fast BCS parameter 1
Fast BCS parameter 2

 

4. References: Please credit the below references if the above codes are used in an abstract or a paper. 

i.   S.G.Lingala, M.Jacob, "Blind compressed sensing dynamic MRI", IEEE Transactions on Medical Imaging, pp 1132-1145, vol.32(6), June 2013.

ii.  S.Bhave, S.G.Lingala, J.Newell,S. Nagle, M. Jacob," Blind Compressed sensing enables 3D dynamic free breathing MRI of lung volumes and diaphragm motion, Investigative Radiology, 2016, 51(6), 387-399.

iii. S.G.Lingala, M.Jacob, "A blind compressive sensing framework for accelerated dynamic MRI", International symposium on Biomedical Imaging, pp 1060-1063, May 2012.

iv. S.G.Lingala, Y.Baqqal, J.Newell, D.Wang, J.Seiren, D.Thedens, M.Jacob, "Towards 3D dynamic MRI of the lung using blind compressive sensing", ISMRM 2014.

v.  S.Bhave, S.G.Lingala, C.Johnson, V.Magnotta, M.Jacob, "Accelerated whole brain multi-parameter mapping using Blind compressed sensing", MRM, 2016 Mar, 75(3);1175-86.

vi. S.Bhave, S.G.Lingala, M.Jacob, "A variable splitting based  algorithm for fast multi-coil blind compressed sensing MRI reconstruction", EMBC, 2014

 

5. Funding: This work is supported by grants NSF CCF-0844812, CCF-1116067, NIH 1R211HL109710-01A1, AHA 12PRE-11920052

 

6. For questions or bug reports: Please contact either of sampada02@gmail.com or sajangoud-lingala@uiowa.edu or mathews-jacob@uiowa.edu.