BreastCancerSegmentationinMedicalImaging_ACustomU-NetApproach
BreastCancerSegmentationinMedicalImaging_ACustomU-NetApproach
net/publication/382994652
CITATIONS READS
0 87
4 authors, including:
All content following this page was uploaded by Md.Tanvir Rahman on 09 August 2024.
Abstract— Deep learning, particularly using U-Net architecture, mammographic images, these models can aid radiologists in
has shown remarkable performance in various image making informed decisions regarding patient care. Several
segmentation tasks, including medical and non-medical studies have reported high diagnostic accuracy rates for U-
applications. This versatile approach enables automated Net-based deep learning models in breast cancer
analysis of complex images, which is crucial for improving
diagnostic accuracy and efficiency. For medical applications,
segmentation tasks. However, challenges remain in applying
breast cancer detection serves as a prominent example, where deep learning models to breast cancer detection, such as
deep learning models have demonstrated superior performance addressing variability in image quality, accounting for patient
over traditional methods. We examine various techniques used demographics, and ensuring robustness against false
to enhance U-Net's ability to detect breast cancer, Moreover, we positives. After training, the model successfully segments the
review the most commonly used datasets for medical image cancer-affected area from the image. Our algorithm’s generic
segmentation tasks effectiveness in a range of applications. Our nature is suited for both kinds of images. Its segmentation
proposed custom U-Net model extends the standard U-Net ability makes the algorithm different from others.
architecture by incorporating advanced techniques to enhance
its ability to handle segmentation tasks. These improvements
result in improved accuracy, Intersection over Union (IOU)
Our proposed architecture follows the standard U-Net design
scores, and dice coefficient scores, setting a new benchmark for but incorporates several modifications that significantly
segmentation models. enhance its ability to learn relevant features during training.
By employing skip connections and residual blocks, our
I. INTRODUCTION custom U-Net model effectively captures both low-level and
high-level features in input images, leading to improved
U-Net is a convolutional neural network (CNN) designed segmentation accuracy and robustness. To validate the
specifically for biomedical image segmentation. It consists of effectiveness of our proposed approach, we conducted
an encoder-decoder structure that learns hierarchical extensive evaluations on benchmark datasets for breast
representations of features at multiple scales. The generic cancer segmentation. Our experimental results demonstrate
property of UNET, which allows it to learn features from that our custom U-Net algorithm significantly outperforms
diverse data sources, makes it an ideal candidate for cross- standard models. Our extensive evaluation demonstrates that
domain segmentation tasks. This ability to adapt to various our proposed custom U-Net algorithm outperforms standard
medical imaging modalities is crucial for addressing the models in various image segmentation tasks when trained
challenges associated with acquiring large, labeled datasets from scratch without pre-trained weights. These results
for specific medical conditions. Breast cancer is the most underscore the significance of our approach and pave the way
common form of cancer among women worldwide, for further optimization of the architecture and exploring its
accounting for approximately one in every three cancers potential applications in medical diagnostics, computer
diagnosed. Early detection and diagnosis are crucial for vision, and other fields. In summary, this research presents a
effective treatment, which can significantly improve patient novel U-Net algorithm designed for training from scratch
outcomes and reduce mortality rates. Traditional methods for while achieving superior performance without any pre-
breast cancer detection, such as mammography and trained weights by incorporating skip connections and
ultrasound, have limitations in terms of sensitivity, residual blocks. Our experimental results showcase the
specificity, and patient comfort. Deep learning models, effectiveness of our approach for various image segmentation
specifically those based on U-Net architecture, have emerged tasks, highlighting its potential for real-world applications in
as promising alternatives to traditional methods for breast domains such as medical imaging & cosmetic image
cancer detection. Our custom U-Net model models leverage segmentation.
large datasets and advanced neural network architectures to
learn patterns and features from medical images, improving II. LITERATURE REVIEW
diagnostic accuracy and efficiency. Breast cancer Deep learning techniques, especially convolutional neural
segmentation is a critical task within deep learning networks (CNNs) and specific designs like U-Net, have
applications for breast imaging analysis. By accurately significantly advanced image segmentation. The
identifying and segmenting the tumor regions in advancement of these techniques has significantly improved
the efficiency and accuracy of picture segmentation jobs in a Convolutional Neural Network : CNN is a powerful visual
variety of fields. [1] In 2015, Ronneberger et al. introduced model of creating intelligent systems that takes any input
U-Net, a convolutional network architecture designed for image and produces a proportionally larger output with much
biomedical image segmentation. This architecture is more relevant information. This architecture is built by
connecting a group of features using pixel-to-pixel multi-
particularly effective due to its use of a contracting path to layer integrity and adding one or more fully linked layers on
capture context and a symmetric expanding path that enables top. The CNN architecture is made up of a variety of
precise localization The U-Net model has since become a successive layers, some of which have been repeated. The
foundational approach in medical image analysis due to its most popular layers are described below Fig. 1. CNN
robust performance and adaptability. Architecture
REFERENCES