Skip to content
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

Segmentation-aware template building #1725

Open
tmspvn opened this issue Apr 18, 2024 · 3 comments
Open

Segmentation-aware template building #1725

tmspvn opened this issue Apr 18, 2024 · 3 comments

Comments

@tmspvn
Copy link

tmspvn commented Apr 18, 2024

Dear expert,

I have a question regarding template building. I was considering to build a study-wise template to run a whole-brain voxel base morphometry analysis. However, using an image registration algorithm for the gray matter is non-trivial if one aims for accuracy.

I was wondering then if including a segmentation (e.g. just the GM ribbon or aseg from freesurfer) could improve the template building process. The plan was to include T1w, FA and segmentation with equal weights and re-apply the warps and recompute the segmentation template once the call finishes so to have the warps applied with nearest-neighbor instead of linear (or just skip the refinement).

Maybe masking only the GM during the registration could be another option and then refine it without masking in a second call?

How do you feel about it? Do you have any suggestions?
What could be a better way to improve the GM registration without using surfaces?

Thanks a lot.

@gdevenyi
Copy link
Contributor

The template builder can support multimodal inputs so in theory you can just add a label set as part of the inputs.

What's maybe missing is a blurring/similarity process that is "label aware" as label sets don't act quite the same as other images. Best thing to do is just try it out and compare.

@tmspvn
Copy link
Author

tmspvn commented Apr 18, 2024

Hi gdevenyi, thanks for answering.

Do you have any suggestion on a quantitative metric to evaluate the quality of the templates with and without the segmentation?

@ntustison
Copy link
Member

Interestingly, and coincidentally, we're working on this exact question in the context of some relatively recent ANTsX publications such as this one. We hope to have put something together within a couple weeks or so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants