3d Image Segmentation
3d Image Segmentation
UNETR Transformer
Introduction
Literature Survey
Proposed Approach
Implementation
Result
Refrences
Introduction
Problem Statement
3D Image Segmentation using UNETR Transformer
Motivation
To aid in 3D medical scans like MRIs and CTs for better diagnosis
Introduction
https://www.kaggle.com/datasets/mateuszbuda/lgg-mri-segmentation.
Parameters:
Number of layers and neurons in a neural network
Learning rate
Batch size
Loss function
Threshold values, Neighborhood size
Image dimensions, Intensity and modality (e.g., CT, MRI)
Propsed Approach
Loss function
Dice Score/Coefficient The Dice coefficient is a popular segmentation
metric which measures the overlap between two samples. The metric
generates a score ranging between 0 and 1 inclusively where a Dice score
of 1 indicating perfect overlap and a score of 0 indicating no overlap. The
Dice score is obtained by computing the ratio of the intersection) of the
two samples and sum of their element-wise sum.
T
|ytarget ypred |
DiceScore = 2
|ytarget | + |ypred |
Result
Here I get loss is about 0.23, which is a better score in comparison to oter
transformer models without EDA analysis.
Some of other results are given:
Conclusion and future Scope