ivadomed / pipeline-ms-lesion

Pre-processing pipeline for multi-contrast spinal MS lesion segmentation
1 stars 0 forks source link

Strategy for creating ground truth #2

Open jcohenadad opened 3 years ago

jcohenadad commented 3 years ago

A straightforward approach to set up our training dataset is co-register all contrasts, so that we only need to perform one labeling per patient.

In order to always work in a fixed resolution, we could maybe consider straightening all contrasts, and interpolating them to a 0.5mm iso resolution. This target resolution is a reasonable tradeoff between required resolution (for lesion segmentation) and computation time.

Pros/Cons of labeling in common space:

Pros/Cons of labeling in native space:

3rd option (hybrid):

charleygros commented 3 years ago

Agree! This is probably the optimal way. Could be a good time gain for our expert.

I only wonder: if a lesion is not visible on one contrast (while being visible on the other) --> it could be confusing for a single channel network. I know we are planning to run multi contrast models.. but .. worth keeping this in mind for the future?

jcohenadad commented 3 years ago

I only wonder: if a lesion is not visible on one contrast (while being visible on the other) --> it could be confusing for a single channel network.

yup! very relevant comment. So far, looking at the three contrasts (t2 sag, t2 ax and t2* ax), i am convinced that each of them contribute to more than noise 😅 .

my only concern is the co-registration, which needs to be perfect

jcohenadad commented 3 years ago

After discussing internally, we decided to do the ground truth segmentations on the native images. Arguments are:

Next steps:

charleygros commented 3 years ago

Email from rater # 1 (20/11/2020) says: first time point only and on T2star only.