ANTsX / ANTs

Advanced Normalization Tools (ANTs)
Apache License 2.0
1.19k stars 380 forks source link

Overestimation of Cortical Thickness (GM) in antsLongitudinalCorticalThickness.sh #954

Closed jckim80 closed 4 years ago

jckim80 commented 4 years ago

Hello NIck and Brian,

I've run antsLongitudinalCorticalThickness.sh for an ADNI cognitively normal subject. When I compared the processed images (BrainExtractionGM.nii.gz and CorticalThicknessSegmentation), I found that while BrainExtractionGM.nii.gz is acceptable, CorticalThicknessSegmentation.nii.gz overestimated gray matter in fusiform gyri resulting in cortical thickness overestimation (please see the attached image).

My questions are: 1) Could you explain why the longitudinal registration algorithm results in this discordance between two images? 2) Do you have an idea to resolve this issue? (I used ADNI MCI Template and for preprocessing N4Biasfield correction and -w 0.25 for Atropos were applied)

Thank you.

Jeongchul.

Screen Shot 2020-02-19 at 9 58 15 PM

).

ntustison commented 4 years ago

Hi @jckim80 ,

I'd have to see the entire image contents for that subject. Can you post it somewhere?

Nick

ntustison commented 4 years ago

And also the entire command line used to produce the results.

ntustison commented 4 years ago

I just looked more closely at the image on the left. First, I'd like to see the input image before anything else.

jckim80 commented 4 years ago

Hi Nick,

Thank you so much for quick response. I've shared input images and a part of processed results at https://drive.google.com/open?id=1P0rqwwvD8ut3eZQiwCWC0AiovmRZGbhN Please let me know if you have any questions. Thank you.

Jeongchul.

On Thu, Feb 20, 2020 at 9:33 AM Nick Tustison notifications@github.com wrote:

I just looked more closely at the image on the left. First, I'd like to see the input image before anything else.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ANTsX/ANTs/issues/954?email_source=notifications&email_token=ALQOZ6Z3HJRAZOJ24CACK6TRD2IDLA5CNFSM4KYPKMXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMOKPUA#issuecomment-589080528, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALQOZ64WSTCODQVONSX6YPDRD2IDLANCNFSM4KYPKMXA .

jckim80 commented 4 years ago

I ran the following command. Here, I used the skull-stripped brain images instead of the original brain with the skull because the skull stripping error around the temporal pole area also led to the overetimation of cortical thickness.

antsLongitudinalCorticalThickness.sh -d 3 -c 2 -j 32 -b 1 -e $Template_Dir/GT_Brain3.nii.gz -m $Template_Dir/GT_BrainExtractionMaskPrior3.nii.gz \ -p $Template_Dir/GT_Priors%02dm.nii.gz -f $Template_Dir/GTBrainExtractionMask3.nii -w 0.25 -r 1 -o $home/$subj/cth $home/$subj/*brain_tp[1-9].nii.gz

On Thu, Feb 20, 2020 at 10:19 AM Kim Jeong Chul jckim8002@gmail.com wrote:

Hi Nick,

Thank you so much for quick response. I've shared input images and a part of processed results at https://drive.google.com/open?id=1P0rqwwvD8ut3eZQiwCWC0AiovmRZGbhN Please let me know if you have any questions. Thank you.

Jeongchul.

On Thu, Feb 20, 2020 at 9:33 AM Nick Tustison notifications@github.com wrote:

I just looked more closely at the image on the left. First, I'd like to see the input image before anything else.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ANTsX/ANTs/issues/954?email_source=notifications&email_token=ALQOZ6Z3HJRAZOJ24CACK6TRD2IDLA5CNFSM4KYPKMXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMOKPUA#issuecomment-589080528, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALQOZ64WSTCODQVONSX6YPDRD2IDLANCNFSM4KYPKMXA .

ntustison commented 4 years ago

Okay, I took a look and everything appears as expected. A couple things:

jckim80 commented 4 years ago

Thank you so much for the clarification, Nick. I understand the difficulty in tissue segmentation around the tentorium. But, that brings to my attention because fusiform gyrus and inferior temporal regions are AD-signature ROIs that many AD investigators are interested in.

Jeongchul.

ntustison commented 4 years ago

Yep, and that's why we recommend that researchers assess pipeline performance across many subjects and not on individuals (E.g., Figs. 3 and Tables 2,3 of our longitudinal paper, specifically as it relates to your regions of interest).