<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <issn pub-type="ppub">1613-0073</issn>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Two-Stage Approach for Semantic Image Segmentation of Breast Cancer : Deep Learning and Mass Detection in Mammographic images</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Faycal TOUAZI</string-name>
          <email>f.touazi@univ-boumerdez.dz</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Djamel GACEB</string-name>
          <email>d.gaceb@univ-boumerdez.dz</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marouane CHIRANE</string-name>
          <email>ch.marouanee@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Selma HERZALLAH</string-name>
          <email>harzallahselma@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Workshop</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Avenue</institution>
          ,
          <addr-line>35000 Boumerdes</addr-line>
          ,
          <country country="DZ">Algeria</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Breast Cancer</institution>
          ,
          <addr-line>Deep Learning, ViT, NEST, YOLO</addr-line>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>LIMOSE laboratory, Computer science department, University M'hamed Bougara</institution>
          ,
          <addr-line>Independence</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <abstract>
        <p>Breast cancer is a significant global health problem that predominantly affects women and requires effective screening methods. Mammography, the primary screening approach, presents challenges such as radiologist workload and associated costs. Recent advances in deep learning hold promise for improving breast cancer diagnosis. This paper focuses on early breast cancer detection using deep learning to assist radiologists, reduce their workload and costs. We employed the CBIS-DDSM dataset and various CNN models, including YOLO versions V5, V7, and V8 for mass detection, and transformer-based (nested) models inspired by ViT for mass segmentation. Our diverse approach aims to address the complexity of breast cancer detection and segmentation from medical images. Our results show promise, with a 59% mAP50 for cancer mass detection and an impressive 90.15% Dice coefficient for semantic segmentation. These findings highlight the potential of deep learning to enhance breast cancer diagnosis, paving the way for more efficient and accurate early detection methods.</p>
      </abstract>
      <kwd-group>
        <kwd>Mammographic</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>Breast cancer remains one of the most prevalent diseases among women globally and stands as a
leading cause of mortality in gynecological cancers. Across the world, the situation is indeed dire, with
one in ten women affected by this disease during their lifetime. It ranks second in overall cancer
incidence, following prostate cancer, affecting individuals of all genders. Despite considerable efforts
in the form of screening programs aimed at prevention and early detection, there is an urgent need to
enhance methods for analyzing mammography images.</p>
      <p>Mammography represents the unquestionable gold standard for breast exploration, offering
unmatched performance in breast cancer surveillance and early detection. Each year, millions of
mammograms are produced worldwide for the early screening of breast cancer or to establish a
diagnosis to guide therapeutic interventions. However, the interpretation of these images remains a
major challenge for healthcare professionals, as they provide complex radiological information that is
challenging to fully exploit through human expertise, which relies on visual interpretation and
experience.</p>
      <p>Confronted with this challenge, the development of dedicated software for mammography image
analysis becomes imperative to optimize their utilization for the benefit of both patients and physicians.
A more suitable method of interpretation is required to enable earlier detection and more effective
management of the disease.
EMAIL:
(A.</p>
      <p>1);</p>
      <p>2),</p>
      <p>2023 Copyright for this paper by its authors.
CEUR</p>
      <p>ceur-ws.org</p>
      <p>Deep Learning (DL) has revolutionized various real-world domains by providing accurate and
powerful solutions. In the medical field, it also offers promising solutions for the interpretation of
medical images, allowing for highly precise analysis. This paper project focuses on applying Deep
Learning using a range of models and techniques, including transformers, with the goal of detecting
breast cancer in mammograms. To achieve this objective, we integrate the YOLO (You Only Look
Once) model [1] for precise detection of regions of interest (ROI) in mammographic images. Once the
regions of interest are identified, we employ SegNest, an adaptation of the ViT Nest model [2] for
semantic segmentation to perform semantic segmentation of tumors.</p>
      <p>In this paper, our primary objective is to push the boundaries of early breast cancer detection by
