sct-pipeline / csa-atrophy

Evaluate the sensitivity of atrophy detection with SCT
https://csa-atrophy.readthedocs.io/
MIT License
1 stars 0 forks source link

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

Open PaulBautin opened 4 years ago

PaulBautin commented 4 years ago

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

jcohenadad commented 4 years ago

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

jcohenadad commented 1 year ago

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

sandrinebedard commented 2 months ago

Update on this issue:

Compute Canada