1000/1000
Hot
Most Recent
Advances in technology have been able to affect all aspects of human life. For example, the use of technology in medicine has made significant contributions to human society. Every year, many people die due to brain tumors; based on “braintumor” website estimation in the U.S., about 700,000 people have primary brain tumors, and about 85,000 people are added to this estimation every year. To solve this problem, artificial intelligence has come to the aid of medicine and humans. Magnetic resonance imaging (MRI) is the most common method to diagnose brain tumors. Additionally, MRI is commonly used in medical imaging and image processing to diagnose dissimilarity in different parts of the body.
Dataset | Description | Ref. | Features |
---|---|---|---|
BRATS | Brain Tumor Segmentation Challenge (BRATS) always focus on the evaluation of current and novel methods for brain tumors segmentation in multimodal MR images and has the dataset available from 2012 to 2020. | [6][7][8] | Fully Convolutional Neural Network (FCNN) and Conditional Random Fields (CRF) used in Brain tumor segmentation and this is based in conjunction with the MICCAI 2012 and 2013 conferences. |
OASIS | Open Access Series of Imaging Studies is contained over 2000 MR sessions are collected among several ongoing projects through the WUSTL Knight ADRC | [9][10] | Diagnosis of Alzheimer’s Disease. |
TCIA | The Cancer Imaging Archive (TCIA) is a big archive of cancer images and available for public download. | [11][12][13] | Prediction of head and neck cancer and Prediction of pancreatic cancer. Segmentation of brain tumors. |
IBSR | The Internet Brain Segmentation Repository. Its goal is to encourage the evaluation and expansion of segmentation methods. | [14][15][16] | Segmentation of MRI images and skull stripping. |
BrainWeb | It is a Simulated Brain Database. | [17][18][19] | Reconstruction of 3D MR images based on CNN and reduction of noise from MRI images and segmentation of cerebrospinal fluid and brain volume-based CNN |
NBIA | National Biomedical Imaging Archive that is for in vivo images, these images are related to biomedical research community, industry, and academia with access to image archives. | [20] | Quantitative Imaging Network. |
The Whole Brain Atlas | This site has dozens of real images of the brain and the Harvard Whole Brain Atlas provides you with access to PET and MRI scans of normal and diseased brains. | [21][22] | Features Extracted from brain images by CNN and Serotonin Neurons. |
ISLES | Ischemic Stroke Lesion Segmentation a medical image segmentation challenge at the MICCAI 2018 and a new dataset is consist of 103 stroke patients and matches profesional segmentations. | [23][24] | Brain lesion segmentation and stroke lesion segmentation. |
Technique | Ref. | Target | Result |
---|---|---|---|
Wavelet transform (WT), Genetic algorithm (GA) and supervised learning methods (SVM). | [72][73] | Classification of brain tissues in MRI images | This technique is accurate, Easy to operate, Non-invasive and inexpensive. |
K-means, Sobel edge detection and morphological operations. | [74] | Segmentation of Brain Lesions in MRI and CT Scan Images | Achieves a high accuracy 94% in compared with manual delineation performed. |
Support vector machine (SVM) and Fuzzy c-means (FCM). | [75][76] | Detection of Brain Tumor in MRI Images | Provide accurate and more effective result for classification of brain MRI images in minimal execution time. |
K-Means, Nonsubsampled contourlet transform (NSCT) and SVM. | [77] | MRI Brain Tumor Images Classification | Higher classification accuracy. |
K-Means, Gray Level Co-occurrence Matrix (GLCM), Berkeley Wavelet Transform (BWT), Principal Component Analysis (PCA) and Kernel Support Vector Machine (KSVM). | [78] | Detection and classification of MRI images | proposed method can be used for clinical purpose for screening and then diagnosed by the radiologists with high performance and accuracy. |
Fuzzy Clustering, Gabor feature extraction and ANN. | [79] | Detection and Classification for Brain tumor | The classifier’s output helps the radiologist to make the decisions without any hesitation and achieved classification accuracy of 92.5%. |
Scheme | Dataset | Ref. | Ways of Training and Testing | Achievement |
---|---|---|---|---|
Rely on CNN | BRATS 2015 and ISLES 2015 | [23] | Dual pathway | An efficient solution processing for multi-scale processing for large image context using parallel convolutional pathways. |
BRATS 2017 and BRATS 2015 | [63] | Dual-force | For learning high-quality multi-level features used a dual-force training strategy | |
BRATS 2013 and BRATS 2015 | [58] | Patch-based | Used 3 × 3 kernels to permit deeper architectures for CNN-based segmentation method for brain MRI images. | |
Rely on DCNN | ImageNet LSVRC-2010 | [85] | Patch-based | Gained top-1 and top-5 error rates of 37.5% and 17.0% |
ISBI 2012& 2015 | [84] | End-to-end | Enabled precise localization. | |
BRATS 2013 | [67] | T1, T1c, T2 and FLAIR images | 3D segmentation problem is converted into triplanar 2D CNNs. | |
BRATS 2013 | [65] | T1, T1c, T2 and FLAIR images | Novel CNN architecture which improved accuracy and speed as presented in MICCAI 2013. | |
Rely on FCN | BRATS 2013 & 2016 | [6] | T1, T1c, T2 and FLAIR images | Integration of FCN and Conditional Random Fields for brain tumor segmentation. |
BRATS 2013 | [86] | End-to-end | Improve brain tumor segmentation performance by a symmetry-driven FCN | |
ISBR and ABIDE (17 different sites) | [87] | End-to-end | Used 3D convolutional filters and FCN for an automatic segmentation of subcortical brain regions. |
Ref. | Architectures | Layers | Advantages | Disadvantages |
---|---|---|---|---|
[92] | LeNet-5 | 7 layers | Ability to process higher resolution images need larger firmer layers. | Overfitting in some cases and no built-in mechanism to avoid this |
[93] | AlexNet | 8 layers 60 M parameters | A very rapid downsampling of the intermediate representations through convolutions and max-pooling layers. | The use of large convolution filters (5 × 5) is not encouraged shortly after that, Is not deep enough rather than another techniques. |
[94] | ZFNet | 8 layers | Improved image classification rate error in compared with Alexnet, winner of ILSVRC2012 | Feature maps are not divided across two different GPU, Thus connections between layers are dense. |
[93] | GoogleNet | 22 layers 4–5 M parameters | Winner of ILSVRC2014, Decreased the number of parameters from 60 million (AlexNet) to 4 million so network can have a large width and depth. | Consists of a hierarchy of complex inception modules/blocks that consist of operations over different scales in each of the modules. |
[95] | VGGNet | Between 11 to 19 layers the best one is 16 layers 138 M parameters | At present it is the most prefer election for extracting features from images. | Consists of 138 million parameters, which can be a bit challenging to handle. |
[95] | ResNet | 152 layers | Network learns difference to an identity mapping (residual), Faster convergence if identity is closer to the optimum. | Lower complexity than VGGNet, Overfitting would increase test but decrease training error. |
Architectures | Examples | Target | Accuracy |
---|---|---|---|
LeNet-5 | [96] | Detection of brain cancer by tensorflow | 99% |
[30] | classify Alzheimer’s brain | 96.85% | |
Alex Net | [97] | Lung nodules in chest X-ray | 64.86% |
[98] | Diagnosis of Thyroid Ultrasound Image | 90.8% | |
[99] | Classification of skin lesion | 96.86% | |
VGGNet-16 | [100] | Brain tumor classification | 84% |
[101] | Diagnosis of Prostate Cancer | 95% | |
Google Net | [102] | Thyroid Nodule Classification in Ultrasound Images | 98.29% |
[97] | Lung nodules in chest X-ray | 68.92% | |
ResNet | [103] | Brain tumor classification | 89.93% |
[104] | Pancreatic tumor classification | 91% | |
ZefNet | [105] | The trends and challenges for future edge reconfigurable platforms of deep learning. |
Ref. | Features | Methods | Testing Sample | Achievement | Accuracy |
---|---|---|---|---|---|
[102] | Type, size, shape, tumor features | DCNN and googleNet | Thyroid nodules | Improving the performance of fine-tuning and augmenting the image samples. | 98.29% |
[80] | Size, tumor features, doughnut-shaped lesion | FCN, VGG-16, U-Net | Colorectal tumors | Can remodel the current, time-consuming and non-reproducible manual segmentation method. | - |
[104] | Type, size | ResNet18, ResNet34, ResNet52 and Inception-ResNet | Pancreatic Tumors | ResNet18 with the proposed weighted loss function method achieves the best results to classify tumors. | 91% |
[107] | Type, size, shape | CAD system using a multi-view convolutional network | Pulmonary Nodule | Boosts the detection sensitivity from 85.7% to 93.3%. | - |
[30] | Shape, scale | CNN and LeNet-5 | Alzheimer’s disease classification | Possible to generalize this method to predict different stages of Alzheimer’s disease for different age groups. | 96.85% |
[99] | Type, color image lesions | transfer learning and Alex-net | skin lesions classification | Higher performance than existing methods. | 96.86% |
[101] | Image lesion, type | VGGNet and patch-based DCNN | Prostate cancer | Enhanced prediction | 95% |
[109] | Textures | AlexNet | Breast cancer | Showed that accuracy obtained by CNN on BreaKHis dataset was improved. | - |