-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SS3T on neonatal data (64 direction, 11 b0 data with b=750s/mm2) #15
Comments
Hi Manuel, Thanks for the feedback! Yes, this looks really great; very interesting too, involving all the challenges with and unique aspects of neonatal data. This, combined with a b-value as low as b = 750 s/mm^2 is as far as I've ever seen these techniques pushed. Cool!
So as mentioned indeed, the challenge consists mostly of the low b-value, and the neonatal data. Otherwise, angular resolution (number of diffusion-weighted images) and number of b=0 images are solid; hopefully ensuring a good SNR. It's the contrast, and thus the constrast-to-noise ratio that will be extremely low in these data. Other than that, due to the smaller size of the brain, increased (relative) prevalence of grey matter, and high (and varying) free water content, we're facing partial volume of different "tissue" (or water) types across the entire brain volume. This already indicates that a 3-tissue model could (should!) come in handy.
Nice, so we've got For purposes of easy visual comparison, it's also good by the way that you ran
It's interesting to see these actually. So the 2016 and 2019 algorithm (by design) only differ in their single-fibre WM voxel selection in principle. The GM voxels might also very, very slightly differ, due to a smaller tweak I made when I improved the algorithm. In your data, the single-fibre WM voxel selection doesn't differ "massively", at least for the 3 slices we can see in the screenshot. However, the significance is in the details: on a high level, what the 2019 algorithm should do better is to ignore T2 shine-through (very relevant in neonates, because of the high free-water content in large parts of the WM), and take into account the fact that single-fibre WM should have low signal decay. We can see even here it succeeds at this: a good example here would be the difference in voxel selection in the splenium of the corpus callosum (and a few other bits in the corpus callosum). The 2016 algorithm actually relies on the tournier algorithm for its white matter voxel selection, and even though it already applies the tournier algorithm to a mask where most of the CSF is removed in an earlier step, it still happily selects voxels that come close to, and likely partial volume with some CSF. The 2019 algorithm naturally stays well away from these; this would even be the case if it's not by the rest of the algorithm restricted to a crude WM mask! The 2019 single-fibre WM metric is incredibly robust in this regard. And, conveniently, it runs much faster as well. 🙂
It's hard to compare these just visually. To explain the seemingly different scale or size you see here though, it's important to realise this particular aspect is mostly due to the That said, as good as I can observe from the screenshots, the sharpness of the disk does increase from the original
😮 wow, stunning difference indeed. Typically the difference between single-tissue and 2-tissue (WM-CSF) CSD, i.e. your first 2 results shown here, isn't all that big, since at high b-values the signal from CSF is already mostly decayed away (and thus doesn't show all that much even in single-tissue CSD). However, once more your particular scenario comes into play. Low b-value data on the one hand will still have relevant CSF signal, which is filtered out of the WM FOD when CSF is in the model. And neonatal data on the other hand, has substantial free water ("CSF-like" signal). But beyond that, the difference we're observing here is likely also partially explained by the different response function selection there, and in line with that disk being a bit sharper when obtained from the But as always, the most important gains show when GM-like tissue is also modelled, i.e. your last result. I already knew from experimentation with the developing HCP neonatal data that SS3T-CSD enables modelling and separation of WM-like, GM-like and CSF-like signal, but as always the question remains whether this remains possible for (even) lower b-value data. This appears to be very successful for the data you show here: we can even see several projections of axons/tracts into the cortical GM all around the brain, still recovered as very sharp and correctly oriented WM FODs. Given the low contrast at b=750 and generally for the neonatal brain, it's quite impressive this can still be teased out. Nice!
Yep, so fully agreed. 👍 Thanks again for this extremely valuable piece of feedback! The results are very reassuring, for the technique in general, and your data in particular. Cheers, |
Hi,
I run some experiments in an old neonatal dataset.
64 direction, 11 b0 data with b=750s/mm2, without reverse B0s/fieldmap and without structural
I did the following experiments:
-response function estimation: tournier. FOD estimation: csd
-response function estimation: dhollander (mrtrix RC3). FOD estimation: msmt_csd (using WM/CSF) + mtnormalise
-response function estimation: dhollander (SS3T). FOD estimation: ss3t_csd_beta1 + mtnormalise
Here you can see the selected voxels for the response function:
dhollander (mrtrix RC3):
dhollander (SS3T):
Also the three WM responses:
tournier:
dhollander (mrtrix RC3):
dhollander (SS3T):
And some FODs:
tournier:
dhollander (mrtrix RC3):
dhollander (SS3T):
I think that the benefits are clear: both dhollander algorithms have "narrower" FODs than tournier algorithm (looks like better angular resolution) and the dhollander (SS3T) produces cleaner FOD maps than the dhollander (mrtrix RC3). What do you think?
Best regards,
Manuel
The text was updated successfully, but these errors were encountered: