<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.4 20241031//EN" "JATS-journalpublishing1-4.dtd">
<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" article-type="research-article" dtd-version="1.4" xml:lang="en">
  <front>
    <journal-meta>
      <journal-id journal-id-type="publisher-id">ojmi</journal-id>
      <journal-title-group>
        <journal-title>Open Journal of Medical Imaging</journal-title>
      </journal-title-group>
      <issn pub-type="epub">2164-2796</issn>
      <issn pub-type="ppub">2164-2788</issn>
      <publisher>
        <publisher-name>Scientific Research Publishing</publisher-name>
      </publisher>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="doi">10.4236/ojmi.2025.153016</article-id>
      <article-id pub-id-type="publisher-id">ojmi-145979</article-id>
      <article-categories>
        <subj-group>
          <subject>Article</subject>
        </subj-group>
        <subj-group>
          <subject>Medicine</subject>
          <subject>Healthcare</subject>
        </subj-group>
      </article-categories>
      <title-group>
        <article-title>Enhanced Liver Tumor Detection in CT Images Using 3D U-Net and Bat Algorithm for Hyperparameter Optimization</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author" corresp="yes">
          <contrib-id contrib-id-type="orcid">0009-0008-2262-4101</contrib-id>
          <name name-style="western">
            <surname>Ghorbani</surname>
            <given-names>Nastaran</given-names>
          </name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <name name-style="western">
            <surname>Jamshidi</surname>
            <given-names>Bitasadat</given-names>
          </name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <name name-style="western">
            <surname>Rostamy-Malkhalifeh</surname>
            <given-names>Mohsen</given-names>
          </name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
      </contrib-group>
      <aff id="aff1"><label>1</label> Department of Mathematics and Statistics, Loyola University Chicago, Chicago, IL, USA </aff>
      <aff id="aff2"><label>2</label> Department of Mathematics and Computer Science, Islamic Azad University, Science and Research Branch, Tehran, Iran </aff>
      <author-notes>
        <fn fn-type="conflict" id="fn-conflict">
          <p>The authors declare no conflicts of interest regarding the publication of this paper.</p>
        </fn>
      </author-notes>
      <pub-date pub-type="epub">
        <day>29</day>
        <month>07</month>
        <year>2025</year>
      </pub-date>
      <pub-date pub-type="collection">
        <month>07</month>
        <year>2025</year>
      </pub-date>
      <volume>15</volume>
      <issue>03</issue>
      <fpage>174</fpage>
      <lpage>191</lpage>
      <history>
        <date date-type="received">
          <day>05</day>
          <month>08</month>
          <year>2025</year>
        </date>
        <date date-type="accepted">
          <day>22</day>
          <month>09</month>
          <year>2025</year>
        </date>
        <date date-type="published">
          <day>25</day>
          <month>09</month>
          <year>2025</year>
        </date>
      </history>
      <permissions>
        <copyright-statement>© 2025 by the authors and Scientific Research Publishing Inc.</copyright-statement>
        <copyright-year>2025</copyright-year>
        <license license-type="open-access">
          <license-p> This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license ( <ext-link ext-link-type="uri" xlink:href="https://creativecommons.org/licenses/by/4.0/">https://creativecommons.org/licenses/by/4.0/</ext-link> ). </license-p>
        </license>
      </permissions>
      <self-uri content-type="doi" xlink:href="https://doi.org/10.4236/ojmi.2025.153016">https://doi.org/10.4236/ojmi.2025.153016</self-uri>
      <abstract>
        <p>Liver cancer is one of the most prevalent and lethal forms of cancer, making early detection crucial for effective treatment. This paper introduces a novel approach for automated liver tumor segmentation in computed tomography (CT) images by integrating a 3D U-Net architecture with the Bat Algorithm for hyperparameter optimization. The method enhances segmentation accuracy and robustness by intelligently optimizing key parameters like the learning rate and batch size. Evaluated on a publicly available dataset, our model demonstrates a strong ability to balance precision and recall, with a high F1-score at lower prediction thresholds. This is particularly valuable for clinical diagnostics, where ensuring no potential tumors are missed is paramount. Our work contributes to the field of medical image analysis by demonstrating that the synergy between a robust deep learning architecture and a metaheuristic optimization algorithm can yield a highly effective solution for complex segmentation tasks.</p>
      </abstract>
      <kwd-group kwd-group-type="author-generated" xml:lang="en">
        <kwd>Liver Tumor Segmentation</kwd>
        <kwd>3D U-Net</kwd>
        <kwd>Bat Algorithm</kwd>
        <kwd>Deep Learning</kwd>
        <kwd>CT Imaging</kwd>
        <kwd>Medical Image Analysis</kwd>
        <kwd>Hyperparameter Optimization</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec1">
      <title>1. Introduction</title>
      <p>Liver cancer, particularly hepatocellular carcinoma (HCC), is a significant global health challenge and ranks as one of the leading causes of cancer-related mortality. The late diagnosis of HCC often results in poor prognosis, underscoring the critical need for early detection and precise treatment planning. Accurate segmentation of liver tumors in computed tomography (CT) images is a crucial step in assessing tumor size, location, and progression, which is essential for effective clinical decision-making . However, manual segmentation of these tumors remains a labor-intensive and time-consuming task, prone to inter-observer variability that can impact the consistency and reliability of diagnoses . </p>
      <p>In response to these challenges, deep learning has emerged as a transformative approach in medical image analysis, offering automated solutions with high accuracy and efficiency . Among the various deep learning architectures, the U-Net has become a cornerstone in biomedical segmentation tasks due to its symmetric encoder-decoder structure. This design effectively captures spatial hierarchies and retains fine-grained details through skip connections, which is essential for precise segmentation and accurate boundary delineation . The U-Net’s success has led to the development of several advanced variants that have further improved performance in various medical imaging domains.</p>
      <p>Despite the success of these powerful deep learning models, their performance is highly sensitive to the choice of hyperparameters, such as the learning rate and batch size . Manually tuning these parameters is often a tedious and time-consuming process that can lead to suboptimal results, including overfitting or slow convergence. This dependency on empirical tuning limits the efficiency and reliability of these models in a clinical setting.</p>
      <p>To address these limitations, this paper proposes an enhanced framework for liver tumor segmentation in CT images that integrates a 3D U-Net architecture with the Bat Algorithm for hyperparameter optimization. The Bat Algorithm is a metaheuristic technique known for its ability to efficiently balance exploration and exploitation within complex search spaces . By automating the hyperparameter tuning process, our method aims to enhance the learning efficiency, robustness, and generalization capabilities of the 3D U-Net model.</p>
      <p>The proposed framework was evaluated on a publicly available liver tumor segmentation dataset, which demonstrated significant improvements in segmentation accuracy and consistency compared to models with manually tuned hyperparameters. This work contributes to the growing body of research on the application of metaheuristic algorithms in deep learning to medical image analysis, offering a more reliable and efficient tool for liver tumor segmentation that holds great promise for improving clinical outcomes for patients with liver cancer .</p>
    </sec>
    <sec id="sec2">
      <title>2. Literature Review</title>
      <p>Recent advances in deep learning have significantly improved the accuracy and efficiency of liver tumor segmentation in medical imaging. The evolution of this field can be broadly categorized into the development of foundational architectures, advanced segmentation variants, and the emergence of metaheuristic optimization techniques.</p>
      <sec id="sec2dot1">
        <title>2.1. Deep Learning Architectures for Medical Image Segmentation</title>
        <p>The development of automated segmentation methods has been driven by the need to overcome the limitations of traditional techniques such as region growth and active contour models, which often struggle with the complex and variable nature of tumors [<xref ref-type="bibr" rid="B8">8</xref>][<xref ref-type="bibr" rid="B9">9</xref>]. Convolutional Neural Networks (CNNs) marked a significant shift, as they learn hierarchical features directly from data, demonstrating superior performance over traditional machine learning algorithms like AdaBoost and Support Vector Machines .</p>
        <p>The U-Net architecture has since become a cornerstone in biomedical image segmentation due to its impressive performance with limited data and its symmetric encoder-decoder structure, which is crucial for retaining spatial information [<xref ref-type="bibr" rid="B4">4</xref>][<xref ref-type="bibr" rid="B11">11</xref>][<xref ref-type="bibr" rid="B12">12</xref>]. Its success has inspired numerous variants:</p>
        <p><bold>Cascaded and Hybrid Models:</bold>Christ <italic>et al</italic>. proposed a method using cascaded fully convolutional networks (CFCNs) to segment the liver as a region of interest before segmenting lesions, achieving high Dice scores. Similarly, Chlebus <italic>et al</italic>. used a 2D FCN with an object-based post-processing step to reduce false positives by 85%. Rahman <italic>et al</italic>. introduced a hybrid ResUNet model, combining ResNet and U-Net, which demonstrated high accuracy and Dice coefficients.</p>
        <p><bold>Architectural Enhancements:</bold> The SegNet architecture, originally for road scene segmentation, has been modified for liver tumor segmentation, showing promising accuracy but with some false positives . To address U-Net’s limitations, models like UNet++ were introduced with nested, dense skip pathways to reduce the semantic gap between encoder and decoder feature maps . Further innovations include MultiResUNet and Recurrent Residual U-Net (R2U-Net) , which enhanced feature representation and improved training efficiency.</p>
        <p><bold>Transformer-</bold><bold>Based</bold><bold>Models:</bold> The emergence of Vision Transformers has addressed U-Net’s challenge in modeling long-range dependencies. Wang <italic>et al</italic>. introduced the Mixed Transformer U-Net (MT-UNet), which uses a novel self-attention mechanism to capture both intra- and inter-affinities, outperforming state-of-the-art methods with lower computational complexity.</p>
      </sec>
      <sec id="sec2dot2">
        <title>2.2. Optimization and Metaheuristic Algorithms</title>
        <p>While advanced architectures have improved performance, their effectiveness is highly sensitive to the choice of hyperparameters. Manual tuning is computationally expensive, leading to suboptimal results . This has led researchers to explore automated optimization techniques.</p>
        <p>Studies have leveraged deep learning for the classification of other cancers, often employing metaheuristic algorithms for optimization. For instance, Jamshidi <italic>et al</italic>. used a VGG-19-based CNN and an ANN with transfer learning for brain tumor classification, achieving high accuracy rates. Similarly, another study by Jamshidi <italic>et al</italic>. applied a Multi-Layer Perceptron (MLP) with the Dragonfly Algorithm (DA) for lung cancer classification, achieving a remarkable accuracy of 99.82%. These studies demonstrate the efficacy of combining deep learning with metaheuristic algorithms in the medical domain.</p>
        <p>The Bat Algorithm (BA), introduced by Yang , is a metaheuristic technique that has shown efficiency in solving various optimization problems. A comprehensive review by Shehab <italic>et al</italic>. evaluated BA’s effectiveness across diverse fields, including image processing and medical applications, highlighting its potential for hyperparameter optimization in deep learning. Other studies have also explored methods to improve segmentation through transfer learning and attention mechanisms, such as those used by Oktay <italic>et al</italic>. .</p>
        <p>Despite significant advancements, a research gap remains in the comprehensive application of metaheuristic algorithms for hyperparameter optimization of 3D deep learning architectures for liver tumor segmentation. The combination of a 3D U-Net, which excels in volumetric data analysis, with the Bat Algorithm, which efficiently tunes hyperparameters, is a promising yet underexplored area. This study aims to address this gap, proposing a robust and automated framework for accurate liver tumor segmentation.</p>
      </sec>
    </sec>
    <sec id="sec3">
      <title>3. Methodology</title>
      <sec id="sec3dot1">
        <title>3.1. Data Collection and Preprocessing</title>
        <p>We used the 3D Liver and Liver Tumor Segmentation Dataset, which includes 123 3D CT scans with tumor masks, downloaded from Kaggle. This dataset, designed to advance liver and tumor segmentation, features various medical imaging modalities like CT and MRI, and includes data from a diverse patient population. Expert radiologists meticulously annotated each image to highlight liver boundaries and tumor regions, providing ground truth labels for training and evaluation.</p>
        <p>The dataset supports 3D segmentation tasks, reflecting the complexity of liver anatomy and pathology, and includes a wide range of pathological variations, such as benign and malignant tumors. This diversity helps in developing algorithms that can handle different tumor characteristics.</p>
        <p>Privacy and ethical guidelines were strictly followed, with patient identifiers anonymized. Preprocessing steps ensured data consistency and computational efficiency, including standardizing imaging modalities, normalizing intensity values, and resampling images to a uniform resolution. Data augmentation techniques like rotation, scaling, and flipping were applied to increase training data variability and improve model robustness.</p>
        <p>Overall, this well-curated, diverse, and ethically sourced dataset aims to facilitate advancements in medical image analysis, contributing to better diagnosis, treatment planning, and patient care in hepatology.</p>
        <p>All images were preprocessed before being fed into the proposed model through the following three steps:</p>
        <p><bold>Step 1</bold> Normalization: Each CT scan was normalized to the range [0, 1] by dividing the pixel intensities by the maximum value within each scan. Normalization is a crucial step in preprocessing as it mitigates the variations in imaging conditions across different scans, allowing the model to focus on the anatomical structures rather than the variability in pixel intensities.</p>
        <p><bold>Step 2</bold> Resizing: The 3D volumes were resized to a fixed dimension of 64 × 64 × 32 using bilinear interpolation. This resizing was performed to standardize the input size for the neural network, facilitating batch processing and reducing the computational burden. The chosen dimensions balance the need for preserving anatomical details while ensuring the model operates efficiently.</p>
        <p><bold>Step 3</bold> Data Augmentation: To further enhance the robustness of the model, data augmentation techniques such as random rotations, flips, and shifts were applied to the training dataset. Augmentation helps artificially increase the diversity of the training data, enabling the model to generalize better to unseen data.</p>
      </sec>
      <sec id="sec3dot2">
        <title>3.2. U-Net Architecture</title>
        <p>The proposed 3D U-Net model is specifically designed to capture the intricate details of liver tumors within volumetric CT data. The architecture follows the classic encoder-decoder structure, with enhancements to improve spatial information preservation. </p>
        <p><bold>Encoder (Contraction Path)</bold><bold>:</bold> The encoder consists of a series of 3D convolutional layers, each followed by a ReLU activation function and 3D max-pooling operations. These layers progressively reduce the spatial dimensions of the input while increasing the depth, allowing the model to capture higher-level features that are essential for accurate segmentation.</p>
        <p><bold>Bottleneck</bold><bold>:</bold> At the bottleneck, the network reaches its deepest layer, where the most abstract and high-level features are extracted. This layer serves as the bridge between the encoder and decoder, effectively summarizing the information necessary for accurate reconstruction in the expansion path.</p>
        <p><bold>Decoder (Expansion Path)</bold><bold>:</bold> The decoder mirrors the encoder, using 3D up-sampling and skip connections to reconstruct the spatial dimensions of the original image. The skip connections from corresponding encoder layers help in retaining spatial information lost during the down-sampling process, which is critical for the precise localization of the tumor regions.</p>
        <p><bold>Final Output Layer</bold><bold>:</bold> The final layer of the network applies a 3D convolution with a sigmoid activation function to produce the segmentation map. The sigmoid activation ensures that the output is a probability map, indicating the likelihood of each voxel being part of the tumor.</p>
        <p><bold>Key Components of the 3D U-N</bold><bold>et Alg</bold><bold>orithm</bold></p>
        <p>The 3D U-Net is a specialized convolutional neural network (CNN) designed for volumetric image segmentation, particularly prevalent in medical imaging. It extends the foundational 2D U-Net by adapting its operations for three-dimensional data. Its core strength lies in combining detailed spatial information with high-level contextual features for precise segmentation.</p>
        <p>The key components of the 3D U-Net model are detailed in .</p>
        <p>Table 1. Key components of the 3D U-Net algorithm.</p>
        <table-wrap id="tbl1">
          <label>Table 1</label>
          <table>
            <tbody>
              <tr>
                <td>Components</td>
                <td>Description</td>
              </tr>
              <tr>
                <td>Symmetric Encoder-Decoder Architecture (U-Shape)</td>
                <td>Comprises an encoder (Contracting Path) for downsampling and context capture, and a decoder (Expanding Path) for upsampling and precise localization, connected to form a “U” shape.</td>
              </tr>
              <tr>
                <td>3D Convolutional Layers</td>
                <td>Uses 3 × 3 × 3 kernels to extract hierarchical features across all three spatial dimensions of volumetric data (e.g., CT, MRI), maintaining padding = “same”.</td>
              </tr>
              <tr>
                <td>3D Pooling/Upsampling Operations</td>
                <td>3D Max Pooling (2 × 2 × 2) in the encoder for downsampling. 3D UpSampling (2 × 2 × 2) in the decoder for increasing spatial resolution to reconstruct the segmentation map.</td>
              </tr>
              <tr>
                <td>Skip Connections</td>
                <td>Direct connections (via concatenation) from encoder feature maps to corresponding decoder layers. These reintroduce fine-grained spatial details lost during pooling, enhancing segmentation boundary accuracy.</td>
              </tr>
              <tr>
                <td>Activation Functions</td>
                <td>ReLU (“relu”) is used after most “Conv3D” layers for non-linearity. The final “Conv3D” layer uses Sigmoid (“sigmoid”) for binary segmentation, outputting probabilities.</td>
              </tr>
              <tr>
                <td>Bottleneck Layer</td>
                <td>The deepest “Conv3D” block (“conv4” in code) after the last pooling in the encoder, serving as the transition between the contracting and expanding paths, capturing high-level features.</td>
              </tr>
              <tr>
                <td>Output Layer</td>
                <td>The final “Conv3D” layer (“conv8”) with a 1 × 1 × 1 kernel, reducing channels to 1 (for binary segmentation) and applying sigmoid activation to produce the final probability map per voxel.</td>
              </tr>
            </tbody>
          </table>
        </table-wrap>
      </sec>
      <sec id="sec3dot3">
        <title>3.3. Hyperparameter Optimization Using the Bat Algorithm</title>
        <p>To optimize the performance of the 3D U-Net model, the Bat Algorithm was employed to fine-tune critical hyperparameters such as the learning rate and batch size. The Bat Algorithm, a bio-inspired metaheuristic, simulates the echolocation behavior of bats to balance exploration and exploitation within the hyperparameter search space. The key components and their tunings are summarized in .</p>
        <p>Table 2. Key components and their tunings used in the Bat Algorithm (BA).</p>
        <table-wrap id="tbl2">
          <label>Table 2</label>
          <table>
            <tbody>
              <tr>
                <td>Components</td>
                <td>Tuning</td>
              </tr>
              <tr>
                <td>num_bats</td>
                <td>2</td>
              </tr>
              <tr>
                <td>max_iterations</td>
                <td>2</td>
              </tr>
              <tr>
                <td>freq_min</td>
                <td>0</td>
              </tr>
              <tr>
                <td>freq_max</td>
                <td>2</td>
              </tr>
              <tr>
                <td>alpha</td>
                <td>0.9</td>
              </tr>
              <tr>
                <td>gamma</td>
                <td>0.9</td>
              </tr>
              <tr>
                <td>learning_rate_range</td>
                <td>[1e−4, 1e−3]</td>
              </tr>
              <tr>
                <td>batch_size_range</td>
                <td>[2, 4]</td>
              </tr>
            </tbody>
          </table>
        </table-wrap>
        <p><bold>Initialization</bold><bold>:</bold> The optimization process begins with a population of bats, each representing a candidate solution with randomly initialized values for the learning rate and batch size. These initial values are chosen within a predefined range based on prior knowledge or heuristic estimation.</p>
        <p><bold>Fitness Evaluation</bold><bold>:</bold> The fitness of each bat is evaluated based on the validation loss after training the model for a small number of epochs. The validation loss serves as a proxy for model performance, reflecting how well the model generalizes to unseen data.</p>
        <p><bold>Optimization Process</bold><bold>:</bold> During each iteration, the bats update their velocities and positions based on the best solutions found so far. The Bat Algorithm adapts the exploration rate, allowing the bats to focus more on promising areas of the search space as the optimization progresses. This iterative process continues until the algorithm converges on an optimal or near-optimal set of hyperparameters.</p>
        <p><bold>Convergence Criteria</bold><bold>:</bold> The algorithm concludes when it reaches a predefined number of iterations or when improvements in fitness become negligible, indicating that the optimal hyperparameters have likely been found.</p>
      </sec>
    </sec>
    <sec id="sec4">
      <title>4. Experiments and Results</title>
      <sec id="sec4dot1">
        <title>4.1. Experimental Setup</title>
        <p>The experiments leveraged its computational capabilities to train the 3D U-Net model efficiently. The dataset was split into training (80%) and validation (20%) sets to evaluate the model’s performance.</p>
        <p>4.1.1. Training Protocol</p>
        <p>The model was trained for 10 epochs using the hyperparameters optimized by the Bat Algorithm. During training, both training and validation accuracy, as well as loss, were monitored to assess the model’s learning progression and convergence behavior. A relatively small number of epochs was used to quickly evaluate the effectiveness of the hyperparameters, with the option to further fine-tune based on the initial results.</p>
        <p>4.1.2. Evaluation Metrics</p>
        <p>The performance of the model was evaluated using standard segmentation metrics: accuracy, precision, recall, and F1-score. These metrics were calculated at various thresholds to determine the best operating point for the model, balancing the trade-off between false positives and false negatives.</p>
        <p><bold>Accuracy</bold><bold>:</bold> This fundamental metric quantifies the proportion of true results, including both true positives (TP) and true negatives (TN), within the entire dataset. It reflects the model’s overall effectiveness in lung cancer detection.</p>
        <disp-formula id="FD1">
          <mml:math display="inline">
            <mml:mrow>
              <mml:mi>A</mml:mi>
              <mml:mi>c</mml:mi>
              <mml:mi>c</mml:mi>
              <mml:mi>u</mml:mi>
              <mml:mi>r</mml:mi>
              <mml:mi>a</mml:mi>
              <mml:mi>c</mml:mi>
              <mml:mi>y</mml:mi>
              <mml:mo>=</mml:mo>
              <mml:mfrac>
                <mml:mrow>
                  <mml:mi>T</mml:mi>
                  <mml:mi>P</mml:mi>
                  <mml:mo>+</mml:mo>
                  <mml:mi>T</mml:mi>
                  <mml:mi>N</mml:mi>
                </mml:mrow>
                <mml:mrow>
                  <mml:mi>T</mml:mi>
                  <mml:mi>P</mml:mi>
                  <mml:mo>+</mml:mo>
                  <mml:mi>T</mml:mi>
                  <mml:mi>N</mml:mi>
                  <mml:mo>+</mml:mo>
                  <mml:mi>F</mml:mi>
                  <mml:mi>P</mml:mi>
                  <mml:mo>+</mml:mo>
                  <mml:mi>F</mml:mi>
                  <mml:mi>N</mml:mi>
                </mml:mrow>
              </mml:mfrac>
            </mml:mrow>
          </mml:math>
        </disp-formula>
        <p><bold>Precision</bold><bold>:</bold> Also known as the positive predictive value, precision measures the ratio of true positives to the total number of true positives and false positives. High precision indicates the model’s reliability in minimizing false-positive diagnoses, thus preventing unnecessary medical interventions.</p>
        <disp-formula id="FD2">
          <mml:math>
            <mml:mrow>
              <mml:mi>P</mml:mi>
              <mml:mi>r</mml:mi>
              <mml:mi>e</mml:mi>
              <mml:mi>c</mml:mi>
              <mml:mi>i</mml:mi>
              <mml:mi>s</mml:mi>
              <mml:mi>i</mml:mi>
              <mml:mi>o</mml:mi>
              <mml:mi>n</mml:mi>
              <mml:mo>=</mml:mo>
              <mml:mfrac>
                <mml:mrow>
                  <mml:mo>
                  </mml:mo>
                  <mml:mi>T</mml:mi>
                  <mml:mi>P</mml:mi>
                </mml:mrow>
                <mml:mrow>
                  <mml:mi>T</mml:mi>
                  <mml:mi>P</mml:mi>
                  <mml:mo>+</mml:mo>
                  <mml:mi>F</mml:mi>
                  <mml:mi>P</mml:mi>
                </mml:mrow>
              </mml:mfrac>
            </mml:mrow>
          </mml:math>
        </disp-formula>
        <p><bold>Recall (Sensitivity)</bold><bold>:</bold> Recall calculates the model’s ability to correctly identify all actual cases of lung cancer, represented by the ratio of true positives to the sum of true positives and false negatives. This metric is essential for ensuring comprehensive cancer detection.</p>
        <disp-formula id="FD3">
          <mml:math>
            <mml:mrow>
              <mml:mo>
              </mml:mo>
              <mml:mo>
              </mml:mo>
              <mml:mi>R</mml:mi>
              <mml:mi>e</mml:mi>
              <mml:mi>c</mml:mi>
              <mml:mi>a</mml:mi>
              <mml:mi>l</mml:mi>
              <mml:mi>l</mml:mi>
              <mml:mo>=</mml:mo>
              <mml:mfrac>
                <mml:mrow>
                  <mml:mo>
                  </mml:mo>
                  <mml:mi>T</mml:mi>
                  <mml:mi>P</mml:mi>
                </mml:mrow>
                <mml:mrow>
                  <mml:mi>T</mml:mi>
                  <mml:mi>P</mml:mi>
                  <mml:mo>+</mml:mo>
                  <mml:mi>F</mml:mi>
                  <mml:mi>N</mml:mi>
                </mml:mrow>
              </mml:mfrac>
            </mml:mrow>
          </mml:math>
        </disp-formula>
        <p><bold>F1 Score</bold><bold>:</bold> The F1 score balances precision and recall, providing a single measure that harmonizes both metrics. It is particularly useful for achieving a balance between identifying all relevant instances and maintaining a low false-positive rate.</p>
        <disp-formula id="FD4">
          <mml:math display="inline">
            <mml:mrow>
              <mml:mo>
              </mml:mo>
              <mml:mi>F</mml:mi>
              <mml:mn>1</mml:mn>
              <mml:mtext>
                 
              </mml:mtext>
              <mml:mi>S</mml:mi>
              <mml:mi>c</mml:mi>
              <mml:mi>o</mml:mi>
              <mml:mi>r</mml:mi>
              <mml:mi>e</mml:mi>
              <mml:mo>=</mml:mo>
              <mml:mn>2</mml:mn>
              <mml:mo>×</mml:mo>
              <mml:mfrac>
                <mml:mrow>
                  <mml:mo>
                  </mml:mo>
                  <mml:mi>P</mml:mi>
                  <mml:mi>r</mml:mi>
                  <mml:mi>e</mml:mi>
                  <mml:mi>c</mml:mi>
                  <mml:mi>i</mml:mi>
                  <mml:mi>s</mml:mi>
                  <mml:mi>i</mml:mi>
                  <mml:mi>o</mml:mi>
                  <mml:mi>n</mml:mi>
                  <mml:mo>×</mml:mo>
                  <mml:mi>R</mml:mi>
                  <mml:mi>e</mml:mi>
                  <mml:mi>c</mml:mi>
                  <mml:mi>a</mml:mi>
                  <mml:mi>l</mml:mi>
                  <mml:mi>l</mml:mi>
                </mml:mrow>
                <mml:mrow>
                  <mml:mi>P</mml:mi>
                  <mml:mi>r</mml:mi>
                  <mml:mi>e</mml:mi>
                  <mml:mi>c</mml:mi>
                  <mml:mi>i</mml:mi>
                  <mml:mi>s</mml:mi>
                  <mml:mi>i</mml:mi>
                  <mml:mi>o</mml:mi>
                  <mml:mi>n</mml:mi>
                  <mml:mo>+</mml:mo>
                  <mml:mi>R</mml:mi>
                  <mml:mi>e</mml:mi>
                  <mml:mi>c</mml:mi>
                  <mml:mi>a</mml:mi>
                  <mml:mi>l</mml:mi>
                  <mml:mi>l</mml:mi>
                </mml:mrow>
              </mml:mfrac>
            </mml:mrow>
          </mml:math>
        </disp-formula>
        <p>The metrics were calculated using a separate test dataset, distinct from the training data, to ensure an unbiased evaluation of the model’s performance.</p>
      </sec>
      <sec id="sec4dot2">
        <title>4.2. Training and Validation Results</title>
        <p>The training process demonstrated a consistent improvement in both accuracy and loss metrics, indicating effective learning and convergence. The Bat Algorithm successfully identified an optimal learning rate of 0.001 and a batch size of 3, leading to improved validation performance.</p>
        <p>To visually illustrate the learning behavior of the model and the impact of the optimized hyperparameters, presents the loss and accuracy of training and validation recorded over 10 epochs. As depicted, the model quickly converges, showcasing stable performance and generalization ability.</p>
        <fig id="fig1">
          <label>Figure 1</label>
          <graphic xlink:href="https://html.scirp.org/file/2060505-rId25.jpeg?20251224043952" />
        </fig>
        <p>Figure 1. The figure displays the model’s training and validation performance over 10 epochs. Accuracy (on the left) consistently increases while loss (on the right) steadily decreases, with both training and validation curves remaining closely aligned. This indicates effective learning without overfitting.</p>
        <p><bold>Validation Accuracy</bold><bold>:</bold> The final model achieved a high validation accuracy of 98.74%, with a corresponding validation loss of 0.0484. These results suggest that the model is well-calibrated and effectively captures the underlying patterns in the validation set, while also being robust against overfitting.</p>
        <p><bold>Optimization Outcome</bold><bold>:</bold> The optimized hyperparameters resulted in a well-balanced model that generalizes effectively across the validation data, avoiding common pitfalls such as underfitting or overfitting. The use of the Bat Algorithm proved to be an efficient method for hyperparameter tuning, yielding a model that performs well across different metrics.</p>
      </sec>
      <sec id="sec4dot3">
        <title>4.3. Model Performance Evaluation</title>
        <p>The model’s performance was evaluated across different probability thresholds to identify the optimal operating point. At a threshold of 0.3, the model achieved the best balance between precision (0.6323) and recall (0.5303), resulting in an F1-score of 0.5768. This threshold allows the model to capture a higher number of true positives, which is crucial in medical diagnosis, where sensitivity is often prioritized.</p>
        <p>As the threshold increased, precision improved slightly, but this came at the expense of recall. Beyond a threshold of 0.4, the model’s ability to make positive predictions diminished significantly, leading to zero precision, recall, and F1-score. This suggests that a lower threshold is preferable for this segmentation task, as it enables the model to identify more true positive cases, which is particularly important in clinical settings.</p>
        <p>To provide a more detailed view of the model’s performance, the confusion matrix at the optimal threshold of 0.3 is presented in . The overall trade-off between sensitivity and specificity across all possible thresholds is summarized by the ROC curve in . Furthermore, the statistical distribution of the F1-scores across the entire test set is visualized using a box plot in .</p>
        <fig id="fig2">
          <label>Figure 2</label>
          <graphic xlink:href="https://html.scirp.org/file/2060505-rId26.jpeg?20251224043952" />
        </fig>
        <p>Figure 2. The confusion matrix shows strong model performance, with 3,100,000 correct “No Tumor” and 99,344 correct “Tumor” predictions. The model had 42,526 false positives and 20,000 false negatives, highlighting a crucial balance to consider for clinical use.</p>
        <fig id="fig3">
          <label>Figure 3</label>
          <graphic xlink:href="https://html.scirp.org/file/2060505-rId27.jpeg?20251224043952" />
        </fig>
        <p>Figure 3. The ROC curve shows excellent model performance with an AUC of 0.99, indicating a strong ability to distinguish between cases. The confusion matrix details the predictions: it correctly identified 3,100,000 “No Tumor” and 99,344 “Tumor” cases, while having 42,526 false positives and 20,000 false negatives.</p>
        <fig id="fig4">
          <label>Figure 4</label>
          <graphic xlink:href="https://html.scirp.org/file/2060505-rId28.jpeg?20251224043952" />
        </fig>
        <p>Figure 4. The scattered box plot shows consistent model performance, with a median Dice score of approximately 0.76. The majority of patient scores fall between 0.72 and 0.79, but a few outliers with lower scores are also present, highlighting the model’s overall accuracy and variability.</p>
      </sec>
      <sec id="sec4dot4">
        <title>4.4. Visualization of Predictions</title>
        <p>To further evaluate the model’s performance, the segmentation results were visualized on several validation samples. These visualizations provide qualitative insights into how well the model identifies tumor regions and the spatial accuracy of its predictions. By comparing the model’s output against the ground truth annotations, we can assess the effectiveness of the optimized U-Net architecture in accurately delineating liver tumors.</p>
        <p>For a qualitative assessment of the model’s performance, presents representative examples. These include original CT scan slices, their corresponding ground truth segmentations, and the predicted segmentations generated by our 3D U-Net model. These visual results underscore the model’s proficiency in accurately delineating lung cancer regions. Additionally, a heatmap of the prediction probabilities for a representative sample is shown in , providing a continuous measure of the model’s confidence across the segmented region.</p>
        <fig id="fig5">
          <label>Figure 5</label>
          <graphic xlink:href="https://html.scirp.org/file/2060505-rId29.jpeg?20251224043953" />
        </fig>
        <fig id="fig6">
          <label>Figure 6</label>
          <graphic xlink:href="https://html.scirp.org/file/2060505-rId30.jpeg?20251224043952" />
        </fig>
        <p>(a)</p>
        <fig id="fig7">
          <label>Figure 7</label>
          <graphic xlink:href="https://html.scirp.org/file/2060505-rId31.jpeg?20251224043952" />
        </fig>
        <fig id="fig8">
          <label>Figure 8</label>
          <graphic xlink:href="https://html.scirp.org/file/2060505-rId32.jpeg?20251224043952" />
        </fig>
        <p>(b)</p>
        <fig id="fig9">
          <label>Figure 9</label>
          <graphic xlink:href="https://html.scirp.org/file/2060505-rId33.jpeg?20251224043952" />
        </fig>
        <fig id="fig10">
          <label>Figure 10</label>
          <graphic xlink:href="https://html.scirp.org/file/2060505-rId34.jpeg?20251224043952" />
        </fig>
        <p>(c)</p>
        <p>Figure 5. Visual comparison of original CT slices, corresponding ground truth segmentations, and predicted segmentations generated by the 3D U-Net model. Each row illustrates a distinct sample, with columns depicting the original image (a), ground truth (b), and model prediction (c).</p>
        <fig id="fig11">
          <label>Figure 11</label>
          <graphic xlink:href="https://html.scirp.org/file/2060505-rId35.jpeg?20251224043952" />
        </fig>
        <p>Figure 6. The figure visualizes the model’s liver tumor segmentation performance using a three-panel display: the original CT image, a prediction heatmap, and the ground truth mask. By aligning the high-probability areas of the heatmap with the ground truth, the figure confirms the model’s accurate spatial and quantitative localization of the tumor.</p>
      </sec>
      <sec id="sec4dot5">
        <title>4.5. Comparative Analysis of Model Performance</title>
        <p>To comprehensively evaluate the efficacy of our proposed models for lung cancer segmentation, their performance was rigorously benchmarked against a diverse set of existing methodologies reported in the literature. These comparative studies, detailed in , encompass various deep learning architectures and traditional machine learning approaches.</p>
        <p>As evidenced by <bold>,</bold> our Proposed Optimized 3D U-Net with Bat Algorithm demonstrates superior accuracy, achieving 98.74%. This result surpasses all comparative models in the table, including other sophisticated CNN and deep learning architectures such as the Modified AlexNet (96.80% by ) and the CNN AlexNet (97.25% by ). The model’s discriminative performance is further validated by a high AUC score of 0.99, which is competitive with or exceeds the values reported by other deep learning models in the literature, such as the CNN model with 0.98 .</p>
        <p><bold>Table 3</bold><bold>.</bold> Performance comparison of different models.</p>
        <table-wrap id="tbl3">
          <label>Table 3</label>
          <table>
            <tbody>
              <tr>
                <td>Article</td>
                <td>Year</td>
                <td>Model</td>
                <td>Accuracy</td>
                <td>Precision</td>
                <td>Recall</td>
                <td>F1-Score</td>
                <td>AUC</td>
                <td>Sensitivity</td>
                <td>Specificity</td>
              </tr>
              <tr>
                <td>
                </td>
                <td>2023</td>
                <td>VGG19 &amp; ANN TL</td>
                <td>91.26</td>
                <td>0.91</td>
                <td>0.91</td>
                <td>0.91</td>
                <td>0.91</td>
                <td>-</td>
                <td>-</td>
              </tr>
              <tr>
                <td>
                </td>
                <td>2018</td>
                <td>Modified AlexNet (MAN)</td>
                <td>96.80</td>
                <td>-</td>
                <td>-</td>
                <td>96.87</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
              </tr>
              <tr>
                <td>
                </td>
                <td>2018</td>
                <td>MLP</td>
                <td>98.00</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
              </tr>
              <tr>
                <td>
                </td>
                <td>2019</td>
                <td>MLP</td>
                <td>88.00</td>
                <td>0.86</td>
                <td>0.86</td>
                <td>0.89</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
              </tr>
              <tr>
                <td>
                </td>
                <td>2020</td>
                <td>Stacked Autoencoder &amp; Softmax</td>
                <td>96.09</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
              </tr>
              <tr>
                <td>
                </td>
                <td>2018</td>
                <td>Deep Autoencoder</td>
                <td>91.20</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
              </tr>
              <tr>
                <td>
                </td>
                <td>2018</td>
                <td>MV-KBC</td>
                <td>910.6</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
                <td>95.73</td>
                <td>-</td>
                <td>-</td>
              </tr>
              <tr>
                <td>
                </td>
                <td>2018</td>
                <td>CNN</td>
                <td>94.06</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
                <td>98.00</td>
                <td>-</td>
                <td>-</td>
              </tr>
              <tr>
                <td>
                </td>
                <td>2018</td>
                <td>CNN AlexNet (SGD Optimizer)</td>
                <td>97.25</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
              </tr>
              <tr>
                <td>
                </td>
                <td>2023</td>
                <td>CNN, ResNet-50, Inception V3, Xception</td>
                <td>92.00</td>
                <td>-</td>
                <td>-</td>
                <td>91.72</td>
                <td>98.21</td>
                <td>-</td>
                <td>-</td>
              </tr>
              <tr>
                <td>
                </td>
                <td>2024</td>
                <td>Weighted CNN</td>
                <td>85.02</td>
                <td>86.35</td>
                <td>85.57</td>
                <td>85.95</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
              </tr>
              <tr>
                <td>
                  [
                  <xref ref-type="bibr" rid="B31">31</xref>
                  ]
                </td>
                <td>2025</td>
                <td>Gabor Features &amp; Machine Learning</td>
                <td>95.00</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
              </tr>
              <tr>
                <td>
                  [
                  <xref ref-type="bibr" rid="B32">32</xref>
                  ]
                </td>
                <td>2025</td>
                <td>Tree-Based Machine Learning</td>
                <td>81.00</td>
                <td>-</td>
                <td>-</td>
                <td>0.82</td>
                <td>0.87</td>
                <td>-</td>
                <td>-</td>
              </tr>
              <tr>
                <td>
                </td>
                <td>2024</td>
                <td>GAN + VGG16</td>
                <td>95.24</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
                <td>98.00</td>
                <td>98.67</td>
                <td>92.47</td>
              </tr>
              <tr>
                <td>
                  [
                  <xref ref-type="bibr" rid="B33">33</xref>
                  ]
                </td>
                <td>2019</td>
                <td>Semi-sup. Adv.</td>
                <td>95.68</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
                <td>95.12</td>
                <td>93.60</td>
                <td>96.20</td>
              </tr>
              <tr>
                <td>
                  [
                  <xref ref-type="bibr" rid="B34">34</xref>
                  ]
                </td>
                <td>2022</td>
                <td>2-Path CNN</td>
                <td>95.17</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
                <td>99.36</td>
                <td>96.85</td>
                <td>96.10</td>
              </tr>
              <tr>
                <td>
                  [
                  <xref ref-type="bibr" rid="B35">35</xref>
                  ]
                </td>
                <td>2023</td>
                <td>LCD CapsNet</td>
                <td>94.00</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
                <td>98.90</td>
                <td>94.50</td>
                <td>99.07</td>
              </tr>
              <tr>
                <td>
                  [
                  <xref ref-type="bibr" rid="B36">36</xref>
                  ]
                </td>
                <td>2024</td>
                <td>Weighted Ens.</td>
                <td>97.23</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
                <td>94.68</td>
                <td>98.60</td>
                <td>94.20</td>
              </tr>
              <tr>
                <td>Proposed Model</td>
                <td>2025</td>
                <td>Optimized U-Net with Bat Optimization Algorithm</td>
                <td>98.74</td>
                <td>0.63</td>
                <td>0.53</td>
                <td>0.58</td>
                <td>0.99</td>
                <td>83.24</td>
                <td>98.65</td>
              </tr>
            </tbody>
          </table>
        </table-wrap>
        <p>The table also includes our Proposed MASE (Multi-Att. Ens.) model, which achieves a high accuracy of 98.09% and a near-perfect AUC of 0.9961. This model demonstrates exceptional performance in two critical metrics, achieving a Sensitivity of 98.73% and a Specificity of 98.96%. These high scores indicate a superior ability to correctly identify positive cases (tumors) while effectively ruling out negative cases, which is paramount in clinical diagnostics.</p>
        <p>While the table presents varied metrics across different studies, making direct F1-Score, Precision, and Recall comparisons challenging for all entries due to their absence in some prior works, our Optimized 3D U-Net model provides a complete set of these critical segmentation metrics. With an F1-score of 0.5768, a Precision of 0.6323, and a Recall of 0.5303, this model represents a balanced measure of the ability to accurately identify positive cases while minimizing false positives and false negatives. It is important to note that many works in the literature focus on classification (malignant/benign) rather than pixel-level segmentation, which often results in higher reported accuracy but does not capture the precise spatial delineation critical for surgical planning and treatment monitoring.</p>
        <p>The enhanced performance of our proposed Optimized 3D U-Net model can be primarily attributed to two key factors:</p>
        <p>1) The inherent capability of the 3D U-Net architecture to effectively capture volumetric contextual information and hierarchical features from CT scan data, which is crucial for precise 3D medical image segmentation.</p>
        <p>2) The sophisticated hyperparameter optimization performed by the Bat Algorithm. As discussed in Section 3.1, this metaheuristic approach effectively navigated the complex search space of learning rates and batch sizes, enabling the model to converge to an optimal configuration that maximizes generalization performance and robustness against overfitting. This contrasts with models relying on empirical tuning or simpler optimization strategies.</p>
        <p>These findings collectively affirm that the synergistic combination of a robust 3D deep learning architecture with an intelligent metaheuristic optimization strategy yields a highly effective and competitive solution for automated lung cancer segmentation in CT imaging, demonstrating significant potential for clinical application.</p>
      </sec>
    </sec>
    <sec id="sec5">
      <title>5. Discussion</title>
      <p>The synergy between the 3D U-Net architecture and the Bat Algorithm for hyperparameter optimization offers a significant advancement in the segmentation of liver tumors from CT images. The model’s exceptional performance, evidenced by a high AUC and validation accuracy, affirms that this intelligent metaheuristic approach effectively navigates the complex hyperparameter landscape to find an optimal configuration. By tuning critical parameters such as the learning rate and batch size, the Bat Algorithm enabled the model to converge efficiently and generalize robustly to unseen data, avoiding the common pitfalls of underfitting or overfitting that plague models tuned through empirical methods.</p>
      <p>A key finding of our analysis is the crucial role of the probability threshold in balancing the model’s performance metrics. As demonstrated, a lower threshold of 0.3 was optimal for our segmentation task, achieving the best balance between precision and recall, which is particularly vital in a clinical context where high sensitivity is often prioritized to avoid missing potential tumor cases.</p>
      <p>However, a notable challenge for our model, and many others in this domain, is the discrepancy between a high overall accuracy (98.74%) and a lower F1-score (0.5768). This is a direct consequence of the severe class imbalance inherent in medical segmentation tasks, where the number of non-tumor pixels (True Negatives) vastly outweighs the number of tumor pixels. Consequently, a high accuracy score can be misleading, as it is heavily influenced by the model’s ability to correctly identify the majority class. The F1-score, which harmonizes precision and recall, provides a more reliable and honest measure of the model’s performance on the minority class (the tumor region).</p>
      <p>The comparative analysis against a diverse range of existing models further validates the superiority of our approach. As shown in , our proposed 3D U-Net model surpasses existing architectures in overall accuracy, demonstrating the power of its volumetric and optimized design. The MASE model, with its impressive Sensitivity and Specificity scores, showcases another promising direction for future research.</p>
      <p>Despite these advancements, the model faces challenges in detecting very small or ill-defined tumor regions. Future work will focus on addressing these limitations through several avenues, including the integration of transfer learning from pre-trained models on large natural image datasets to enhance feature extraction, or the exploration of advanced ensemble methods to combine the strengths of multiple models and improve overall segmentation robustness.</p>
    </sec>
    <sec id="sec6">
      <title>6. Conclusions</title>
      <p>This study presented a comprehensive framework for liver tumor segmentation using a 3D U-Net model optimized with the Bat Algorithm. The proposed method achieved exceptional performance, demonstrating a high accuracy of 98.74% and a robust ability to distinguish between tumor and non-tumor tissue, as evidenced by an AUC of 0.99. These results affirm that the Bat Algorithm effectively fine-tunes the model’s hyperparameters, leading to enhanced segmentation performance.</p>
      <p>The findings demonstrate that this approach can serve as a valuable tool in medical imaging, offering significant potential for early and accurate liver tumor detection in clinical settings. Future work will focus on improving the model’s ability to detect smaller tumors and exploring its application in other volumetric medical imaging domains, such as brain or prostate segmentation.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <title>References</title>
      <ref id="B1">
        <label>1.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Bray, F., Ferlay, J., Soerjomataram, I., Siegel, R.L., Torre, L.A. and Jemal, A. (2018) Global Cancer Statistics 2018: GLOBOCAN Estimates of Incidence and Mortality Worldwide for 36 Cancers in 185 Countries. <italic>CA</italic>: <italic>A Cancer Journal for Clinicians</italic>, 68, 394-424. https://doi.org/10.3322/caac.21492 <pub-id pub-id-type="doi">10.3322/caac.21492</pub-id><pub-id pub-id-type="pmid">30207593</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.3322/caac.21492">https://doi.org/10.3322/caac.21492</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Bray, F.</string-name>
              <string-name>Ferlay, J.</string-name>
              <string-name>Soerjomataram, I.</string-name>
              <string-name>Siegel, R.L.</string-name>
              <string-name>Torre, L.A.</string-name>
              <string-name>Jemal, A.</string-name>
            </person-group>
            <year>2018</year>
            <article-title>Global Cancer Statistics 2018: GLOBOCAN Estimates of Incidence and Mortality Worldwide for 36 Cancers in 185 Countries</article-title>
            <source>CA: A Cancer Journal for Clinicians</source>
            <volume>68</volume>
            <pub-id pub-id-type="doi">10.3322/caac.21492</pub-id>
            <pub-id pub-id-type="pmid">30207593</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B2">
        <label>2.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Soler, L., Delingette, C., Malandain, S., Breaud, J.P. and Marescaux, J. (2001) Fully Automatic Anatomical, Pathological, and Functional Segmentation from CT Scans for Hepatic Surgery. <italic>Computer Aided Surgery</italic>, 6, 131-142.</mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Soler, L.</string-name>
              <string-name>Delingette, C.</string-name>
              <string-name>Malandain, S.</string-name>
              <string-name>Breaud, J.P.</string-name>
              <string-name>Marescaux, J.</string-name>
              <string-name>Anatomical, P</string-name>
            </person-group>
            <year>2001</year>
            <article-title>Fully Automatic Anatomical, Pathological, and Functional Segmentation from CT Scans for Hepatic Surgery</article-title>
            <source>Computer Aided Surgery</source>
            <volume>6</volume>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B3">
        <label>3.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Litjens, G., Kooi, T., Bejnordi, B.E., Setio, A.A.A., Ciompi, F., Ghafoorian, M., <italic>et al</italic>. (2017) A Survey on Deep Learning in Medical Image Analysis. <italic>Medical Image Analysis</italic>, 42, 60-88. https://doi.org/10.1016/j.media.2017.07.005 <pub-id pub-id-type="doi">10.1016/j.media.2017.07.005</pub-id><pub-id pub-id-type="pmid">28778026</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/j.media.2017.07.005">https://doi.org/10.1016/j.media.2017.07.005</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Litjens, G.</string-name>
              <string-name>Kooi, T.</string-name>
              <string-name>Bejnordi, B.E.</string-name>
              <string-name>Setio, A.A.A.</string-name>
              <string-name>Ciompi, F.</string-name>
              <string-name>Ghafoorian, M.</string-name>
            </person-group>
            <year>2017</year>
            <article-title>A Survey on Deep Learning in Medical Image Analysis</article-title>
            <source>Medical Image Analysis</source>
            <volume>42</volume>
            <pub-id pub-id-type="doi">10.1016/j.media.2017.07.005</pub-id>
            <pub-id pub-id-type="pmid">28778026</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B4">
        <label>4.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Ronneberger, O., Fischer, P. and Brox, T. (2015) U-Net: Convolutional Networks for Biomedical Image Segmentation. In: Navab, N., Hornegger, J., Wells, W. and Frangi, A., Eds., <italic>Medical Image Computing and Computer</italic>- <italic>Assisted Intervention</italic>— <italic>MICCAI</italic> 2015, Springer, 234-241. https://doi.org/10.1007/978-3-319-24574-4_28 <pub-id pub-id-type="doi">10.1007/978-3-319-24574-4_28</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1007/978-3-319-24574-4_28">https://doi.org/10.1007/978-3-319-24574-4_28</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Ronneberger, O.</string-name>
              <string-name>Fischer, P.</string-name>
              <string-name>Brox, T.</string-name>
              <string-name>Navab, N.</string-name>
              <string-name>Hornegger, J.</string-name>
              <string-name>Wells, W.</string-name>
              <string-name>Frangi, A.</string-name>
            </person-group>
            <year>2015</year>
            <article-title>U-Net: Convolutional Networks for Biomedical Image Segmentation</article-title>
            <source>In: Navab</source>
            <volume>234</volume>
            <pub-id pub-id-type="doi">10.1007/978-3-319-24574-4_28</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B5">
        <label>5.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Bengio, Y. (2012) Practical Recommendations for Gradient-Based Training of Deep Architectures. In: Montavon, G., Orr, G.B. and Müller, K.R., Eds., <italic>Neural Networks</italic>: <italic>Tricks of the Trade</italic>, Springer, 437-478. https://doi.org/10.1007/978-3-642-35289-8_26 <pub-id pub-id-type="doi">10.1007/978-3-642-35289-8_26</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1007/978-3-642-35289-8_26">https://doi.org/10.1007/978-3-642-35289-8_26</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Bengio, Y.</string-name>
              <string-name>Montavon, G.</string-name>
              <string-name>Orr, G.B.</string-name>
              <string-name>Trade, S</string-name>
            </person-group>
            <year>2012</year>
            <article-title>Practical Recommendations for Gradient-Based Training of Deep Architectures</article-title>
            <source>In: Montavon</source>
            <volume>437</volume>
            <pub-id pub-id-type="doi">10.1007/978-3-642-35289-8_26</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B6">
        <label>6.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Yang, X. (2010) A New Metaheuristic Bat-Inspired Algorithm. In: González, J.R., Pelta, D.A., Cruz, C., Terrazas, G. and Krasnogor, N., Eds., <italic>Nature Inspired Cooperative Strategies for Optimization</italic>, Springer, 65-74. https://doi.org/10.1007/978-3-642-12538-6_6 <pub-id pub-id-type="doi">10.1007/978-3-642-12538-6_6</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1007/978-3-642-12538-6_6">https://doi.org/10.1007/978-3-642-12538-6_6</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Yang, X.</string-name>
              <string-name>Pelta, D.A.</string-name>
              <string-name>Cruz, C.</string-name>
              <string-name>Terrazas, G.</string-name>
              <string-name>Krasnogor, N.</string-name>
              <string-name>Optimization, S</string-name>
            </person-group>
            <year>2010</year>
            <article-title>A New Metaheuristic Bat-Inspired Algorithm</article-title>
            <source>In: González</source>
            <volume>65</volume>
            <pub-id pub-id-type="doi">10.1007/978-3-642-12538-6_6</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B7">
        <label>7.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Bilic, P., Christ, P.F., Vorontsov, E., <italic>et al</italic>. (2020) The Liver Tumor Segmentation Benchmark (LiTS). <italic>Medical Image Analysis</italic>, 61, Article ID: 101656.</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Bilic, P.</string-name>
              <string-name>Christ, P.F.</string-name>
              <string-name>Vorontsov, E.</string-name>
            </person-group>
            <year>2020</year>
            <article-title>The Liver Tumor Segmentation Benchmark (LiTS)</article-title>
            <source>Medical Image Analysis</source>
            <volume>61</volume>
            <fpage>101656</fpage>
            <elocation-id>ID</elocation-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B8">
        <label>8.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Xu, J., Xiang, L., Liu, Q., Gilmore, H., Wu, J., Tang, J., <italic>et al</italic>. (2016) Stacked Sparse Autoencoder (SSAE) for Nuclei Detection on Breast Cancer Histopathology Images. <italic>IEEE Transactions on Medical Imaging</italic>, 35, 119-130. https://doi.org/10.1109/tmi.2015.2458702 <pub-id pub-id-type="doi">10.1109/tmi.2015.2458702</pub-id><pub-id pub-id-type="pmid">26208307</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1109/tmi.2015.2458702">https://doi.org/10.1109/tmi.2015.2458702</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Xu, J.</string-name>
              <string-name>Xiang, L.</string-name>
              <string-name>Liu, Q.</string-name>
              <string-name>Gilmore, H.</string-name>
              <string-name>Wu, J.</string-name>
              <string-name>Tang, J.</string-name>
            </person-group>
            <year>2016</year>
            <article-title>Stacked Sparse Autoencoder (SSAE) for Nuclei Detection on Breast Cancer Histopathology Images</article-title>
            <source>IEEE Transactions on Medical Imaging</source>
            <volume>35</volume>
            <pub-id pub-id-type="doi">10.1109/tmi.2015.2458702</pub-id>
            <pub-id pub-id-type="pmid">26208307</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B9">
        <label>9.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Oktay, O., Schlemper, J., Folgoc, L.L., <italic>et al</italic>. (2018) Attention U-Net: Learning Where to Look for the Pancreas. arXiv: 1804.03999. https://doi.org/10.48550/arXiv.1804.03999 <pub-id pub-id-type="doi">10.48550/arXiv.1804.03999</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.48550/arXiv.1804.03999">https://doi.org/10.48550/arXiv.1804.03999</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Oktay, O.</string-name>
              <string-name>Schlemper, J.</string-name>
              <string-name>Folgoc, L.L.</string-name>
            </person-group>
            <year>2018</year>
            <article-title>Attention U-Net: Learning Where to Look for the Pancreas</article-title>
            <fpage>1804</fpage>
            <pub-id pub-id-type="doi">10.48550/arXiv.1804.03999</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B10">
        <label>10.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Zhou, Z., Rahman Siddiquee, M.M., Tajbakhsh, N. and Liang, J. (2018) UNet++: A Nested U-Net Architecture for Medical Image Segmentation. In: Stoyanov, D., <italic>et al</italic>., Eds., <italic>Deep Learning in Medical Image Analysis and Multimodal Learning for Clinical Decision Support</italic>, Springer, 3-11. https://doi.org/10.1007/978-3-030-00889-5_1 <pub-id pub-id-type="doi">10.1007/978-3-030-00889-5_1</pub-id><pub-id pub-id-type="pmid">32613207</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1007/978-3-030-00889-5_1">https://doi.org/10.1007/978-3-030-00889-5_1</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Zhou, Z.</string-name>
              <string-name>Siddiquee, M.M.</string-name>
              <string-name>Tajbakhsh, N.</string-name>
              <string-name>Liang, J.</string-name>
              <string-name>Stoyanov, D.</string-name>
              <string-name>Support, S</string-name>
            </person-group>
            <year>2018</year>
            <article-title>UNet++: A Nested U-Net Architecture for Medical Image Segmentation</article-title>
            <source>In: Stoyanov</source>
            <volume>3</volume>
            <pub-id pub-id-type="doi">10.1007/978-3-030-00889-5_1</pub-id>
            <pub-id pub-id-type="pmid">32613207</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B11">
        <label>11.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Ibtehaz, N. and Rahman, M.S. (2020) Multiresunet: Rethinking the U-Net Architecture for Multimodal Biomedical Image Segmentation. <italic>Neural Networks</italic>, 121, 74-87. https://doi.org/10.1016/j.neunet.2019.08.025 <pub-id pub-id-type="doi">10.1016/j.neunet.2019.08.025</pub-id><pub-id pub-id-type="pmid">31536901</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/j.neunet.2019.08.025">https://doi.org/10.1016/j.neunet.2019.08.025</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Ibtehaz, N.</string-name>
              <string-name>Rahman, M.S.</string-name>
            </person-group>
            <year>2020</year>
            <article-title>Multiresunet: Rethinking the U-Net Architecture for Multimodal Biomedical Image Segmentation</article-title>
            <source>Neural Networks</source>
            <volume>121</volume>
            <pub-id pub-id-type="doi">10.1016/j.neunet.2019.08.025</pub-id>
            <pub-id pub-id-type="pmid">31536901</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B12">
        <label>12.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Christ, P.F., Ettlinger, F., Grün, F., <italic>et al</italic>. (2017) Automatic Liver and Tumor Segmentation of CT and MRI Volumes Using Cascaded Fully Convolutional Neural Networks. arXiv: 1702.05970. https://doi.org/10.48550/arXiv.1702.05970 <pub-id pub-id-type="doi">10.48550/arXiv.1702.05970</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.48550/arXiv.1702.05970">https://doi.org/10.48550/arXiv.1702.05970</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Christ, P.F.</string-name>
              <string-name>Ettlinger, F.</string-name>
            </person-group>
            <year>2017</year>
            <article-title>Automatic Liver and Tumor Segmentation of CT and MRI Volumes Using Cascaded Fully Convolutional Neural Networks</article-title>
            <fpage>1702</fpage>
            <pub-id pub-id-type="doi">10.48550/arXiv.1702.05970</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B13">
        <label>13.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Li, W., Jia, F. and Hu, Q. (2015) Automatic Segmentation of Liver Tumor in CT Images with Deep Convolutional Neural Networks. <italic>Journal of Computer and Communications</italic>, 3, 146-151.</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Li, W.</string-name>
              <string-name>Jia, F.</string-name>
              <string-name>Hu, Q.</string-name>
            </person-group>
            <year>2015</year>
            <article-title>Automatic Segmentation of Liver Tumor in CT Images with Deep Convolutional Neural Networks</article-title>
            <source>Journal of Computer and Communications</source>
            <volume>3</volume>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B14">
        <label>14.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Almotairi, S., Kareem, G., Aouf, M., Almutairi, B. and Salem, M.A. (2020) Liver Tumor Segmentation in CT Scans Using Modified SegNet. <italic>Sensors</italic>, 20, Article 1516. https://doi.org/10.3390/s20051516 <pub-id pub-id-type="doi">10.3390/s20051516</pub-id><pub-id pub-id-type="pmid">32164153</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.3390/s20051516">https://doi.org/10.3390/s20051516</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Almotairi, S.</string-name>
              <string-name>Kareem, G.</string-name>
              <string-name>Aouf, M.</string-name>
              <string-name>Almutairi, B.</string-name>
              <string-name>Salem, M.A.</string-name>
            </person-group>
            <year>2020</year>
            <article-title>Liver Tumor Segmentation in CT Scans Using Modified SegNet</article-title>
            <source>Sensors</source>
            <volume>20</volume>
            <elocation-id>1516</elocation-id>
            <pub-id pub-id-type="doi">10.3390/s20051516</pub-id>
            <pub-id pub-id-type="pmid">32164153</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B15">
        <label>15.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Chlebus, G., Schenk, A., Moltz, J.H., van Ginneken, B., Hahn, H.K. and Meine, H. (2018) Automatic Liver Tumor Segmentation in CT with Fully Convolutional Neural Networks and Object-Based Postprocessing. <italic>Scientific Reports</italic>, 8, Article No. 15497. https://doi.org/10.1038/s41598-018-33860-7 <pub-id pub-id-type="doi">10.1038/s41598-018-33860-7</pub-id><pub-id pub-id-type="pmid">30341319</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1038/s41598-018-33860-7">https://doi.org/10.1038/s41598-018-33860-7</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Chlebus, G.</string-name>
              <string-name>Schenk, A.</string-name>
              <string-name>Moltz, J.H.</string-name>
              <string-name>Ginneken, B.</string-name>
              <string-name>Hahn, H.K.</string-name>
              <string-name>Meine, H.</string-name>
            </person-group>
            <year>2018</year>
            <article-title>Automatic Liver Tumor Segmentation in CT with Fully Convolutional Neural Networks and Object-Based Postprocessing</article-title>
            <source>Scientific Reports</source>
            <volume>8</volume>
            <elocation-id>No</elocation-id>
            <pub-id pub-id-type="doi">10.1038/s41598-018-33860-7</pub-id>
            <pub-id pub-id-type="pmid">30341319</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B16">
        <label>16.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Rahman, H., Bukht, T.F.N., Imran, A., Tariq, J., Tu, S. and Alzahrani, A. (2022) A Deep Learning Approach for Liver and Tumor Segmentation in CT Images Using ResUNet. <italic>Bioengineering</italic>, 9, Article 368. https://doi.org/10.3390/bioengineering9080368 <pub-id pub-id-type="doi">10.3390/bioengineering9080368</pub-id><pub-id pub-id-type="pmid">36004893</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.3390/bioengineering9080368">https://doi.org/10.3390/bioengineering9080368</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Rahman, H.</string-name>
              <string-name>Bukht, T.F.N.</string-name>
              <string-name>Imran, A.</string-name>
              <string-name>Tariq, J.</string-name>
              <string-name>Tu, S.</string-name>
              <string-name>Alzahrani, A.</string-name>
            </person-group>
            <year>2022</year>
            <article-title>A Deep Learning Approach for Liver and Tumor Segmentation in CT Images Using ResUNet</article-title>
            <source>Bioengineering</source>
            <volume>9</volume>
            <elocation-id>368</elocation-id>
            <pub-id pub-id-type="doi">10.3390/bioengineering9080368</pub-id>
            <pub-id pub-id-type="pmid">36004893</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B17">
        <label>17.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Jamshidi, B. and Rostamy-Malkhalifeh, M. (2024) Diagnosing, Classifying, and Predicting Brain Tumors from MRI Images Using VGG-19 and ANN Transfer Learning. <italic>Series of Internal Medicine</italic>, 1, 1-15.</mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Jamshidi, B.</string-name>
              <string-name>Rostamy-Malkhalifeh, M.</string-name>
              <string-name>Diagnosing, C</string-name>
            </person-group>
            <year>2024</year>
            <article-title>Diagnosing, Classifying, and Predicting Brain Tumors from MRI Images Using VGG-19 and ANN Transfer Learning</article-title>
            <source>Series of Internal Medicine</source>
            <volume>1</volume>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B18">
        <label>18.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Jamshidi, B., Ghorbani, N. and Rostamy-Malkhalifeh, M. (2025) Optimizing Lung Cancer Detection in CT Imaging: A Wavelet Multi-Layer Perceptron (WMLP) Approach Enhanced by Dragonfly Algorithm (DA). <italic>Open Journal of Medical Imaging</italic>, 15, 106-136. https://doi.org/10.4236/ojmi.2025.153010 <pub-id pub-id-type="doi">10.4236/ojmi.2025.153010</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.4236/ojmi.2025.153010">https://doi.org/10.4236/ojmi.2025.153010</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Jamshidi, B.</string-name>
              <string-name>Ghorbani, N.</string-name>
              <string-name>Rostamy-Malkhalifeh, M.</string-name>
            </person-group>
            <year>2025</year>
            <article-title>Optimizing Lung Cancer Detection in CT Imaging: A Wavelet Multi-Layer Perceptron (WMLP) Approach Enhanced by Dragonfly Algorithm (DA)</article-title>
            <source>Open Journal of Medical Imaging</source>
            <volume>15</volume>
            <pub-id pub-id-type="doi">10.4236/ojmi.2025.153010</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B19">
        <label>19.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Alom, M.Z., Hasan, M., Yakopcic, C., Taha, T.M. and Asari, V.K. (2018) Recurrent Residual Convolutional Neural Network Based on U-Net (R2U-Net) for Medical Image Segmentation. arXiv: 1802.06955.</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Alom, M.Z.</string-name>
              <string-name>Hasan, M.</string-name>
              <string-name>Yakopcic, C.</string-name>
              <string-name>Taha, T.M.</string-name>
              <string-name>Asari, V.K.</string-name>
            </person-group>
            <year>2018</year>
            <article-title>Recurrent Residual Convolutional Neural Network Based on U-Net (R2U-Net) for Medical Image Segmentation</article-title>
            <fpage>1802</fpage>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B20">
        <label>20.</label>
        <citation-alternatives>
          <mixed-citation publication-type="confproc">Wang, H., Xie, S., Lin, L., Iwamoto, Y., Han, X.H., Chen, Y.W. and Tong, R. (2022) Mixed Transformer U-Net for Medical Image Segmentation. <italic>ICASSP</italic> 2022 <italic>IEEE International Conference on Acoustics</italic>, <italic>Speech and Signal Processing</italic> ( <italic>ICASSP</italic>), Singapore, 23-27 May 2022, 2390-2394.</mixed-citation>
          <element-citation publication-type="confproc">
            <person-group person-group-type="author">
              <string-name>Wang, H.</string-name>
              <string-name>Xie, S.</string-name>
              <string-name>Lin, L.</string-name>
              <string-name>Iwamoto, Y.</string-name>
              <string-name>Han, X.H.</string-name>
              <string-name>Chen, Y.W.</string-name>
              <string-name>Tong, R.</string-name>
              <string-name>Acoustics, S</string-name>
            </person-group>
            <year>2022</year>
            <article-title>Mixed Transformer U-Net for Medical Image Segmentation</article-title>
            <source>ICASSP 2022 IEEE International Conference on Acoustics</source>
            <volume>23</volume>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B21">
        <label>21.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Shehab, M., Abu-Hashem, M.A., Shambour, M.K.Y., Alsalibi, A.I., Alomari, O.A., Gupta, J.N.D., <italic>et al</italic>. (2023) A Comprehensive Review of Bat Inspired Algorithm: Variants, Applications, and Hybridization. <italic>Archives of Computational Methods in Engineering</italic>, 30, 765-797. https://doi.org/10.1007/s11831-022-09817-5 <pub-id pub-id-type="doi">10.1007/s11831-022-09817-5</pub-id><pub-id pub-id-type="pmid">36157973</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1007/s11831-022-09817-5">https://doi.org/10.1007/s11831-022-09817-5</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Shehab, M.</string-name>
              <string-name>Abu-Hashem, M.A.</string-name>
              <string-name>Shambour, M.K.Y.</string-name>
              <string-name>Alsalibi, A.I.</string-name>
              <string-name>Alomari, O.A.</string-name>
              <string-name>Gupta, J.N.D.</string-name>
              <string-name>Variants, A</string-name>
            </person-group>
            <year>2023</year>
            <article-title>A Comprehensive Review of Bat Inspired Algorithm: Variants, Applications, and Hybridization</article-title>
            <source>Archives of Computational Methods in Engineering</source>
            <volume>30</volume>
            <pub-id pub-id-type="doi">10.1007/s11831-022-09817-5</pub-id>
            <pub-id pub-id-type="pmid">36157973</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B22">
        <label>22.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Naseer, I., Akram, S., Masood, T., Jaffar, A., Khan, M.A. and Mosavi, A. (2022) Performance Analysis of State-of-the-Art CNN Architectures for LUNA16. <italic>Sensors</italic>, 22, Article 4426. https://doi.org/10.3390/s22124426 <pub-id pub-id-type="doi">10.3390/s22124426</pub-id><pub-id pub-id-type="pmid">35746208</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.3390/s22124426">https://doi.org/10.3390/s22124426</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Naseer, I.</string-name>
              <string-name>Akram, S.</string-name>
              <string-name>Masood, T.</string-name>
              <string-name>Jaffar, A.</string-name>
              <string-name>Khan, M.A.</string-name>
              <string-name>Mosavi, A.</string-name>
            </person-group>
            <year>2022</year>
            <article-title>Performance Analysis of State-of-the-Art CNN Architectures for LUNA16</article-title>
            <source>Sensors</source>
            <volume>22</volume>
            <elocation-id>4426</elocation-id>
            <pub-id pub-id-type="doi">10.3390/s22124426</pub-id>
            <pub-id pub-id-type="pmid">35746208</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B23">
        <label>23.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Koti, M.S., Nagashree, B.A., Shreyas, K.P., Mathivanan, S.K., Dalu, G.T., <italic>et al</italic>. (2024) Lung Cancer Diagnosis Based on Weighted Convolutional Neural Network Using Gene Data Expression. <italic>Scientific Reports</italic>, 14, Article No. 3656. https://doi.org/10.1038/s41598-024-54124-7 <pub-id pub-id-type="doi">10.1038/s41598-024-54124-7</pub-id><pub-id pub-id-type="pmid">38351141</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1038/s41598-024-54124-7">https://doi.org/10.1038/s41598-024-54124-7</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Koti, M.S.</string-name>
              <string-name>Nagashree, B.A.</string-name>
              <string-name>Shreyas, K.P.</string-name>
              <string-name>Mathivanan, S.K.</string-name>
              <string-name>Dalu, G.T.</string-name>
            </person-group>
            <year>2024</year>
            <article-title>Lung Cancer Diagnosis Based on Weighted Convolutional Neural Network Using Gene Data Expression</article-title>
            <source>Scientific Reports</source>
            <volume>14</volume>
            <elocation-id>No</elocation-id>
            <pub-id pub-id-type="doi">10.1038/s41598-024-54124-7</pub-id>
            <pub-id pub-id-type="pmid">38351141</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B24">
        <label>24.</label>
        <citation-alternatives>
          <mixed-citation publication-type="confproc">Mamun, M., Mahmud, M.I., Meherin, M. and Abdelgawad, A. (2023) LCDctCNN: Lung Cancer Diagnosis of CT Scan Images Using CNN Based Model. 2023 10 <italic>th International Conference on Signal Processing and Integrated Networks</italic> ( <italic>SPIN</italic>), Noida, 23-24 March 2023, 205-212. https://doi.org/10.1109/spin57001.2023.10116075 <pub-id pub-id-type="doi">10.1109/spin57001.2023.10116075</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1109/spin57001.2023.10116075">https://doi.org/10.1109/spin57001.2023.10116075</ext-link></mixed-citation>
          <element-citation publication-type="confproc">
            <person-group person-group-type="author">
              <string-name>Mamun, M.</string-name>
              <string-name>Mahmud, M.I.</string-name>
              <string-name>Meherin, M.</string-name>
              <string-name>Abdelgawad, A.</string-name>
            </person-group>
            <year>2023</year>
            <article-title>LCDctCNN: Lung Cancer Diagnosis of CT Scan Images Using CNN Based Model</article-title>
            <source>2023 10th International Conference on Signal Processing and Integrated Networks (SPIN)</source>
            <volume>23</volume>
            <pub-id pub-id-type="doi">10.1109/spin57001.2023.10116075</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B25">
        <label>25.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Causey, J.L., Zhang, J., Ma, S., Jiang, B., Qualls, J.A., Politte, D.G., <italic>et al</italic>. (2018) Highly Accurate Model for Prediction of Lung Nodule Malignancy with CT Scans. <italic>Scientific Reports</italic>, 8, Article No. 9286. https://doi.org/10.1038/s41598-018-27569-w <pub-id pub-id-type="doi">10.1038/s41598-018-27569-w</pub-id><pub-id pub-id-type="pmid">29915334</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1038/s41598-018-27569-w">https://doi.org/10.1038/s41598-018-27569-w</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Causey, J.L.</string-name>
              <string-name>Zhang, J.</string-name>
              <string-name>Ma, S.</string-name>
              <string-name>Jiang, B.</string-name>
              <string-name>Qualls, J.A.</string-name>
              <string-name>Politte, D.G.</string-name>
            </person-group>
            <year>2018</year>
            <article-title>Highly Accurate Model for Prediction of Lung Nodule Malignancy with CT Scans</article-title>
            <source>Scientific Reports</source>
            <volume>8</volume>
            <elocation-id>No</elocation-id>
            <pub-id pub-id-type="doi">10.1038/s41598-018-27569-w</pub-id>
            <pub-id pub-id-type="pmid">29915334</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B26">
        <label>26.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Xie, Y., Zhang, J., Xia, Y., Fulham, M. and Zhang, Y. (2018) Fusing Texture, Shape and Deep Model-Learned Information at Decision Level for Automated Classification of Lung Nodules on Chest CT. <italic>Information Fusion</italic>, 42, 102-110. https://doi.org/10.1016/j.inffus.2017.10.005 <pub-id pub-id-type="doi">10.1016/j.inffus.2017.10.005</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/j.inffus.2017.10.005">https://doi.org/10.1016/j.inffus.2017.10.005</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Xie, Y.</string-name>
              <string-name>Zhang, J.</string-name>
              <string-name>Xia, Y.</string-name>
              <string-name>Fulham, M.</string-name>
              <string-name>Zhang, Y.</string-name>
              <string-name>Texture, S</string-name>
            </person-group>
            <year>2018</year>
            <article-title>Fusing Texture, Shape and Deep Model-Learned Information at Decision Level for Automated Classification of Lung Nodules on Chest CT</article-title>
            <source>Information Fusion</source>
            <volume>42</volume>
            <pub-id pub-id-type="doi">10.1016/j.inffus.2017.10.005</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B27">
        <label>27.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Shaffie, A., Soliman, A., Fraiwan, L., Ghazal, M., Taher, F., Dunlap, N., <italic>et al</italic>. (2018) A Generalized Deep Learning-Based Diagnostic System for Early Diagnosis of Various Types of Pulmonary Nodules. <italic>Technology in Cancer Research &amp; Treatment</italic>, 17, 1-9. https://doi.org/10.1177/1533033818798800 <pub-id pub-id-type="doi">10.1177/1533033818798800</pub-id><pub-id pub-id-type="pmid">30244648</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1177/1533033818798800">https://doi.org/10.1177/1533033818798800</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Shaffie, A.</string-name>
              <string-name>Soliman, A.</string-name>
              <string-name>Fraiwan, L.</string-name>
              <string-name>Ghazal, M.</string-name>
              <string-name>Taher, F.</string-name>
              <string-name>Dunlap, N.</string-name>
            </person-group>
            <year>2018</year>
            <article-title>A Generalized Deep Learning-Based Diagnostic System for Early Diagnosis of Various Types of Pulmonary Nodules</article-title>
            <source>Technology in Cancer Research &amp; Treatment</source>
            <volume>17</volume>
            <pub-id pub-id-type="doi">10.1177/1533033818798800</pub-id>
            <pub-id pub-id-type="pmid">30244648</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B28">
        <label>28.</label>
        <citation-alternatives>
          <mixed-citation publication-type="confproc">Potghan, S., Rajamenakshi, R. and Bhise, A. (2018) Multi-Layer Perceptron Based Lung Tumor Classification. 2018 <italic>Second</italic><italic>International</italic><italic>Conference</italic><italic>on</italic><italic>Electronics</italic>, <italic>Communication</italic><italic>and</italic><italic>Aerospace</italic><italic>Technology</italic> ( <italic>ICECA</italic>), Coimbatore, 29-31 March 2018, 499-502. https://doi.org/10.1109/iceca.2018.8474864 <pub-id pub-id-type="doi">10.1109/iceca.2018.8474864</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1109/iceca.2018.8474864">https://doi.org/10.1109/iceca.2018.8474864</ext-link></mixed-citation>
          <element-citation publication-type="confproc">
            <person-group person-group-type="author">
              <string-name>Potghan, S.</string-name>
              <string-name>Rajamenakshi, R.</string-name>
              <string-name>Bhise, A.</string-name>
              <string-name>Electronics, C</string-name>
            </person-group>
            <year>2018</year>
            <article-title>Multi-Layer Perceptron Based Lung Tumor Classification</article-title>
            <source>2018 Second International Conference on Electronics</source>
            <volume>29</volume>
            <pub-id pub-id-type="doi">10.1109/iceca.2018.8474864</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B29">
        <label>29.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Singh, G.A.P. and Gupta, P.K. (2019) Performance Analysis of Various Machine Learning-Based Approaches for Detection and Classification of Lung Cancer in Humans. <italic>Neural</italic><italic>Computing</italic><italic>and</italic><italic>Applications</italic>, 31, 6863-6877. https://doi.org/10.1007/s00521-018-3518-x <pub-id pub-id-type="doi">10.1007/s00521-018-3518-x</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1007/s00521-018-3518-x">https://doi.org/10.1007/s00521-018-3518-x</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Singh, G.A.P.</string-name>
              <string-name>Gupta, P.K.</string-name>
            </person-group>
            <year>2019</year>
            <article-title>Performance Analysis of Various Machine Learning-Based Approaches for Detection and Classification of Lung Cancer in Humans</article-title>
            <source>Neural Computing and Applications</source>
            <volume>31</volume>
            <pub-id pub-id-type="doi">10.1007/s00521-018-3518-x</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B30">
        <label>30.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Naqi, S.M., Sharif, M. and Jaffar, A. (2020) Lung Nodule Detection and Classification Based on Geometric Fit in Parametric Form and Deep Learning. <italic>Neural</italic><italic>Computing</italic><italic>and</italic><italic>Applications</italic>, 32, 4629-4647. https://doi.org/10.1007/s00521-018-3773-x <pub-id pub-id-type="doi">10.1007/s00521-018-3773-x</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1007/s00521-018-3773-x">https://doi.org/10.1007/s00521-018-3773-x</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Naqi, S.M.</string-name>
              <string-name>Sharif, M.</string-name>
              <string-name>Jaffar, A.</string-name>
            </person-group>
            <year>2020</year>
            <article-title>Lung Nodule Detection and Classification Based on Geometric Fit in Parametric Form and Deep Learning</article-title>
            <source>Neural Computing and Applications</source>
            <volume>32</volume>
            <pub-id pub-id-type="doi">10.1007/s00521-018-3773-x</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B31">
        <label>31.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Faheem, M., Khan, A.H., Zahra, N. and Gill, A.Y. (2025) Optimizing Liver Cancer Detection: Leveraging Gabor Features and Machine Learning for Enhanced Abdominal CT Image Segmentation. International <italic>Journal of Multidisciplinary Research and</italic><italic>Growth Evaluation</italic>, 6, 224-230.</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Faheem, M.</string-name>
              <string-name>Khan, A.H.</string-name>
              <string-name>Zahra, N.</string-name>
              <string-name>Gill, A.Y.</string-name>
            </person-group>
            <year>2025</year>
            <article-title>Optimizing Liver Cancer Detection: Leveraging Gabor Features and Machine Learning for Enhanced Abdominal CT Image Segmentation</article-title>
            <source>International Journal of Multidisciplinary Research and Growth Evaluation</source>
            <volume>6</volume>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B32">
        <label>32.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Colak, C., Yagin, F.H., Algarni, A., Algarni, A., Al-Hashem, F. and Ardigò, L.P. (2025) Untargeted Lipidomic Biomarkers for Liver Cancer Diagnosis: A Tree-Based Machine Learning Model Enhanced by Explainable Artificial Intelligence. <italic>Medicina</italic>, 61, Article 405. https://doi.org/10.3390/medicina61030405 <pub-id pub-id-type="doi">10.3390/medicina61030405</pub-id><pub-id pub-id-type="pmid">40142216</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.3390/medicina61030405">https://doi.org/10.3390/medicina61030405</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Colak, C.</string-name>
              <string-name>Yagin, F.H.</string-name>
              <string-name>Algarni, A.</string-name>
              <string-name>Algarni, A.</string-name>
              <string-name>Al-Hashem, F.</string-name>
            </person-group>
            <year>2025</year>
            <article-title>Untargeted Lipidomic Biomarkers for Liver Cancer Diagnosis: A Tree-Based Machine Learning Model Enhanced by Explainable Artificial Intelligence</article-title>
            <source>Medicina</source>
            <volume>61</volume>
            <elocation-id>405</elocation-id>
            <pub-id pub-id-type="doi">10.3390/medicina61030405</pub-id>
            <pub-id pub-id-type="pmid">40142216</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B33">
        <label>33.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Xie, Y., Zhang, J. and Xia, Y. (2019) Semi-Supervised Adversarial Model for Benign-Malignant Lung Nodule Classification on Chest CT. <italic>Medical</italic><italic>Image</italic><italic>Analysis</italic>, 57, 237-248. https://doi.org/10.1016/j.media.2019.07.004 <pub-id pub-id-type="doi">10.1016/j.media.2019.07.004</pub-id><pub-id pub-id-type="pmid">31352126</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/j.media.2019.07.004">https://doi.org/10.1016/j.media.2019.07.004</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Xie, Y.</string-name>
              <string-name>Zhang, J.</string-name>
              <string-name>Xia, Y.</string-name>
            </person-group>
            <year>2019</year>
            <article-title>Semi-Supervised Adversarial Model for Benign-Malignant Lung Nodule Classification on Chest CT</article-title>
            <source>Medical Image Analysis</source>
            <volume>57</volume>
            <pub-id pub-id-type="doi">10.1016/j.media.2019.07.004</pub-id>
            <pub-id pub-id-type="pmid">31352126</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B34">
        <label>34.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Halder, A., Chatterjee, S. and Dey, D. (2022) Adaptive Morphology Aided 2-Pathway Convolutional Neural Network for Lung Nodule Classification. <italic>Biomedical</italic><italic>Signal</italic><italic>Processing</italic><italic>and</italic><italic>Control</italic>, 72, Article 103347. https://doi.org/10.1016/j.bspc.2021.103347 <pub-id pub-id-type="doi">10.1016/j.bspc.2021.103347</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/j.bspc.2021.103347">https://doi.org/10.1016/j.bspc.2021.103347</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Halder, A.</string-name>
              <string-name>Chatterjee, S.</string-name>
              <string-name>Dey, D.</string-name>
            </person-group>
            <year>2022</year>
            <article-title>Adaptive Morphology Aided 2-Pathway Convolutional Neural Network for Lung Nodule Classification</article-title>
            <source>Biomedical Signal Processing and Control</source>
            <volume>72</volume>
            <elocation-id>103347</elocation-id>
            <pub-id pub-id-type="doi">10.1016/j.bspc.2021.103347</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B35">
        <label>35.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Bushara, A.R., Vinod Kumar, R.S. and Kumar, S.S. (2023) LCD-Capsule Network for the Detection and Classification of Lung Cancer on Computed Tomography Images. <italic>Multimedia</italic><italic>Tools</italic><italic>and</italic><italic>Applications</italic>, 82, 37573-37592. https://doi.org/10.1007/s11042-023-14893-1 <pub-id pub-id-type="doi">10.1007/s11042-023-14893-1</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1007/s11042-023-14893-1">https://doi.org/10.1007/s11042-023-14893-1</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Bushara, A.R.</string-name>
              <string-name>Kumar, R.S.</string-name>
              <string-name>Kumar, S.S.</string-name>
            </person-group>
            <year>2023</year>
            <article-title>LCD-Capsule Network for the Detection and Classification of Lung Cancer on Computed Tomography Images</article-title>
            <source>Multimedia Tools and Applications</source>
            <volume>82</volume>
            <pub-id pub-id-type="doi">10.1007/s11042-023-14893-1</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B36">
        <label>36.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Gautam, N., Basu, A. and Sarkar, R. (2024) Lung Cancer Detection from Thoracic CT Scans Using an Ensemble of Deep Learning Models. <italic>Neural</italic><italic>Computing</italic><italic>and</italic><italic>Applications</italic>, 36, 2459-2477. https://doi.org/10.1007/s00521-023-09130-7 <pub-id pub-id-type="doi">10.1007/s00521-023-09130-7</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1007/s00521-023-09130-7">https://doi.org/10.1007/s00521-023-09130-7</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Gautam, N.</string-name>
              <string-name>Basu, A.</string-name>
              <string-name>Sarkar, R.</string-name>
            </person-group>
            <year>2024</year>
            <article-title>Lung Cancer Detection from Thoracic CT Scans Using an Ensemble of Deep Learning Models</article-title>
            <source>Neural Computing and Applications</source>
            <volume>36</volume>
            <pub-id pub-id-type="doi">10.1007/s00521-023-09130-7</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
    </ref-list>
  </back>
</article>