paper-with-me

홈 › Papers

Multi-step Cascaded Networks for Brain Tumor Segmentation

2019-08-16 · Xiangyu Li, Gongning Luo, Kuanquan Wang

Automatic brain tumor segmentation method plays an extremely important role in the whole process of brain tumor diagnosis and treatment. In this paper, we propose a multi-step cascaded network which takes the hierarchical topology of the brain tumor substructures into consideration and segments the substructures from coarse to fine .During segmentation, the result of the former step is utilized as the prior information for the next step to guide the finer segmentation process. The whole network is trained in an end-to-end fashion. Besides, to alleviate the gradient vanishing issue and reduce overfitting, we added several auxiliary outputs as a kind of deep supervision for each step and introduced several data augmentation strategies, respectively, which proved to be quite efficient for brain tumor segmentation. Lastly, focal loss is utilized to solve the problem of remarkably imbalance of the tumor regions and background. Our model is tested on the BraTS 2019 validation dataset, the preliminary results of mean dice coefficients are 0.886, 0.813, 0.771 for the whole tumor, tumor core and enhancing tumor respectively. Code is available at https://github.com/JohnleeHIT/Brats2019

📄 PDF Abstract BibTeX arXiv:1908.05887

Code (1)

JohnleeHIT/Brats2019 공식 구현 tf

Tasks

Brain Tumor SegmentationData AugmentationSegmentationTumor Segmentation

Methods 이 논문이 사용한 방법론

Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…

Similar Papers 제목 키워드 기반

Brain Tumor Segmentation by Cascaded Deep Neural Networks Using Multiple Image Scales

2020-02-05 · Zahra Sobhaninia, Safiyeh Rezaei, Nader Karimi, Ali Emami 외

Intracranial tumors are groups of cells that usually grow uncontrollably. One out of four cancer deaths is due to brain tumors. Early detection and evaluation of brain tumors is an essential preventive medical step that …

Brain Tumor SegmentationSegmentationTumor Segmentation

H2NF-Net for Brain Tumor Segmentation using Multimodal MR Imaging: 2nd Place Solution to BraTS Challenge 2020 Segmentation Task

2020-12-30 · Haozhe Jia, Weidong Cai, Heng Huang, Yong Xia

In this paper, we propose a Hybrid High-resolution and Non-local Feature Network (H2NF-Net) to segment brain tumor in multimodal MR images. Our H2NF-Net uses the single and cascaded HNF-Nets to segment different brain tu…

Brain Tumor SegmentationSegmentationTumor Segmentation

Automatic Brain Tumor Segmentation using Cascaded Anisotropic Convolutional Neural Networks

2017-09-01 · Guotai Wang, Wenqi Li, Sebastien Ourselin, Tom Vercauteren

A cascade of fully convolutional neural networks is proposed to segment multi-modal Magnetic Resonance (MR) images with brain tumor into background and three hierarchical regions: whole tumor, tumor core and enhancing tu…

Brain Tumor SegmentationMedical Image SegmentationSegmentationTumor Segmentation

CU-Net: Cascaded U-Net with Loss Weighted Sampling for Brain Tumor Segmentation

2019-07-17 · Hongying Liu, Xiongjie Shen, Fanhua Shang, Fei Wang

This paper proposes a novel cascaded U-Net for brain tumor segmentation. Inspired by the distinct hierarchical structure of brain tumor, we design a cascaded deep network framework, in which the whole tumor is segmented …

Brain Tumor SegmentationSegmentationTumor Segmentation

Brain Tumor Classification by Cascaded Multiscale Multitask Learning Framework Based on Feature Aggregation

2021-12-28 · Zahra Sobhaninia, Nader Karimi, Pejman Khadivi, Shadrokh Samavi

Brain tumor analysis in MRI images is a significant and challenging issue because misdiagnosis can lead to death. Diagnosis and evaluation of brain tumors in the early stages increase the probability of successful treatm…

Brain Tumor ClassificationBrain Tumor SegmentationClassificationImage Enhancement+2