Replies: 2 comments
-
Hi @burhr2, thanks for your interest here. Hope it helps, thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi @KumoLiu thank you for the suggestions. I have all the suggestions in place for our current torchio pipeline (maybe to increase foreground label sampling as we currently have:
Update:
|
Beta Was this translation helpful? Give feedback.
-
Hello, has anyone tried to train SwinUNETR from scratch for binary segmentation? I have tried from my side and after more than 1500 epochs I still ended with the model predicting background class only. The validation loss seemed to have been dropping but with strange behaviour i.e. it's kinda stuck oscillating in a local minimal then sudden sharp drop then stuck again. First time working with Transformers hence I may have missed some important info to consider for training. I used a default setup as suggested in this tutorial and only changed the in_channels=1 and out_channels=2 as I am working on binary segmentation. In advance, thanks for the suggestions.
context:
We are working on MS lesion segmentation from Spinal cord MRI. The most noticeable challenge is the imbalance btn foreground and background voxels. We have existing Unet solutions which work well but we thought to try transformer architectures as they are reported to outperform conv-only UNets. We are using Torchio + PyTorch lighting frameworks. The dataset is small (62 training subjects) but using patching strategy to improve the sample size. More details on our task can be on our recent published work.
references
I have posted a similar question on Q&A Discord channels. Thanks
Beta Was this translation helpful? Give feedback.
All reactions