harnessing the advancements in Deep Learning and computer vision. To achieve this goal, we will apply
techniques of object detection and semantic segmentation to effectively localize and characterize mass
breast cancer in real mammography images. Moreover, we will explore a hybrid approach that combines
transformers (ViT) with CNN to leverage their respective strengths in breast cancer detection.</p>
      <p>The paper is structured as follows: In Section 2, we delve into the related work in the field, providing
a thorough review of existing literature to establish the context and significance of our research. Section
3 outlines our proposed approach, elucidating the methodology and techniques employed in our study.
The heart of our contribution lies in Section 4, where we present our results and engage in an in-depth
discussion, offering insights and interpretations of the data. Finally, in Section 5, we draw our
conclusions, summarizing the key findings, their implications, and potential avenues for future research.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related works</title>
      <p>In this section, we present an overview of recent studies in the field of breast cancer detection and
tumor segmentation using deep learning techniques.</p>
      <p>For the breast cancer detection, the authors of [3] proposed a two-step method using high-resolution
mammograms. They achieved a significant improvement over Faster R-CNN in terms of detection
accuracy for BI-RADS categories. Hamed Aly et al. [4] applied YOLO-V3 for automated breast mass
detection, achieving a mass detection rate of 89.4\% and high precision for classifying malignant and
benign masses. Prinzi et al. [5] presents an approach to automated breast cancer detection using YoloV5
architecture, which reached an mAP50 of 49.8% on CBIS-DDSM dataset.</p>
      <p>For Breast Tumor Segmentation, Soltani et al. [6] employed Mask R-CNN, reporting a promising
performance with high precision of 0.75%, recall of 0.80%, and F1 score of 0.825%. Yu et al. [7]
introduced Dense-Mask R-CNN, which surpassed the original Mask R-CNN in breast mass detection
on the CBIS-DDSM dataset, with an average precision (AP) of 0.65.</p>
      <p>Among the approaches based on transformers we cite the work of Liu et al. [8] introduced TrEnD,
an encoder-decoder model based on transformers for mammography mass segmentation. They applied
superpixel-based adaptive patch embedding and achieved improved Dice and Intersection over Union
(IoU) scores on the CBIS-DDSM and INBreast datasets. Su et al. [9] developed a YOLO-LOGO model
for breast mass detection and segmentation in digital mammograms. Their model effectively combined
mass detection and segmentation using YOLOV5L6 and a Vision Transformer (ViT), showing
promising results that outperformed other segmentation models. They trained their model on
CBISDDSM dataset and they achieved a dice score of 84.49%.</p>
      <p>Prezi et al . [5] proposed an approach for breast cancer detection in CBIS-DDSM mammograms.
The study compares various YOLO architectures namely YOLO V3 YOLO V5 and
YOLOV5Transformer. Within this architecture, the Transformer block was incorporated into the second-to-last
layer of the backbone network, specifically positioned among the trio of convolutional layers that
precede the spatial pyramid pooling layer. The small YOLOV5 model outperforms others with a mAP
of 0.621.</p>
      <p>As summary of this related works, the hybridization of YOLO with Vision Transformer (ViT)
represents a promising avenue for breast cancer detection and tumor segmentation, as evidenced by the
compelling results obtained in the existing literature. This fusion of YOLO and ViT architectures has
consistently demonstrated superior performance in various studies, underscoring its potential to
enhance both mass detection and segmentation tasks.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Proposed approach</title>
      <p>In this section, we describe our proposed approach of the detection and diagnosis of breast cancer,
based on deep learning. The proposed approach focuses specifically on the detection of breast masses
within the context of breast cancer. It is a holistic approach that combines mass detection stage using
YOLO architecture and segmentation stage using SegNesT architecture. By integrating these two stages
(see Figure 1), this approach seamlessly integrates different aspects of deep learning to create a more
holistic and potentially more effective diagnostic system for patients.
3.1.</p>
    </sec>
    <sec id="sec-4">
      <title>Breast mass cancer detection based on YOLO model</title>
      <p>At this level, a comprehensive comparative study of common object detection methods is conducted.
