REVIEW 4 major objections 6 minor 37 references
Automated Brain Tumour Segmentation Using Deep Fully Residual Convolutional Neural Networks
T0 review · 4 major / 6 minor · reviewed 2026-08-14 · deepseek-v4-flash
Pith's one-line read A 2D-only ensemble of three view-specific U-Nets, averaged at inference, matches 3D networks on brain tumour segmentation while using far less memory and time.
desk verdict A credible, useful BraTS 2018 write-up whose central interpretive claim—multi-view ensembling captures 3D context—is confounded with ensembling itself and contradicted by one of its own tables. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is a 2D fully residual U-Net. Its encoder and decoder are built from residual blocks, each containing two 3×3 convolutions with batch normalisation and ReLU; downsampling uses stride-2 convolutions, upsampling uses bilinear interpolation, and skip connections concatenate encoder activations to the corresponding decoder level. Around this backbone sits the decisive mechanism: an ensemble of three such networks trained separately on axial, sagittal, and coronal slices, with predictions obtained by averaging the three softmax outputs. The loss is a weighted Dice loss, $w_c = 1/\sum_i g_{ci}$, which gives more weight to small tumour classes so that a single network can handle the severe class imbalance. The ensemble is what lets a 2D model see volume context without 3D convolutions.
What would settle it
Train a 3D version of this exact residual U-Net on the same BraTS 2018 training and validation splits with the same loss, augmentation, and training schedule, and compare it with the three-view 2D ensemble; if the 3D model clearly beats the ensemble on Dice or Hausdorff distance, the central claim would be undermined. A smaller test is to train a single 2D network on mixed-view patches with more epochs and see whether it can match the ensemble, which would challenge the claim that view-specific ensembles are necessary.
Extended reading notes
Core claim
On the paper's own account, the discovery is that 3D contextual information cannot be captured by one 2D network trained on patches from multiple views, but can be captured by an ensemble of three 2D networks each trained on a single orthogonal view. The ensemble improves both Dice scores and the 95% Hausdorff distances, which drop from 7.29, 10.39, and 11.60 mm in the axial baseline to 2.99, 6.28, and 5.90 mm for enhancing tumour, whole tumour, and tumour core respectively. The author reads this as evidence that a 2D network combining axial, sagittal, and coronal context can deliver improvements comparable to 3D networks while remaining simpler and less memory-intensive.
Load-bearing premise
The load-bearing assumption is that differences between the proposed method and the published 3D methods on the BraTS 2018 validation leaderboard can be attributed to the 2D-versus-3D design, even though those 3D scores were produced by other teams with different architectures, ensembling strategies, training budgets, and tuning, and the paper does not train a 3D version of its own network.
Editorial extensions
If this is right
- A 2D-only pipeline can reach Dice scores comparable to published 3D networks on the BraTS 2018 validation set, so 3D convolutions are not strictly necessary for competitive glioma segmentation.
- Mixing axial, sagittal, and coronal slices into one network's training set is not enough to capture 3D context; the improvement requires separate view-specific models whose outputs are averaged.
- The weighted Dice loss with inverse-frequency weights lets a single model handle the extreme class imbalance, where roughly 98.88% of all voxels are background.
- A four-level U-Net underperforms a three-level version, so an optimal U-depth exists and must be chosen rather than maximised.
- The three-view ensemble gives 95% Hausdorff distances of 2.99, 6.28, and 5.90 mm for enhancing tumour, whole tumour, and tumour core, showing that the gain is not only overlap but boundary shape.
Reading between the lines
- If the benefit comes from averaging view-consistent predictions, the same ensemble design should transfer to other 2D segmentation architectures and to other imaging settings where slice spacing is anisotropic.
- Because the ensemble mainly improves Hausdorff distance rather than Dice, the mechanism probably cleans boundary errors; an ablation that measures border error separately could confirm this reading.
- A direct runtime and peak-memory comparison of the 2D ensemble against a 3D U-Net on the same GPU would turn the paper's cost advantage into a quantitative claim, since the paper reports accuracy but leaves runtime unmeasured.
- The optimum-depth finding suggests that depth should be tuned per view rather than once globally, a variation the paper leaves untested.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a 2D fully residual U-Net with a weighted Dice loss for brain tumour segmentation on the BraTS 2018 dataset. The authors report two methods for incorporating 3D context: a single network trained on patches from axial, sagittal, and coronal views, and an ensemble of three networks each trained on one orthogonal view with averaged softmax outputs. They report validation Dice scores of 0.79 (ET), 0.90 (WT), and 0.82 (TC) and Hausdorff distances of 2.99, 6.28, and 5.90, and argue that the ensemble of three 2D networks can capture 3D context and deliver performance comparable to 3D CNN methods. They also report that increasing U-Net depth from 3 to 4 decreases performance and that a single multi-view 2D network cannot capture 3D context.
Significance. If the central claims were fully supported, this would be a practically useful result: a simple 2D ensembling strategy that matches 3D CNNs on BraTS with lower memory and time costs would be of interest to the medical imaging community. The paper's strengths include the use of the official BraTS 2018 validation tool for measuring Dice and Hausdorff distances, a clear description of the architecture and training procedure, and a comparison against several published 3D methods. The weighted Dice loss is standard but appropriately motivated by the extreme class imbalance. However, the experimental design does not currently isolate the causal factors behind the ensemble's improvement, and the comparison to 3D methods is based on uncontrolled leaderboard scores. The central claims are therefore plausible but not established as stated.
major comments (4)
- [Sections 2.6 and 3.2, Tables 1 and 2] The comparison between "Baseline" (a single axial-view model) and "Ensemble of three models" changes two variables simultaneously: the number of networks averaged and the diversity of views. The large improvements in 95% Hausdorff distance on the validation set (ET 7.29 to 2.99, WT 10.39 to 6.28, TC 11.60 to 5.90) could plausibly be an ensembling effect alone, because averaging independent models is known to reduce variance and outlier errors. To support the claim that orthogonal views provide 3D contextual information beyond simple ensembling, the authors should add a control ensemble of three axial-only networks. Without this control, the central attribution of the ensemble gain to multi-view context is not established.
- [Section 3.2, text versus Tables 1 and 2] The statement that training a single model on three orthogonal views "resulted in little improvement in Dice score for the enhancing tumour but the Hausdorff distance increased for all the three tumour sub-regions" is contradicted by the paper's own tables. In Table 1, all three Hausdorff distances decrease compared with the baseline (5.71 to 4.96, 11.94 to 8.31, 9.71 to 7.29), and in Table 2 the TC Hausdorff distance decreases from 11.60 to 7.22. The abstract and Section 4 repeat the stronger claim that a single 2D network "cannot capture 3D contextual information," but the reported results are mixed. The text should be corrected and the conclusion re-framed to match the actual data.
- [Section 3.2, Table 4] The claim that a 2D network "can deliver comparable performance to a 3D network" rests on a comparison with leaderboard scores from other teams' 3D architectures. These methods differ in architecture, training data usage, ensembling, post-processing, and compute budget, and the paper does not train a 3D version of its own network. The score gaps in Table 4 (e.g., ET Dice 0.79 versus 0.80-0.82, TC Dice 0.82 versus 0.84-0.86) are small, but without controlling for the confounds, the results do not demonstrate that the 2D-versus-3D design choice, rather than other factors, explains the comparable performance. Please either add an internal 3D baseline or explicitly present Table 4 as an uncontrolled benchmark reference, and soften the causal wording.
- [Section 3.2, Tables 1 and 2] Every configuration appears to be evaluated from a single training run, with no variance estimates or statistical tests. This is particularly problematic for the paper's secondary findings: the depth conclusion is based on a single increment (depth 3 to depth 4), and the differences between the single multi-view model and the baseline are mixed (some metrics improve, some worsen). The authors should report multiple-run statistics or clearly acknowledge that the observed differences may not be significant, especially when making claims such as "we must always use an optimum depth."
minor comments (6)
- [Section 2.1] The 80/20 split of extracted patches appears to be performed at the slice level rather than the patient level, so patches from the same patient can appear in both the training and internal validation sets. Please state whether the split was patient-independent or discuss the potential impact on parameter tuning.
- [Section 3.2] The paper claims that the 2D method "consumes very less time and memory" compared with 3D methods, but no quantitative timing or memory measurements are reported. Please provide actual inference time and GPU memory usage if this advantage is to be considered a contribution.
- [Figure 1 caption] The caption reads "On the top of each box the number channels are denoted"; this should be "the number of channels are denoted" or similar.
- [Section 3.2, final paragraph] The text describing Figure 4 says "green colour represents the ET," but the caption correctly says green represents ED. This appears to be a typo and should be corrected.
- [References] References [13] and [14] contain malformed parentheses: "ISLES-MICCAI. (, 2015" and "(IEEE, 2015" respectively. Please fix these formatting errors.
- [Section 2.6] It is unclear whether the single multi-view model is trained by concatenating all patches from all views into one training file or by alternating views per epoch. Please clarify the exact training protocol.
Circularity Check
No significant circularity; the paper's claims are empirical and benchmarked against an external held-out validation set.
full rationale
The paper makes no derivation that reduces to its own inputs. The central quantitative claims are Dice scores and Hausdorff distances on the BraTS 2018 validation set obtained through the official online evaluation tool, and the comparison to 3D state-of-the-art methods uses published leaderboard results that are external to this paper. The weighted Dice loss weights in Eq. (1) are fixed inverse-frequency weights computed from the training-set ground truth, not parameters fitted to the validation outcome; the loss is a standard training objective, not a disguised prediction. The depth experiment, the single multi-view model, and the three-view ensemble are all empirical ablations reported in Tables 1 and 2 rather than quantities forced by construction. There are no self-citations invoked as load-bearing evidence, no uniqueness theorem imported from prior work by the same author, and no known result renamed as a new contribution. The possible confound that the ensemble gain over the axial baseline could be partly an ensembling effect rather than evidence of 3D contextual information is a validity and experimental-design concern, not a circularity, because the comparison is against real external data and does not presuppose its conclusion. Under the rule that circularity requires a quoted reduction of a claimed result to its inputs, no such reduction is present, so the appropriate finding is no significant circularity.
Assumptions & free parameters
free parameters (7)
- U-Net depth =
3
- Initial number of filters =
32
- Learning rate =
1e-4
- L2 regularization strength =
1e-5
- Batch size =
8
- Number of epochs =
300
- Patch size =
128x128
assumptions (4)
- domain assumption BraTS 2018 ground-truth labels and the online validation tool provide an unbiased measurement of segmentation performance.
- domain assumption The four MRI modalities (T1, T1ce, T2, FLAIR) contain sufficient information to delineate the tumour sub-regions after the described preprocessing.
- domain assumption Training on the BraTS training set generalizes to the BraTS validation distribution.
- domain assumption Dice score and 95% Hausdorff distance are appropriate and sufficient metrics for the clinical goal.
Cite this review
Pith. "Pith review of Automated Brain Tumour Segmentation Using Deep Fully Residual Convolutional Neural Networks." pith.science (2026). https://pith.science/paper/JKTNM3U7
@misc{pith2026190804250,
author = {Pith},
title = {Pith review of: Automated Brain Tumour Segmentation Using Deep Fully Residual Convolutional Neural Networks},
year = {2026},
howpublished = {\url{https://pith.science/paper/JKTNM3U7}},
note = {Machine review of arXiv:1908.04250}
}
read the original abstract
Automated brain tumour segmentation has the potential of making a massive improvement in disease diagnosis, surgery, monitoring and surveillance. However, this task is extremely challenging. Here, we describe our automated segmentation method using 2D CNNs that are based on U-Net. To deal with class imbalance effectively, we have used a weighted Dice loss function. We found that increasing the depth of the 'U' shape beyond a certain level results in a decrease in performance, so it is essential to choose an optimum depth. We also found that 3D contextual information cannot be captured by a single 2D network that is trained with patches extracted from multiple views whereas an ensemble of three 2D networks trained in multiple views can effectively capture the information and deliver much better performance. We obtained Dice scores of 0.79 for enhancing tumour, 0.90 for whole tumour, and 0.82 for tumour core on the BraTS 2018 validation set. Our method using 2D network consumes very less time and memory, and is much simpler and easier to implement compared to the state-of-the-art methods that used 3D networks; still, it manages to achieve comparable performance to those methods.
Reference graph
Works this paper leans on
-
[1]
DeAngelis, L.M.: ` Brain Tumors ', New England Journal of Medicine, 2001, 344, (2), pp. 114--123. Available from: http://www.nejm.org/doi/abs/10.1056/NEJM200101113440207
-
[2]
Ohgaki, H., Kleihues, P.: ` Population-Based Studies on Incidence, Survival Rates, and Genetic Alterations in Astrocytic and Oligodendroglial Gliomas ', Journal of Neuropathology & Experimental Neurology , 2005, 64, (6), pp. 479--489. Available from: https://academic.oup.com/jnen/article-lookup/doi/10.1093/jnen/64.6.479
- [3]
-
[4]
Bauer, S., Wiest, R., Nolte, L.P., Reyes, M.: ` A survey of MRI-based medical image analysis for brain tumor studies ', Physics in Medicine and Biology, 2013, 58, (13), pp. R97--R129. Available from: http://stacks.iop.org/0031-9155/58/i=13/a=R97?key=crossref.f5d87890e52190a8b3681035112ecdfa
work page 2013
-
[5]
Louis, D.N., Perry, A., Reifenberger, G., von Deimling, A., Figarella.Branger, D., Cavenee, W.K., et al.: ` The 2016 World Health Organization Classification of Tumors of the Central Nervous System: a summary ', Acta Neuropathologica, 2016, 131, (6), pp. 803--820. Available from: http://link.springer.com/10.1007/s00401-016-1545-1
-
[6]
Menze, B.H., Jakab, A., Bauer, S., Kalpathy.Cramer, J., Farahani, K., Kirby, J., et al.: ` The Multimodal Brain Tumor Image Segmentation Benchmark (BRATS) ', IEEE Transactions on Medical Imaging, 2015, 34, (10), pp. 1993--2024. Available from: http://ieeexplore.ieee.org/document/6975210/
- [7]
-
[8]
Available from: http://arxiv.org/abs/1811.02629
Bakas, S., Reyes, M., Jakab, A., Bauer, S., Rempfler, M., Crimi, A., et al.: ` Identifying the Best Machine Learning Algorithms for Brain Tumor Segmentation, Progression Assessment, and Overall Survival Prediction in the BRATS Challenge ', arXiv:181102629 [cs.CV], 2018. Available from: http://arxiv.org/abs/1811.02629
arXiv 2018
Show all 37 references
-
[9]
` A Generative Model for Brain Tumor Segmentation in Multi-Modal Images '
Menze, B.H., van Leemput, K., Lashkari, D., Weber, M.A., Ayache, N., Golland, P. ` A Generative Model for Brain Tumor Segmentation in Multi-Modal Images '. In: Jiang, T., Navab, N., Pluim, J.P.W., Viergever, M.A., editors. Medical Image Computing and Computer-Assisted Interven...
2010 doi
-
[10]
1240--1251
Pereira, S., Pinto, A., Alves, V., Silva, C.A.: ` Brain Tumor Segmentation Using Convolutional Neural Networks in MRI Images ', IEEE Transactions on Medical Imaging, 2016, 35, (5), pp. 1240--1251. Available from: http://ieeexplore.ieee.org/document/7426413/
2016
-
[11]
Kamnitsas, K., Ledig, C., Newcombe, V.F.J., Simpson, J.P., Kane, A.D., Menon, D.K., et al.: ` Efficient multi-scale 3D CNN with fully connected CRF for accurate brain lesion segmentation ', Medical Image Analysis, 2017, 36, pp. 61--78. Available from: https://www.sciencedirect...
2017
-
[12]
` Ensembles of Multiple Models and Architectures for Robust Brain Tumour Segmentation '
Kamnitsas, K., Bai, W., Ferrante, E., McDonagh, S., Sinclair, M., Pawlowski, N., et al. ` Ensembles of Multiple Models and Architectures for Robust Brain Tumour Segmentation '. In: Crimi, A., Bakas, S., Kuijf, H., Menze, B., Reyes, M., editors. Brainlesion: Glioma, Multiple Sc...
2018 doi
-
[13]
` Multi-Scale 3D Convolutional Neural Networks for Lesion Segmentation in Brain MRI '
Kamnitsas, K., Chen, L., Ledig, C., Rueckert, D., Glocker, B. ` Multi-Scale 3D Convolutional Neural Networks for Lesion Segmentation in Brain MRI '. In: Proceedings of ISLES-MICCAI. (, 2015. Available from: http://www.isles-challenge.org/ISLES2015/articles/kamnk1.pdf
2015
-
[14]
` Fully convolutional networks for semantic segmentation '
Long, J., Shelhamer, E., Darrell, T. ` Fully convolutional networks for semantic segmentation '. In: 2015 IEEE Conference on Computer Vision and Pattern Recognition (CVPR). (IEEE, 2015. pp. 3431--3440. Available from: http://ieeexplore.ieee.org/document/7298965/
2015
-
[15]
` U-Net: Convolutional Networks for Biomedical Image Segmentation '
Ronneberger, O., Fischer, P., Brox, T. ` U-Net: Convolutional Networks for Biomedical Image Segmentation '. In: Navab, N., Hornegger, J., Wells, W.M., Frangi, A.F., editors. Medical Image Computing and Computer-Assisted Intervention - MICCAI 2015. Springer, Cham, 2015. pp. 234...
2015 doi
-
[16]
` Automatic Brain Tumor Segmentation Using Cascaded Anisotropic Convolutional Neural Networks '
Wang, G., Li, W., Ourselin, S., Vercauteren, T. ` Automatic Brain Tumor Segmentation Using Cascaded Anisotropic Convolutional Neural Networks '. In: Crimi, A., Bakas, S., Kuijf, H., Menze, B., Reyes, M., editors. Brainlesion: Glioma, Multiple Sclerosis, Stroke and Traumatic Br...
2018 doi
-
[17]
` Brain Tumor Segmentation and Radiomics Survival Prediction: Contribution to the BRATS 2017 Challenge '
Isensee, F., Kickingereder, P., Wick, W., Bendszus, M., Maier.Hein, K.H. ` Brain Tumor Segmentation and Radiomics Survival Prediction: Contribution to the BRATS 2017 Challenge '. In: Crimi, A., Bakas, S., Kuijf, H., Menze, B., Reyes, M., editors. Brainlesion: Glioma, Multiple ...
2017 doi
-
[18]
` Identity Mappings in Deep Residual Networks '
He, K., Zhang, X., Ren, S., Sun, J. ` Identity Mappings in Deep Residual Networks '. In: Leibe, B., Matas, J., Sebe, N., Welling, M., editors. Computer Vision -- ECCV 2016. Springer, Cham, 2016. pp. 630--645. Available from: http://link.springer.com/10.1007/978-3-319-46493-0_38
2016 doi
-
[19]
` 3D MRI Brain Tumor Segmentation Using Autoencoder Regularization '
Myronenko, A. ` 3D MRI Brain Tumor Segmentation Using Autoencoder Regularization '. In: Crimi, A., Bakas, S., Kuijf, H., Keyvan, F., Reyes, M., van Walsum, T., editors. Brainlesion: Glioma, Multiple Sclerosis, Stroke and Traumatic Brain Injuries. Springer, Cham, 2019. pp. 311-...
2019 doi
-
[20]
` No New-Net '
Isensee, F., Kickingereder, P., Wick, W., Bendszus, M., Maier.Hein, K.H. ` No New-Net '. In: Crimi, A., Bakas, S., Kuijf, H., Keyvan, F., Reyes, M., van Walsum, T., editors. Brainlesion: Glioma, Multiple Sclerosis, Stroke and Traumatic Brain Injuries. Springer, Cham, 2019. pp....
2019 doi
-
[21]
` 3D U-Net: Learning Dense Volumetric Segmentation from Sparse Annotation '
C i c ek, \" O ., Abdulkadir, A., Lienkamp, S.S., Brox, T., Ronneberger, O. ` 3D U-Net: Learning Dense Volumetric Segmentation from Sparse Annotation '. In: Ourselin, S., Joskowicz, L., Sabuncu, M.R., Unal, G., Wells, W., editors. Medical Image Computing and Computer-Assisted ...
2016 doi
-
[22]
` Ensembles of Densely-Connected CNNs with Label-Uncertainty for Brain Tumor Segmentation '
McKinley, R., Meier, R., Wiest, R. ` Ensembles of Densely-Connected CNNs with Label-Uncertainty for Brain Tumor Segmentation '. In: Crimi, A., Bakas, S., Kuijf, H., Keyvan, F., Reyes, M., van Walsum, T., editors. Brainlesion: Glioma, Multiple Sclerosis, Stroke and Traumatic Br...
2019 doi
-
[23]
` Densely Connected Convolutional Networks '
Huang, G., Liu, Z., van der Maaten, L., Weinberger, K.Q. ` Densely Connected Convolutional Networks '. In: 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR). (IEEE, 2017. pp. 2261--2269. Available from: http://ieeexplore.ieee.org/document/8099726/
2017
-
[24]
` Learning Contextual and Attentive Information for Brain Tumor Segmentation '
Zhou, C., Chen, S., Ding, C., Tao, D. ` Learning Contextual and Attentive Information for Brain Tumor Segmentation '. In: Crimi, A., Bakas, S., Kuijf, H., Keyvan, F., Reyes, M., van Walsum, T., editors. Brainlesion: Glioma, Multiple Sclerosis, Stroke and Traumatic Brain Injuri...
2019 doi
-
[25]
` V-Net: Fully Convolutional Neural Networks for Volumetric Medical Image Segmentation '
Milletari, F., Navab, N., Ahmadi, S.A. ` V-Net: Fully Convolutional Neural Networks for Volumetric Medical Image Segmentation '. In: 2016 Fourth International Conference on 3D Vision (3DV). (IEEE, 2016. pp. 565--571. Available from: http://ieeexplore.ieee.org/document/7785132/
2016
-
[26]
` Generalised Dice Overlap as a Deep Learning Loss Function for Highly Unbalanced Segmentations '
Sudre, C.H., Li, W., Vercauteren, T., Ourselin, S., Jorge Cardoso , M. ` Generalised Dice Overlap as a Deep Learning Loss Function for Highly Unbalanced Segmentations '. In: Cardoso, M.J., Arbel, T., Carneiro, G., Syeda.Mahmood, T., Tavares, J.M.R.S., Moradi, M., et al., edito...
2017 doi
-
[27]
` Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift '
Ioffe, S., Szegedy, C. ` Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift '. In: Bach, F., Blei, D., editors. Proceedings of the 32nd International Conference on Machine Learning. vol. 37 of Proceedings of Machine Learning Research. ...
2015
-
[28]
Available from: https://keras.io/, accessed July 2019
` Home - Keras Documentation '. Available from: https://keras.io/, accessed July 2019
2019
-
[29]
` TensorFlow: A system for large-scale machine learning '
Abadi, M., Barham, P., Chen, J., Chen, Z., Davis, A., Dean, J., et al. ` TensorFlow: A system for large-scale machine learning '. In: OSDI'16 Proceedings of the 12th USENIX conference on Operating Systems Design and Implementation. 2016. pp. 265--283. Available from: https://w...
2016
-
[30]
` Adam: A Method for Stochastic Optimization '
Kingma, D.P., Ba, J. ` Adam: A Method for Stochastic Optimization '. In: Proceedings of the 3rd International Conference on Learning Representations (ICLR), 2015. Available from: http://arxiv.org/abs/1412.6980
2015 arXiv
-
[31]
Bakas, S., Akbari, H., Sotiras, A., Bilello, M., Rozycki, M., Kirby, J.S., et al.: ` Advancing The Cancer Genome Atlas glioma MRI collections with expert segmentation labels and radiomic features ', Scientific Data, 2017, 4, pp. 1--13. Available from: http://www.nature.com/art...
2017
-
[32]
` Segmentation Labels and Radiomic Features for the Pre-operative Scans of the TCGA-GBM collection ', 2017
Bakas, S., Akbari, H., Sotiras, A., Bilello, M., Rozycki, M., Kirby, J., et al.. ` Segmentation Labels and Radiomic Features for the Pre-operative Scans of the TCGA-GBM collection ', 2017. Available from: https://wiki.cancerimagingarchive.net/display/DOI/Segmentation+Labels+an...
2017
-
[33]
` Segmentation Labels and Radiomic Features for the Pre-operative Scans of the TCGA-LGG collection ', 2017
Bakas, S., Akbari, H., Sotiras, A., Bilello, M., Rozycki, M., Kirby, J., et al.. ` Segmentation Labels and Radiomic Features for the Pre-operative Scans of the TCGA-LGG collection ', 2017. Available from: https://wiki.cancerimagingarchive.net/display/DOI/Segmentation+Labels+an...
2017
-
[34]
Available from: https://ipp.cbica.upenn.edu/, accessed July 2019
` Penn Imaging -- Home '. Available from: https://ipp.cbica.upenn.edu/, accessed July 2019
2019
-
[35]
1116--1128
Yushkevich, P.A., Piven, J., Hazlett, H.C., Smith, R.G., Ho, S., Gee, J.C., et al.: ` User-guided 3D active contour segmentation of anatomical structures: Significantly improved efficiency and reliability ', NeuroImage, 2006, 31, (3), pp. 1116--1128. Available from: https://ww...
2006
-
[36]
Available from: http://www.itksnap.org/pmwiki/pmwiki.php, accessed July 2019
` ITK-SNAP Home '. Available from: http://www.itksnap.org/pmwiki/pmwiki.php, accessed July 2019
2019
-
[37]
Available from: https://www.cbica.upenn.edu/BraTS18/lboardValidation.html, accessed July 2019
` MICCAI-BraTS 2018 Leaderboard '. Available from: https://www.cbica.upenn.edu/BraTS18/lboardValidation.html, accessed July 2019
2018
Reviewed August 14, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.