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

Roadmap #15

Open
3 tasks
hermancollin opened this issue Nov 15, 2023 · 0 comments
Open
3 tasks

Roadmap #15

hermancollin opened this issue Nov 15, 2023 · 0 comments

Comments

@hermancollin
Copy link
Member

This is a general overview of what needs to be done in this project before moving on to other datasets. Currently, both the axon and myelin seg models outperform ivadomed, but the overall pipeline is not efficient and nnUNet still beats SAM.

  • integrate "patch-based" training: similar to how we trained U-Nets, this would allow bigger batch sizes and would eventually allow for data augmentation. Ideally, implement this with the MONAI dataloader for easier dataAug integration
  • merge axon and myelin image encoders (halves overall model size, allows parameter sharing, more efficient training pipeline); see Train cascaded pipeline #10. Eventually, all datasets would be aggregated and the image encoder would learn to process all modalities.
  • implement multi-GPU training to further increase the batch size and be able to train longer
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

1 participant