MSE minimization without heuristics I propose you a solution for the - - PDF document

mse minimization without heuristics
SMART_READER_LITE
LIVE PREVIEW

MSE minimization without heuristics I propose you a solution for the - - PDF document

Lesson 11 University of Bergamo Engineering and Management for Health FOR CHRONIC DISEASES MEDICAL SUPPORT SYSTEMS LESSON 11 Bioimaging analysis: analysis of an IVIM dataset to determine patient-specific parameters. Ettore Lanzarone April


slide-1
SLIDE 1

Lesson 11

Ettore Lanzarone April 15, 2020

MEDICAL SUPPORT SYSTEMS FOR CHRONIC DISEASES

Engineering and Management for Health University of Bergamo

LESSON 11

Bioimaging analysis: analysis of an IVIM dataset to determine patient-specific parameters.

MSE minimization without heuristics

I propose you a solution for the MSE minimization which exploits the optimizer provided by MATLAB instead of coding an heuristic approach. The code is written under NO SEGMENTATION. Alternative cases (including segmentation )can be easily coded modifying this

  • ne.

Results are unacceptable in some voxels, then to improve with segmentation or averaging approaches.

slide-2
SLIDE 2

Lesson 11

MSE minimization without heuristics Bayesian perspective

In case we need a distribution to compare confidence intervals of estimated parameters, the estimation approach can be performed with a Bayesian approach. Let’s see the approach for the segmented case in two cases: 1. Voxel-wise approach in which the estimation is independently performed within each voxel: independent likelihood for each voxel; independent Gaussian prior for each voxel 2. A conditional autoregressive approach to link neighbor voxel independent likelihood for each voxel; conditional autoregressive prior to link the voxels

slide-3
SLIDE 3

Lesson 11

Bayesian perspective

LIKELIHOOD FUNCTION The likelihood function is based, as usual, on the model structure. First step: Second step:

Bayesian perspective

LIKELIHOOD FUNCTION The likelihood function is based, as usual, on the model structure. First step: Second step:

slide-4
SLIDE 4

Lesson 11

First step:

Bayesian perspective Bayesian perspective

slide-5
SLIDE 5

Lesson 11

Second step:

Bayesian perspective Bayesian perspective

slide-6
SLIDE 6

Lesson 11

Bayesian perspective

PRIOR DENSITY The prior depends on the approach. As mentioned: 1. Voxel-wise approach in which the estimation is independently performed within each voxel: independent likelihood for each voxel; independent Gaussian prior for each voxel 2. A conditional autoregressive approach to link neighbor voxel independent likelihood for each voxel; conditional autoregressive prior to link the voxels Gaussian prior:

Bayesian perspective

Second step First step

slide-7
SLIDE 7

Lesson 11

Conditional autoregressive prior:

Bayesian perspective Bayesian perspective

slide-8
SLIDE 8

Lesson 11

Practical lesson

For the same real dataset I provided you, I give you the Bayesian code (R script and RSTAN model) both the Gaussian and the CAR approach. I put in the folder also the output files to have an idea of the results with a high number of iterations.