scholarly journals Improved Brain Tumor Segmentation via Registration-Based Brain Extraction

Forecasting ◽  
2018 ◽  
Vol 1 (1) ◽  
pp. 59-69 ◽  
Author(s):  
Maxwell Uhlich ◽  
Russell Greiner ◽  
Bret Hoehn ◽  
Melissa Woghiren ◽  
Idanis Diaz ◽  
...  

Automated brain tumor segmenters typically run a “skull-stripping” pre-process to extract the brain from the 3D image, before segmenting the area of interest within the extracted volume. We demonstrate that an effective existing segmenter can be improved by replacing its skull-stripper component with one that instead uses a registration-based approach. In particular, we compare our automated brain segmentation system with the original system as well as three other approaches that differ only by using a different skull-stripper—BET, HWA, and ROBEX: (1) Over scans of 120 patients with brain tumors, our system’s segmentation accuracy (Dice score with respect to expert segmentation) is 8.6% (resp. 2.7%) better than the original system on gross tumor volumes (resp. edema); (2) Over 103 scans of controls, the new system found 92.9% (resp. 57.8%) fewer false positives on T1C (resp. FLAIR) volumes. (The other three methods were significantly worse on both tasks). Finally, the new registration-based approach is over 15% faster than the original, requiring on average only 178 CPU seconds per volume.

2018 ◽  
pp. 2402-2419
Author(s):  
Jyotsna Rani ◽  
Ram Kumar ◽  
Fazal A. Talukdar ◽  
Nilanjan Dey

Image segmentation is a technique which divides an image into its constituent regions or objects. Segmentation continues till we reach our area of interest or the specified object of target. This field offers vast future scope and challenges for the researchers. This proposal uses the fuzzy c mean technique to segment the different MRI brain tumor images. This proposal also shows the comparative results of Thresholding, K-means clustering and Fuzzy c- means clustering. Dice coefficient and Jaccards measure is used for accuracy of the segmentation in this proposal. Experimental results demonstrate the performance of the designed method.


2021 ◽  
Vol 22 (1) ◽  
Author(s):  
Siyu Xiong ◽  
Guoqing Wu ◽  
Xitian Fan ◽  
Xuan Feng ◽  
Zhongcheng Huang ◽  
...  

Abstract Background Brain tumor segmentation is a challenging problem in medical image processing and analysis. It is a very time-consuming and error-prone task. In order to reduce the burden on physicians and improve the segmentation accuracy, the computer-aided detection (CAD) systems need to be developed. Due to the powerful feature learning ability of the deep learning technology, many deep learning-based methods have been applied to the brain tumor segmentation CAD systems and achieved satisfactory accuracy. However, deep learning neural networks have high computational complexity, and the brain tumor segmentation process consumes significant time. Therefore, in order to achieve the high segmentation accuracy of brain tumors and obtain the segmentation results efficiently, it is very demanding to speed up the segmentation process of brain tumors. Results Compared with traditional computing platforms, the proposed FPGA accelerator has greatly improved the speed and the power consumption. Based on the BraTS19 and BraTS20 dataset, our FPGA-based brain tumor segmentation accelerator is 5.21 and 44.47 times faster than the TITAN V GPU and the Xeon CPU. In addition, by comparing energy efficiency, our design can achieve 11.22 and 82.33 times energy efficiency than GPU and CPU, respectively. Conclusion We quantize and retrain the neural network for brain tumor segmentation and merge batch normalization layers to reduce the parameter size and computational complexity. The FPGA-based brain tumor segmentation accelerator is designed to map the quantized neural network model. The accelerator can increase the segmentation speed and reduce the power consumption on the basis of ensuring high accuracy which provides a new direction for the automatic segmentation and remote diagnosis of brain tumors.


Author(s):  
Jyotsna Rani ◽  
Ram Kumar ◽  
Fazal A. Talukdar ◽  
Nilanjan Dey

Image segmentation is a technique which divides an image into its constituent regions or objects. Segmentation continues till we reach our area of interest or the specified object of target. This field offers vast future scope and challenges for the researchers. This proposal uses the fuzzy c mean technique to segment the different MRI brain tumor images. This proposal also shows the comparative results of Thresholding, K-means clustering and Fuzzy c- means clustering. Dice coefficient and Jaccards measure is used for accuracy of the segmentation in this proposal. Experimental results demonstrate the performance of the designed method.


2016 ◽  
Vol 2016 ◽  
pp. 1-7 ◽  
Author(s):  
Liya Zhao ◽  
Kebin Jia

Early brain tumor detection and diagnosis are critical to clinics. Thus segmentation of focused tumor area needs to be accurate, efficient, and robust. In this paper, we propose an automatic brain tumor segmentation method based on Convolutional Neural Networks (CNNs). Traditional CNNs focus only on local features and ignore global region features, which are both important for pixel classification and recognition. Besides, brain tumor can appear in any place of the brain and be any size and shape in patients. We design a three-stream framework named as multiscale CNNs which could automatically detect the optimum top-three scales of the image sizes and combine information from different scales of the regions around that pixel. Datasets provided by Multimodal Brain Tumor Image Segmentation Benchmark (BRATS) organized by MICCAI 2013 are utilized for both training and testing. The designed multiscale CNNs framework also combines multimodal features from T1, T1-enhanced, T2, and FLAIR MRI images. By comparison with traditional CNNs and the best two methods in BRATS 2012 and 2013, our framework shows advances in brain tumor segmentation accuracy and robustness.


2021 ◽  
Vol 11 (1) ◽  
pp. 380-390
Author(s):  
Pradipta Kumar Mishra ◽  
Suresh Chandra Satapathy ◽  
Minakhi Rout

