Difference between Conference and Journal Submissions (BraTS) #501
-
I hope you're doing great. I read your conference paper on Brain Tumor Segmentation, and recently read the journal version that discusses other applications as well. I wish to inquire specifically about Brain Tumor Segmentation. I noticed that the nnUNet reported in the journal version is slightly different from the one reported in the BraTS 2018 challenge. Specifically, the differences included the use of Leaky-ReLUs instead of ReLUs, use of auxiliary loss functions for deep supervision, the absence of any mention of region-based prediction (similar to the cascade of Wang et al. (2017)), and the use of SGD + Nesterov Momentum (with a per-epoch decaying schedule for learning rate) instead of Adam optimizer with constant learning rate. Kindly correct me if I missed something. Are the results/plots for Brain Tumor Segmentation shown in the journal version different from the conference one? If so, then which version would you prefer specifically for Brain Tumor Segmentation? Was any comparison done in this regard? Best Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi, EDIT: I changed the word 'jounal' -> 'arxiv' in the first sentence. That was a mistake. Now everything is correct: The "No New Net" arxiv paper is NOT nnU-Net! The Nature Methods journal paper IS nnU-Net :-) |
Beta Was this translation helpful? Give feedback.
Hi,
the arxiv paper you are referencing is NOT nnU-Net. It is a separate project that happens to have a badly chosen title ;-)
For brain tumor segmentation on the BraTS datset I would stick to our BraTS 2020 implementation which is based on nnU-Net: https://arxiv.org/abs/2011.00848. Code for that is in the nnunet repository. If you are using a different dataset (and a non-region based evaluation) then using the standard nnU-Net is best
Best,
Fabian
EDIT: I changed the word 'jounal' -> 'arxiv' in the first sentence. That was a mistake. Now everything is correct: The "No New Net" arxiv paper is NOT nnU-Net! The Nature Methods journal paper IS nnU-Net :-)