<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article  PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "http://dtd.nlm.nih.gov/publishing/3.0/journalpublishing3.dtd"><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="3.0" xml:lang="en" article-type="research article"><front><journal-meta><journal-id journal-id-type="publisher-id">JCC</journal-id><journal-title-group><journal-title>Journal of Computer and Communications</journal-title></journal-title-group><issn pub-type="epub">2327-5219</issn><publisher><publisher-name>Scientific Research Publishing</publisher-name></publisher></journal-meta><article-meta><article-id pub-id-type="doi">10.4236/jcc.2024.123015</article-id><article-id pub-id-type="publisher-id">JCC-132153</article-id><article-categories><subj-group subj-group-type="heading"><subject>Articles</subject></subj-group><subj-group subj-group-type="Discipline-v2"><subject>Computer Science&amp;Communications</subject></subj-group></article-categories><title-group><article-title>
 
 
  ATFF: Advanced Transformer with Multiscale Contextual Fusion for Medical Image Segmentation
 
</article-title></title-group><contrib-group><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Xinping</surname><given-names>Guo</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref><xref ref-type="corresp" rid="cor1"><sup>*</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Lei</surname><given-names>Wang</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Zizhen</surname><given-names>Huang</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Yukun</surname><given-names>Zhang</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Yaolong</surname><given-names>Han</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib></contrib-group><aff id="aff1"><addr-line>School of Computer Science and Technology, Shandong University of Technology, Zibo, China</addr-line></aff><pub-date pub-type="epub"><day>06</day><month>03</month><year>2024</year></pub-date><volume>12</volume><issue>03</issue><fpage>238</fpage><lpage>251</lpage><history><date date-type="received"><day>21,</day>	<month>February</month>	<year>2024</year></date><date date-type="rev-recd"><day>26,</day>	<month>March</month>	<year>2024</year>	</date><date date-type="accepted"><day>29,</day>	<month>March</month>	<year>2024</year></date></history><permissions><copyright-statement>&#169; Copyright  2014 by authors and Scientific Research Publishing Inc. </copyright-statement><copyright-year>2014</copyright-year><license><license-p>This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/</license-p></license></permissions><abstract><p>
 
 
  Deep convolutional neural network (CNN) greatly promotes the automatic segmentation of medical images. However, due to the inherent properties of convolution operations, CNN usually cannot establish long-distance interdependence, which limits the segmentation performance. Transformer has been successfully applied to various computer vision, using self-attention mechanism to simulate long-distance interaction, so as to capture global information. However, self-attention lacks spatial location and high-performance computing. In order to solve the above problems, we develop a new medical transformer, which has a multi-scale context fusion function and can be used for medical image segmentation. The proposed model combines convolution operation and attention mechanism to form a u-shaped framework, which can capture both local and global information. First, the traditional converter module is improved to an advanced converter module, which uses post-layer normalization to obtain mild activation values, and uses scaled cosine attention with a moving window to obtain accurate spatial information. Secondly, we also introduce a deep supervision strategy to guide the model to fuse multi-scale feature information. It further enables the proposed model to effectively propagate feature information across layers, Thanks to this, it can achieve better segmentation performance while being more robust and efficient. The proposed model is evaluated on multiple medical image segmentation datasets. Experimental results demonstrate that the proposed model achieves better performance on a challenging dataset (ETIS) compared to existing methods that rely only on convolutional neural networks, transformers, or a combination of both. The mDice and mIou indicators increased by 2.74% and 3.3% respectively.
 
