1-Tissue Compartment Model (Zhou GRRSC)
The 1-Tissue (Zhou GRRSC) model implements fitting a one-tissue compartment model in each image pixel. It is based on a multi-linear formulation of the operational equation, which can be fitted by a fast and reliable weighted linear regression (WLR) method. To improve the signal-to-noise ratio in the calculated parametric maps Zhou et al. [36] have extended the method by ridge regression (RR). In short, the parametric map calculation performs the following steps:
- A WLR fit is performed for the TAC in each image pixel.
- The resulting parametric maps of vB, K1 and k2 are then spatially smoothed.
- A ridge factor is calculated for each pixel using the smoothed parametric maps and the estimated noise variance (difference between signal and fit). It is proportional to the noise.
- The cost function is extended by a penalty term which is driven by the ridge factor. The noisier a pixel, the higher the penalty.
- Ridge regression estimates the optimal parameter set vB, K1, k2 a for the penalized cost function. The noisier a pixel, the more will the solution tend towards the smoothed parametric map of the WLR step.
Implementation details of the 1-Tissue (Zhou GRRSC) model:
- The weighted linear regression and the ridge factor calculation are performed during the PXMOD Preprocessing step, whereas the ridge regression runs during the pixel-wise processing.
- The Generalized Ridge regression with Spatial Constraint variant of ridge regression described by Zhou et al [36] is implemented which supports spatially varying ridge factors.
- Multi-linear fitting employs the singular value decomposition (SVD) method, using the frame durations as weighting factors.
- The operational equation (16) in [34] has been re-written to accomodate the geometrical variant of the operational equation:
- The blood volume fraction vB can be fixed at a certain value, or fitted in each individual pixel.
- The smoothness of the result maps is determined by the width of the smoothing filter.