Among the various approaches examined, YOLO [1] emerged as a promising choice due to its
advanced real-time object detection performance. In the first phase of proposed approach for breast
cancer detection (detected region of interest ROI of the mass), three most recent versions of the YOLO
architecture V5 [10], V7 [11] and V8 [12] are used and compared (see Figures 2, 3 and 4 for architecture
details).</p>
    </sec>
    <sec id="sec-5">
      <title>Breast cancer segmentation based on SegNesT architecture</title>
      <p>Once these regions of interest have been identified (in the first stage), we applied, in the second
stage, image segmentation using the SegNesT model. This model is a customized version of the ViT
NEST [2], adapted specifically for effective segmentation tasks. SegNesT excels in precisely outlining
the contours of relevant structures, thereby enhancing lesion characterization.</p>
      <p>This architecture adopts a hierarchical approach based on the Transformer architecture for image
processing. The workflow start from data pre-processing, where an image and its corresponding mask
(label) are fed into the model. The image is initially partitioned into patches, which facilitates the
capture of local details while retaining a global image representation and accommodating different
resolutions. Subsequently, the model employs multiple hierarchical NesT levels to capture information
across various scales. Each hierarchical level comprises a pooling layer, a convolutional with
normalization layer, a position embedding layer and a transformer layer to model feature dependencies.
Ultimately, this model can represent intricate information at multiple resolutions. Finally, it employs a
deprojection operation (un-patchify) to reconstruct the image (mask) based on the extracted features
(see Figure 5).</p>
      <p>Our architectural design encompasses three primary components:
•</p>
      <p>NesT (Nested Transformers): The NEST VIT architecture encompasses five crucial
components for comprehensive image analysis. Firstly, it initiates with Patch Embedding,
dividing the input image into smaller patches and transforming them into embeddings,
facilitating the processing of both local and global information. The architecture then operates
across multiple Hierarchical Levels, focusing on feature extraction at various scales, utilizing
self-attention mechanisms and feed-forward networks to enhance feature representations. To
maintain spatial awareness, Positional Embeddings are incorporated and added to patch
representations. Following feature extraction, a Feature Refinement stage refines feature maps
using convolutional layers, effectively eliminating artifacts and enhancing visual quality
through the following steps:
• Linear Layer
• Unpatchify Layer
• Convolution Layer 1: Kernel size = 9x9
• Convolution Layer 2: Kernel size = 5x5
• Convolution Layer 3: Kernel size = 3x3
• MaxPooling Layer: Kernel size = 3x3
Finally, an Image Reconstruction stage rearranges feature representations into the original
image format, ensuring a coherent and visually appealing final output.
• Mask Reconstruction: The second component focuses on the reconstruction of the image
itself. It takes the embedding vectors generated by the "NesT" part and arranges them in a grid
of patches to reconstruct the segmented image or mask.
• CNN Block: The third and essential component comprises a CNN block that contributes
significantly to the overall architecture. This block includes three convolution layers.
•
•
•
•
•</p>
      <p>Convolution Layer 1: Kernel size = 9x9
LeakyReLU Layer
Convolution Layer 2: Kernel size = 5x5
LeakyReLU Layer</p>
      <p>Convolution Layer 3: Kernel size = 3x3
Padding is applied in these three layers to maintain the image size after convolution. This CNN
block effectively eliminates any blocking artifacts that might be present in the reconstructed
image from the NesT component, resulting in a smoother and visually appealing final output.</p>
    </sec>
    <sec id="sec-6">
      <title>4. Experimentations and results</title>
    </sec>
    <sec id="sec-7">
      <title>4.1. Dataset used in this work</title>
      <p>In this work we have chosen the CBIS-DDSM dataset [16], a subset of the Digital Database for
Screening Mammography (DDSM) [17], is a valuable resource for breast cancer research. It stands out
due to its complexity, encompassing diverse digital mammography images of both normal and
abnormal cases. These images are rich in details and annotations, making it a challenging dataset for
tasks like lesion detection and classification. The dataset's complexity arises from the presence of subtle
lesions, varying image qualities, and diverse lesion types. We used 1253 images for the train set and
363 for the test set.</p>
    </sec>
    <sec id="sec-8">
      <title>Data pre-processing</title>
      <p>use, we summarize them in the following points:
