Estimation of Image-Derived Input Function in Hybrid MRI and Dynamic Brain PET Imaging

PET provides valuable insight in to the physiological and biochemical processes in the body. Static PET involves acquiring a single scan after the radiotracer injection. This single snapshot offers a powerful yet simplified view of tracer distribution. Dynamic PET imaging provides a more comprehensive view of radiotracer kinetics by acquiring a series of images over a period. Instead of a single snapshot, dynamic imaging produces time-activity curves (TAC) that illustrate how tracer concentration in each tissue changes throughout the scanning period.

To perform absolute quantification, kinetic modelling is employed. This modelling requires knowing the accurate tracer concentration in the blood throughout the scan which is called the Input Function. This is usually taken by continuously taking arterial blood samples using a catheter, a procedure which is invasive, labor-intensive, and requires trained personnel to manage both the subject and the measurement devices

Goal: Replace the invasive Arterial Input Function (AIF) with a robust Image-Derived Input Function in brain PET-MR Imaging

2TCM Diagram
Schematic of the two-tissue compartment model (2TCM) showing the blood and tissue compartments

Why IDIF is hard in the brain

In PET images the internal carotid arteries (ICAs) are small, roughly the size of the scanner’s effective resolution. That triggers partial volume effects: activity spills out of the vessel and tissue activity spills in. If you simply read the time-activity curve from a vessel ROI in PET, you underestimate peaks and contaminate the tail. Any kinetic modeling you do after that inherits the bias.


Partial Volume Effect shown on a uniform hot disk: left, the ground-truth disk; middle: the result of PET point spread function blurring and noise; right: intensity profile along the horizontal dashed-line compared to the ground truth (gray line), showing the spill-in and spill-out effects

My approach

There are two steps in the our IDIF implementation:

1) Automatic carotid segmentation on TOF-MRA

I implemented a simple yet robust segmentation algorithm based on high intensity thresholding in TOF-MRA images to obtain an accurate mask of the arteries without any user input. This mask is then applied to the PET image to extract the time activity curves of the carotid A.K.A. the input function.

3D carotid mask

2) Bayesian inference for Partial Volume Correction

The kinetics of the input function together with the surrounding tissue and the inherit noise of PET while accounting for partial volume effect were modelled. Bayesian inference using Monte-Carlo Markov Chain (MCMC) was employed to correctly estimate the input function and correct for noise and partial volume effect. My method build upon a classic Partial Volume Correction method called Geometric Transfer Matrix (GTM) hence it’s called the Bayesian GTM or BGTM.

Results

The evaluations were done in two levels:

1) Curve errors. Mean absolute error between cumulative area under the curve of the estimated IDIF and the AIF (cAUC MAE).
2) Absolute quantification. Regional brain absolute quantification

IDIF curve comparison
IDIF Comparison of an example subject





cAUC MAE boxplot
Cumulative Area Under the Curve(cAUC) Absolute Error
MRglu MAPE boxplot
Absolute Quantification Percentage Error



MetricBGTMGTMPBIF
IF cAUC MAE13,02415,70914,630
MRglu MAPE (%)13%24%17%

Simulation

Simulated PET data offers a controlled environment with a known ground truth, free from unpredictable real-world influences. Real PET and MRI scans with arterial sampling serve as the basis for generating realistic phantoms and tissue activity, which are then used as input to the simulator. This results in realistic PET scans that can be used to further validate the method.