</p></abstract><kwd-group><kwd>Medical Image Segmentation</kwd><kwd> Advanced Transformer</kwd><kwd> Deep Supervision</kwd><kwd> Attention Mechanism</kwd></kwd-group></article-meta></front><body><sec id="s1"><title>1. Introduction</title><p>Medical image segmentation aims to identify objects of interest from surrounding tissues and structures. It is essential for reliable diagnosis and morphological analysis of specific lesions, and can provide a reliable basis for pathological research and clinical diagnosis, so that doctors can make more accurate diagnosis. X-rays use the fact that bones decay faster than other soft tissues to obtain the state and density of bones [<xref ref-type="bibr" rid="scirp.132153-ref1">1</xref>] . Computed tomography (CT) is used to examine dense structures such as bones and implants [<xref ref-type="bibr" rid="scirp.132153-ref2">2</xref>] . Magnetic resonance imaging (MRI) can display high-resolution anatomical information of soft tissue [<xref ref-type="bibr" rid="scirp.132153-ref3">3</xref>] . Ultrasound can analyze the distribution of tissues because different tissues have different impedances to sound [<xref ref-type="bibr" rid="scirp.132153-ref4">4</xref>] . Accurate and robust medical image segmentation results play a vital role in clinical diagnosis and treatment (such as computer-aided diagnosis, preoperative evaluation and image-guided surgery), and are of great significance to the accuracy and efficiency of clinical diagnosis [<xref ref-type="bibr" rid="scirp.132153-ref5">5</xref>] .</p><p>With the development of deep learning technology, some methods based on convolutional neural networks, such as U-Net [<xref ref-type="bibr" rid="scirp.132153-ref6">6</xref>] , Attention U-Net [<xref ref-type="bibr" rid="scirp.132153-ref7">7</xref>] , and nnU-Net [<xref ref-type="bibr" rid="scirp.132153-ref8">8</xref>] , have dominated the field of medical image segmentation. Among them, in 2015, the classic U-shaped full convolutional neural network model based on codec structure was first proposed in literature [<xref ref-type="bibr" rid="scirp.132153-ref6">6</xref>] , called UNet. The UNet increases the receptive field by constantly stacking convolution layers and downsampling. Through multi-layer convolution operations, the obtained highlevel feature map is helpful to identify the segmented target, and the jump connection method is used to add the low-level detail features of the Encoder stage to the upsampling part, which is conducive to the accurate positioning of the target. In addition, U-Net is widely used because of its simple and efficient features. Many researchers have proposed various improved models on the basis of it. For example, in 2018, reference [<xref ref-type="bibr" rid="scirp.132153-ref9">9</xref>] systematically evaluated the effects of different FCN variants on breast lesion segmentation for the first time, and achieved better segmentation results than traditional methods. In the literature [<xref ref-type="bibr" rid="scirp.132153-ref10">10</xref>] , UNet + + obtains features of different depths and levels by nested and dense jump connections. In the literature [<xref ref-type="bibr" rid="scirp.132153-ref11">11</xref>] , AttentionU-Net proposes to use the attention gate model, which can hinder the model learning of task-independent features and strengthen the learning of task-related features. In the literature [<xref ref-type="bibr" rid="scirp.132153-ref12">12</xref>] , Unet3 + proposes an all-round jump connection, which connects the low-level features of feature maps of different scales with high-level features, so that the segmentation accuracy is improved. In [<xref ref-type="bibr" rid="scirp.132153-ref13">13</xref>] , UNeXt uses a convolutional multi-layer perceptron (MLP)-based segmentation network to focus on learning local dependencies. Although these methods have greatly improved in accuracy and generalization ability than traditional methods, there are still some shortcomings in these methods. For example, stacked convolution and skip connection operations are used in UNet, but the resolution is reduced, resulting in the loss of many details such as edges and textures, which is detrimental to the accurate segmentation of medical images. It will lead to the problem that it is difficult to accurately locate the organ and the contour of the segmented target is vague. Moreover, due to the lack of support of context information, the accuracy and precision of semantic segmentation are not improved, and it is also greatly affected by factors such as noise interference. UNet + + has many more intermediate nodes than U-Net, but it increases the parameters of the model.</p><p>Recently, the transformer developed in the field of natural language processing has been successfully applied to various computer vision [<xref ref-type="bibr" rid="scirp.132153-ref14">14</xref>] . Recent studies have also shown that Transformer can achieve great success in medical image segmentation. Transformer uses the attention mechanism to establish long-distance interactions in the image to learn global context information. It is worth noting that Transformer can aggregate global information at an early stage [<xref ref-type="bibr" rid="scirp.132153-ref15">15</xref>] , so we need to consider how to effectively transfer low-level feature information to high-level. Recent studies have shown that multi-scale connections in Transformer are more influential than multi-scale connections in CNN, which further enhances the feature similarity between low-level and high-level. [<xref ref-type="bibr" rid="scirp.132153-ref16">16</xref>] Therefore, making full use of multi-scale feature representation can improve the performance of the visual converter. In order to further improve performance, various U-Nets have tried to combine traditional architectures with attention mechanisms to construct attention-based U-Nets [<xref ref-type="bibr" rid="scirp.132153-ref17">17</xref>] . TransUNet combines U-Net and Transformer to capture local and global features for medical image segmentation, and achieves excellent segmentation performance [<xref ref-type="bibr" rid="scirp.132153-ref18">18</xref>] . To model local and global context, nn-Former [<xref ref-type="bibr" rid="scirp.132153-ref19">19</xref>] exploited the combination of interleaved convolution and self-attention operations within the encoder and decoder for volumetric medical image segmentation. Furthermore, MISSFormer [<xref ref-type="bibr" rid="scirp.132153-ref20">20</xref>] embedded depth-wise convolution into the transformer block for capturing local and global dependencies. In order to solve the training requirements of a large number of data sets, MedT proposed a special medical image segmentation Transformer [<xref ref-type="bibr" rid="scirp.132153-ref21">21</xref>] , which uses axial attention in the multi-head attention block [<xref ref-type="bibr" rid="scirp.132153-ref22">22</xref>] . In summary, Transformer has shown great potential in medical image segmentation.</p><p>Although deep learning models, especially convolutional neural networks (CNN), have made significant progress in medical image segmentation tasks, they still have limitations in handling long-distance dependencies and complex spatial relationships. Recently, the Transformer model has attracted widespread attention due to its success in natural language processing (NLP) and has begun to be applied to computer vision tasks. By introducing an advanced Transformer architecture, ATFF may provide a new solution for capturing complex spatial relationships and long-distance dependencies in medical images. By combining Transformer’s self-attention mechanism and multi-scale context fusion, ATFF may fill the gap in existing technology in enhancing the expressive ability of key features in medical images. Taking advantage of Transformer’s processing advantages of long-distance dependencies and comprehensive utilization of multi-scale information, ATFF may be an important addition to the existing literature in improving the accuracy of specific and complex medical image segmentation tasks. In summary, the ATFF model is expected to provide higher accuracy, flexibility, and robustness when dealing with complex medical image segmentation tasks by combining an advanced Transformer architecture and a multi-scale context fusion strategy, thus opening up new research in the field of medical image analysis.</p></sec><sec id="s2"><title>2. The Whole Method</title><p><xref ref-type="fig" rid="fig1">Figure 1</xref> shows the overall framework for medical image segmentation, which consists of an encoder, a decoder and a deep supervision to form a U-shaped network. Advanced Transformer Block aims to learn the long-distance context information in each feature map. In order to further enhance the spatial positioning capability, Advanced Transformer Block is combined with CNN-based Bottleneck block to construct an encoder. As shown in <xref ref-type="fig" rid="fig1">Figure 1</xref>, the Bottleneck Block is composed of some convolution operations with residual connections, which has been proved to be efficient. These convolution operations are designed to extract local information in each feature map. Therefore, the encoder part can effectively capture local and global features. Moreover, in ATFF, the output of the previous encoder is the input of the next encoder. The decoder consists of a convolutional layer, an upsampling layer and a ReLU activation layer. There is also a jump connection between these encoders and decoders. In addition, we also introduce a deep supervision strategy to guide the model to fuse multi-scale feature information. This will help the proposed ATFF to effectively propagate feature information across layers, thereby achieving better pixel-level segmentation accuracy.</p><p>As shown in <xref ref-type="fig" rid="fig2">Figure 2</xref>, the traditional transformer block is redesigned and named as the advanced transformer block. Specifically, the three-layer normalization in ReMix-FFN is simplified to two layers, called Advanced FFN. Subsequently, the exchange feedforward neural network (FFN) position and the normalized back layer normalization are used to obtain the mild activation amplitude, so as to achieve stable training. In addition, in order to obtain accurate spatial information, a scaled cosine attention with a moving window [<xref ref-type="bibr" rid="scirp.132153-ref23">23</xref>] is used to replace the space-reduced self-attention. The advanced transformer block is made of a multi-head self-attention module, residual connections, post-layer normalization, and Advanced MixFFN with GELU nonlinear function. We replace scaled dot product attention with scaled cosine attention for the self-attention computation. As shown in <xref ref-type="fig" rid="fig1">Figure 1</xref>, the window-based multi-head self-attention (W-MSA) module and the shifted window-based multi-head self-attention (SW-MSA) module are applied to two consecutive advanced transformer blocks, respectively. Based on this window division mechanism, two consecutive advanced transformer blocks can be expressed as:</p><p>Z ^ l = LN ( W - M S A ( Z l − 1 ) ) + Z l − 1 , Z l = LN ( AMix-FFN ( Z ^ l ) ) + Z ^ l , Z ^ l + 1 = LN ( S W - M S A ( Z l ) ) + Z l , Z l + 1 = LN ( A M i x - F F N ( Z ^ l + 1 ) ) + Z ^ l + 1 , (1)</p><p>where Z ^ l and Z l are the outputs of the (S)W-MSA and Advanced MixFFN modules, respectively.</p><p>In addition, a scaled cosine attention is proposed to solve the problem of numerical instability and gradient disappearance. The attention formula is as follows:</p><p>Attention ( Q , K , V ) = softmax ( cos ( Q , K ) τ + B ) V (2)</p><p>where Q , K , V ∈ R M 2 &#215; M 2 are the query, Key, and value matrices. M<sup>2</sup> indicates the number of patches in the window. 𝐵 denotes the relative position deviation matrix, and τ is a learnable scalar. The cosine function has a lower attention weight since its value is automatically adjusted to the interval [−1, 1].</p><sec id="s2_1"><title>2.1. Post-Layer Normalization</title><p>Ze et al.’s research [<xref ref-type="bibr" rid="scirp.132153-ref24">24</xref>] shows that the pre-layer normalization used in traditional transformers will bring difficulties to training, because the activation value output by each residual block will be directly incorporated into the main branch. The huge difference in the amplitude of the activation values of each layer causes training difficulties, and this difficulty is more serious in the residual block containing the pre-layer normalized convolution. Therefore, we align the positions of the convolutional FFN and the layer-normalized MSA to obtain a gentle activation value amplitude, that is, post-layer normalization, thereby stabilizing the training. This seemingly simple but effective operation simplifies the normalization of the three-layer recursive layer in the original ReMix-FFN into two layers.</p></sec><sec id="s2_2"><title>2.2. Advanced MixFFN</title><p>The combination of FFN and post-layer normalization allows advanced hybrid FFN to use only two layers of recursive layer normalization to learn discriminative features. In addition, deep convolution continues to be used to combine key components of the local context. As shown in <xref ref-type="fig" rid="fig3">Figure 3</xref>, the advanced MixFFN consists of two fully connected layers, a deep convolution layer, a double normalization layer and a GELU layer. A skip connection is added before the deep convolutional layer. Then, the result of the deep convolution is added to the skip connection as the input of the layer normalization. This process can be expressed as follows:</p><p>y 1 = LN ( C o n v 3 &#215; 3 ( F C ( x i n ) ) + F C ( x i n ) ) (3)</p><p>y 2 = LN ( y 1 + FC ( x i n ) ) (4)</p><p>x o u t = FC ( GELU ( y 2 ) ) (5)</p><p>where, x i n denotes self-attention output. Conv 3 &#215; 3 denotes a deep convolution with a kernel size of 3 &#215; 3. LN Presentation layer normalization. GELU represents the activation function.</p><p>In this work, we further introduce a deep supervision strategy to train the model. As shown in <xref ref-type="fig" rid="fig1">Figure 1</xref>, deep supervision uses multi-scale feature representation to train the model, and the fusion result of the obtained multi-scale features is regarded as the final segmentation map. The main loss function is defined as</p><p>L = ∑ m = 1 M W m L m + W f u s e L f u s e (6)</p><p>where L m L s i d e m L s i d e m is the deep supervision related loss of each stage output S m , m = 1, 2, 3, 4, i.e., the deep supervision Sup 1, Sup 2, Sup 3 and Sup4. And L f u s e is the deep supervision related loss of final fused segmentation output S f u s e , i.e., the deep supervision Sup 0. W m and W f u s e are the weights of each loss term, respectively, which are used to control the balance between these loss terms. In general, the larger the weight of a specific loss term, the more attention will be paid in the training. Here, referring to [<xref ref-type="bibr" rid="scirp.132153-ref25">25</xref>] , we set W m = 1 and W f u s e = 1 due to that each loss term is evenly allocated and they play equal roles in the training.</p><p>Here, we use the standard bivariate cross entropy (CE) function to define the loss function, which can be expressed as</p><p>L C E = − 1 W H ∑ x = 1 W ∑ y = 1 H { P ( x , y ) log [ P ^ ( x , y ) ] + [ 1 − P ( x , y ) ] log [ 1 − P ^ ( x , y ) ] } (7)</p><p>Here, W and H are the width and height of the image, respectively, and P(x, y) is the ground truth pixel value and is the prediction pixel value at location (x, y). Deep supervision enables the proposed model to learn more low-level details in the shallow layer and high-level semantics in the multi-scale layer. This will help the proposed ATFF to effectively propagate feature information across layers. Therefore, it can eliminate the attenuation of low-level information and retain more input spatial information.</p></sec></sec><sec id="s3"><title>3. Experimental Results and Discussion</title><sec id="s3_1"><title>3.1. The Experiment Setting</title><p>Five challenging public datasets, including Kvasir-SEG [<xref ref-type="bibr" rid="scirp.132153-ref26">26</xref>] , ClinicDB [<xref ref-type="bibr" rid="scirp.132153-ref27">27</xref>] , ColonDB [<xref ref-type="bibr" rid="scirp.132153-ref28">28</xref>] , Endoscene [<xref ref-type="bibr" rid="scirp.132153-ref25">25</xref>] and ETIS [<xref ref-type="bibr" rid="scirp.132153-ref29">29</xref>] , are used to evaluate the proposed method. Specifically, the ClinicDB and Kvasir-SEG datasets were used to evaluate the learning ability of the model. The ClinicDB contains 612 images that were extracted from colonoscopy videos. Kvasir-SEG included 1000 polyp images. In the experiment, the same 548 and 900 images in the ClinicDB and Kvasir-SEG datasets were used as training sets, and the remaining 64 and 100 images were used as corresponding test sets.</p><p>The experiment is implemented using the pytorch framework. Considering the difference in the size of each polyp image, a multi-scale strategy is used in the training phase. In addition, the AdamW optimizer is used to update the network parameters, which is widely used in transformer networks [<xref ref-type="bibr" rid="scirp.132153-ref22">22</xref>] [<xref ref-type="bibr" rid="scirp.132153-ref23">23</xref>] . The learning rate is set to 1e-4, and weight dacay is also adjusted to 1e-4. In addition, the size of the input image is adjusted to 352 &#215; 352, and the minibatch size is 16 for 100 epochs. In the test section, only the image size is adjusted to 352 &#215; 352, and there is no post-processing optimization strategy.</p><p>In the experiment, five widely used evaluation indexes are used, including Dice Coefficient (Dice), Hausdorff Distance (HD), Intersection over Union (IoU), Accuracy (ACC) and Recall (REC) are employed to evaluate the quantitative results. Here, Dice and IoU mainly focus on the internal consistency of segmentation results. ACC and REC are computed with pixel-by-pixel to assess the quantitative evaluation of segmentation performance. Dice, IoU, ACC and REC can be calculated by four parameters, i.e., True-Positive (TP), False-Positive (FP), True-Negative (TN) and False-Negative (FN). They are defined as:</p><p>D i c e = 2 &#215; T P 2 &#215; T P + F P + F N (8)</p><p>I o U = T P T P + F P + F N (9)</p><p>A C C = T P + T N T P + T N + F P + F N (10)</p><p>R E C = T P T P + F N (11)</p><p>HD is used to evaluate the sensitivity of segmentation boundary. For the image segmentation, HD is calculated between boundaries of the predicted result and ground truth. Let x and y represent pixels in the predication set X and ground truth set Y, respectively. HD is defined as:</p><p>HD ( X , Y ) = max ( maxmin ‖ x − y ‖ 2 , maxmin ‖ x − y ‖ 2 ) (12)</p><p>where HD (X, Y) is the longest distance of a point in one set to its closest point in the other set, where, x ∈ X , y ∈ Y .</p></sec><sec id="s3_2"><title>3.2. Experimental Results</title><p>In order to verify the effectiveness and robustness of the proposed network, comparative experiments were conducted with other methods in qualitative and quantitative evaluation. Six classic network models were compared. These comparison methods include CNNs-based models such as ConvUNeXt [<xref ref-type="bibr" rid="scirp.132153-ref30">30</xref>] EU-Net [<xref ref-type="bibr" rid="scirp.132153-ref31">31</xref>] , and the recently leading Transformer and attention-based models such as MedT [<xref ref-type="bibr" rid="scirp.132153-ref32">32</xref>] , TGANet [<xref ref-type="bibr" rid="scirp.132153-ref33">33</xref>] , Swin-Unet [<xref ref-type="bibr" rid="scirp.132153-ref34">34</xref>] .</p><p>Firstly, the image segmentation comparison experiment is carried out on the Kvasir-SEG dataset. The quantitative comparison results of the evaluation indicators are shown in <xref ref-type="table" rid="table1">Table 1</xref>. It is worth noting that in medical image segmentation, indicators such as Dice, HD and IoU are generally more worthy of attention. From <xref ref-type="table" rid="table1">Table 1</xref>, we can see the following points. The Dice value of ATFF is 89.78%, the HD value is 3.22%, the IoU value is 84.2%, the ACC value is 97.62%, and the REC value is 91.38%. The Dice value, HD value, IoU value, ACC value, and REC value are 0.42%, 0.22%, 1.2%, 0.41%, and 0.04% higher than the latest transformer-based model Swin-UNet, respectively. From <xref ref-type="table" rid="table2">Table 2</xref>, we can also see that the Dice value, HD value, IoU value, ACC value, and REC value are respectively 0.24%, 1.07%, 2.42%, 1.09%, and 1.75% higher than the transformer-based TransUnet. Compared with other transformer-based popular models such as MedT and TransUNet, the proposed model ATFF has also been significantly improved. The main advantages are the proposed Advanced Transforner Block and deep supervision, which enables ATFF to pay more attention to important information and effectively spread the underlying feature information to the high level. Therefore, it can reduce the attenuation of the underlying information and retain more input spatial information.</p><p>In order to verify the generalization ability of the proposed model, two polyp segmentation datasets are used as tests, including ETIS and ColonDB. There are 196 images in ETIS and 380 images in ColonDB. As can be seen from <xref ref-type="table" rid="table3">Table 3</xref> and <xref ref-type="table" rid="table4">Table 4</xref>, the Dice score on the ColonDB dataset is 2.55% ahead of the U-Net model. The IoU score on the ETIS dataset is 2.74% ahead of the U-Net model. The results show that the proposed model has strong generalization ability.</p><p><xref ref-type="fig" rid="fig4">Figure 4</xref> and <xref ref-type="fig" rid="fig5">Figure 5</xref> show the visualization results of different segmentation methods in ETIS and ColonDB datasets. From left to right, the input images are MedT, ConvUNeXt, TransUNet, EU-Net, TGANet, Swin-UNet and the proposed model ATFF segmentation results. The red curve is the boundary of the true value of the lesion ground.</p><table-wrap id="table1" ><label><xref ref-type="table" rid="table1">Table 1</xref></label><caption><title> The segmentation results of Kvasir-Seg dataset</title></caption><table><tbody><thead><tr><th align="center" valign="middle" ></th><th align="center" valign="middle" >Dice</th><th align="center" valign="middle" >HD</th><th align="center" valign="middle" >IoU<sub> </sub></th><th align="center" valign="middle" >ACC<sub> </sub></th><th align="center" valign="middle" >REC</th></tr></thead><tr><td align="center" valign="middle" >MedT</td><td align="center" valign="middle" >89.02</td><td align="center" valign="middle" >4.55</td><td align="center" valign="middle" >83.23</td><td align="center" valign="middle" >97.21</td><td align="center" valign="middle" >90.92</td></tr><tr><td align="center" valign="middle" >ConvUNeXt</td><td align="center" valign="middle" >89.30</td><td align="center" valign="middle" >4.46</td><td align="center" valign="middle" >83.45</td><td align="center" valign="middle" >97.34</td><td align="center" valign="middle" >90.34</td></tr><tr><td align="center" valign="middle" >TransUNet</td><td align="center" valign="middle" >89.34</td><td align="center" valign="middle" >4.03</td><td align="center" valign="middle" >83.79</td><td align="center" valign="middle" >96.23</td><td align="center" valign="middle" >90.51</td></tr><tr><td align="center" valign="middle" >EU-Net</td><td align="center" valign="middle" >89.39</td><td align="center" valign="middle" >3.97</td><td align="center" valign="middle" >83.88</td><td align="center" valign="middle" >96.45</td><td align="center" valign="middle" >90.69</td></tr><tr><td align="center" valign="middle" >TGANet</td><td align="center" valign="middle" >89.47</td><td align="center" valign="middle" >3.95</td><td align="center" valign="middle" >83.91</td><td align="center" valign="middle" >97.46</td><td align="center" valign="middle" >91.02</td></tr><tr><td align="center" valign="middle" >Swin-UNet</td><td align="center" valign="middle" >89.56</td><td align="center" valign="middle" >3.44</td><td align="center" valign="middle" >84.40</td><td align="center" valign="middle" >97.21</td><td align="center" valign="middle" >91.34</td></tr><tr><td align="center" valign="middle" >ATFF</td><td align="center" valign="middle" >89.98</td><td align="center" valign="middle" >3.22</td><td align="center" valign="middle" >85.60</td><td align="center" valign="middle" >97.62</td><td align="center" valign="middle" >91.38</td></tr></tbody></table></table-wrap><table-wrap id="table2" ><label><xref ref-type="table" rid="table2">Table 2</xref></label><caption><title> The segmentation results of ClinicDB dataset</title></caption><table><tbody><thead><tr><th align="center" valign="middle" ></th><th align="center" valign="middle" >Dice</th><th align="center" valign="middle" >HD</th><th align="center" valign="middle" >IoU</th><th align="center" valign="middle" >ACC</th><th align="center" valign="middle" >REC</th></tr></thead><tr><td align="center" valign="middle" >MedT</td><td align="center" valign="middle" >87.13</td><td align="center" valign="middle" >5.57</td><td align="center" valign="middle" >81.23</td><td align="center" valign="middle" >96.21</td><td align="center" valign="middle" >89.45</td></tr><tr><td align="center" valign="middle" >ConvUNeXt</td><td align="center" valign="middle" >87.35</td><td align="center" valign="middle" >5.46</td><td align="center" valign="middle" >81.17</td><td align="center" valign="middle" >96.54</td><td align="center" valign="middle" >89.38</td></tr><tr><td align="center" valign="middle" >TransUNet</td><td align="center" valign="middle" >87.34</td><td align="center" valign="middle" >5.34</td><td align="center" valign="middle" >81.14</td><td align="center" valign="middle" >96.63</td><td align="center" valign="middle" >89.43</td></tr><tr><td align="center" valign="middle" >EU-Net</td><td align="center" valign="middle" >87.35</td><td align="center" valign="middle" >5.23</td><td align="center" valign="middle" >81.25</td><td align="center" valign="middle" >96.75</td><td align="center" valign="middle" >89.82</td></tr><tr><td align="center" valign="middle" >TGANet</td><td align="center" valign="middle" >87.46</td><td align="center" valign="middle" >4.67</td><td align="center" valign="middle" >81.34</td><td align="center" valign="middle" >97.66</td><td align="center" valign="middle" >89.31</td></tr><tr><td align="center" valign="middle" >Swin-UNet</td><td align="center" valign="middle" >87.46</td><td align="center" valign="middle" >4.34</td><td align="center" valign="middle" >82.23</td><td align="center" valign="middle" >97.71</td><td align="center" valign="middle" >89.32</td></tr><tr><td align="center" valign="middle" >ATFF</td><td align="center" valign="middle" >87.58</td><td align="center" valign="middle" >4.27</td><td align="center" valign="middle" >83.56</td><td align="center" valign="middle" >97.62</td><td align="center" valign="middle" >91.18</td></tr></tbody></table></table-wrap><table-wrap id="table3" ><label><xref ref-type="table" rid="table3">Table 3</xref></label><caption><title> The segmentation results of ColonDB dataset</title></caption><table><tbody><thead><tr><th align="center" valign="middle" ></th><th align="center" valign="middle" >Dice</th><th align="center" valign="middle" >HD</th><th align="center" valign="middle" >IoU</th><th align="center" valign="middle" >ACC</th><th align="center" valign="middle" >REC</th></tr></thead><tr><td align="center" valign="middle" >MedT</td><td align="center" valign="middle" >87.12</td><td align="center" valign="middle" >4.76</td><td align="center" valign="middle" >80.23</td><td align="center" valign="middle" >97.21</td><td align="center" valign="middle" >88.12</td></tr><tr><td align="center" valign="middle" >ConvUNeXt</td><td align="center" valign="middle" >87.32</td><td align="center" valign="middle" >4.62</td><td align="center" valign="middle" >80.17</td><td align="center" valign="middle" >97.34</td><td align="center" valign="middle" >88.23</td></tr><tr><td align="center" valign="middle" >TransUNet</td><td align="center" valign="middle" >88.03</td><td align="center" valign="middle" >4.56</td><td align="center" valign="middle" >80.14</td><td align="center" valign="middle" >97.52</td><td align="center" valign="middle" >88.51</td></tr><tr><td align="center" valign="middle" >EU-Net</td><td align="center" valign="middle" >88.19</td><td align="center" valign="middle" >4.31</td><td align="center" valign="middle" >80.25</td><td align="center" valign="middle" >98.23</td><td align="center" valign="middle" >88.62</td></tr><tr><td align="center" valign="middle" >TGANet</td><td align="center" valign="middle" >88.20</td><td align="center" valign="middle" >3.53</td><td align="center" valign="middle" >80.34</td><td align="center" valign="middle" >97.15</td><td align="center" valign="middle" >88.54</td></tr><tr><td align="center" valign="middle" >Swin-UNet</td><td align="center" valign="middle" >88.56</td><td align="center" valign="middle" >3.31</td><td align="center" valign="middle" >80.23</td><td align="center" valign="middle" >97.25</td><td align="center" valign="middle" >88.65</td></tr><tr><td align="center" valign="middle" >ATFF</td><td align="center" valign="middle" >88.89</td><td align="center" valign="middle" >3.26</td><td align="center" valign="middle" >81.56</td><td align="center" valign="middle" >98.21</td><td align="center" valign="middle" >89.09</td></tr></tbody></table></table-wrap><table-wrap id="table4" ><label><xref ref-type="table" rid="table4">Table 4</xref></label><caption><title> The segmentation results of ETIS dataset</title></caption><table><tbody><thead><tr><th align="center" valign="middle" ></th><th align="center" valign="middle" >Dice</th><th align="center" valign="middle" >HD</th><th align="center" valign="middle" >IoU</th><th align="center" valign="middle" >ACC</th><th align="center" valign="middle" >REC</th></tr></thead><tr><td align="center" valign="middle" >MedT</td><td align="center" valign="middle" >87.13</td><td align="center" valign="middle" >5.57</td><td align="center" valign="middle" >82.23</td><td align="center" valign="middle" >98.07</td><td align="center" valign="middle" >86.03</td></tr><tr><td align="center" valign="middle" >ConvUNeXt</td><td align="center" valign="middle" >87.35</td><td align="center" valign="middle" >5.46</td><td align="center" valign="middle" >82.31</td><td align="center" valign="middle" >98.03</td><td align="center" valign="middle" >86.27</td></tr><tr><td align="center" valign="middle" >TransUNet</td><td align="center" valign="middle" >87.34</td><td align="center" valign="middle" >5.34</td><td align="center" valign="middle" >82.65</td><td align="center" valign="middle" >98.20</td><td align="center" valign="middle" >86.73</td></tr><tr><td align="center" valign="middle" >EU-Net</td><td align="center" valign="middle" >87.35</td><td align="center" valign="middle" >5.23</td><td align="center" valign="middle" >82.93</td><td align="center" valign="middle" >98.33</td><td align="center" valign="middle" >87.03</td></tr><tr><td align="center" valign="middle" >TGANet</td><td align="center" valign="middle" >87.46</td><td align="center" valign="middle" >4.67</td><td align="center" valign="middle" >83.75</td><td align="center" valign="middle" >98.34</td><td align="center" valign="middle" >87.14</td></tr><tr><td align="center" valign="middle" >Swin-UNet</td><td align="center" valign="middle" >87.46</td><td align="center" valign="middle" >4.34</td><td align="center" valign="middle" >83.32</td><td align="center" valign="middle" >98.21</td><td align="center" valign="middle" >87.23</td></tr><tr><td align="center" valign="middle" >ATFF</td><td align="center" valign="middle" >87.58</td><td align="center" valign="middle" >4.27</td><td align="center" valign="middle" >84.74</td><td align="center" valign="middle" >98.96</td><td align="center" valign="middle" >88.08</td></tr></tbody></table></table-wrap></sec><sec id="s3_3"><title>3.3. Discussion of Experimental Results</title><p>It can be seen from <xref ref-type="fig" rid="fig4">Figure 4</xref> and <xref ref-type="fig" rid="fig5">Figure 5</xref> that compared with other segmentation results, this method pays more attention to the lesion area than MedT and AMSUNet, suppresses the unimportant feature area, and the segmentation result is more accurate than EU-Net. In the case of little difference between the color pixels of the lesion area and the color pixels of the background area, the model can pay more attention to the small edges than Swin-UNet. In general, ATFF not only effectively alleviates the disturbance of tumor size, surrounding tissues and cascades, but also obtains segmentation results closer to the real ground mask. The comprehensive evaluation results and visual effects show that this method achieves better segmentation results with less missed detection and false detection in polyp lesion segmentation.</p></sec></sec><sec id="s4"><title>4. Conclusion</title><p>In short, this paper constructs a new model structure ATFF and proposes a medical image segmentation method based on this model. The convolution operation is combined with the improved attention mechanism to form a U-shaped network to capture global and local feature information, with multi-scale global context fusion function. Furthermore, a deep supervision strategy is introduced to train the model. Eliminate the attenuation of low-level information and retain more input spatial information. In the future, we will draw more knowledge and inspiration from the new deep learning theory and continue to optimize the proposed model and segmentation method. For example, the influence of each module on the performance of the model is deeply discussed and analyzed to further improve the segmentation accuracy.</p></sec><sec id="s5"><title>Conflicts of Interest</title><p>The authors declare no conflicts of interest regarding the publication of this paper.</p></sec><sec id="s6"><title>Cite this paper</title><p>Guo, X.P., Wang, L., Huang, Z.Z., Zhang, Y.K. and Han, Y.L. (2024) ATFF: Advanced Transformer with Multiscale Contextual Fusion for Medical Image Segmentation. Journal of Computer and Communications, 12, 238-251. https://doi.org/10.4236/jcc.2024.123015</p></sec></body><back><ref-list><title>References</title><ref id="scirp.132153-ref1"><label>1</label><mixed-citation publication-type="other" xlink:type="simple">Xia, S., Zhu, H., Liu, X., Gong, M., Huang, X., Xu, L., Zhang, H. and Guo, J. (2019) Vessel Segmentation of X-Ray Coronary Angiographic Image Sequence. IEEE Transactions on Biomedical Engineering, 67, 1338-1348. https://doi.org/10.1109/TBME.2019.2936460</mixed-citation></ref><ref id="scirp.132153-ref2"><label>2</label><mixed-citation publication-type="other" xlink:type="simple">Park, S. and Chung, M. (2022) Cardiac Segmentation on CT Images through Shape-Aware Contour Attentions. Computers in Biology and Medicine, 147, Article ID: 105782. https://doi.org/10.1016/j.compbiomed.2022.105782</mixed-citation></ref><ref id="scirp.132153-ref3"><label>3</label><mixed-citation publication-type="other" xlink:type="simple">Huo, Y., Liu, J., Xu, Z., Harrigan, R., Assad, A., Abramson, R. and Landman, B. (2017) Robust Multicontrast MRI Spleen Segmentation for Splenomegaly Using Multi-Atlas Segmentation. IEEE Transactions on Biomedical Engineering, 65, 336-343. https://doi.org/10.1109/TBME.2017.2764752</mixed-citation></ref><ref id="scirp.132153-ref4"><label>4</label><mixed-citation publication-type="other" xlink:type="simple">Ungi, T., Greer, H., Sunderland, K., Wu, V., Baum, Z., Schlenger, C., Oetgen, M., Cleary, K., Aylward, S. and Fichtinger, G. (2020) Automatic Spine Ultrasound Segmentation for Scoliosis Visualization and Measurement. IEEE Transactions on Biomedical Engineering, 67, 3234-3241. https://doi.org/10.1109/TBME.2020.2980540</mixed-citation></ref><ref id="scirp.132153-ref5"><label>5</label><mixed-citation publication-type="other" xlink:type="simple">Cai, Y. and Wang, Y. (2022) MA-Unet: An Improved Version of Unet Based on Multi-Scale and Attention Mechanism for Medical Image Segmentation. 3rd International Conference on Electronics and Communication; Network and Computer Technology, Volume 12167, 205-211. https://doi.org/10.1117/12.2628519</mixed-citation></ref><ref id="scirp.132153-ref6"><label>6</label><mixed-citation publication-type="other" xlink:type="simple">Ronneberger, O., Fischer, P. and Brox, T. (2015) U-Net: Convolutional Networks for Biomedical Image Segmentation. In: International Conference on Medical Image Computing and Computer-Assisted Intervention, Springer, Berlin, 234-241. https://doi.org/10.1007/978-3-319-24574-4_28</mixed-citation></ref><ref id="scirp.132153-ref7"><label>7</label><mixed-citation publication-type="other" xlink:type="simple">Oktay, O., Schlemper, J., Folgoc, L.L., et al. (2018) Attention u-net: Learning Where to Look for the Pancreas.</mixed-citation></ref><ref id="scirp.132153-ref8"><label>8</label><mixed-citation publication-type="other" xlink:type="simple">Isensee, F., Jaeger, P.F., Kohl, S.A.A., et al. (2021) nnU-Net: A Self-Configuring Method for Deep Learning-Based Biomedical Image Segmentation. Nature Methods, 18, 203-211. https://doi.org/10.1038/s41592-020-01008-z</mixed-citation></ref><ref id="scirp.132153-ref9"><label>9</label><mixed-citation publication-type="other" xlink:type="simple">Yap, M.H., Pons, G., Marti, J., et al. (2017) Automated Breast Ultrasound Lesions Detection Using Convolutional Neural Networks. IEEE Journal of Biomedical and Health Informatics, 22, 1218-1226. https://doi.org/10.1109/JBHI.2017.2731873</mixed-citation></ref><ref id="scirp.132153-ref10"><label>10</label><mixed-citation publication-type="other" xlink:type="simple">Zhou, Z., Siddiquee, M.M.R., Tajbakhsh, N., et al. (2019) Unet++: Redesigning Skip Connections to Exploit Multiscale Features in Image Segmentation. IEEE Transactions on Medical Imaging, 39, 1856-1867. https://doi.org/10.1109/TMI.2019.2959609</mixed-citation></ref><ref id="scirp.132153-ref11"><label>11</label><mixed-citation publication-type="other" xlink:type="simple">Oktay, O., Schlemper, J., Folgoc, L.L., et al. (2018) Attention U-Net: Learning Where to Look for the Pancreas.</mixed-citation></ref><ref id="scirp.132153-ref12"><label>12</label><mixed-citation publication-type="other" xlink:type="simple">Huang, H., Lin, L., Tong, R., et al. (2020) Unet3+: A Full-Scale Connected Unet for Medical Image Segmentation. ICASSP 2020-2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), Barcelona, 4-8 May 2020, 1055-1059. https://doi.org/10.1109/ICASSP40776.2020.9053405</mixed-citation></ref><ref id="scirp.132153-ref13"><label>13</label><mixed-citation publication-type="other" xlink:type="simple">Valanarasu, J.M.J. and Patel, V.M. (2022) Unext: Mlp-Based Rapid Medical Image Segmentation Network. Medical Image Computing and Computer Assisted Intervention-MICCAI 2022: 25th International Conference, Singapore, 18-22 September 2022, 23-33. https://doi.org/10.1007/978-3-031-16443-9_3</mixed-citation></ref><ref id="scirp.132153-ref14"><label>14</label><mixed-citation publication-type="other" xlink:type="simple">Dai, Z., Yang, Z., Yang, Y., Carbonell, J., Le, Q. and Salakhutdinov, R. (2019) Transformer-XL: Attentive Language Models beyond a Fixed-Length Context. Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics, Florence, July 2019, 2978-2988. https://doi.org/10.18653/v1/P19-1285</mixed-citation></ref><ref id="scirp.132153-ref15"><label>15</label><mixed-citation publication-type="other" xlink:type="simple">Raghu, M., et al. (2021) Do Vision Transformers See like Convolutional Neural Networks? Advances in Neural Information Processing Systems, 34, 12116-12128.</mixed-citation></ref><ref id="scirp.132153-ref16"><label>16</label><mixed-citation publication-type="other" xlink:type="simple">Nguyen, T., Raghu, M. and Kornblith, S. (2020) Do Wide and Deep Networks Learn the Same Things? Uncovering How Neural Network Representations Vary with Width and Depth.</mixed-citation></ref><ref id="scirp.132153-ref17"><label>17</label><mixed-citation publication-type="other" xlink:type="simple">Oktay, O., Schlemper, J., Folgoc, L., Lee, M., Heinrich, M., Misawa, K., Mori, K., McDonagh, S., Hammerla, N.Y. and Kainz, B. (2019) Attention U-Net: Learning Where to Look for the Pancreas. Medical Image Analysis, 53, 197-207. https://doi.org/10.1016/j.media.2019.01.012</mixed-citation></ref><ref id="scirp.132153-ref18"><label>18</label><mixed-citation publication-type="other" xlink:type="simple">Chen, J., Lu, Y., Yu, Q., Luo, X., Adeli, E., Wang, Y., Lu, L., Yuille, A. and Zhou, Y. (2021) TransUNet: Transformers Make Strong Encoders for Medical Image Segmentation.</mixed-citation></ref><ref id="scirp.132153-ref19"><label>19</label><mixed-citation publication-type="other" xlink:type="simple">Zhou, H.Y., Guo, J., Zhang, Y., et al. (2021) nnformer: Interleaved Transformer for Volumetric Segmentation.</mixed-citation></ref><ref id="scirp.132153-ref20"><label>20</label><mixed-citation publication-type="other" xlink:type="simple">Huang, X., Deng, Z., Li, D., et al. (2021) Missformer: An Effective Medical Image Segmentation Transformer.</mixed-citation></ref><ref id="scirp.132153-ref21"><label>21</label><mixed-citation publication-type="other" xlink:type="simple">Vaswani, A., Shazeer, N., Parmar, N., et al. (2017) Attention Is All You Need. arXiv: 1706.03762.</mixed-citation></ref><ref id="scirp.132153-ref22"><label>22</label><mixed-citation publication-type="other" xlink:type="simple">Wang, H., Zhu, Y., Green, B., Adam, H., Yuille, A. and Chen, L. (2020) Axial-DeepLab: Stand-Alone Axial-Attention for Panoptic Segmentation. European Conference on Computer Vision, Glasgow, 23-28 August 2020, 108-126. https://doi.org/10.1007/978-3-030-58548-8_7</mixed-citation></ref><ref id="scirp.132153-ref23"><label>23</label><mixed-citation publication-type="other" xlink:type="simple">Liu, Z., Hu, H., Lin, Y., Yao, Z., Xie, Z., Wei, Y., Ning, J., Cao, Y., Zhang, Z., Dong, L., et al. (2022) Swin Transformer v2: Scaling up Capacity and Resolution. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, New Orle-ans, 18-24 June 2022, 12009-12019. https://doi.org/10.1109/CVPR52688.2022.01170</mixed-citation></ref><ref id="scirp.132153-ref24"><label>24</label><mixed-citation publication-type="other" xlink:type="simple">Liu, Z., Hu, H., Lin, Y., et al. (2022) Swin Transformer v2: Scaling up Capacity and Resolution. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, New Orleans, 18-24 June 2022, 12009-12019. https://doi.org/10.1109/CVPR52688.2022.01170</mixed-citation></ref><ref id="scirp.132153-ref25"><label>25</label><mixed-citation publication-type="other" xlink:type="simple">Vazquez, D., Bernal, J., Sanchez, F.J., Fernandez-Esparrach, G., Lopez, A.M., Romero, A., Drozdzal, M. and Courville, A. (2017) A Benchmark for Endoluminal Scene Segmentation of Colonoscopy Images. Journal of Healthcare Engineering, 2017, Article ID: 4037190. https://doi.org/10.1155/2017/4037190</mixed-citation></ref><ref id="scirp.132153-ref26"><label>26</label><mixed-citation publication-type="other" xlink:type="simple">Jha, D., Smedsrud, P.H., Riegler, M.A., et al. (2020) Kvasirseg: A Segmented Polyp Dataset. MultiMedia Modeling: 26th International Conference, MMM 2020, Daejeon, 5-8 January 2020, 451-462. https://doi.org/10.1007/978-3-030-37734-2_37</mixed-citation></ref><ref id="scirp.132153-ref27"><label>27</label><mixed-citation publication-type="other" xlink:type="simple">Bernal, J., Sanchez, F.J., Fernandez-Esparrach, G., Gil, D., Rodr&amp;imath;guez, C. and Vilarino, F. (2015) Wm-dova Maps for Accurate Polyp Highlighting in Colonoscopy: Validation vs. Saliency Maps from Physicians. Computerized Medical Imaging and Graphics, 43, 99-111. https://doi.org/10.1016/j.compmedimag.2015.02.007</mixed-citation></ref><ref id="scirp.132153-ref28"><label>28</label><mixed-citation publication-type="other" xlink:type="simple">Tajbakhsh, N., Gurudu, S.R. and Liang, J. (2015) Automated Polyp Detection in Colonoscopy Videos Using Shape and Context Information. IEEE TMI, 35, 630-644. https://doi.org/10.1109/TMI.2015.2487997</mixed-citation></ref><ref id="scirp.132153-ref29"><label>29</label><mixed-citation publication-type="other" xlink:type="simple">Silva, J., Histace, A., Romain, O., Dray, X. and Granado, B. (2014) Toward Embedded Detection of Polyps in WCE Images for Early Diagnosis of Colorectal Cancer. The International Journal of Computer Assisted Radiology and Surgery, 9, 283-293. https://doi.org/10.1007/s11548-013-0926-3</mixed-citation></ref><ref id="scirp.132153-ref30"><label>30</label><mixed-citation publication-type="other" xlink:type="simple">Han, Z., Jian, M. and Wang, G. (2022) ConvUNeXt: An Efficient Convolution Neural Network for Medical Image Segmentation. Knowledge-Based Systems, 253, Article ID: 109512. https://doi.org/10.1016/j.knosys.2022.109512</mixed-citation></ref><ref id="scirp.132153-ref31"><label>31</label><mixed-citation publication-type="other" xlink:type="simple">Fu, Z., Li, J. and Hua, Z. (2022) DEAU-Net: Attention Networks Based on Dual Encoder for Medical Image Segmentation. Computers in Biology and Medicine, 150, Article ID: 106197. https://doi.org/10.1016/j.compbiomed.2022.106197</mixed-citation></ref><ref id="scirp.132153-ref32"><label>32</label><mixed-citation publication-type="other" xlink:type="simple">Valanarasu, J., Oza, P., Hacihaliloglu, I. and Patel, V. (2021) Medical Transformer: Gated Axial-Attention for Medical Image Segmentation. International Conference on Medical Image Computing and Computer-Assisted Intervention, Strasbourg, 27 September-1 October 2021, 36-46. https://doi.org/10.1007/978-3-030-87193-2_4</mixed-citation></ref><ref id="scirp.132153-ref33"><label>33</label><mixed-citation publication-type="other" xlink:type="simple">Tomar, N., Jha, D., Bagci, U. and Ali, S. (2022) TGANet: Text-Guided Attention for Improved Polyp Segmentation. International Conference on Medical Image Computing and Computer-Assisted Intervention (MICCAI), Singapore, 18-22 September 2022, 151-160. https://doi.org/10.1007/978-3-031-16437-8_15</mixed-citation></ref><ref id="scirp.132153-ref34"><label>34</label><mixed-citation publication-type="other" xlink:type="simple">Cao, H., Karlinsky, L., Michaeli, T., Nishino, K., et al. (2023) Swin-Unet: Unet-Like Pure Trans-Former for Medical Image Segmentation. European Conference on Computer Vision Computer Vision, Tel Aviv, 23-27 October 2022, 205-218. https://doi.org/10.1007/978-3-031-25066-8_9</mixed-citation></ref></ref-list></back></article>