
advanced loss functions such as Dice Loss (Milletari
et al., 2016), Focal Loss (Lin and et al., 2017), Robust
Dice Loss, and Adaptive Robust Loss (Barron, 2017)
have been developed to prioritize regions of interest
and mitigate class imbalance issues.
This study aims to provide a comparative evalu-
ation of U-Net and SegNet models for brain tumor
segmentation across MRI modalities. By analyzing
these models under the influence of robust loss func-
tions, particularly the novel Robust Dice Loss, this
work highlights how different loss functions address
class imbalance and improve segmentation accuracy.
The insights gained can help advance automated med-
ical image analysis and contribute to enhancing clini-
cal workflows and patient outcomes.
2 RELATED WORKS
Brain tumor segmentation is a critical task in medical
imaging, fundamental for diagnosis, treatment plan-
ning, and monitoring of therapeutic outcomes. How-
ever, accurately segmenting brain tumors is challeng-
ing due to their variability in size, shape, and ap-
pearance across patients. This section provides an
overview of the evolution of brain tumor segmen-
tation techniques, from traditional machine learning
to modern deep learning-based approaches, and dis-
cusses the key advancements in robust loss functions
and hybrid models that address current challenges.
2.1 Traditional Approaches
Early approaches to brain tumor segmentation re-
lied heavily on generative and discriminative mod-
els. Generative models, such as atlas-based tech-
niques, leveraged predefined anatomical knowledge
to identify abnormalities. For instance, Prastawa et al.
(Prastawa and et al., 2004) utilized the ICBM brain at-
las to compare patient images, isolating tumor regions
using posterior probabilities and thresholding. Simi-
larly, Khotanlou et al. (Khotanlou and et al., 2008)
and Popuri et al. (Popuri and et al., 2012) employed
brain symmetry and iterative refinement to detect tu-
mor regions. Despite their utility, these methods of-
ten struggled with significant tumor-induced defor-
mations, resulting in segmentation inaccuracies.
On the other hand, discriminative models focused
on local image features using pixel-based measures,
texture analysis, and neighborhood histograms. Ma-
chine learning algorithms such as Support Vector Ma-
chines (SVMs), Fuzzy C-means (FCM), and Deci-
sion Forests (DFs) were commonly applied to clas-
sify pixels based on local characteristics. While effec-
tive in simple segmentation tasks, these methods did
not incorporate the contextual information necessary
to delineate complex tumor boundaries, especially for
multi-class segmentation.
2.2 Deep Learning-Based Approaches
The introduction of deep learning, particularly
Convolutional Neural Networks (CNNs), marked a
paradigm shift in medical image segmentation by
eliminating the need for manual feature engineering.
CNNs learn hierarchical features directly from the
data, capturing both local and global structures ef-
fectively. U-Net, introduced by Ronneberger et al.
(Ronneberger et al., 2015), has been especially influ-
ential in medical imaging due to its encoder-decoder
structure and skip connections, which help retain spa-
tial information and enhance segmentation precision,
particularly for small or intricate regions.
SegNet, proposed by Badrinarayanan et al.
(Badrinarayanan et al., 2017), features a similar
encoder-decoder architecture but omits explicit skip
connections, focusing instead on computational effi-
ciency. Although U-Net generally provides superior
accuracy for brain tumor segmentation, SegNet is a
competitive choice for settings with limited computa-
tional resources. CNNs have been extensively evalu-
ated on datasets like BraTS (Menze and et al., 2015),
consistently achieving state-of-the-art results in brain
tumor segmentation.
2.3 Advanced Loss Functions
Despite the success of CNNs, brain tumor segmen-
tation presents unique challenges, such as class im-
balance, where tumor regions often occupy only a
small portion of the overall image. To address these
challenges, several robust loss functions have been
developed: Dice Loss (Milletari et al., 2016) fo-
cuses on maximizing the overlap between predicted
and ground truth regions, making it particularly suit-
able for medical segmentation tasks with imbalanced
classes. Focal Loss (Lin and et al., 2017) empha-
sizes difficult-to-classify samples, ensuring improved
attention to smaller and complex tumor regions. The
novel Robust Dice Loss introduced in this study in-
troduces tunable parameters that adaptively prioritize
regions with higher errors, further enhancing segmen-
tation accuracy, particularly in challenging scenarios
involving intricate boundaries.
These advanced loss functions help CNNs focus
on small but clinically significant tumor regions, ulti-
mately improving segmentation performance.
Brain MRI Segmentation Using U-Net and SegNet: A Comparative Study Across Modalities with Robust Loss Functions
247