Low Gyration Index and eTIV Warnings in Morphologist 6.0.7 when importing FreeSurfer 7.4.1 masks #210
Replies: 3 comments
-
|
Hi,
Denis |
Beta Was this translation helpful? Give feedback.
-
|
Thank you Denis for the detailed response. Since posting I have now processed 10 subjects through this pipeline and the pattern is consistent enough to characterise quantitatively. Some clarifications and new data below. Pipeline Clarification: No Hull RegenerationTo clarify my original description — I am not regenerating the hull or running any closing/reconstruction step inside BrainVISA. The FreeSurfer-derived surfaces are imported directly via:
The GI and eTIV values being flagged are therefore computed directly on FreeSurfer-derived surfaces and compared against normative stats built from Morphologist-native reconstructions. This surface-source mismatch is likely the primary driver of the systematic offset we are seeing. Answers to Your QuestionsIs the dataset unusual or preprocessed? FreeSurfer version consistency? Same image through both pipelines? Updated Data: 10 Subjects — Consistent Systematic PatternGyration Index — flagged in 10/10 subjects without exception. eTIV — flagged in 7/10 subjects, ranging 1.007L–1.305L. The three subjects not flagged tend to be those with larger absolute brain volumes, suggesting the issue is with the normative lower bound rather than true intracranial volume pathology. Average cortical thickness — normal in all 10 subjects: 3.57–3.96mm, Z-scores consistently within ±1σ. This is the one metric that tracks well with the normative reference across all subjects. Average fold depth — also largely normal: 12.01–13.63mm, mostly within ±1.5σ. The key observation is this: GI is flagged universally while cortical thickness and fold depth remain normal throughout. These metrics are not independent — a genuinely low GI should co-occur with reduced folding depth and shorter fold length, which I do not see. This dissociation across 10 subjects is strong evidence that the GI flag is an artefact of the surface-source mismatch with the normative reference, not a true morphological signal. Questions1. GI computation and FreeSurfer mesh properties 2. Normative reference applicability for hybrid pipelines 3. eTIV estimation in the hybrid workflow Thank you |
Beta Was this translation helpful? Give feedback.
-
|
The Freesurfer import process is supposed to input the mri/orig.mgz. You are using nu.mgz. I don't think it's an issue: both are the same resolution (1mm resampled by Freesurfer) but Morphologist non-uniformity correction (bias correction) will still be applied by the import process. Never mind. eTIV in Morphologist is not really a TIV. From what I read in the code, it is the volume of a closed brain (both hemispheres with cerebellum and trunk, closed by a large amount: 20mm so that sulci, ventricles and inter-hemipspheric space are filled). But it does not extend up to the skull as a TIV should, and has no scaling correction for that (contrarily to Freesurfer, I think). Moreover it depends on where the image field of view cuts the bottom of the trunk (and possibly the cerebellum). So there may be a difference here. Your cohort is a clinical patients cohort. I am not aware of massive brain volume or gyration effects in bipolar disorders, but there might still be statistical differences with controls. Do you have controls in your cohort ? GI: it is calculated as the sum of the surface area of sulci meshes divided by the surface area of the hemispheres hulls (closed mask of the brain with sulci filled). The folds surface, especially, might be sensitive to image resolution and quality (although they are smoothed a bit): higher resolution images are more prone to capture little branches or high frequency curvature variations. It could also reflect a site effect: depending on MRI machines, acquisition sequences and parameters, contrasts may vary and produce measurable shifts in morphometric measurements. The best normative dataset will always be a dataset matched in site and acquisition parameters, age, sex etc., not a "generic" one like the ones we provide now. Folds meshes in Morphologist are obtained from the grey and white tissues volumic segmentations, and the algorithm is also driven by the bias-corrected image intensities. They are not obtained from Freesurfer meshes. Thay might be sensitive to Freesurfer segmentations being slightly different from Morphologist ones. We would be of course interested in re-processing the normative stats from Freesurfer segmentations, but we have not done the importations from FS to Morphologist on those datasets yet. It's a bit time consuming and needs disk storage capacity, which we have not provisioned at the moment. Denis |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Environment:
Description of Pipeline:
I am using a hybrid pipeline to process clinical data. My workflow is as follows:
The Issue:
Despite the visual inspection looking correct (see attached SPAM sulcus extraction for Sub-1 and Sub-2), the output consistently flags the following:
Gyration Index (GI): Values are consistently low (~1.65–1.73), falling outside the 1-99% percentile of the UKB/HCP normative reference.
eTIV: Consistently flagged as abnormal/suspicious (e.g., 1,142,517mm3 for Sub-3).
Supporting Evidence:
I have compared the FreeSurfer aseg_volumes.csv with the BrainViSA outputs. There appears to be a systematic shift in how the eTIV and cortical folding are being interpreted once imported into the Morphologist environment.
morphologist_report.pdf
morphologist_report.pdf


Questions :
Given that I am importing FreeSurfer masks, is it possible that the "Hull" generation is too tightly constrained to the pial surface, causing the low Gyration Index?
Are there known scaling discrepancies between FreeSurfer 7.4.1 and Morphologist 6.0.7 that could explain the consistent eTIV underestimation?
Are there specific parameters in the "Hull" or "Closing" steps of the pipeline I should tune when using external masks?
Beta Was this translation helpful? Give feedback.
All reactions