robbert-harms / MDT

Microstructure Diffusion Toolbox
GNU Lesser General Public License v3.0
48 stars 18 forks source link

interpretation NODDI output #31

Closed SanRut closed 3 years ago

SanRut commented 3 years ago

Dear Robbert,

I've fitted the NODDI model and I'm uncertain about the interpretation of the various output maps. I'm specifically looking for the correspondence between the outputs w_ic.w, w_ec.w & w_csf.w and the NODDI formula from the Zhang 2012 paper*, where you also refer to in your NeuroImage (2017) paper.

I'm quoting the formula from the Zhang paper below (unfortunately I can not use subscript):

A = (1 - Viso) (Vic Aic + (1-Vic)Aec) + Viso Aiso They further describe Vic as representing: neurite density / volume fraction of intra cellular compartment

I assumed that the w_ic.w from the MDT corresponds to Vic, and thus representing the neurite density. However given that w_ic.w+w_ec.w+w_csf.w = 1, I'm not so sure anymore.

So I'm wondering where do the three maps: w_ic.w, w_ec.w & w_csf.w correspond to in the Zhang formula, and how should I interpret the three maps respectively.

Also, in your NeuroImage paper it is written that the Orientation Dispersion Index (ODI) is defined in the Zhang 2011** paper. I failed to find the corresponding formula and given the output-values of the ODI-maps, I was wondering whether it could be the Zhang 2012 paper?

Thanks a lot for your answers (again) and best of wishes, Sanne

** Zhang, H., Hubbard, P.L., Parker, G.J., Alexander, D.C., 2011. Axon diameter mapping in the presence of orientation dispersion with diffusion MRI. Neuroimage 56 (3), 1301–1315.

robbert-harms commented 3 years ago

Hi Sanne,

All models in MDT are configured as a weighted sum of one or more compartments. As such, the NODDI model in MDT is written as (using your notation):

A = Viso Aiso + Vic Aic + Vec Aec with the constraint that the weights sum to 1.

In my language, this is: S = w_iso.wS_iso + w_ic.w S_ic + w_ec.w * S_ec

If you would work it out, you can see that these definitions are equal to each other.

Then comes the point that Zhang describes the NDI as the Vic. Due to linearizing the model definition, the NDI in MDT needs to be computed as NDI = w_ic.w / (w_ic.w + w_ec.w).

In short, there is no direct correspondence between the volume fraction definitions given in Zhang and those in MDT, although with some algebra you can arrive at the same definitions.

About the ODI definition, you may be right, and that I cited the wrong article.

Let me know if these was detailed enough.

Best,

Robbert

SanRut commented 3 years ago

Hi Robbert,

Thanks a lot for your prompt reply, it all makes way more sense. I was also struggling with the NDI definition indeed. Your answer is detailed enough.

Best, Sanne

robbert-harms commented 3 years ago

You are welcome. Let me know if there is anything else.

Best, Robbert

shaanxicode commented 2 years ago

Hi Robbert,

I am wondering where is the w_iso.w? Is it the w_csf.w? If so, I found it is different from the output calculated by Matlab toolbox, offered by Zhang 2012 paper. When I calculated the HCP S1200 data.

Best, Shu

robbert-harms commented 2 years ago

Hi Shu,

Yes, w_csf.w is the w_iso.w. What kind of differences do you experience?

Some small differences may be possible due to the model reformulation and different optimization methods. When in doubt, compare the log likelihood values to see which model approximates the results better.

Best,

Robbert

shaanxicode commented 2 years ago

Hi Robbert,

Sorry for replying so late. There's something wrong with my notification. And your answer made sense. Thanks a lot for your reply.

Best, Shu