•</p>
      <p>Image croppe
As part of our implementation, we applied some preprocessing techniques to prepare our dataset for
We have applied image cropping to focus on a specific region of interest (ROI) within the
image. Our approach involves utilizing the mask images supplied within the dataset, allowing
us to extract and crop the white regions from the original images.
•
•</p>
      <p>Resize
We resized all cropped images to a size of 224×224 px to fit the model input.</p>
      <p>Image enhancement using CLAHE method
We use this technique to improves the visibility of details in an image by enhancing the contrast.
It does this by redistributing the intensity values in a way that ensures a more uniform
distribution of pixel values, thereby making both dark and bright regions more distinguishable.
(a)
(b)
values were within the desired range to improve performance, avoid numerical instabilities and
allow consistent comparisons between pixel values. We applied normalization to the images
input by scaling their pixel values within a normalized range of 0 to 1.
4.3.</p>
    </sec>
    <sec id="sec-9">
      <title>Used metrics and loss functions</title>
      <p>Here we present the different metrics and loss functions used to train and evaluate our models.</p>
      <p>Intersection over union (IoU): is another evaluation metric used to assess the quality of
segmentations. It is calculated as the ratio of the intersection area between the predicted mask and the
reference mask to the union area of the two masks. The IoU is given by the formula:

=
| ∩  |
| ∪  |
(1)</p>
      <p>Dice score (DSC): is an evaluation measure used to assess the similarity between two sets, often
used to assess the quality of medical image segmentations. For two sets A and B, the Dice Score is
calculated
follows:</p>
      <p>(2)
as
=
2 ∗ | ∩  |
| | + | |
ℒ</p>
      <p>= 1 −</p>
      <p>Dice loss: is a loss function used for training segmentation models, especially for tasks where
segmentation is represented by a binary mask. The Dice Loss is defined as the inverse of the Dice Score.
The objective is to minimize this loss to improve the quality of the segmentation.</p>
      <p>where A and B represent the cardinalities of sets A and B respectively.</p>
      <p>Binary cross-entropy (BCE): is a commonly used loss function for training binary classification
models. It is used when each example can belong to only one class. It measures the distance between
the model’s predictions and the true labels (ground truth). The binary cross-entropy is defined as
(3)
(4)
(5)
(6)
(7)
(8)
(9)
(10)
follows:
examples.
parameters: ) and  .</p>
      <p>Where:
ℒ
ℒ
ℒ


ℒ

= −( ∗ 
( ) + (1 −  ) ∗ 
(1 −  ))
where y is the true binary label (0 or 1) and p is the probability predicted by the model for this label.</p>
      <p>Focal binary cross-entropy (Focal loss): is a specialized variant of the binary cross-entropy loss
function. The Focal Loss was introduced to address the problem of training deep neural networks on
imbalanced datasets, where the model may struggle to effectively learn from the minority class</p>
      <p>The main idea behind Focal Binary Cross-Entropy is to down-weight the loss contribution of
