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

Create model for spinal cord centerline detection #7

Closed
jcohenadad opened this issue Nov 22, 2022 · 2 comments
Closed

Create model for spinal cord centerline detection #7

jcohenadad opened this issue Nov 22, 2022 · 2 comments
Labels

Comments

@jcohenadad
Copy link
Member

Our current approach for MS lesion detection/segmentation is to (i) segment the spina cord, (ii) crop it using the segmentation mask and (iii) use the cropped output for training a model.

However, this is sub-efficient, considering that the spinal cord segmentation itself relies on spinal cord centerline detection.

Idea: Train a robust model for centerline detection, which outputs would be used in lieu of the spinal cord segmentation, for training DL models.

@sandrinebedard
Copy link
Member

UPDATE (after meeting 2022-11-24)

We discussed the pros and cons of training a model to detect the centerline.

PROS:

  • We would not need to correct the segmentations errors
  • More efficient since the spinal cord segmentation is used to get the centerline, we could directly use the centerline for the training of our DL models

CONS:

  • segmentation is useful to co-register contrast together
  • only 5-10% (for T2w) needed manual correction
  • To first generate the centerline, we need the segmentation
  • the spinal cord segmentation can be used to validate if a lesion is detected in the cord for example

VERDICT: we willl continue with the spinal cord segmentation (corrected) to get the centerline

@naga-karthik
Copy link
Member

naga-karthik commented Jan 20, 2023

Closing this as progress is being followed on another issue: neuropoly/idea-projects#15

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