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

Use contrast-agnostic soft segmentation to improve atrophy measure #24

Open
1 of 4 tasks
PaulBautin opened this issue Jul 1, 2020 · 3 comments
Open
1 of 4 tasks
Labels

Comments

@PaulBautin
Copy link
Collaborator

PaulBautin commented Jul 1, 2020

Context

👉 Paper
👉 Documentation

A potential amelioration to the current segmentation method is the use of a soft mask that accounts for partial volume effect during segmentation. This method might improve sensitivity of CSA detection and by consequence improve detection of small atrophies. Additionally csa-atrophy, once T1 and T2 models are ready, could switch to new sct_deepseg,

Todo

Questions

  • How to compute CSA from the soft mask? --> use sct_process_segmentation
  • Is there a common threshold that should be used?
@jcohenadad
Copy link
Member

How to compute CSA from the soft mask?

same procedure-- if you look at the doc of sct_process_segmentation, it takes soft inputs

Is there a common threshold?

no threshold ("soft" means non-binary)

are CSA voxels area weighted in sum to reflect uncertainty?

the other way around: uncertainty is reflected by soft voxels. Then, sum (used to compute CSA) is weighted

@PaulBautin PaulBautin added the enhancement New feature or request label Sep 25, 2020
@jcohenadad
Copy link
Member

The recently trained contrast agnostic model would be a perfect candidate for this project.

@jcohenadad jcohenadad changed the title Soft output (uncertainty) segmentation Use contrast-agnostic soft segmentation Oct 10, 2023
@jcohenadad jcohenadad changed the title Use contrast-agnostic soft segmentation Use contrast-agnostic soft segmentation to improve atrophy measure Oct 10, 2023
@sandrinebedard
Copy link
Member

Update on this issue:

  • Running on joplin takes arround 5 days, so I tried on compute canada
  • Generates more than 651G of data...

Compute Canada

Next steps

  • Run statistics on T2w results
  • Run the analysis on T1w images
  • Rerun the analysis without binarization for T2w and T1w

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

No branches or pull requests

3 participants