easyto-classify examples and focus more on the hard-to-classify ones. It does this by introducing two key
= −   (1 −    ) log(   )</p>
      <p>= {
  = {


1 − 
1 − 
if  = 1
otherwise
if  = 1
otherwise
=  ⋅ ℒ</p>
      <p>+ (1 −  ) ⋅ ℒ
=  ⋅ ℒ</p>
      <p>+ (1 −  ) ⋅ ℒ</p>
      <p>Combined loss function (Combo Loss): is a composite loss function that simultaneously minimizes
the Dice loss and a modified version of the cross-entropy loss. Its formula is giving as follows:
We can also consider a focal version of this combined loss function as follow:</p>
      <p>Mean Average Precision (mAP) : is commonly used to analyze the performance of object detection
and segmentation systems. In our work is used to evaluate mass detection models. It compares the
ground-truth bounding box to the detected box. The higher the score, the more accurate the model is in
its detections. It is calculated using the following formula :
=

1

∑   
Where n is the number of classes and APk is the Average Precision of the classe k.</p>
      <p>=</p>
      <p>( )
 ( ) +  ( )
(11)
with TP(k) is the True Positive rate of the class k: The model predicted a label of class k and matches
correctly to the ground truth. FP(k) is the False Positive rate of the class k: The model predicted a label
of class K, but it is not a part of the ground truth. mAP50 is Mean Average Precision calculated for
the IoU threshold of 0.5.
4.4.</p>
    </sec>
    <sec id="sec-10">
      <title>Results and discussion</title>
      <p>Discussion is dedicated to the analysis and discussion of the outcomes obtained from our
experiments, focusing on two main aspects: Object Detection Results and Segmentation Results.</p>
    </sec>
    <sec id="sec-11">
      <title>4.4.1. Mass detection results</title>
      <p>In this subsection, we delve into the performance of our object detection model. Table 1 presents the
performance of different models: YOLOv5 Small (V5 S), YOLOv7 (V7 X), and YOLOv8 Medium (V8
M). Analyzing the mAP50 score on the test set, YOLOV8 Medium achieved the best performance with
a score of 59%, surpassing YOLOv5 Small with 46% and YOLOv7X with 51%. These results suggest
that YOLOV8 Medium displayed the highest performance among the three tested models.</p>
      <p>It's worth noting that despite the larger size of YOLOv5 Medium with an image resolution of
640×640 compared to YOLOv5 Small, it did not achieve satisfactory results. This can be attributed to
the fact that YOLOv5s was trained on high-resolution images (1280×1280), whereas YOLOv5m was
trained on lower-quality images. Unfortunately, it was not possible to evaluate the performance of
YOLOv5m at a resolution of 1280×1280 due to hardware limitations. Therefore, the results of
YOLOv5m at this resolution are not considered in this comparison.</p>
      <p>Table 2 presents a comparison of various models and their performance metrics in the context of
breast cancer mass segmentation.</p>
      <sec id="sec-11-1">
        <title>Model YOLO V5 S YOLO V7 X YOLO V8 M</title>
        <p>epochs. In contrast, our approach also reached a 59% mAP rate, but with a different approach that
required only 300 training epochs. This difference in the number of epochs suggests a relative efficiency
in our approach. They achieved with YOLOv5L6 an mAP50 of 65%. However, due to hardware
constraints, we were unable to use this version.</p>
        <p>Furthermore, when compared to the article by Prinzi et al. [5], which utilized YOLOv5s with data
augmentation and obtained a result of 49.8% in mAP50, our approach yielded better results.</p>
      </sec>
    </sec>
    <sec id="sec-12">
      <title>4.4.2. Segmentation results</title>
      <p>The following subsection is dedicated to the analysis of our segmentation model's performance. The
results of SegNet are displayed in the table above with the different loss functions used:</p>
      <p>Loss function</p>
      <sec id="sec-12-1">
        <title>Dice</title>
        <p>75%
have used the binary cross-entropy (BCE) loss function, our model achieved a Dice score of 75%.</p>
        <p>However, when we adopted the combined loss function, our performance improved significantly,
reaching a Dice score of 81.2%. To further enhance our model's performance, we introduced the
Combined Focal Loss, using dice_weight=1.0 and focal_weight=1.0, which resulted in even better
performance, with an impressive Dice score of 88.99%. Finally, by adjusting the weights to
dice_weight=0.5 and focal_weight=0.5, our model achieved its best result, with a remarkable Dice score
of 90.15%. These results underscore the critical importance of selecting the right loss function in
improving the performance of our SegNesT model.</p>
        <p>Table 4 presents a comparison of various models and their performance metrics in the context of
breast cancer mass segmentation.</p>
        <p>Our SegNesT model has achieved the higher dice score among similar literature works.
BouzarBenlabiod et al. [18] had used Attention U-net, obtained a Dice score of 75%. Yuehang Wang et al.
[19] has achieved a dice score of 84.49% using a hybrid approach combining YOLO and ViT.
Dongdong Liu et al. [8] also with a ViT-based model named TrEnD achieved a Dice score of 89.48%
was achieved. It is clear that our SegNesT model has outperformed the results of related works even
transformer-based models, achieving the highest Dice score of 90.15%. This superior performance
highlights the effectiveness of our approach compared to previous methods in the field of medical image
segmentation.</p>
        <p>Our NesT based approach plays a crucial role in addressing the quadratic complexity issue of full
self-attention in vision transformers. By introducing a hierarchical nested structure and incorporating
block aggregation, NesT effectively improves data efficiency and accuracy compared to previous
methods within the realm of ViT-based approaches. This progress positions our approach favorably
compared to other ViT based approaches.</p>
        <p>The block aggregation mechanism plays a central role in promoting effective inter-block
communication, thereby diminishing the necessity for full self-attention at each layer. This
simplification of the architectural design not only amplifies the effectiveness of training with smaller
datasets but also demonstrates its utility as model size scales up, illustrating NesT's enhanced efficiency
in handling larger models.</p>
      </sec>
    </sec>
    <sec id="sec-13">
      <title>4.4.3. Result samples</title>
      <p>In this section, we provide a comprehensive showcase of result samples obtained from our study.
These samples serve as illustrative examples of the outcomes generated by our research.</p>
      <p>Figure 8 showcases the qualitative results of our model's detection task, offering a visual
representation of its performance in identifying and localizing objects of interest within the dataset.
These results provide valuable insights into the accuracy and precision of our model's detection
capabilities, contributing to a comprehensive assessment of its overall effectiveness.</p>
      <p>Figure 9 presents the qualitative results of our model's segmentation task, underlining the
remarkable resemblance between the ground truth mask and the predicted mask generated by our
SegNest model. This compelling similarity confirm the precision and fidelity of our model's
segmentation capabilities</p>
    </sec>
    <sec id="sec-14">
      <title>5. Conclusion</title>
      <p>In this paper, we highlight the potential use of object detection and semantic segmentation in the
field of breast cancer detection and diagnosis. We have explored various aspects of deep learning,
including mass detection using YOLO versions 5, 7, and 8, as well as breast mass cancer segmentation
using our proposed SegNest architecture, based on ViT Nest. The findings indicate the efficacy of these
methodologies, as YOLO V8 M achieved the highest mean average precision (mAP) of 59% among
the YOLO models for mass detection. Additionally, our SegNest model demonstrated outstanding
performance in mass semantic segmentation, achieving a Dice loss of 90.15%. These approaches have
demonstrated their effectiveness in identifying anomalies and tumors in mammographic images,
offering promising avenues for improving the accuracy of breast cancer diagnoses.</p>
      <p>While our findings are promising, it's important to outline that our experimentation was conducted
with a limited dataset. To enhance the performance and generalizability of our models, we foresee
numerous directions for future research and development. These include expanding our dataset to
encompass a more diverse range of cases, refining model architectures, and exploring transfer learning
techniques from other medical imaging domains. These steps will be crucial in ensuring that the benefits
of deep learning in breast cancer detection can be realized more broadly, ultimately benefiting both
patients and healthcare professionals.
6. References</p>
      <p>J. Redmon, S. Divvala, R. Girshick and A. Farhadi, "You only look once: Unified,
realtime object detection," in Proceedings of the IEEE conference on computer vision and pattern
recognition, 2016.</p>
      <p>Available:</p>
      <p>R. S. Lee, F. Gimenez, A. Hoogi, K. K. Miyake, M. Gorovoy and D. L. Rubin, "A curated
mammography data set for use in computer-aided detection and diagnosis research," Scientific
data, vol. 4, p. 1–9, 2017.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , L.
          <string-name>
            <surname>Zhao</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>S. Ö.</given-names>
          </string-name>
          <string-name>
            <surname>Arik</surname>
            and
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Pfister</surname>
          </string-name>
          ,
          <article-title>"Nested hierarchical transformer: Towards accurate, data-efficient and interpretable visual understanding,"</article-title>
          <source>in Proceedings of the AAAI Conference on Artificial Intelligence</source>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <given-names>B.</given-names>
            <surname>Ibrokhimov</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.-Y.</given-names>
            <surname>Kang</surname>
          </string-name>
          ,
          <article-title>"Two-stage deep learning method for breast cancer detection using high-resolution mammogram images,"</article-title>
          <source>Applied Sciences</source>
          , vol.
          <volume>12</volume>
          , p.
          <fpage>4616</fpage>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>G. H.</given-names>
            <surname>Aly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Marey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. A.</given-names>
            <surname>El-Sayed and M. F. Tolba</surname>
          </string-name>
          ,
          <article-title>"YOLO based breast masses detection and classification in full-field digital mammograms," Computer methods and programs in biomedicine</article-title>
          , vol.
          <volume>200</volume>
          , p.
          <fpage>105823</fpage>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <given-names>F.</given-names>
            <surname>Prinzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Insalaco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Orlando</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gaglio</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Vitabile</surname>
          </string-name>
          ,
          <article-title>"A Yolo-Based Model for Breast Cancer Detection in Mammograms,"</article-title>
          <source>Cognitive Computation</source>
          , p.
          <fpage>1</fpage>
          -
          <lpage>14</lpage>
          ,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <given-names>H.</given-names>
            <surname>Soltani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Amroune</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            <surname>Bendib</surname>
          </string-name>
          and
          <string-name>
            <given-names>M. Y.</given-names>
            <surname>Haouam</surname>
          </string-name>
          ,
          <article-title>"Breast cancer lesion detection and segmentation based on mask R-CNN,"</article-title>
          <source>in 2021 International Conference on Recent Advances in Mathematics and Informatics (ICRAMI)</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <given-names>H.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Bai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>An</surname>
          </string-name>
          and
          <string-name>
            <given-names>R.</given-names>
            <surname>Cao</surname>
          </string-name>
          ,
          <article-title>"Deep learning-based fully automated detection and segmentation of breast mass," in 2020 13th International Congress on Image and Signal Processing</article-title>
          , BioMedical Engineering and
          <string-name>
            <surname>Informatics (CISP-BMEI)</surname>
          </string-name>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <given-names>D.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Sun</surname>
          </string-name>
          and
          <string-name>
            <given-names>N.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <article-title>"TrEnD: A transformer-based encoder-decoder model with adaptive patch embedding for mass segmentation in mammograms,"</article-title>
          <source>Medical Physics</source>
          , vol.
          <volume>50</volume>
          , p.
          <fpage>2884</fpage>
          -
          <lpage>2899</lpage>
          ,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <given-names>Y.</given-names>
            <surname>Su</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Xie</surname>
          </string-name>
          and
          <string-name>
            <given-names>P.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <article-title>"YOLO-LOGO: A transformer-based YOLO segmentation model for breast mass detection and segmentation in digital mammograms," Computer Methods and</article-title>
          Programs in Biomedicine, vol.
          <volume>221</volume>
          , p.
          <fpage>106903</fpage>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <given-names>G.</given-names>
            <surname>Jocher</surname>
          </string-name>
          ,
          <article-title>"YOLOv5 by ultralytics," Released date</article-title>
          , p.
          <fpage>5</fpage>
          -
          <lpage>29</lpage>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>C.-Y. Wang</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Bochkovskiy and H.-Y. M. Liao</surname>
          </string-name>
          ,
          <article-title>"YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors,"</article-title>
          <source>in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition</source>
          ,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <given-names>G.</given-names>
            <surname>Jocher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Chaurasia</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Qiu</surname>
          </string-name>
          ,
          <article-title>"YOLO by Ultralytics,"</article-title>
          URL: https://github. com/ultralytics/ultralytics,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <given-names>D.</given-names>
            <surname>Dluznevskij</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Stefanovič</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Ramanauskaite</surname>
          </string-name>
          ,
          <article-title>"Investigation of YOLOv5 Efficiency in iPhone Supported Systems</article-title>
          .,
          <article-title>"</article-title>
          <source>Baltic Journal of Modern Computing</source>
          , vol.
          <volume>9</volume>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <given-names>S.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Cai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Feng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Tang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Pang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>He</surname>
          </string-name>
          and
          <string-name>
            <given-names>X.</given-names>
            <surname>Shi</surname>
          </string-name>
          ,
          <article-title>"An Accurate Detection Model of Takifugu rubripes Using an Improved YOLO-V7 Network,"</article-title>
          <source>Journal of Marine Science and Engineering</source>
          , vol.
          <volume>11</volume>
          , p.
          <fpage>1051</fpage>
          ,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Ultralytics</surname>
          </string-name>
          ,
          <article-title>"</article-title>
          <source>GitHub Issue</source>
          189 -
          <string-name>
            <surname>Ultralytics</surname>
          </string-name>
          ," https://github.com/ultralytics/ultralytics/issues/189.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <given-names>M.</given-names>
            <surname>Heath</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Bowyer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Kopans</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Kegelmeyer</surname>
          </string-name>
          <string-name>
            <surname>Jr</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Moore</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Chang</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Munishkumaran</surname>
          </string-name>
          ,
          <article-title>"Current status of the digital database for screening mammography,"</article-title>
          <source>in Digital Mammography: Nijmegen</source>
          ,
          <year>1998</year>
          , Springer,
          <year>1998</year>
          , p.
          <fpage>457</fpage>
          -
          <lpage>460</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <given-names>L.</given-names>
            <surname>Bouzar-Benlabiod</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Harrar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Yamoun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. Y.</given-names>
            <surname>Khodja</surname>
          </string-name>
          and
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Akhloufi</surname>
          </string-name>
          ,
          <article-title>"A novel breast cancer detection architecture based on a CNN-CBR system for mammogram classification," Computers in Biology and Medicine</article-title>
          , vol.
          <volume>163</volume>
          , p.
          <fpage>107133</fpage>
          ,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chen</surname>
          </string-name>
          and
          <string-name>
            <given-names>C.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <article-title>"Whole mammographic mass segmentation using attention mechanism and multiscale pooling adversarial network,"</article-title>
          <source>Journal of Medical Imaging</source>
          , vol.
          <volume>7</volume>
          , p.
          <fpage>054503</fpage>
          -
          <lpage>054503</lpage>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <given-names>G.</given-names>
            <surname>Ayana</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Dese</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Dereje</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Kebede</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Barki</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Amdissa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Husen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Mulugeta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Habtamu</surname>
          </string-name>
          and S.-w. Choe,
          <article-title>"Vision-Transformer-Based Transfer Learning for Mammogram Classification,"</article-title>
          <source>Diagnostics</source>
          , vol.
          <volume>13</volume>
          , p.
          <fpage>178</fpage>
          ,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <given-names>M.</given-names>
            <surname>Cantone</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Marrocco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Tortorella</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Bria</surname>
          </string-name>
          ,
          <article-title>"Convolutional Networks and Transformers for Mammography Classification: An Experimental Study,"</article-title>
          <source>Sensors</source>
          , vol.
          <volume>23</volume>
          , p.
          <fpage>1229</fpage>
          ,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <given-names>H.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zheng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. D.</given-names>
            <surname>Feng</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <article-title>"AUNet: attention-guided dense-upsampling networks for breast mass segmentation in whole mammograms,"</article-title>
          <source>Physics in Medicine &amp; Biology</source>
          , vol.
          <volume>65</volume>
          , p.
          <fpage>055005</fpage>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <given-names>S. A.</given-names>
            <surname>Kamran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. F.</given-names>
            <surname>Hossain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Tavakkoli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Bebis</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Baker</surname>
          </string-name>
          ,
          <article-title>"SWIN-SFTNet: Spatial Feature Expansion and Aggregation using Swin Transformer For Whole Breast micro-mass segmentation,"</article-title>
          <source>arXiv preprint arXiv:2211.08717</source>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>