Skip to content

This project focuses on the segmentation of brain tumors in 3D MRI images using Convolutional Neural Network (CNN) models. The research compares the performance of SegNet, V-Net, and U-Net architectures for brain tumor segmentation and evaluates them based on complexity, training time, and segmentation accuracy.

License

Notifications You must be signed in to change notification settings

vishal815/Deep-Learning-Models-for-3D-MRI-based-Brain-Tumor-Segmentation-using-Seg-Net-V--Net-and-U-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Novel Architecture and Comparative Study for Deep Learning-Based Segmentation of 3D Brain MRI Images using SegNet, V-Net, and U-Net

3D.video.brain.mp4

Abstract

Brain tumor detection is an essential undertaking in the fields of neuroimaging and medical image analysis. It detects the abnormal growth of tissues within MRI scans. In the past, manual detection was performed, which was less effective and time-consuming. Then the transition shifted to 2D images, which enhanced the accuracy and efficiency of brain tumor detection compared to manual methods. The integration of artificial intelligence with brain tumor detection processes has completely transformed the field. Modern hardware, like GPUs and deep learning algorithms, particularly CNN, have enabled the use of large datasets for training, reducing processing time and improving scalability.

This research includes 3D brain MRI images of tumor segmentation using different CNN architectures: SegNet, V-Net, and U-Net. Implemented a novel architecture of UNet with the latest methodologies in which a symmetrical encoder-decoder design is formed with Leaky ReLU activation, dropout layers, and batch normalization layers for regularization and GELU activation to preserve spatial information. Medical Segmentation Decathlon datasets are used to train and test models in experimentation. The research evaluates these models based on complexity, training time, and segmentation accuracy. U-Net emerges as the top performer with a Dice Similarity Coefficient of 88.5%, surpassing V-Net (86.4%) and SegNet (84.8%).

Input and Output Dice Coefficient

Overview

Brain tumor detection is a critical task in the fields of neuroimaging and medical image analysis. Detecting abnormal tissue growth within MRI scans is essential for accurate diagnosis and treatment planning. In the past, manual detection methods were less effective and time-consuming. However, advancements in deep learning and artificial intelligence have transformed brain tumor detection.

This research project focuses on 3D brain MRI image segmentation using three popular CNN architectures: SegNet, V-Net, and U-Net. We also propose a novel architecture based on U-Net, incorporating Leaky ReLU activation, dropout layers, batch normalization, and GELU activation to preserve spatial information. The study evaluates these models based on complexity, training time, and segmentation accuracy.

U-Net Novel Architecture

Code and Dataset

Motivation

A primary malignant brain tumor has a poor prognosis, significantly impacting patients’ quality of life. Early detection using advanced imaging modalities (such as MRI) is crucial for better patient outcomes.

Literature Review

Integration of medical science and artificial intelligence is cutting-edge research. Researchers focus on accurate tumor classification and 2D/3D image segmentation. 3D MRI images provide precise results, but segmenting volumetric data remains challenging due to noise and computational requirements.

Conclusion

Brain tumor segmentation using deep learning techniques enhances diagnosis, treatment planning, and patient monitoring. Our novel U-Net architecture shows promising results.

Table of Models

About

This project focuses on the segmentation of brain tumors in 3D MRI images using Convolutional Neural Network (CNN) models. The research compares the performance of SegNet, V-Net, and U-Net architectures for brain tumor segmentation and evaluates them based on complexity, training time, and segmentation accuracy.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published