Replies: 2 comments 8 replies
-
I'm not a physicist, so I don't actually know much about this, but I've asked more knowledgeable members of the Back in August, @dowdlelt did some comparisons on some of his multi-echo data and he couldn't find any evidence of differences in distortion across echoes. Sorry, I can't link to the actual conversation because it's on Gitter and apparently Gitter posts aren't linkable. @handwerkerd followed up in that thread to say the following:
I don't know if that helps at all, but hopefully one of them can jump in on this conversation if there's more that needs to be added. |
Beta Was this translation helpful? Give feedback.
-
Okay, except for some details I will soon update in the PR's thread, #2530 is "formally" (as in, the workflow builds and runs till the end) finished. To test the multiecho pathways of the compute graph, I'm using ds000210, so it is probable some of the things I'm about to propose are not very representative of the average ME dataset in the wild. Using ds000210 at its original resolution (we severely downsampled it for the automated tests, which basically changes everything), I'm finding that registration to the T1w image is very poor (and I would expect something similar to happen with a PEPOLAR approach, should the dataset contain EPI images with the opposed PE blips). Perhaps it's just ds000210 (with 3 echoes), but the first and second shortest echoes have the first volume with a contrast completely different to that of any subsequent timepoint. It is easier to see on the second echo, as the ventricles show clearly brighter than anything else and then become darker after that first frame (not sure right now whether my visualization tool is adjusting automatically the intensity, so I don't know if overall all intensities drop after the first or if roughly the whole brain is constant except the ventricles). The effect is also present on the shortest echo - which is the one we currently use. So for the shortest echo, fMRIPrep standardizes intensity and identifies a number of volumes in the beginning as nonsteady states. We average the nonsteady states and use it as BOLD reference, which has worked well for SE images. Considering that the GM/WM contrast is not apparent on the shortest echo, with this additional effect of CSF "switching off" after the first volume, the result in the ME case is that we obtain a reference average that is almost constant throughout the brain. Without contrast, registration is really difficult. Solutions I can propose at the moment:
Of course, we could mix and match solutions. E.g., (i) do not pick nonsteady states for averaging; and (ii) average the first 10 volumes after steady state is reached, first averaging the shortest two echoes volume-wise (which could be more sophisticated than just an average, to account for excessive dropout) and then averaging those through time. WDY'allT? I'm in particular interested in @tsalo's views because I think he has actually faced this kind of problem before. |
Beta Was this translation helpful? Give feedback.
-
I wanted to spin this conversation off of #2530, because it is hard for me to come up with a suggestion.
Bottom line, the problem here is that each echo has a different
EffectiveEchoSpacing
/TotalReadoutTime
. Please @tsalo @satra or @emdupre correct me if I'm wrong, but we expect the shorter echoes to have smaller distortions due to inhomogeneity of the B0 field than that for longer echoes.In the PEPOLAR case, if the researcher makes use of the new
B0FieldIdentifier
field, they can explicitly define which echo is to be used with EPI images under fmap (or other EPIs under the func/ folder with different PE direction). Only the echoes selected for fieldmap estimation should be marked withB0FieldIdentifier
.The underlying problem is that, if we keep choosing the shortest echoes like we used to do for fMRIPrep, the distortion is oftentimes really hard to appreciate, and the registration (built-in in TOPUP or SyN) will not be sensitive to it and basically overfit in weird ways.
The general recommendation here (again, happy to stand corrected) should be to use the echo closest to the midpoint, where the trade-off between SNR and a distortion sufficiently present to make a decent estimation is best.
For the fieldmap-less option with ants' SyN, this choice is even more necessary because the shortest echo sometimes seems very mildly warped, and on the other hand, the contrast has proven to be very tricky now and in our older implementations of SyN, suggesting that less intensity in the WM and less signal from the fat of the head would be interesting to have.
Please let me know if the problem is sufficiently described.
Beta Was this translation helpful? Give feedback.
All reactions