Extending nn-UNet for brain tumor segmentation
- URL: http://arxiv.org/abs/2112.04653v1
- Date: Thu, 9 Dec 2021 01:51:52 GMT
- Title: Extending nn-UNet for brain tumor segmentation
- Authors: Huan Minh Luu, Sung-Hong Park
- Abstract summary: This paper describes our contribution to the 2021 brain tumor segmentation competition.
We developed our methods based on nn-UNet, the winning entry of last year competition.
The proposed models won first place in the final ranking on unseen test data.
- Score: 1.218340575383456
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: Brain tumor segmentation is essential for the diagnosis and prognosis of
patients with gliomas. The brain tumor segmentation challenge has continued to
provide a great source of data to develop automatic algorithms to perform the
task. This paper describes our contribution to the 2021 competition. We
developed our methods based on nn-UNet, the winning entry of last year
competition. We experimented with several modifications, including using a
larger network, replacing batch normalization with group normalization, and
utilizing axial attention in the decoder. Internal 5-fold cross validation as
well as online evaluation from the organizers showed the effectiveness of our
approach, with minor improvement in quantitative metrics when compared to the
baseline. The proposed models won first place in the final ranking on unseen
test data. The codes, pretrained weights, and docker image for the winning
submission are publicly available at
https://github.com/rixez/Brats21_KAIST_MRI_Lab
Related papers
- How we won BraTS 2023 Adult Glioma challenge? Just faking it! Enhanced Synthetic Data Augmentation and Model Ensemble for brain tumour segmentation [2.063757582116522]
Deep learning is a state-of-the-art technology for segmenting brain tumours.
It requires a lot of high-quality data, which is difficult to obtain.
We address this problem by using unconventional mechanisms for data augmentation.
arXiv Detail & Related papers (2024-02-27T08:49:30Z) - Prediction of brain tumor recurrence location based on multi-modal
fusion and nonlinear correlation learning [55.789874096142285]
We present a deep learning-based brain tumor recurrence location prediction network.
We first train a multi-modal brain tumor segmentation network on the public dataset BraTS 2021.
Then, the pre-trained encoder is transferred to our private dataset for extracting the rich semantic features.
Two decoders are constructed to jointly segment the present brain tumor and predict its future tumor recurrence location.
arXiv Detail & Related papers (2023-04-11T02:45:38Z) - Lung-Originated Tumor Segmentation from Computed Tomography Scan (LOTUS)
Benchmark [48.30502612686276]
Lung cancer is one of the deadliest cancers, and its effective diagnosis and treatment depend on the accurate delineation of the tumor.
Human-centered segmentation, which is currently the most common approach, is subject to inter-observer variability.
The 2018 VIP Cup started with a global engagement from 42 countries to access the competition data.
In a nutshell, all the algorithms proposed during the competition, are based on deep learning models combined with a false positive reduction technique.
arXiv Detail & Related papers (2022-01-03T03:06:38Z) - Redundancy Reduction in Semantic Segmentation of 3D Brain Tumor MRIs [2.946960157989204]
This work is a modification of network training process that minimizes redundancy under perturbations.
We evaluated the method on BraTS 2021 validation board, and achieved 0.8600, 0.8868 and 0.9265 average dice for enhanced tumor core, tumor core and whole tumor.
Our team (NVAUTO) submission was the top performing in terms of ET and TC scores and within top 10 performing teams in terms of WT scores.
arXiv Detail & Related papers (2021-11-01T07:39:06Z) - Colorectal Cancer Segmentation using Atrous Convolution and Residual
Enhanced UNet [0.5353034688884528]
We propose a CNN-based approach, which uses atrous convolutions and residual connections besides the conventional filters.
The proposed AtResUNet was trained on the DigestPath 2019 Challenge dataset for colorectal cancer segmentation with results having a Dice Coefficient of 0.748.
arXiv Detail & Related papers (2021-03-16T19:20:20Z) - Brain Tumor Detection and Classification based on Hybrid Ensemble
Classifier [0.6091702876917281]
We propose a hybrid ensemble method using Random Forest (RF), K-Nearest Neighbour, and Decision Tree (DT) (KNN-RF-DT) based on Majority Voting Method.
It aims to calculate the area of the tumor region and classify brain tumors as benign and malignant.
Our proposed method is tested upon dataset of 2556 images, which are used in 85:15 for training and testing respectively and gives good accuracy of 97.305%.
arXiv Detail & Related papers (2021-01-01T11:52:29Z) - HI-Net: Hyperdense Inception 3D UNet for Brain Tumor Segmentation [17.756591105686]
This paper proposes hyperdense inception 3D UNet (HI-Net), which captures multi-scale information by stacking factorization of 3D weighted convolutional layers in the residual inception block.
Preliminary results on the BRATS 2020 testing set show that achieved by our proposed approach, the dice (DSC) scores of ET, WT, and TC are 0.79457, 0.87494, and 0.83712, respectively.
arXiv Detail & Related papers (2020-12-12T09:09:04Z) - An Uncertainty-Driven GCN Refinement Strategy for Organ Segmentation [53.425900196763756]
We propose a segmentation refinement method based on uncertainty analysis and graph convolutional networks.
We employ the uncertainty levels of the convolutional network in a particular input volume to formulate a semi-supervised graph learning problem.
We show that our method outperforms the state-of-the-art CRF refinement method by improving the dice score by 1% for the pancreas and 2% for spleen.
arXiv Detail & Related papers (2020-12-06T18:55:07Z) - Brain tumor segmentation with self-ensembled, deeply-supervised 3D U-net
neural networks: a BraTS 2020 challenge solution [56.17099252139182]
We automate and standardize the task of brain tumor segmentation with U-net like neural networks.
Two independent ensembles of models were trained, and each produced a brain tumor segmentation map.
Our solution achieved a Dice of 0.79, 0.89 and 0.84, as well as Hausdorff 95% of 20.4, 6.7 and 19.5mm on the final test dataset.
arXiv Detail & Related papers (2020-10-30T14:36:10Z) - Improved Slice-wise Tumour Detection in Brain MRIs by Computing
Dissimilarities between Latent Representations [68.8204255655161]
Anomaly detection for Magnetic Resonance Images (MRIs) can be solved with unsupervised methods.
We have proposed a slice-wise semi-supervised method for tumour detection based on the computation of a dissimilarity function in the latent space of a Variational AutoEncoder.
We show that by training the models on higher resolution images and by improving the quality of the reconstructions, we obtain results which are comparable with different baselines.
arXiv Detail & Related papers (2020-07-24T14:02:09Z) - VerSe: A Vertebrae Labelling and Segmentation Benchmark for
Multi-detector CT Images [121.31355003451152]
Large Scale Vertebrae Challenge (VerSe) was organised in conjunction with the International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI) in 2019 and 2020.
We present the the results of this evaluation and further investigate the performance-variation at vertebra-level, scan-level, and at different fields-of-view.
arXiv Detail & Related papers (2020-01-24T21:09:18Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.