Abstract Segmentation of brain image should be done accurately as it can help to predict deadly brain tumor disease so that it can be possible to control the malicious segments of brain image if known beforehand. The accuracy of the brain tumor analysis can be enhanced through the brain tumor segmentation procedure. Earlier DCNN models do not consider the weights as of learning instances which may decrease accuracy levels of the segmentation procedure. Considering the above point, we have suggested a framework for optimizing the network parameters such as weight and bias vector of DCNN models using swarm intelligent based algorithms like Genetic Algorithm (GA), Particle Swarm Optimization (PSO), Gray Wolf Optimization (GWO) and Whale Optimization Algorithm (WOA). The simulation results reveals that the WOA optimized DCNN segmentation model is outperformed than other three optimization based DCNN models i.e., GA-DCNN, PSO-DCNN, GWO-DCNN.


2021 ◽  
Vol 21 (1) ◽  
Author(s):  
Chih-Wei Lin ◽  
Yu Hong ◽  
Jinfu Liu

Abstract Background Glioma is a malignant brain tumor; its location is complex and is difficult to remove surgically. To diagnosis the brain tumor, doctors can precisely diagnose and localize the disease using medical images. However, the computer-assisted diagnosis for the brain tumor diagnosis is still the problem because the rough segmentation of the brain tumor makes the internal grade of the tumor incorrect. Methods In this paper, we proposed an Aggregation-and-Attention Network for brain tumor segmentation. The proposed network takes the U-Net as the backbone, aggregates multi-scale semantic information, and focuses on crucial information to perform brain tumor segmentation. To this end, we proposed an enhanced down-sampling module and Up-Sampling Layer to compensate for the information loss. The multi-scale connection module is to construct the multi-receptive semantic fusion between encoder and decoder. Furthermore, we designed a dual-attention fusion module that can extract and enhance the spatial relationship of magnetic resonance imaging and applied the strategy of deep supervision in different parts of the proposed network. Results Experimental results show that the performance of the proposed framework is the best on the BraTS2020 dataset, compared with the-state-of-art networks. The performance of the proposed framework surpasses all the comparison networks, and its average accuracies of the four indexes are 0.860, 0.885, 0.932, and 1.2325, respectively. Conclusions The framework and modules of the proposed framework are scientific and practical, which can extract and aggregate useful semantic information and enhance the ability of glioma segmentation.


Symmetry ◽  
2021 ◽  
Vol 13 (2) ◽  
pp. 320
Author(s):  
Yue Zhao ◽  
Xiaoqiang Ren ◽  
Kun Hou ◽  
Wentao Li

Automated brain tumor segmentation based on 3D magnetic resonance imaging (MRI) is critical to disease diagnosis. Moreover, robust and accurate achieving automatic extraction of brain tumor is a big challenge because of the inherent heterogeneity of the tumor structure. In this paper, we present an efficient semantic segmentation 3D recurrent multi-fiber network (RMFNet), which is based on encoder–decoder architecture to segment the brain tumor accurately. 3D RMFNet is applied in our paper to solve the problem of brain tumor segmentation, including a 3D recurrent unit and 3D multi-fiber unit. First of all, we propose that recurrent units segment brain tumors by connecting recurrent units and convolutional layers. This quality enhances the model’s ability to integrate contextual information and is of great significance to enhance the contextual information. Then, a 3D multi-fiber unit is added to the overall network to solve the high computational cost caused by the use of a 3D network architecture to capture local features. 3D RMFNet combines both advantages from a 3D recurrent unit and 3D multi-fiber unit. Extensive experiments on the Brain Tumor Segmentation (BraTS) 2018 challenge dataset show that our RMFNet remarkably outperforms state-of-the-art methods, and achieves average Dice scores of 89.62%, 83.65% and 78.72% for the whole tumor, tumor core and enhancing tumor, respectively. The experimental results prove our architecture to be an efficient tool for brain tumor segmentation accurately.


2019 ◽  
Vol 8 (4) ◽  
pp. 2051-2054

Medical image processing is an important task in current scenario as more and more humans are diagnosed with various medical issues. Brain tumor (BT) is one of the problems that is increasing at a rapid rate and its early detection is important in increasing the survival rate of humans. Detection of tumor from Magnetic Resonance Image (MRI) of brain is very difficult when done manually and also time consuming. Further the tumors assume different shapes and may be present in any portion of the brain. Hence identification of the tumor poses an important task in the lives of human and it is necessary to identify its exact position in the brain and the affected regions. The proposed algorithm makes use of deep learning concepts for automatic segmentation of the tumor from the MRI brain images. The algorithm is implemented using MATLAB and an accuracy of 99.1% is achieved.


Author(s):  
V. K. Deepak ◽  
R. Sarath

In the medical image-processing field brain tumor segmentation is aquintessential task. Thereby early diagnosis gives us a chance of increasing survival rate. It will be way much complex and time consuming when comes to processing large amount of MRI images manually, so for that we need an automatic way of brain tumor image segmentation process. This paper aims to gives a comparative study of brain tumor segmentation, which are MRI-based. So recent methods of automatic segmentation along with advanced techniques gives us an improved result and can solve issue better than any other methods. Therefore, this paper brings comparative analysis of three models such as Deformable model of Fuzzy C-Mean clustering (DMFCM), Adaptive Cluster with Super Pixel Segmentation (ACSP) and Grey Wolf Optimization based ACSP (GWO_ACSP) and these are tested on CANCER IMAGE ACHRCHIEVE which is a preparation information base containing High Grade and Low-Grade astrocytoma tumors. Here boundaries including Accuracy, Dice coefficient, Jaccard score and MCC are assessed and along these lines produce the outcomes. From this examination the test consequences of Grey Wolf Optimization based ACSP (GWO_ACSP) gives better answer for mind tumor division issue.


Sign in / Sign up

Export Citation Format

Share Document