<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.1 20151215//EN" "http://jats.nlm.nih.gov/publishing/1.1/JATS-journalpublishing1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:mml="http://www.w3.org/1998/Math/MathML" xml:lang="en" article-type="research-article" dtd-version="1.1">
<front>
<journal-meta>
<journal-id journal-id-type="pmc">CMC</journal-id>
<journal-id journal-id-type="nlm-ta">CMC</journal-id>
<journal-id journal-id-type="publisher-id">CMC</journal-id>
<journal-title-group>
<journal-title>Computers, Materials &#x0026; Continua</journal-title>
</journal-title-group>
<issn pub-type="epub">1546-2226</issn>
<issn pub-type="ppub">1546-2218</issn>
<publisher>
<publisher-name>Tech Science Press</publisher-name>
<publisher-loc>USA</publisher-loc>
</publisher>
</journal-meta>
<article-meta>
<article-id pub-id-type="publisher-id">67763</article-id>
<article-id pub-id-type="doi">10.32604/cmc.2025.067763</article-id>
<article-categories>
<subj-group subj-group-type="heading">
<subject>Article</subject>
</subj-group>
</article-categories>
<title-group>
<article-title>LR-Net: Lossless Feature Fusion and Revised SIoU for Small Object Detection</article-title>
<alt-title alt-title-type="left-running-head">LR-Net: Lossless Feature Fusion and Revised SIoU for Small Object Detection</alt-title>
<alt-title alt-title-type="right-running-head">LR-Net: Lossless Feature Fusion and Revised SIoU for Small Object Detection</alt-title>
</title-group>
<contrib-group>
<contrib id="author-1" contrib-type="author">
<name name-style="western"><surname>Li</surname><given-names>Gang</given-names></name><xref ref-type="aff" rid="aff-1">1</xref><xref ref-type="author-notes" rid="afn1">#</xref></contrib>
<contrib id="author-2" contrib-type="author">
<name name-style="western"><surname>Wang</surname><given-names>Ru</given-names></name><xref ref-type="aff" rid="aff-1">1</xref><xref ref-type="author-notes" rid="afn1">#</xref></contrib>
<contrib id="author-3" contrib-type="author" corresp="yes">
<name name-style="western"><surname>Zhang</surname><given-names>Yang</given-names></name> <xref ref-type="aff" rid="aff-2">2</xref><email>zhangyang@cqnu.edu.cn</email></contrib>
<contrib id="author-4" contrib-type="author">
<name name-style="western"><surname>Xu</surname><given-names>Chuanyun</given-names></name><xref ref-type="aff" rid="aff-2">2</xref></contrib>
<contrib id="author-5" contrib-type="author">
<name name-style="western"><surname>Fan</surname><given-names>Xinyu</given-names></name><xref ref-type="aff" rid="aff-1">1</xref></contrib>
<contrib id="author-6" contrib-type="author">
<name name-style="western"><surname>Zhou</surname><given-names>Zheng</given-names></name><xref ref-type="aff" rid="aff-1">1</xref></contrib>
<contrib id="author-7" contrib-type="author">
<name name-style="western"><surname>Lv</surname><given-names>Pengfei</given-names></name><xref ref-type="aff" rid="aff-1">1</xref></contrib>
<contrib id="author-8" contrib-type="author">
<name name-style="western"><surname>Ruan</surname><given-names>Zihan</given-names></name><xref ref-type="aff" rid="aff-1">1</xref></contrib>
<aff id="aff-1"><label>1</label><institution>School of Artificial Intelligence, Chongqing University of Technology</institution>, <addr-line>Chongqing, 401135</addr-line>, <country>China</country></aff>
<aff id="aff-2"><label>2</label><institution>School of Computer and Information Science, Chongqing Normal University</institution>, <addr-line>Chongqing, 401331</addr-line>, <country>China</country></aff>
</contrib-group>
<author-notes>
<corresp id="cor1"><label>&#x002A;</label>Corresponding Author: Yang Zhang. Email: <email>zhangyang@cqnu.edu.cn</email></corresp>
<fn id="afn1">
<p><sup>#</sup>These authors contributed equally to this work</p>
</fn>
</author-notes>
<pub-date date-type="collection" publication-format="electronic">
<year>2025</year></pub-date>
<pub-date date-type="pub" publication-format="electronic">
<day>23</day><month>09</month><year>2025</year></pub-date>
<volume>85</volume>
<issue>2</issue>
<fpage>3267</fpage>
<lpage>3288</lpage>
<history>
<date date-type="received">
<day>12</day>
<month>5</month>
<year>2025</year>
</date>
<date date-type="accepted">
<day>10</day>
<month>7</month>
<year>2025</year>
</date>
</history>
<permissions>
<copyright-statement>&#x00A9; 2025 The Authors.</copyright-statement>
<copyright-year>2025</copyright-year>
<copyright-holder>Published by Tech Science Press.</copyright-holder>
<license xlink:href="https://creativecommons.org/licenses/by/4.0/">
<license-p>This work is licensed under a <ext-link ext-link-type="uri" xlink:type="simple" xlink:href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</ext-link>, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.</license-p>
</license>
</permissions>
<self-uri content-type="pdf" xlink:href="TSP_CMC_67763.pdf"></self-uri>
<abstract>
<p>Currently, challenges such as small object size and occlusion lead to a lack of accuracy and robustness in small object detection. Since small objects occupy only a few pixels in an image, the extracted features are limited, and mainstream downsampling convolution operations further exacerbate feature loss. Additionally, due to the occlusion-prone nature of small objects and their higher sensitivity to localization deviations, conventional Intersection over Union (IoU) loss functions struggle to achieve stable convergence. To address these limitations, LR-Net is proposed for small object detection. Specifically, the proposed Lossless Feature Fusion (LFF) method transfers spatial features into the channel domain while leveraging a hybrid attention mechanism to focus on critical features, mitigating feature loss caused by downsampling. Furthermore, RSIoU is proposed to enhance the convergence performance of IoU-based losses for small objects. RSIoU corrects the inherent convergence direction issues in SIoU and proposes a penalty term as a Dynamic Focusing Mechanism parameter, enabling it to dynamically emphasize the loss contribution of small object samples. Ultimately, RSIoU significantly improves the convergence performance of the loss function for small objects, particularly under occlusion scenarios. Experiments demonstrate that LR-Net achieves significant improvements across various metrics on multiple datasets compared with YOLOv8n, achieving a 3.7% increase in mean Average Precision (AP) on the VisDrone2019 dataset, along with improvements of 3.3% on the AI-TOD dataset and 1.2% on the COCO dataset.</p>
</abstract>
<kwd-group kwd-group-type="author">
<kwd>Small object detection</kwd>
<kwd>lossless feature fusion</kwd>
<kwd>attention mechanisms</kwd>
<kwd>loss function</kwd>
<kwd>penalty term</kwd>
</kwd-group>
<funding-group>
<award-group id="awg1">
<funding-source>Chongqing Municipal Commission of Housing and Urban-Rural Development</funding-source>
<award-id>CKZ2024-87</award-id>
</award-group>
<award-group id="awg2">
<funding-source>China Chongqing Municipal Science and Technology Bureau</funding-source>
<award-id>2024TIAD-CYKJCXX0121</award-id>
</award-group>
</funding-group>
</article-meta>
</front>
<body>
<sec id="s1">
<label>1</label>
<title>Introduction</title>
<p>The task of small object detection (SOD) is to detect labeled small objects (less than 32 <inline-formula id="ieqn-1"><mml:math id="mml-ieqn-1"><mml:mo>&#x00D7;</mml:mo></mml:math></inline-formula> 32 pixels) in images or videos. This technology is widely used in scenarios such as autonomous driving, large-scale surveillance systems, and defect detection. It is a highly challenging research topic in the field of object detection [<xref ref-type="bibr" rid="ref-1">1</xref>&#x2013;<xref ref-type="bibr" rid="ref-3">3</xref>]. However, small object detection currently faces challenges in accuracy and robustness. Due to the extremely small object size and the high likelihood of occlusion [<xref ref-type="bibr" rid="ref-4">4</xref>,<xref ref-type="bibr" rid="ref-5">5</xref>], feature processing for small objects becomes more difficult. Additionally, small objects are more susceptible to occlusion and localization errors, leading to insufficient convergence performance of the loss function.</p>
<p>Small objects exhibit extremely limited appearance information due to their low-resolution characteristics, resulting in too few usable features, which directly increases the difficulty of feature processing. The Feature Pyramid Network (FPN) was proposed to learn multi-scale features [<xref ref-type="bibr" rid="ref-6">6</xref>,<xref ref-type="bibr" rid="ref-7">7</xref>]. By effectively fusing shallow and deep features through FPN, it fully utilizes the positional and semantic information required for small objects, alleviating the difficulties of feature processing to some extent. In the feature fusion stage, many recently proposed methods have improved feature fusion networks. Methods such as MS-YOLO [<xref ref-type="bibr" rid="ref-8">8</xref>], PSO-YOLO [<xref ref-type="bibr" rid="ref-9">9</xref>], and DSPAN [<xref ref-type="bibr" rid="ref-10">10</xref>] have been introduced to enhance and fuse small object features. However, these approaches rely on already extracted features, while mainstream backbone networks heavily utilize convolutional downsampling during feature extraction. This results in the loss of small object features, as illustrated in the upper part of <xref ref-type="fig" rid="fig-1">Fig. 1</xref>, which depicts convolutional downsampling methods. To address this issue, one approach reduces feature loss through feature reorganization [<xref ref-type="bibr" rid="ref-11">11</xref>]. However, it does not account for the abundance of non-critical features in small object feature maps, which weakens the network&#x2019;s ability to represent small objects during feature transfer. To solve this problem, this study proposes the Lossless Feature Fusion (LFF) method. LFF slices feature maps at a specific stride, preserving small object features spatially within the channels while emphasizing their three-dimensional representation. This enhances the network&#x2019;s capability to represent small objects and achieves fully lossless feature downsampling.</p>
<fig id="fig-1">
<label>Figure 1</label>
<caption>
<title>Downsampling Method for Lossless Feature Fusion (In conventional convolutional downsampling, small object features are proportionally lost as the downsampling factor increases. LFF, on the other hand, transfers features to the channel dimension to prevent loss while applying attention mechanisms to focus on key small object features)</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_67763-fig-1.tif"/>
</fig>
<p>In addition, small object detection demands more stringent requirements for BBR (Bounding Box Regression). Due to the significant impact of positioning deviation on small objects, and even more so when occlusion occurs. However, the Intersection over Union (IoU) [<xref ref-type="bibr" rid="ref-12">12</xref>] loss function cannot meet this demand. Some methods have attempted to improve loss functions for small object detection by incorporating the concept of a 2D Gaussian distribution [<xref ref-type="bibr" rid="ref-4">4</xref>,<xref ref-type="bibr" rid="ref-5">5</xref>], while others have further optimized IoU-based losses [<xref ref-type="bibr" rid="ref-13">13</xref>&#x2013;<xref ref-type="bibr" rid="ref-17">17</xref>]. For example, EIoU [<xref ref-type="bibr" rid="ref-15">15</xref>] introduces an evaluation mechanism where the IoU value determines sample quality and employs a focusing mechanism to emphasize the contribution of high-quality samples. SIoU [<xref ref-type="bibr" rid="ref-16">16</xref>] designs an angle penalty term to accelerate convergence, but there is still room for improvement in both convergence effectiveness and direction. WIoU [<xref ref-type="bibr" rid="ref-17">17</xref>] argues that attention should be given to ordinary-quality samples rather than high-quality ones. However, it struggles to distinguish small object sample quality, leading to suboptimal convergence for small objects. To address these IoU-related limitations, this study proposes Revised SIoU (RSIoU), which refines SIoU&#x2019;s convergence direction and incorporates the center-point Euclidean distance. Additionally, RSIoU introduces a penalty term as a dynamic focusing mechanism parameter, adaptively prioritizing ordinary-quality small object samples and providing more flexible weight adjustments for the loss function. As a result, RSIoU significantly enhances loss convergence performance.</p>
<p>Based on the above analysis of the challenges in small object detection and the limitations of mainstream methods, this paper proposes LR-Net for small object detection, which integrates the proposed LFF and RSIoU methods. LR-Net aims to address the difficulties in small object feature processing and the poor convergence performance of IoU-based losses for small objects. The main contributions of this study are as follows:
<list list-type="simple">
<list-item><label>1.</label><p>A lossless feature fusion method (LFF) is proposed. LFF transfers spatial feature information into the channel dimension and combines it with an attention mechanism to focus on the effective features after fusion. LFF effectively mitigates the loss of small object features caused by excessive downsampling, enhancing the network model&#x2019;s feature representation capability for small objects. Ultimately, it alleviates the difficulty in feature processing caused by the extremely small object size.</p></list-item>
<list-item><label>2.</label><p>The RSIoU loss function is proposed to address the limitations of mainstream IoU-based losses in small object detection. RSIoU corrects the potential issue in SIoU where the relative convergence direction is misaligned and introduces the center-point Euclidean distance as a distance cost. Additionally, a penalty term is incorporated as a parameter in the dynamic focusing mechanism, adaptively emphasizing the loss contribution of ordinary-quality small object samples, enabling more flexible weight allocation within the loss function. By overcoming the constraints of conventional IoU losses in small object detection, RSIoU enhances the convergence performance of IoU-based losses, effectively mitigating the challenges posed by occlusion and heightened sensitivity to localization errors in small objects.</p></list-item>
<list-item><label>3.</label><p>LR-Net is specifically designed for small object detection with high-resolution feature hierarchies. The proposed LFF and RSIoU methods are applied within this structure to address the challenges of small object detection, such as the small size of the target and susceptibility to occlusion, which contribute to insufficient accuracy and robustness. LR-Net has been tested across several datasets, including VisDrone-2019, AI-TOD, MS COCO, and Pascal VOC, demonstrating significant improvements in the Average Precision (AP) metric, with increases of 3.7%, 3.3%, 1.2%, and 0.4%, respectively, compared to YOLOv8n. Additionally, LR-Net showed more substantial improvements in the dedicated metrics for small objects.</p></list-item>
</list></p>
</sec>
<sec id="s2">
<label>2</label>
<title>Related Work</title>
<sec id="s2_1">
<label>2.1</label>
<title>Feature Processing Methods for Small Object Detection</title>
<p>In early research on feature processing in CNNs, Liang et al. [<xref ref-type="bibr" rid="ref-18">18</xref>] proposed enhancing the semantic features of small objects using lateral connections based on the Feature Pyramid Network (FPN), which enhances small object features through its multi-scale structure. PANet [<xref ref-type="bibr" rid="ref-19">19</xref>] further introduced a bottom-up path to leverage low-level localization information, thereby improving the overall feature representation of FPN. Additionally, Liu et al. [<xref ref-type="bibr" rid="ref-20">20</xref>] addressed the poor performance of the original DETR model in small object detection by proposing a multi-branch architecture that simultaneously utilizes feature maps from different levels to introduce multi-scale capability into DETR. However, such methods rely heavily on the features extracted by the backbone, making the ability to capture small object features during the sampling process especially critical.</p>
<p>In this type of method, deformable convolutions can capture features of different scales by using different receptive field sizes, which allows for more effective capture of small object features [<xref ref-type="bibr" rid="ref-21">21</xref>], However, this increases the model complexity and computational cost. Dilated convolutions expand the receptive field without increasing the number of parameters, helping to capture more contextual information without losing resolution, thus reducing information loss [<xref ref-type="bibr" rid="ref-22">22</xref>] and providing new insights for downsampling methods. REAM (Receptive Field Expansion Attention Module) [<xref ref-type="bibr" rid="ref-23">23</xref>] expands the receptive field through its spatial extension module to capture more contextual information, while its channel attention module focuses on key channel-wise features. This enables the extraction of multi-scale spatial information and channel interactions. However, it makes limited use of the intrinsic features of small objects. MFAF (Multiscale Feature Alignment Fusion) [<xref ref-type="bibr" rid="ref-24">24</xref>] was proposed to enhance the use of shallow network features, where the integrated SPD-Conv effectively prevents the loss of small object features. However, the fused features inevitably contain redundancy, and unfiltered features may negatively impact the model, especially in small object detection, where such effects are more pronounced. In contrast, the proposed LFF method not only prevents small object feature loss through feature transfer but also employs 3D attention to focus on critical features, thereby enhancing the model&#x2019;s feature representation for small objects.</p>
</sec>
<sec id="s2_2">
<label>2.2</label>
<title>IoU-Based Loss Functions for BBR</title>
<p>BBR (Bounding box regression) plays a crucial role in small object detection. Redmon et al. [<xref ref-type="bibr" rid="ref-25">25</xref>] proposed a loss function with different weights based on object size [<xref ref-type="bibr" rid="ref-26">26</xref>], which improved small object detection performance. Lin et al. [<xref ref-type="bibr" rid="ref-27">27</xref>] addressed the issue of class imbalance by proposing focal loss in RetinaNet, effectively solving the foreground-background class imbalance problem during training. Wang et al. [<xref ref-type="bibr" rid="ref-4">4</xref>] noted that IoU is more sensitive to the scale of small objects and proposed using a Two-dimensional Gaussian distribution distance to replace IoU in order to enhance detection performance.</p>
<p>Researchers have continuously explored new metrics to further improve the detection accuracy and speed based on Intersection over Union (IoU) [<xref ref-type="bibr" rid="ref-12">12</xref>] loss functions. Methods such as GIoU [<xref ref-type="bibr" rid="ref-13">13</xref>], DIoU [<xref ref-type="bibr" rid="ref-14">14</xref>], EIoU [<xref ref-type="bibr" rid="ref-15">15</xref>], and SIoU [<xref ref-type="bibr" rid="ref-16">16</xref>] have optimized bounding box regression by introducing different constraints on top of IoU to achieve more efficient bounding box regression methods.</p>
<p>IoU(Intersection over Union) metric: It is the most commonly used evaluation standard for object detection, defined as shown in the formula:
<disp-formula id="eqn-1"><label>(1)</label><mml:math id="mml-eqn-1" display="block"><mml:mi>I</mml:mi><mml:mi>o</mml:mi><mml:mi>U</mml:mi><mml:mo>=</mml:mo><mml:mfrac><mml:mrow><mml:mo>|</mml:mo><mml:mi>B</mml:mi><mml:mo>&#x2229;</mml:mo><mml:msup><mml:mi>B</mml:mi><mml:mrow><mml:mi>g</mml:mi><mml:mi>t</mml:mi></mml:mrow></mml:msup><mml:mo>|</mml:mo></mml:mrow><mml:mrow><mml:mo>|</mml:mo><mml:mi>B</mml:mi><mml:mo>&#x222A;</mml:mo><mml:msup><mml:mi>B</mml:mi><mml:mrow><mml:mi>g</mml:mi><mml:mi>t</mml:mi></mml:mrow></mml:msup><mml:mo>|</mml:mo></mml:mrow></mml:mfrac></mml:math></disp-formula></p>
<p>Here, <italic>B</italic> and <inline-formula id="ieqn-2"><mml:math id="mml-ieqn-2"><mml:msup><mml:mi>B</mml:mi><mml:mrow><mml:mi>g</mml:mi><mml:mi>t</mml:mi></mml:mrow></mml:msup></mml:math></inline-formula> represent the predicted box and the Ground Truth (GT) box, respectively. There are two situations where IoU cannot be handled, as shown in <xref ref-type="fig" rid="fig-2">Fig. 2</xref>.</p>
<fig id="fig-2">
<label>Figure 2</label>
<caption>
<title>Two Scenarios Where Traditional IoU Fails to Converge (First: There is no intersection between <italic>B</italic> and <italic>B</italic><sup><italic>gt</italic></sup>, so the IoU is 0. This results in no gradient backpropagation, and <italic>B</italic> cannot update its position to match <italic>B</italic><sup><italic>gt</italic></sup>. Second: <italic>B</italic> and <italic>B</italic><sup><italic>gt</italic></sup> are in an inclusive relationship, with a constant area ratio. In this case, positioning cannot be updated either)</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_67763-fig-2.tif"/>
</fig>
<p>GIoU and DIoU address this issue by introducing additional penalty terms, but they still suffer from potential convergence efficiency problems. EIoU redefines the aspect ratio penalty term, allowing the predicted box&#x2019;s height and width to converge separately towards the height and width of the ground truth box, ultimately resolving the issue. SIoU points out that the angle relationship between bounding boxes affects regression, and by using an angle cost, the convergence speed of the loss function can be accelerated. SIoU consists of four components: IoU, angle cost (<inline-formula id="ieqn-3"><mml:math id="mml-ieqn-3"><mml:mi mathvariant="normal">&#x039B;</mml:mi></mml:math></inline-formula>), distance cost (<inline-formula id="ieqn-4"><mml:math id="mml-ieqn-4"><mml:mi mathvariant="normal">&#x0394;</mml:mi></mml:math></inline-formula>), shape cost (<inline-formula id="ieqn-5"><mml:math id="mml-ieqn-5"><mml:mi mathvariant="normal">&#x03A9;</mml:mi></mml:math></inline-formula>). Its definition is shown in the formula:
<disp-formula id="eqn-2"><label>(2)</label><mml:math id="mml-eqn-2" display="block"><mml:mi>S</mml:mi><mml:mi>I</mml:mi><mml:mi>o</mml:mi><mml:mi>U</mml:mi><mml:mo>=</mml:mo><mml:mi>I</mml:mi><mml:mi>o</mml:mi><mml:mi>U</mml:mi><mml:mo>&#x2212;</mml:mo><mml:mfrac><mml:mrow><mml:mrow><mml:mo>(</mml:mo><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo></mml:mrow><mml:mi mathvariant="normal">&#x0394;</mml:mi><mml:mo>+</mml:mo><mml:mi mathvariant="normal">&#x03A9;</mml:mi><mml:mrow><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo><mml:mo>)</mml:mo></mml:mrow></mml:mrow><mml:mn>2</mml:mn></mml:mfrac></mml:math></disp-formula></p>
<p>In <xref ref-type="disp-formula" rid="eqn-2">Eq. (2)</xref>, <inline-formula id="ieqn-6"><mml:math id="mml-ieqn-6"><mml:mi mathvariant="normal">&#x0394;</mml:mi></mml:math></inline-formula> represents the distance cost, which is specifically defined in the formula:
<disp-formula id="eqn-3"><label>(3)</label><mml:math id="mml-eqn-3" display="block"><mml:mi mathvariant="normal">&#x0394;</mml:mi><mml:mo>=</mml:mo><mml:munder><mml:mo movablelimits="false">&#x2211;</mml:mo><mml:mrow><mml:mi>t</mml:mi><mml:mo>=</mml:mo><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mi>y</mml:mi></mml:mrow></mml:munder><mml:mrow><mml:mo>(</mml:mo><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo></mml:mrow><mml:mn>1</mml:mn><mml:mo>&#x2212;</mml:mo><mml:msup><mml:mi>e</mml:mi><mml:mrow><mml:mo>&#x2212;</mml:mo><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow><mml:msub><mml:mi>p</mml:mi><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msup><mml:mrow><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo><mml:mo>)</mml:mo></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow><mml:mo>=</mml:mo><mml:mn>2</mml:mn><mml:mo>&#x2212;</mml:mo><mml:mi mathvariant="normal">&#x039B;</mml:mi></mml:math></disp-formula>where <inline-formula id="ieqn-7"><mml:math id="mml-ieqn-7"><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow></mml:math></inline-formula> &#x003D; 2&#x2013;<inline-formula id="ieqn-8"><mml:math id="mml-ieqn-8"><mml:mi mathvariant="normal">&#x039B;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-9"><mml:math id="mml-ieqn-9"><mml:mi mathvariant="normal">&#x039B;</mml:mi></mml:math></inline-formula> represents the angle cost, which is used to converge the angle between the boxes, as shown in the formula:
<disp-formula id="eqn-4"><label>(4)</label><mml:math id="mml-eqn-4" display="block"><mml:mi mathvariant="normal">&#x039B;</mml:mi><mml:mo>=</mml:mo><mml:mn>1</mml:mn><mml:mo>&#x2212;</mml:mo><mml:mn>2</mml:mn><mml:msup><mml:mi>sin</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>&#x2061;</mml:mo><mml:mrow><mml:mo>(</mml:mo><mml:mi>a</mml:mi><mml:mi>r</mml:mi><mml:mi>c</mml:mi><mml:mi>s</mml:mi><mml:mi>i</mml:mi><mml:mi>n</mml:mi><mml:mrow><mml:mo>(</mml:mo><mml:mfrac><mml:msub><mml:mi>d</mml:mi><mml:mrow><mml:mi>h</mml:mi></mml:mrow></mml:msub><mml:mi>&#x03C3;</mml:mi></mml:mfrac><mml:mo>)</mml:mo></mml:mrow><mml:mo>&#x2212;</mml:mo><mml:mfrac><mml:mi>&#x03C0;</mml:mi><mml:mn>4</mml:mn></mml:mfrac><mml:mo>)</mml:mo></mml:mrow></mml:math></disp-formula></p>
<p>In <xref ref-type="disp-formula" rid="eqn-4">Eq. (4)</xref>, <inline-formula id="ieqn-10"><mml:math id="mml-ieqn-10"><mml:mi>&#x03C3;</mml:mi></mml:math></inline-formula> represents the linear distance between the center points, and <inline-formula id="ieqn-11"><mml:math id="mml-ieqn-11"><mml:msub><mml:mi>d</mml:mi><mml:mi>h</mml:mi></mml:msub></mml:math></inline-formula> represents the vertical coordinate difference of the center points, as shown in the formula:
<disp-formula id="eqn-5"><label>(5)</label><mml:math id="mml-eqn-5" display="block"><mml:msub><mml:mi>d</mml:mi><mml:mrow><mml:mi>h</mml:mi></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mo movablelimits="true" form="prefix">max</mml:mo><mml:mrow><mml:mo>(</mml:mo><mml:msubsup><mml:mi>b</mml:mi><mml:mrow><mml:mi>c</mml:mi><mml:mi>y</mml:mi></mml:mrow><mml:mrow><mml:mi>g</mml:mi><mml:mi>t</mml:mi></mml:mrow></mml:msubsup><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>b</mml:mi><mml:mrow><mml:mi>c</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub><mml:mo>)</mml:mo></mml:mrow><mml:mo>&#x2212;</mml:mo><mml:mo movablelimits="true" form="prefix">min</mml:mo><mml:mrow><mml:mo>(</mml:mo><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo></mml:mrow><mml:msubsup><mml:mi>b</mml:mi><mml:mrow><mml:mi>c</mml:mi><mml:mi>y</mml:mi></mml:mrow><mml:mrow><mml:mi>g</mml:mi><mml:mi>t</mml:mi></mml:mrow></mml:msubsup><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>b</mml:mi><mml:mrow><mml:mi>c</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub><mml:mrow><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo><mml:mo>)</mml:mo></mml:mrow></mml:math></disp-formula></p>
<p>In <xref ref-type="disp-formula" rid="eqn-3">Eq. (3)</xref>, <inline-formula id="ieqn-12"><mml:math id="mml-ieqn-12"><mml:msub><mml:mi>p</mml:mi><mml:mi>t</mml:mi></mml:msub></mml:math></inline-formula> represents the ratio of the difference in the horizontal and vertical coordinates of the center points of the boxes to the height and width of the minimum enclosing rectangle. This is used to converge the distance between the boxes, with the calculation method shown in the formula:
<disp-formula id="eqn-6"><label>(6)</label><mml:math id="mml-eqn-6" display="block"><mml:mrow><mml:mo>{</mml:mo><mml:mtable columnalign="left right" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:msub><mml:mi>&#x03C1;</mml:mi><mml:mrow><mml:mi>x</mml:mi></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:msup><mml:mrow><mml:mo>(</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mi>b</mml:mi><mml:mrow><mml:mi>c</mml:mi><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>g</mml:mi><mml:mi>t</mml:mi></mml:mrow></mml:msubsup><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>b</mml:mi><mml:mrow><mml:mi>c</mml:mi><mml:mi>x</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:msub><mml:mi>c</mml:mi><mml:mrow><mml:mi>w</mml:mi></mml:mrow></mml:msub></mml:mfrac><mml:mo>)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:msub><mml:mi>&#x03C1;</mml:mi><mml:mrow><mml:mi>y</mml:mi></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:msup><mml:mrow><mml:mo>(</mml:mo><mml:mfrac><mml:mrow><mml:msubsup><mml:mi>b</mml:mi><mml:mrow><mml:mi>c</mml:mi><mml:mi>y</mml:mi></mml:mrow><mml:mrow><mml:mi>g</mml:mi><mml:mi>t</mml:mi></mml:mrow></mml:msubsup><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>b</mml:mi><mml:mrow><mml:mi>c</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:msub><mml:mi>c</mml:mi><mml:mrow><mml:mi>h</mml:mi></mml:mrow></mml:msub></mml:mfrac><mml:mo>)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mtd></mml:mtr></mml:mtable><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo></mml:mrow></mml:math></disp-formula></p>
</sec>
</sec>
<sec id="s3">
<label>3</label>
<title>Method</title>
<p>This chapter introduces the two methods of LR-Net, namely the LFF and RSIoU methods, along with their specific components and underlying principles.</p>
<sec id="s3_1">
<label>3.1</label>
<title>Lossless Feature Fusion (LFF)</title>
<p>YOLOv8 utilizes CSPDarknet [<xref ref-type="bibr" rid="ref-28">28</xref>] as its backbone, capable of performing four downsampling operations to obtain feature maps at four levels. FPN employs PANet [<xref ref-type="bibr" rid="ref-19">19</xref>] for feature fusion, incorporating both top-down and bottom-up path enhancement networks. For an input image of size 640 <inline-formula id="ieqn-13"><mml:math id="mml-ieqn-13"><mml:mo>&#x00D7;</mml:mo></mml:math></inline-formula> 640 <inline-formula id="ieqn-14"><mml:math id="mml-ieqn-14"><mml:mo>&#x00D7;</mml:mo></mml:math></inline-formula> 3, the backbone extracts features to obtain a 32<inline-formula id="ieqn-15"><mml:math id="mml-ieqn-15"><mml:mo>&#x00D7;</mml:mo></mml:math></inline-formula> down-sampled feature map (C2&#x2013;C5). The shallow layers of the network contain more localization features for small objects, while the deeper layers hold more semantic features, both of which are crucial for small object detection [<xref ref-type="bibr" rid="ref-29">29</xref>,<xref ref-type="bibr" rid="ref-30">30</xref>]. Thus, FPN is needed for feature fusion. However, in the backbone, upsampling can only obtain the C3-level feature map (80 <inline-formula id="ieqn-16"><mml:math id="mml-ieqn-16"><mml:mo>&#x00D7;</mml:mo></mml:math></inline-formula> 80), leaving out the C2 level, which is richer in small object localization features, leading to insufficient representation of small objects. To address this issue, the C2 level feature structure is incorporated by further upsampling to a larger feature map (160 <inline-formula id="ieqn-17"><mml:math id="mml-ieqn-17"><mml:mo>&#x00D7;</mml:mo></mml:math></inline-formula> 160) in the top-down path, which then enters the bottom-up path until the entire feature fusion network is complete. Finally, the detection head comprises four levels of detection heads, capable of detecting objects at scales of 32 <inline-formula id="ieqn-18"><mml:math id="mml-ieqn-18"><mml:mo>&#x00D7;</mml:mo></mml:math></inline-formula> 32, 16 <inline-formula id="ieqn-19"><mml:math id="mml-ieqn-19"><mml:mo>&#x00D7;</mml:mo></mml:math></inline-formula> 16, 8 <inline-formula id="ieqn-20"><mml:math id="mml-ieqn-20"><mml:mo>&#x00D7;</mml:mo></mml:math></inline-formula> 8, and 4 <inline-formula id="ieqn-21"><mml:math id="mml-ieqn-21"><mml:mo>&#x00D7;</mml:mo></mml:math></inline-formula> 4 or larger. In the C2-level feature map, small object features are more fully retained; therefore, enhancing small object feature information at this level can significantly improve the overall network&#x2019;s capability to represent small objects.</p>
<p>Since the information for small objects in the feature map is significantly lower than for regular objects, it cannot withstand substantial feature loss from convolutional downsampling. Furthermore, the deeper the network, the more severe the feature loss becomes. To address this issue, the proposed Lossless Feature Fusion (LFF) method is applied within the backbone network.</p>
<p>As shown in <xref ref-type="fig" rid="fig-1">Fig. 1</xref>, the LFF (Lossless Feature Fusion) module first preserves small object features completely through feature transformation. Specifically, for an input feature map <italic>X</italic> with dimensions <inline-formula id="ieqn-22"><mml:math id="mml-ieqn-22"><mml:mi>S</mml:mi><mml:mo>&#x00D7;</mml:mo><mml:mi>S</mml:mi><mml:mo>&#x00D7;</mml:mo><mml:msub><mml:mi>C</mml:mi><mml:mrow><mml:mi>i</mml:mi><mml:mi>n</mml:mi><mml:mi>p</mml:mi><mml:mi>u</mml:mi><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula>, where <italic>S</italic> denotes the spatial size and <inline-formula id="ieqn-23"><mml:math id="mml-ieqn-23"><mml:msub><mml:mi>C</mml:mi><mml:mrow><mml:mi>i</mml:mi><mml:mi>n</mml:mi><mml:mi>p</mml:mi><mml:mi>u</mml:mi><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> is the number of input channels, LFF slices each <inline-formula id="ieqn-24"><mml:math id="mml-ieqn-24"><mml:mi>S</mml:mi><mml:mo>&#x00D7;</mml:mo><mml:mi>S</mml:mi></mml:math></inline-formula> feature map in <italic>X</italic> with a stride of 2, resulting in four sub-feature maps <inline-formula id="ieqn-25"><mml:math id="mml-ieqn-25"><mml:msub><mml:mi>X</mml:mi><mml:mrow><mml:mi>i</mml:mi><mml:mo>,</mml:mo><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> of size <inline-formula id="ieqn-26"><mml:math id="mml-ieqn-26"><mml:mi>S</mml:mi><mml:mrow><mml:mo>/</mml:mo></mml:mrow><mml:mn>2</mml:mn><mml:mo>&#x00D7;</mml:mo><mml:mi>S</mml:mi><mml:mrow><mml:mo>/</mml:mo></mml:mrow><mml:mn>2</mml:mn><mml:mo>&#x00D7;</mml:mo><mml:msub><mml:mi>C</mml:mi><mml:mrow><mml:mi>i</mml:mi><mml:mi>n</mml:mi><mml:mi>p</mml:mi><mml:mi>u</mml:mi><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> (where <inline-formula id="ieqn-27"><mml:math id="mml-ieqn-27"><mml:mi>i</mml:mi><mml:mo>,</mml:mo><mml:mi>j</mml:mi></mml:math></inline-formula> represent two spatial directions), as shown in <xref ref-type="disp-formula" rid="eqn-7">Eq. (7)</xref>. These four parts are then concatenated into a single feature map of size <inline-formula id="ieqn-28"><mml:math id="mml-ieqn-28"><mml:mi>S</mml:mi><mml:mrow><mml:mo>/</mml:mo></mml:mrow><mml:mn>2</mml:mn><mml:mo>&#x00D7;</mml:mo><mml:mi>S</mml:mi><mml:mrow><mml:mo>/</mml:mo></mml:mrow><mml:mn>2</mml:mn><mml:mo>&#x00D7;</mml:mo><mml:msub><mml:mi>C</mml:mi><mml:mrow><mml:mi>i</mml:mi><mml:mi>n</mml:mi><mml:mi>p</mml:mi><mml:mi>u</mml:mi><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo>&#x00D7;</mml:mo><mml:mn>4</mml:mn></mml:math></inline-formula>. Let <inline-formula id="ieqn-29"><mml:math id="mml-ieqn-29"><mml:msub><mml:mi>X</mml:mi><mml:mrow><mml:mi>i</mml:mi><mml:mi>n</mml:mi><mml:mi>f</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> denote the total number of input pixel features and <inline-formula id="ieqn-30"><mml:math id="mml-ieqn-30"><mml:msub><mml:mi>X</mml:mi><mml:mrow><mml:mi>o</mml:mi><mml:mi>u</mml:mi><mml:mi>t</mml:mi><mml:mi>f</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> the total number of output pixel features, as shown in <xref ref-type="disp-formula" rid="eqn-8">Eq. (8)</xref>. The LFF module transfers features from the spatial domain to the channel domain, ensuring that the total amount of features remains equal before and after transformation, thereby preserving features in a lossless manner.</p>
<p>Additionally, because small objects occupy a relatively small space in the feature map, transferring spatial features to the channel dimension may introduce some weakly correlated, redundant features. To enhance focus on effective features and reduce attention to redundant features, SimAM (Simple parameter-free Attention Module) [<xref ref-type="bibr" rid="ref-31">31</xref>] is used to emphasize features across different positions and channels, providing three-dimensional attention weights to evaluate the importance of each pixel in each channel, all without introducing additional computational costs.
<disp-formula id="eqn-7"><label>(7)</label><mml:math id="mml-eqn-7" display="block"><mml:mrow><mml:mo>{</mml:mo><mml:mtable columnalign="left right" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:msub><mml:mi>X</mml:mi><mml:mrow><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mi>X</mml:mi><mml:mrow><mml:mo>[</mml:mo><mml:mn>0</mml:mn><mml:mo>:</mml:mo><mml:mi>S</mml:mi><mml:mo>:</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>:</mml:mo><mml:mi>S</mml:mi><mml:mo>:</mml:mo><mml:mn>2</mml:mn><mml:mo>]</mml:mo></mml:mrow><mml:mo>,</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:msub><mml:mi>X</mml:mi><mml:mrow><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mi>X</mml:mi><mml:mrow><mml:mo>[</mml:mo><mml:mn>0</mml:mn><mml:mo>:</mml:mo><mml:mi>S</mml:mi><mml:mo>:</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo>:</mml:mo><mml:mi>S</mml:mi><mml:mo>:</mml:mo><mml:mn>2</mml:mn><mml:mo>]</mml:mo></mml:mrow><mml:mo>,</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:msub><mml:mi>X</mml:mi><mml:mrow><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mi>X</mml:mi><mml:mrow><mml:mo>[</mml:mo><mml:mn>1</mml:mn><mml:mo>:</mml:mo><mml:mi>S</mml:mi><mml:mo>:</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>:</mml:mo><mml:mi>S</mml:mi><mml:mo>:</mml:mo><mml:mn>2</mml:mn><mml:mo>]</mml:mo></mml:mrow><mml:mo>,</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:msub><mml:mi>X</mml:mi><mml:mrow><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mi>X</mml:mi><mml:mrow><mml:mo>[</mml:mo><mml:mn>1</mml:mn><mml:mo>:</mml:mo><mml:mi>S</mml:mi><mml:mo>:</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo>:</mml:mo><mml:mi>S</mml:mi><mml:mo>:</mml:mo><mml:mn>2</mml:mn><mml:mo>]</mml:mo></mml:mrow></mml:mtd></mml:mtr></mml:mtable><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo></mml:mrow></mml:math></disp-formula>
<disp-formula id="eqn-8"><label>(8)</label><mml:math id="mml-eqn-8" display="block"><mml:mrow><mml:mo>{</mml:mo><mml:mtable columnalign="left right" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:msub><mml:mi>X</mml:mi><mml:mrow><mml:mi>i</mml:mi><mml:mi>n</mml:mi><mml:mi>f</mml:mi></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mi>S</mml:mi><mml:mo>&#x00D7;</mml:mo><mml:mi>S</mml:mi><mml:mo>&#x00D7;</mml:mo><mml:msub><mml:mi>C</mml:mi><mml:mrow><mml:mi>i</mml:mi><mml:mi>n</mml:mi><mml:mi>p</mml:mi><mml:mi>u</mml:mi><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:msub><mml:mi>X</mml:mi><mml:mrow><mml:mi>o</mml:mi><mml:mi>u</mml:mi><mml:mi>t</mml:mi><mml:mi>f</mml:mi></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mfrac><mml:mi>S</mml:mi><mml:mn>2</mml:mn></mml:mfrac><mml:mo>&#x00D7;</mml:mo><mml:mfrac><mml:mi>S</mml:mi><mml:mn>2</mml:mn></mml:mfrac><mml:mo>&#x00D7;</mml:mo><mml:msub><mml:mi>C</mml:mi><mml:mrow><mml:mi>i</mml:mi><mml:mi>n</mml:mi><mml:mi>p</mml:mi><mml:mi>u</mml:mi><mml:mi>t</mml:mi></mml:mrow></mml:msub><mml:mo>&#x00D7;</mml:mo><mml:mn>4</mml:mn></mml:mtd></mml:mtr></mml:mtable><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo></mml:mrow></mml:math></disp-formula></p>
<p>Therefore, attention is applied to <inline-formula id="ieqn-31"><mml:math id="mml-ieqn-31"><mml:msub><mml:mi>X</mml:mi><mml:mrow><mml:mi>o</mml:mi><mml:mi>u</mml:mi><mml:mi>t</mml:mi><mml:mi>f</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> to process features both channel-wise and spatially, enabling the model to distinguish pixel-level feature importance across the entire feature map, as shown in the formula:
<disp-formula id="eqn-9"><label>(9)</label><mml:math id="mml-eqn-9" display="block"><mml:msubsup><mml:mi>e</mml:mi><mml:mi>t</mml:mi><mml:mo>&#x2217;</mml:mo></mml:msubsup><mml:mo>=</mml:mo><mml:mfrac><mml:mrow><mml:mn>4</mml:mn><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mi>&#x03C3;</mml:mi><mml:mn>2</mml:mn></mml:msup><mml:mo>+</mml:mo><mml:mi>&#x03BB;</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>t</mml:mi><mml:mo>&#x2212;</mml:mo><mml:mi>&#x03BC;</mml:mi><mml:msup><mml:mo stretchy="false">)</mml:mo><mml:mn>2</mml:mn></mml:msup><mml:mo>+</mml:mo><mml:mn>2</mml:mn><mml:msup><mml:mi>&#x03C3;</mml:mi><mml:mn>2</mml:mn></mml:msup><mml:mo>+</mml:mo><mml:mn>2</mml:mn><mml:mi>&#x03BB;</mml:mi></mml:mrow></mml:mfrac></mml:math></disp-formula></p>
<p>Here, <inline-formula id="ieqn-32"><mml:math id="mml-ieqn-32"><mml:msubsup><mml:mi>e</mml:mi><mml:mi>t</mml:mi><mml:mo>&#x2217;</mml:mo></mml:msubsup></mml:math></inline-formula> is the minimum energy function for each neuron (pixel), <inline-formula id="ieqn-33"><mml:math id="mml-ieqn-33"><mml:mi>t</mml:mi></mml:math></inline-formula> is the value of each input channel feature in <italic>X</italic>, <inline-formula id="ieqn-34"><mml:math id="mml-ieqn-34"><mml:mi>&#x03BB;</mml:mi></mml:math></inline-formula> is the regularization coefficient, <inline-formula id="ieqn-35"><mml:math id="mml-ieqn-35"><mml:mi>&#x03BC;</mml:mi></mml:math></inline-formula> is the mean of all pixels in the channel, and <inline-formula id="ieqn-36"><mml:math id="mml-ieqn-36"><mml:msup><mml:mi>&#x03C3;</mml:mi><mml:mn>2</mml:mn></mml:msup></mml:math></inline-formula> is the variance of all pixels. The term <inline-formula id="ieqn-37"><mml:math id="mml-ieqn-37"><mml:msubsup><mml:mi>e</mml:mi><mml:mi>t</mml:mi><mml:mo>&#x2217;</mml:mo></mml:msubsup></mml:math></inline-formula> is calculated by evaluating the local self-similarity of each pixel, representing its difference from surrounding pixels; the lower the function value, the greater the difference, indicating higher importance. Finally, attention is represented by the normalized <inline-formula id="ieqn-38"><mml:math id="mml-ieqn-38"><mml:mi>s</mml:mi><mml:mi>i</mml:mi><mml:mi>g</mml:mi><mml:mi>m</mml:mi><mml:mi>o</mml:mi><mml:mi>i</mml:mi><mml:mi>d</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mrow><mml:mo>/</mml:mo></mml:mrow><mml:msubsup><mml:mi>e</mml:mi><mml:mi>t</mml:mi><mml:mo>&#x2217;</mml:mo></mml:msubsup><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula> result. The entire downsampling process is completed by applying convolution for dimensionality reduction, which maintains the same number of input and output channels, as illustrated in the overall network structure and LFF method in <xref ref-type="fig" rid="fig-3">Fig. 3</xref>.</p>
<fig id="fig-3">
<label>Figure 3</label>
<caption>
<title>LR-Net network architecture</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_67763-fig-3.tif"/>
</fig>
<p>LFF transfers spatial features into the channel dimension to preliminarily preserve the total features of small objects during downsampling. Subsequently, three-dimensional spatial attention weights are applied in the subsequent channels to suppress weakly correlated, redundant features and strengthen the focus on effective features. As a result, LFF effectively mitigates the loss of small object features during the downsampling process and enhances the network&#x2019;s representation capability.</p>
</sec>
<sec id="s3_2">
<label>3.2</label>
<title>IoU-Based Loss Functions for BBR</title>
<p>After analyzing the key characteristics and principles of the IoU loss function, this section proposes the RSIoU method and will introduce its specific components.</p>
<p>A. The center point Euclidean distance cost of RSIoU</p>
<p>DIoU [<xref ref-type="bibr" rid="ref-14">14</xref>] introduced the concept of minimizing the distance between the center points of two bounding boxes as a penalty term, as shown in the formula:
<disp-formula id="eqn-10"><label>(10)</label><mml:math id="mml-eqn-10" display="block"><mml:msub><mml:mi>R</mml:mi><mml:mrow><mml:mi>D</mml:mi><mml:mi>I</mml:mi><mml:mi>o</mml:mi><mml:mi>U</mml:mi></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mfrac><mml:mrow><mml:msup><mml:mi>&#x03C1;</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mrow><mml:mo>(</mml:mo><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo></mml:mrow><mml:mi>b</mml:mi><mml:mo>,</mml:mo><mml:msup><mml:mi>b</mml:mi><mml:mrow><mml:mi>g</mml:mi><mml:mi>t</mml:mi></mml:mrow></mml:msup><mml:mrow><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo><mml:mo>)</mml:mo></mml:mrow></mml:mrow><mml:msup><mml:mi>c</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mfrac></mml:math></disp-formula></p>
<p><inline-formula id="ieqn-39"><mml:math id="mml-ieqn-39"><mml:msub><mml:mi>R</mml:mi><mml:mrow><mml:mi>D</mml:mi><mml:mi>I</mml:mi><mml:mi>o</mml:mi><mml:mi>U</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> is defined as the ratio of the Euclidean distance between the two box centers to the diagonal length of the minimum enclosing rectangle. In original SIoU, the distance cost represents the horizontal and vertical distance components (the differences in the center point&#x2019;s <italic>x</italic> and <italic>y</italic> coordinates) relative to the height and width of the minimum enclosing rectangle. Although this formulation can converge the distance between center points, it is relatively less effective compared to <inline-formula id="ieqn-40"><mml:math id="mml-ieqn-40"><mml:msub><mml:mi>R</mml:mi><mml:mrow><mml:mi>D</mml:mi><mml:mi>I</mml:mi><mml:mi>o</mml:mi><mml:mi>U</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula>.</p>
<p>In small object detection tasks, due to the extremely small object sizes, even slight deviations in the center point location can lead to inaccurate detection results, even when the IoU between the predicted box and the Ground Truth (GT) box is high. By introducing <inline-formula id="ieqn-41"><mml:math id="mml-ieqn-41"><mml:msub><mml:mi>R</mml:mi><mml:mrow><mml:mi>D</mml:mi><mml:mi>I</mml:mi><mml:mi>o</mml:mi><mml:mi>U</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> into the distance cost as the convergence strategy for center point distance, RSIoU can directly minimize the Euclidean distance between the centers of the two boxes, enabling a more effective convergence of the center distance. Crucially, this approach allows RSIoU to bypass IoU&#x2019;s sensitivity to object scale, thereby avoiding negative impacts during convergence caused by small object sizes. As a result, it enhances the convergence effectiveness of the distance cost in RSIoU for small object detection. as shown in the <xref ref-type="fig" rid="fig-4">Fig. 4</xref> and following formulas. <inline-formula id="ieqn-42"><mml:math id="mml-ieqn-42"><mml:mrow><mml:mi mathvariant="normal">&#x0394;</mml:mi></mml:mrow></mml:math></inline-formula> represents the distance cost, where <inline-formula id="ieqn-43"><mml:math id="mml-ieqn-43"><mml:msub><mml:mi>p</mml:mi><mml:mi>z</mml:mi></mml:msub></mml:math></inline-formula> denotes the Euclidean distance between the centers of the two boxes. <inline-formula id="ieqn-44"><mml:math id="mml-ieqn-44"><mml:msubsup><mml:mi>b</mml:mi><mml:mrow><mml:mi>c</mml:mi><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>g</mml:mi><mml:mi>t</mml:mi></mml:mrow></mml:msubsup></mml:math></inline-formula> and <inline-formula id="ieqn-45"><mml:math id="mml-ieqn-45"><mml:msub><mml:mi>b</mml:mi><mml:mrow><mml:mi>c</mml:mi><mml:mi>x</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> refer to the <italic>x</italic>-direction offset between the ground truth center and the predicted box center, while <inline-formula id="ieqn-46"><mml:math id="mml-ieqn-46"><mml:msubsup><mml:mi>b</mml:mi><mml:mrow><mml:mi>c</mml:mi><mml:mi>y</mml:mi></mml:mrow><mml:mrow><mml:mi>g</mml:mi><mml:mi>t</mml:mi></mml:mrow></mml:msubsup></mml:math></inline-formula> and <inline-formula id="ieqn-47"><mml:math id="mml-ieqn-47"><mml:msub><mml:mi>b</mml:mi><mml:mrow><mml:mi>c</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> denote the <italic>y</italic>-direction offset. <inline-formula id="ieqn-48"><mml:math id="mml-ieqn-48"><mml:msub><mml:mi>c</mml:mi><mml:mi>w</mml:mi></mml:msub></mml:math></inline-formula> and <inline-formula id="ieqn-49"><mml:math id="mml-ieqn-49"><mml:msub><mml:mi>c</mml:mi><mml:mi>h</mml:mi></mml:msub></mml:math></inline-formula> are the width and height of the minimum enclosing rectangle, respectively.
<disp-formula id="eqn-11"><label>(11)</label><mml:math id="mml-eqn-11" display="block"><mml:mi mathvariant="normal">&#x0394;</mml:mi><mml:mo>=</mml:mo><mml:mn>2</mml:mn><mml:mo>&#x2212;</mml:mo><mml:msup><mml:mi>e</mml:mi><mml:mrow><mml:mo>&#x2212;</mml:mo><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow><mml:msub><mml:mi>p</mml:mi><mml:mrow><mml:mi>z</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow><mml:mo>=</mml:mo><mml:mn>2</mml:mn><mml:mo>&#x2212;</mml:mo><mml:mi mathvariant="normal">&#x039B;</mml:mi></mml:math></disp-formula>
<disp-formula id="eqn-12"><label>(12)</label><mml:math id="mml-eqn-12" display="block"><mml:msub><mml:mi>&#x03C1;</mml:mi><mml:mrow><mml:mi>z</mml:mi></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mfrac><mml:mrow><mml:mrow><mml:mo>(</mml:mo><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo></mml:mrow><mml:msubsup><mml:mi>b</mml:mi><mml:mrow><mml:mi>c</mml:mi><mml:mi>x</mml:mi></mml:mrow><mml:mrow><mml:mi>g</mml:mi><mml:mi>t</mml:mi></mml:mrow></mml:msubsup><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>b</mml:mi><mml:mrow><mml:mi>c</mml:mi><mml:mi>x</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo><mml:mo>)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>+</mml:mo><mml:mrow><mml:mo>(</mml:mo><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo></mml:mrow><mml:msubsup><mml:mi>b</mml:mi><mml:mrow><mml:mi>c</mml:mi><mml:mi>y</mml:mi></mml:mrow><mml:mrow><mml:mi>g</mml:mi><mml:mi>t</mml:mi></mml:mrow></mml:msubsup><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>b</mml:mi><mml:mrow><mml:mi>c</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub><mml:msup><mml:mrow><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo><mml:mo>)</mml:mo></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:mrow><mml:mrow><mml:msubsup><mml:mi>c</mml:mi><mml:mrow><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:msubsup><mml:mi>c</mml:mi><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msubsup></mml:mrow></mml:mfrac></mml:math></disp-formula></p>
<fig id="fig-4">
<label>Figure 4</label>
<caption>
<title>Improved from distance components (left) to center point linear distance (right)</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_67763-fig-4.tif"/>
</fig>
<p>B. Focal loss with penalty term</p>
<p>In small object detection tasks, the sensitivity of IoU to scale is particularly crucial. As shown in <xref ref-type="fig" rid="fig-5">Fig. 5</xref>, each grid represents a pixel. In (a), when the predicted boxes A and B exhibit different degrees of offset from the Ground Truth (GT) box at a small scale, the change in IoU is more significant compared to (b) at a normal scale. Therefore, it is more likely to encounter samples with relatively ordinary-quality (The IoU value between the predicted box and the GT box is not high) in small object matching.</p>
<fig id="fig-5">
<label>Figure 5</label>
<caption>
<title>Sensitivity Analysis of IoU for Small-Scale vs. Normal-Scale Objects (Use (a) to represent small-Scale objects in the left image and (b) to represent Normal-Scale objects in the right image)</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_67763-fig-5.tif"/>
</fig>
<p>EIoU proposed a regression version of focal loss, applying IoU values and <inline-formula id="ieqn-50"><mml:math id="mml-ieqn-50"><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow></mml:math></inline-formula> (where <inline-formula id="ieqn-51"><mml:math id="mml-ieqn-51"><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow></mml:math></inline-formula> is a static parameter in the focusing mechanism) to weight the EIoU loss [<xref ref-type="bibr" rid="ref-15">15</xref>], resulting in Focal-EIoU:
<disp-formula id="eqn-13"><label>(13)</label><mml:math id="mml-eqn-13" display="block"><mml:msub><mml:mi>L</mml:mi><mml:mrow><mml:mi>F</mml:mi><mml:mi>o</mml:mi><mml:mi>c</mml:mi><mml:mi>a</mml:mi><mml:mi>l</mml:mi><mml:mo>&#x2212;</mml:mo><mml:mi>E</mml:mi><mml:mi>I</mml:mi><mml:mi>o</mml:mi><mml:mi>U</mml:mi></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mi>I</mml:mi><mml:mi>o</mml:mi><mml:msup><mml:mi>U</mml:mi><mml:mrow><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow></mml:mrow></mml:msup><mml:msub><mml:mi>L</mml:mi><mml:mrow><mml:mi>E</mml:mi><mml:mi>I</mml:mi><mml:mi>o</mml:mi><mml:mi>U</mml:mi></mml:mrow></mml:msub></mml:math></disp-formula></p>
<p>This approach allows the regression process to focus on high-quality samples (The IoU values of the predicted box and the GT box are relatively high).</p>
<p>However, its static focusing parameters cannot fully tap into the potential of the focusing mechanism, and at the same time, small targets are more likely to have ordinary-quality samples in label allocation. So dynamically focusing on ordinary-quality samples is beneficial for the convergence of the loss function.</p>
<p>When the loss function converges normally, the penalty term decreases as IoU increases. However, there may be some local fluctuations, such as an increase in the angle and distance penalty terms in RSIoU. As shown in <xref ref-type="fig" rid="fig-6">Fig. 6a</xref>,<xref ref-type="fig" rid="fig-6">b</xref>, the angle penalty term and the center point distance penalty term are respectively related to IoU. Therefore, using only IoU to evaluate sample quality cannot fully utilize the focal mechanism&#x2019;s potential. By using penalty term values as the focusing parameters for IoU, it is possible to better evaluate the quality of small object samples and assign appropriate weight to the loss function&#x2019;s contribution, thereby enhancing its convergence for small objects. Based on this viewpoint, RSIoU proposes using a penalty term as a parameter for the dynamic focusing mechanism, which gives less attention to high-quality samples to focus on ordinary-quality samples and uses dynamic focusing penalty parameters to provide gradient gains. According to <xref ref-type="disp-formula" rid="eqn-13">Eq. (13)</xref>, the focal mechanism is introduced into the RSIoU loss function, as shown in the following formula, where <inline-formula id="ieqn-52"><mml:math id="mml-ieqn-52"><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow></mml:math></inline-formula> is the dynamic focusing parameter.
<disp-formula id="eqn-14"><label>(14)</label><mml:math id="mml-eqn-14" display="block"><mml:msub><mml:mi>L</mml:mi><mml:mrow><mml:mi>F</mml:mi><mml:mi>o</mml:mi><mml:mi>c</mml:mi><mml:mi>a</mml:mi><mml:mi>l</mml:mi><mml:mo>&#x2212;</mml:mo><mml:mi>R</mml:mi><mml:mi>S</mml:mi><mml:mi>I</mml:mi><mml:mi>o</mml:mi><mml:mi>U</mml:mi></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mi>I</mml:mi><mml:mi>o</mml:mi><mml:msup><mml:mi>U</mml:mi><mml:mrow><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow></mml:mrow></mml:msup><mml:msub><mml:mi>L</mml:mi><mml:mrow><mml:mi>R</mml:mi><mml:mi>S</mml:mi><mml:mi>I</mml:mi><mml:mi>o</mml:mi><mml:mi>U</mml:mi></mml:mrow></mml:msub></mml:math></disp-formula></p>
<fig id="fig-6">
<label>Figure 6</label>
<caption>
<title>Relationship between IoU, angle cost, and distance cost (1 grid represents 10 pixels). Use (a) to represent IoU-Angle in the left image and b to represent IoU-Distance in the right image</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_67763-fig-6.tif"/>
</fig>
<p>We modify <inline-formula id="ieqn-53"><mml:math id="mml-ieqn-53"><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow></mml:math></inline-formula> to the penalty term value, like <inline-formula id="ieqn-54"><mml:math id="mml-ieqn-54"><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow><mml:mo>=</mml:mo><mml:mi>a</mml:mi><mml:mi>n</mml:mi><mml:mi>g</mml:mi><mml:mi>l</mml:mi><mml:mi>e</mml:mi><mml:mtext>&#xA0;</mml:mtext><mml:mi>c</mml:mi><mml:mi>o</mml:mi><mml:mi>s</mml:mi><mml:mi>t</mml:mi><mml:mo>&#x2212;</mml:mo><mml:mn>2</mml:mn></mml:math></inline-formula> or <inline-formula id="ieqn-55"><mml:math id="mml-ieqn-55"><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow><mml:mo>=</mml:mo><mml:mo>&#x2212;</mml:mo><mml:mi>d</mml:mi><mml:mi>i</mml:mi><mml:mi>s</mml:mi><mml:mi>t</mml:mi><mml:mi>a</mml:mi><mml:mi>n</mml:mi><mml:mi>c</mml:mi><mml:mi>e</mml:mi><mml:mtext>&#xA0;</mml:mtext><mml:mi>c</mml:mi><mml:mi>o</mml:mi><mml:mi>s</mml:mi><mml:mi>t</mml:mi></mml:math></inline-formula>, and analyzed in the experimental section of <xref ref-type="sec" rid="s4_4_1">Section 4.4.1</xref>.</p>
<p>C. Correction of SIoU convergence</p>
<p>Based on the analysis of <xref ref-type="disp-formula" rid="eqn-3">Eqs. (3)</xref>&#x2013;<xref ref-type="disp-formula" rid="eqn-6">(6)</xref>, it was found that the Angle cost does not converge as expected in sync with the distance cost, which directly affects overall convergence. For small objects, even small localization differences can lead to significant deviations, making the convergence of the center distance more critical. Therefore, the angle cost convergence direction is modified to allow the distance cost to converge more effectively, thereby enhancing the convergence performance of SIoU loss in small object detection.</p>
<p>Analysis: During the convergence of the angle cost, <inline-formula id="ieqn-56"><mml:math id="mml-ieqn-56"><mml:mi>&#x03B1;</mml:mi></mml:math></inline-formula> or <inline-formula id="ieqn-57"><mml:math id="mml-ieqn-57"><mml:mi>&#x03B2;</mml:mi></mml:math></inline-formula> is minimized based on the angle value <inline-formula id="ieqn-58"><mml:math id="mml-ieqn-58"><mml:mi>&#x03B1;</mml:mi></mml:math></inline-formula>, thereby aligning the two boxes to a horizontal or vertical state, as shown in <xref ref-type="fig" rid="fig-7">Fig. 7</xref>.</p>
<fig id="fig-7">
<label>Figure 7</label>
<caption>
<title>Angle cost convergence is determined by <inline-formula id="ieqn-59"><mml:math id="mml-ieqn-59"><mml:mi>&#x03B1;</mml:mi></mml:math></inline-formula> or <inline-formula id="ieqn-60"><mml:math id="mml-ieqn-60"><mml:mi>&#x03B2;</mml:mi></mml:math></inline-formula></title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_67763-fig-7.tif"/>
</fig>
<p>According to <xref ref-type="disp-formula" rid="eqn-4">Eq. (4)</xref>, when <inline-formula id="ieqn-61"><mml:math id="mml-ieqn-61"><mml:mi>&#x03B1;</mml:mi><mml:mo>&#x2208;</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mi>&#x03C0;</mml:mi><mml:mrow><mml:mo>/</mml:mo></mml:mrow><mml:mn>4</mml:mn><mml:mo stretchy="false">]</mml:mo></mml:math></inline-formula>, <inline-formula id="ieqn-62"><mml:math id="mml-ieqn-62"><mml:mi>&#x03B2;</mml:mi></mml:math></inline-formula> is greater than <inline-formula id="ieqn-63"><mml:math id="mml-ieqn-63"><mml:mi>&#x03B1;</mml:mi></mml:math></inline-formula>. In the function graph of angle cost with respect to <inline-formula id="ieqn-64"><mml:math id="mml-ieqn-64"><mml:mi>&#x03B1;</mml:mi></mml:math></inline-formula> in <xref ref-type="fig" rid="fig-8">Fig. 8</xref>, both <inline-formula id="ieqn-65"><mml:math id="mml-ieqn-65"><mml:mi>&#x03B1;</mml:mi></mml:math></inline-formula> and the angle cost will approach 0, indicating that <italic>B</italic> should move in the direction aligned with <inline-formula id="ieqn-66"><mml:math id="mml-ieqn-66"><mml:msup><mml:mi>B</mml:mi><mml:mrow><mml:mi>g</mml:mi><mml:mi>t</mml:mi></mml:mrow></mml:msup></mml:math></inline-formula> on the same horizontal line. When <inline-formula id="ieqn-67"><mml:math id="mml-ieqn-67"><mml:mi>&#x03B1;</mml:mi><mml:mo>&#x2208;</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mi>&#x03C0;</mml:mi><mml:mrow><mml:mo>/</mml:mo></mml:mrow><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mi>&#x03C0;</mml:mi><mml:mrow><mml:mo>/</mml:mo></mml:mrow><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo></mml:math></inline-formula>, <inline-formula id="ieqn-68"><mml:math id="mml-ieqn-68"><mml:mi>&#x03B2;</mml:mi></mml:math></inline-formula> is less than <inline-formula id="ieqn-69"><mml:math id="mml-ieqn-69"><mml:mi>&#x03B1;</mml:mi></mml:math></inline-formula>. In <xref ref-type="fig" rid="fig-8">Fig. 8</xref>, <inline-formula id="ieqn-70"><mml:math id="mml-ieqn-70"><mml:mi>&#x03B1;</mml:mi></mml:math></inline-formula> will approach <inline-formula id="ieqn-71"><mml:math id="mml-ieqn-71"><mml:mi>&#x03C0;</mml:mi><mml:mrow><mml:mo>/</mml:mo></mml:mrow><mml:mn>2</mml:mn></mml:math></inline-formula> while the angle cost approaches 0. At this point, <italic>B</italic> should move in the direction aligned with <inline-formula id="ieqn-72"><mml:math id="mml-ieqn-72"><mml:msup><mml:mi>B</mml:mi><mml:mrow><mml:mi>g</mml:mi><mml:mi>t</mml:mi></mml:mrow></mml:msup></mml:math></inline-formula> on the same vertical line. As the distance cost converges, the angle cost should also follow the above convergence pattern, which aligns with the design concept of SIoU.</p>
<fig id="fig-8">
<label>Figure 8</label>
<caption>
<title>Function graph of angle cost with respect to <inline-formula id="ieqn-73"><mml:math id="mml-ieqn-73"><mml:mi>&#x03B1;</mml:mi></mml:math></inline-formula></title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_67763-fig-8.tif"/>
</fig>
<p>According to <xref ref-type="disp-formula" rid="eqn-3">Eqs. (3)</xref>&#x2013;<xref ref-type="disp-formula" rid="eqn-6">(6)</xref>, the angle cost (<inline-formula id="ieqn-74"><mml:math id="mml-ieqn-74"><mml:mi mathvariant="normal">&#x039B;</mml:mi></mml:math></inline-formula>) is part of the distance cost (<inline-formula id="ieqn-75"><mml:math id="mml-ieqn-75"><mml:mi mathvariant="normal">&#x0394;</mml:mi></mml:math></inline-formula>), where <inline-formula id="ieqn-76"><mml:math id="mml-ieqn-76"><mml:mi>p</mml:mi><mml:mi>t</mml:mi><mml:mo>&#x2208;</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula>, <inline-formula id="ieqn-77"><mml:math id="mml-ieqn-77"><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow><mml:mo>&#x2208;</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo></mml:math></inline-formula>, and <inline-formula id="ieqn-78"><mml:math id="mml-ieqn-78"><mml:msup><mml:mi>e</mml:mi><mml:mrow><mml:mo>&#x2212;</mml:mo><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow><mml:msub><mml:mi>p</mml:mi><mml:mi>t</mml:mi></mml:msub></mml:mrow></mml:msup><mml:mo>&#x2208;</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mi>e</mml:mi><mml:mrow><mml:mo>&#x2212;</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo></mml:math></inline-formula>, leading to <inline-formula id="ieqn-79"><mml:math id="mml-ieqn-79"><mml:mi mathvariant="normal">&#x0394;</mml:mi><mml:mo>&#x2208;</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo>&#x2212;</mml:mo><mml:msup><mml:mi>e</mml:mi><mml:mrow><mml:mo>&#x2212;</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula>. However, when <inline-formula id="ieqn-80"><mml:math id="mml-ieqn-80"><mml:mi mathvariant="normal">&#x0394;</mml:mi></mml:math></inline-formula> is minimized, <inline-formula id="ieqn-81"><mml:math id="mml-ieqn-81"><mml:mi mathvariant="normal">&#x039B;</mml:mi></mml:math></inline-formula> does not converge in the direction of minimization, as shown in <xref ref-type="fig" rid="fig-9">Fig. 9</xref> (left). Here, the gradient direction of <inline-formula id="ieqn-82"><mml:math id="mml-ieqn-82"><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow></mml:math></inline-formula> is opposite to that of <inline-formula id="ieqn-83"><mml:math id="mml-ieqn-83"><mml:msup><mml:mi>e</mml:mi><mml:mrow><mml:mo>&#x2212;</mml:mo><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow></mml:mrow></mml:msup></mml:math></inline-formula>, requiring <inline-formula id="ieqn-84"><mml:math id="mml-ieqn-84"><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow></mml:math></inline-formula> to be minimized to 1, where <inline-formula id="ieqn-85"><mml:math id="mml-ieqn-85"><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow><mml:mo>=</mml:mo><mml:mn>2</mml:mn><mml:mo>&#x2212;</mml:mo><mml:mrow><mml:mi mathvariant="normal">&#x039B;</mml:mi></mml:mrow></mml:math></inline-formula>. Thus, <inline-formula id="ieqn-86"><mml:math id="mml-ieqn-86"><mml:mi mathvariant="normal">&#x039B;</mml:mi></mml:math></inline-formula> needs to be maximized to 1, causing <inline-formula id="ieqn-87"><mml:math id="mml-ieqn-87"><mml:mi>&#x03B1;</mml:mi></mml:math></inline-formula> to increase to <inline-formula id="ieqn-88"><mml:math id="mml-ieqn-88"><mml:mi>&#x03C0;</mml:mi><mml:mrow><mml:mo>/</mml:mo></mml:mrow><mml:mn>4</mml:mn></mml:math></inline-formula>. This keeps the angle between <italic>B</italic> and <inline-formula id="ieqn-89"><mml:math id="mml-ieqn-89"><mml:msup><mml:mi>B</mml:mi><mml:mrow><mml:mi>g</mml:mi><mml:mi>t</mml:mi></mml:mrow></mml:msup></mml:math></inline-formula> consistently at <inline-formula id="ieqn-90"><mml:math id="mml-ieqn-90"><mml:mi>&#x03C0;</mml:mi><mml:mrow><mml:mo>/</mml:mo></mml:mrow><mml:mn>4</mml:mn></mml:math></inline-formula>, which is inconsistent with the original intention of angle cost convergence (aligning <italic>B</italic> with <inline-formula id="ieqn-91"><mml:math id="mml-ieqn-91"><mml:msup><mml:mi>B</mml:mi><mml:mrow><mml:mi>g</mml:mi><mml:mi>t</mml:mi></mml:mrow></mml:msup></mml:math></inline-formula> horizontally or vertically).</p>
<fig id="fig-9">
<label>Figure 9</label>
<caption>
<title>Angle cost and distance cost convergence directions are not aligned (left), Adjusting the convergence direction of angle cost to be consistent with distance cost (right)</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_67763-fig-9.tif"/>
</fig>
<p>Proposed method: Adjust the gradient direction of the angle cost to align with the distance cost and modify <inline-formula id="ieqn-92"><mml:math id="mml-ieqn-92"><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow></mml:math></inline-formula> in the distance cost to <inline-formula id="ieqn-93"><mml:math id="mml-ieqn-93"><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow><mml:mo>=</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="normal">&#x039B;</mml:mi></mml:mrow><mml:mn>2</mml:mn></mml:msup><mml:mo>+</mml:mo><mml:mn>1</mml:mn></mml:math></inline-formula>. This maintains the value range of <inline-formula id="ieqn-94"><mml:math id="mml-ieqn-94"><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow></mml:math></inline-formula> in the distance cost, with <inline-formula id="ieqn-95"><mml:math id="mml-ieqn-95"><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow><mml:mo>&#x2208;</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo></mml:math></inline-formula>, as shown in the formula:
<disp-formula id="eqn-15"><label>(15)</label><mml:math id="mml-eqn-15" display="block"><mml:mi mathvariant="normal">&#x0394;</mml:mi><mml:mo>=</mml:mo><mml:munder><mml:mo movablelimits="false">&#x2211;</mml:mo><mml:mrow><mml:mi>t</mml:mi><mml:mo>=</mml:mo><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mi>y</mml:mi></mml:mrow></mml:munder><mml:mrow><mml:mo>(</mml:mo><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo></mml:mrow><mml:mn>1</mml:mn><mml:mo>&#x2212;</mml:mo><mml:msup><mml:mi>e</mml:mi><mml:mrow><mml:mo>&#x2212;</mml:mo><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow><mml:msub><mml:mi>p</mml:mi><mml:mrow><mml:mi>t</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:msup><mml:mrow><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo><mml:mo>)</mml:mo></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow><mml:mo>=</mml:mo><mml:msup><mml:mi mathvariant="normal">&#x039B;</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo>+</mml:mo><mml:mn>1</mml:mn></mml:math></disp-formula></p>
<p>Here, the convergence direction of the angle cost is now consistent with the distance cost, as shown in <xref ref-type="fig" rid="fig-9">Fig. 9</xref> (right).</p>
</sec>
</sec>
<sec id="s4">
<label>4</label>
<title>Experiments</title>
<p>The experiments were conducted in a Python 3.8 environment using the PyTorch framework version 1.12. The operating system of the experimental device is Windows, and the GPU used is a Quadro RTX 5000 with 16 GB of memory. YOLOv8n is selected as the baseline model. It represents object bounding boxes using the distance from the object boundaries to anchor points and adopts task-aligned assignment as the label assignment strategy. The training hyperparameters for LR-Net are as follows: the initial learning rate is 0.01, the optimizer used is SGD, weight decay is set to 0.0005, momentum is 0.937, and the input image size is 640 <inline-formula id="ieqn-96"><mml:math id="mml-ieqn-96"><mml:mo>&#x00D7;</mml:mo></mml:math></inline-formula> 640. Specifically, for the VisDrone2019 [<xref ref-type="bibr" rid="ref-32">32</xref>] dataset, the batch size is 8 with 300 training epochs, while for the AI-TOD [<xref ref-type="bibr" rid="ref-33">33</xref>] dataset, the batch size is 4 with 1500 training epochs.</p>
<sec id="s4_1">
<label>4.1</label>
<title>Datasets and Evaluation Metrics</title>
<p>We analyzed the scale and distribution of instances contained in several datasets currently used for small object detection. <xref ref-type="fig" rid="fig-10">Fig. 10</xref> shows the scale distribution across multiple datasets, including the VisDrone2019 [<xref ref-type="bibr" rid="ref-32">32</xref>] dataset, AI-TOD dataset [<xref ref-type="bibr" rid="ref-33">33</xref>], PASCAL VOC [<xref ref-type="bibr" rid="ref-34">34</xref>] dataset, and MS COCO [<xref ref-type="bibr" rid="ref-35">35</xref>] dataset.</p>
<fig id="fig-10">
<label>Figure 10</label>
<caption>
<title>Distribution of objects scales across multiple datasets</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_67763-fig-10.tif"/>
</fig>
<p>VisDrone2019: The VisDrone dataset, captured by drones, contains over 2.6 million objects instances. The images often depict scenes with sparse and dense occlusions. The VisDrone2019 dataset includes 10,209 images and 10 categories, with an average objects scale of 35.8 pixels, and most objects are distributed within the 8&#x2013;32 pixel range. AI-TOD: This dataset is specifically designed for tiny object detection. It includes 8 categories, 700,621 objects instances, and 28,036 aerial images. The average scale is only 12.8 pixels, significantly smaller than that of PASCAL VOC (156.6 pixels, with small objects much less frequent compared to regular objects) and MS COCO (99.5 pixels, where small objects are mostly distributed in the range above 16 pixels).</p>
<p>Evaluation Metrics: COCO metric defines objects smaller than 32 pixels as small objects. However, in many small object datasets, the object scales are even smaller. Therefore, the experiments uniformly adopt the <inline-formula id="ieqn-97"><mml:math id="mml-ieqn-97"><mml:mrow><mml:mi mathvariant="normal">A</mml:mi><mml:msub><mml:mi mathvariant="normal">P</mml:mi><mml:mrow><mml:mi mathvariant="normal">s</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:math></inline-formula>, <inline-formula id="ieqn-98"><mml:math id="mml-ieqn-98"><mml:mrow><mml:mi mathvariant="normal">A</mml:mi><mml:msub><mml:mi mathvariant="normal">P</mml:mi><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:math></inline-formula>, and <inline-formula id="ieqn-99"><mml:math id="mml-ieqn-99"><mml:mrow><mml:mi mathvariant="normal">A</mml:mi><mml:msub><mml:mi mathvariant="normal">P</mml:mi><mml:mrow><mml:mi mathvariant="normal">v</mml:mi><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:math></inline-formula> metrics proposed by the AI-TOD dataset for more accurate evaluation. Here, <inline-formula id="ieqn-100"><mml:math id="mml-ieqn-100"><mml:mrow><mml:mi mathvariant="normal">A</mml:mi><mml:msub><mml:mi mathvariant="normal">P</mml:mi><mml:mrow><mml:mi mathvariant="normal">s</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:math></inline-formula>, <inline-formula id="ieqn-101"><mml:math id="mml-ieqn-101"><mml:mrow><mml:mi mathvariant="normal">A</mml:mi><mml:msub><mml:mi mathvariant="normal">P</mml:mi><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:math></inline-formula>, and <inline-formula id="ieqn-102"><mml:math id="mml-ieqn-102"><mml:mrow><mml:mi mathvariant="normal">A</mml:mi><mml:msub><mml:mi mathvariant="normal">P</mml:mi><mml:mrow><mml:mi mathvariant="normal">v</mml:mi><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:math></inline-formula> represent small (16&#x2013;32 pixels), tiny (8&#x2013;16 pixels), and very tiny (2&#x2013;8 pixels) scales, respectively.</p>
</sec>
<sec id="s4_2">
<label>4.2</label>
<title>Main Experiments Results</title>
<p>To validate the effectiveness and contributions of the methods proposed in this chapter, VisDrone2019 and AI-TOD datasets were used for comparative experiments. During the comparison with other methods, a &#x201C;&#x2212;&#x201D; indicates that the current method did not evaluate the specific metric. The detailed experimental results are shown in <xref ref-type="table" rid="table-1">Tables 1</xref> and <xref ref-type="table" rid="table-2">2</xref>. As shown in the results in the tables, LR-Net achieves highly competitive performance when compared to other methods, including various state-of-the-art (SOTA) approaches. Notably, LR-Net outperforms several SOTA methods in small object metrics such as <inline-formula id="ieqn-103"><mml:math id="mml-ieqn-103"><mml:mrow><mml:mi mathvariant="normal">A</mml:mi><mml:msub><mml:mi mathvariant="normal">P</mml:mi><mml:mrow><mml:mi mathvariant="normal">s</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:math></inline-formula>, <inline-formula id="ieqn-104"><mml:math id="mml-ieqn-104"><mml:mrow><mml:mi mathvariant="normal">A</mml:mi><mml:msub><mml:mi mathvariant="normal">P</mml:mi><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:math></inline-formula> and <inline-formula id="ieqn-105"><mml:math id="mml-ieqn-105"><mml:mrow><mml:mi mathvariant="normal">A</mml:mi><mml:msub><mml:mi mathvariant="normal">P</mml:mi><mml:mrow><mml:mi mathvariant="normal">v</mml:mi><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:math></inline-formula>. Additionally, the relatively small number of parameters in LR-Net provides a significant advantage over other methods. These experimental results further validate that LR-Net can effectively enhance detection performance for small objects.</p>
<table-wrap id="table-1">
<label>Table 1</label>
<caption>
<title>Experimental results on VisDrone2019-val</title>
</caption>
<table>
<colgroup>
<col/>
<col/>
<col/>
<col/>
<col/>
<col/>
<col/>
<col/>
</colgroup>
<thead align="center">
<tr>
<th>Method</th>
<th>Params</th>
<th>Backbone</th>
<th>AP<sub>50</sub></th>
<th>AP<sub>50:95</sub></th>
<th>AP<sub>s</sub></th>
<th>AP<sub>t</sub></th>
<th>AP<sub>vt</sub></th>
</tr>
</thead>
<tbody align="center">
<tr>
<td>FCOS [<xref ref-type="bibr" rid="ref-36">36</xref>]</td>
<td>&#x2013;</td>
<td>ResNet-50</td>
<td>25.5</td>
<td>14.1</td>
<td>&#x2013;</td>
<td>2.1</td>
<td>0.1</td>
</tr>
<tr>
<td>Faster R-CNN [<xref ref-type="bibr" rid="ref-37">37</xref>]</td>
<td>41.1M</td>
<td>ResNet-50</td>
<td>38.0</td>
<td>22.3</td>
<td>&#x2013;</td>
<td>6.2</td>
<td>0.1</td>
</tr>
<tr>
<td>NWD [<xref ref-type="bibr" rid="ref-4">4</xref>]</td>
<td>43.2M</td>
<td>ResNet-50</td>
<td>40.3</td>
<td>&#x2013;</td>
<td>22.2</td>
<td>11.1</td>
<td>2.9</td>
</tr>
<tr>
<td>RFLA [<xref ref-type="bibr" rid="ref-5">5</xref>]</td>
<td>43.2M</td>
<td>ResNet-50</td>
<td>45.3</td>
<td>27.4</td>
<td>&#x2013;</td>
<td><bold>12.9</bold></td>
<td><bold>4.5</bold></td>
</tr>
<tr>
<td>RKA [<xref ref-type="bibr" rid="ref-38">38</xref>]</td>
<td>43.2M</td>
<td>ResNet-50</td>
<td><bold>46.2</bold></td>
<td><bold>27.4</bold></td>
<td><bold>24.3</bold></td>
<td>12.6</td>
<td>4.4</td>
</tr>
<tr>
<td>Shape-IoU [<xref ref-type="bibr" rid="ref-39">39</xref>]</td>
<td>11.2M</td>
<td>CSPDarknet53-s</td>
<td>39.1</td>
<td>22.8</td>
<td>&#x2013;</td>
<td>&#x2013;</td>
<td>&#x2013;</td>
</tr>
<tr>
<td>YOLOv8n [<xref ref-type="bibr" rid="ref-28">28</xref>]</td>
<td>3.0M</td>
<td>CSPDarknet53-n</td>
<td>33.3</td>
<td>19.1</td>
<td>13.9</td>
<td>5.0</td>
<td>0.8</td>
</tr>
<tr>
<td>YOLOv8l [<xref ref-type="bibr" rid="ref-28">28</xref>]</td>
<td>43.6M</td>
<td>CSPDarknet53-l</td>
<td>41.5</td>
<td>25.2</td>
<td>20.9</td>
<td>7.7</td>
<td>1.5</td>
</tr>
<tr>
<td>YOLOv9c [<xref ref-type="bibr" rid="ref-40">40</xref>]</td>
<td>25.5M</td>
<td>YOLOv9-c</td>
<td>40.7</td>
<td>24.5</td>
<td>20.7</td>
<td>7.1</td>
<td>1.5</td>
</tr>
<tr>
<td>YOLOv10l [<xref ref-type="bibr" rid="ref-41">41</xref>]</td>
<td>25.8M</td>
<td>YOLOv10-l</td>
<td>41.5</td>
<td>25.0</td>
<td>20.8</td>
<td>7.5</td>
<td>1.9</td>
</tr>
<tr>
<td>YOLOv11l [<xref ref-type="bibr" rid="ref-42">42</xref>]</td>
<td>25.3M</td>
<td>CSPDarknet53-l</td>
<td>40.8</td>
<td>24.6</td>
<td>20.6</td>
<td>7.4</td>
<td>1.1</td>
</tr>
<tr>
<td>BiFormer [<xref ref-type="bibr" rid="ref-43">43</xref>]</td>
<td>36.6M</td>
<td>BiFormer-s</td>
<td>38.2</td>
<td>22.4</td>
<td>17.7</td>
<td>6.9</td>
<td>1.3</td>
</tr>
<tr>
<td>RepViT [<xref ref-type="bibr" rid="ref-44">44</xref>]</td>
<td>47.0M</td>
<td>RepViT-m2_3</td>
<td>38.8</td>
<td>22.4</td>
<td>18.2</td>
<td>7.2</td>
<td>1.1</td>
</tr>
<tr>
<td>CFPT [<xref ref-type="bibr" rid="ref-45">45</xref>]</td>
<td>37.3M</td>
<td>ResNet-50</td>
<td>38.0</td>
<td>22.2</td>
<td>11.9</td>
<td>&#x2013;</td>
<td>&#x2013;</td>
</tr>
<tr>
<td>LR-Net</td>
<td>4.0M</td>
<td>CSPDarknet53-n</td>
<td>36.7</td>
<td>21.3</td>
<td>17.0</td>
<td>8.7</td>
<td>2.5</td>
</tr>
</tbody>
</table>
<table-wrap-foot>
<fn id="table-1fn1" fn-type="other">
<p>Note: &#x02018;&#x2013;&#x2019; represents that the method has not evaluated the results. Bold font indicates the best performance of the current indicator.</p>
</fn>
</table-wrap-foot>
</table-wrap><table-wrap id="table-2">
<label>Table 2</label>
<caption>
<title>Experimental results on AITOD-test</title>
</caption>
<table>
<colgroup>
<col align="center"/>
<col align="center"/>
<col align="center"/>
<col align="center"/>
<col align="center"/>
<col align="center"/>
<col align="center"/>
<col align="center"/>
</colgroup>
<thead align="center">
<tr>
<th align="center">Method</th>
<th align="center">Params</th>
<th align="center">Backbone</th>
<th>AP<sub>50</sub></th>
<th>AP<sub>50:95</sub></th>
<th>AP<sub>s</sub></th>
<th>AP<sub>t</sub></th>
<th align="center">AP<sub><bold>vt</bold></sub></th>
</tr>
</thead>
<tbody align="center">
<tr>
<td>Faster R-CNN [<xref ref-type="bibr" rid="ref-37">37</xref>]</td>
<td>41.1M</td>
<td>ResNet-50</td>
<td>27.0</td>
<td>11.4</td>
<td>23.1</td>
<td>8.3</td>
<td>0.0</td>
</tr>
<tr>
<td>Cascade R-CNN [<xref ref-type="bibr" rid="ref-46">46</xref>]</td>
<td>&#x2013;</td>
<td>ResNet-50</td>
<td>30.8</td>
<td>13.8</td>
<td>25.5</td>
<td>10.6</td>
<td>0.0</td>
</tr>
<tr>
<td>SSD-512 [<xref ref-type="bibr" rid="ref-47">47</xref>]</td>
<td>&#x2013;</td>
<td>ResNet-50</td>
<td>21.7</td>
<td>7.0</td>
<td>11.5</td>
<td>4.7</td>
<td>1.0</td>
</tr>
<tr>
<td>FCOS [<xref ref-type="bibr" rid="ref-36">36</xref>]</td>
<td>&#x2013;</td>
<td>ResNet-50</td>
<td>24.1</td>
<td>9.8</td>
<td>15.1</td>
<td>8.0</td>
<td>1.4</td>
</tr>
<tr>
<td>CenterNet [<xref ref-type="bibr" rid="ref-48">48</xref>]</td>
<td>&#x2013;</td>
<td>DLA-34</td>
<td>39.2</td>
<td>13.4</td>
<td>17.7</td>
<td>12.1</td>
<td>3.8</td>
</tr>
<tr>
<td>M-CenterNet [<xref ref-type="bibr" rid="ref-33">33</xref>]</td>
<td>&#x2013;</td>
<td>DLA-34</td>
<td>40.7</td>
<td>14.5</td>
<td>19.4</td>
<td>15.0</td>
<td>6.1</td>
</tr>
<tr>
<td>NWD [<xref ref-type="bibr" rid="ref-4">4</xref>]</td>
<td>43.2M</td>
<td>ResNet-50</td>
<td>49.3</td>
<td>20.8</td>
<td>29.6</td>
<td>19.7</td>
<td>6.4</td>
</tr>
<tr>
<td>RFLA [<xref ref-type="bibr" rid="ref-5">5</xref>]</td>
<td>43.2M</td>
<td>ResNet-50</td>
<td>55.2</td>
<td>24.8</td>
<td>30.3</td>
<td>24.8</td>
<td>9.3</td>
</tr>
<tr>
<td>RKA [<xref ref-type="bibr" rid="ref-38">38</xref>]</td>
<td>43.2M</td>
<td>ResNet-50</td>
<td>53.5</td>
<td>23.4</td>
<td>28.5</td>
<td>23.8</td>
<td>8.7</td>
</tr>
<tr>
<td>SimD [<xref ref-type="bibr" rid="ref-49">49</xref>]</td>
<td>43.2M</td>
<td>ResNet-50</td>
<td>55.9</td>
<td>26.6</td>
<td>30.9</td>
<td><bold>27.5</bold></td>
<td><bold>13.4</bold></td>
</tr>
<tr>
<td>Inner-IoU [<xref ref-type="bibr" rid="ref-50">50</xref>]</td>
<td>5.8M</td>
<td>CSPDarknet53-s</td>
<td>43.8</td>
<td>18.2</td>
<td>&#x2013;</td>
<td>&#x2013;</td>
<td>&#x2013;</td>
</tr>
<tr>
<td>Shape-IoU [<xref ref-type="bibr" rid="ref-39">39</xref>]</td>
<td>11.2M</td>
<td>CSPDarknet53-s</td>
<td>44.3</td>
<td>18.7</td>
<td>&#x2013;</td>
<td>&#x2013;</td>
<td>&#x2013;</td>
</tr>
<tr>
<td>Focaler-IoU [<xref ref-type="bibr" rid="ref-51">51</xref>]</td>
<td>11.2M</td>
<td>CSPDarknet53-s</td>
<td>44.6</td>
<td>18.6</td>
<td>&#x2013;</td>
<td>&#x2013;</td>
<td>&#x2013;</td>
</tr>
<tr>
<td>YOLOv8n [<xref ref-type="bibr" rid="ref-28">28</xref>]</td>
<td>3.0M</td>
<td>CSPDarknet53-n</td>
<td>44.9</td>
<td>19.3</td>
<td>27.0</td>
<td>17.8</td>
<td>5.0</td>
</tr>
<tr>
<td>YOLOv8l [<xref ref-type="bibr" rid="ref-28">28</xref>]</td>
<td>43.6M</td>
<td>CSPDarknet53-l</td>
<td>54.7</td>
<td>26.3</td>
<td>36.0</td>
<td>24.7</td>
<td>6.5</td>
</tr>
<tr>
<td>YOLOv11l [<xref ref-type="bibr" rid="ref-42">42</xref>]</td>
<td>25.3M</td>
<td>CSPDarknet53-l</td>
<td>56.7</td>
<td><bold>27.2</bold></td>
<td><bold>36.8</bold></td>
<td>25.4</td>
<td>8.3</td>
</tr>
<tr>
<td>Deformable-DETR [<xref ref-type="bibr" rid="ref-52">52</xref>]</td>
<td>40.0M</td>
<td>ResNet-50</td>
<td>45.9</td>
<td>17.0</td>
<td>22.7</td>
<td>17.1</td>
<td>7.2</td>
</tr>
<tr>
<td>DINO [<xref ref-type="bibr" rid="ref-53">53</xref>]</td>
<td>47.0M</td>
<td>ResNet-50</td>
<td>56.6</td>
<td>23.2</td>
<td>29.3</td>
<td>23.1</td>
<td>9.9</td>
</tr>
<tr>
<td>DNTR [<xref ref-type="bibr" rid="ref-54">54</xref>]</td>
<td>&#x2013;</td>
<td>ResNet-50</td>
<td><bold>56.7</bold></td>
<td>26.2</td>
<td>31.0</td>
<td>26.4</td>
<td>12.8</td>
</tr>
<tr>
<td>LR-Net</td>
<td>4.0M</td>
<td>CSPDarknet53-n</td>
<td>48.2</td>
<td>21.8</td>
<td>27.8</td>
<td>20.5</td>
<td>8.6</td>
</tr>
</tbody>
</table>
<table-wrap-foot>
<fn id="table-2fn2" fn-type="other">
<p>Note: &#x2018;-&#x2019; represents that the method has not evaluated the results. Bold indicate the best results.</p>
</fn>
</table-wrap-foot>
</table-wrap>
</sec>
<sec id="s4_3">
<label>4.3</label>
<title>Ablation Experiments</title>
<p>To verify the effectiveness of the components in LR-Net, this section designs an ablation experiment to highlight the contributions of both LFF and RSIoU, as well as analyze the synergistic effect of these two methods on the baseline model&#x2019;s (YOLOv8n) performance. During the experiment, all test groups were conducted under the same hyperparameter settings, with the results shown in <xref ref-type="table" rid="table-3">Table 3</xref>.</p>
<table-wrap id="table-3">
<label>Table 3</label>
<caption>
<title>Ablation study results on VisDrone2019-val</title>
</caption>
<table>
<colgroup>
<col/>
<col/>
<col/>
<col/>
<col/>
<col/>
<col/>
<col/>
<col/>
</colgroup>
<thead align="center">
<tr>
<th>Method</th>
<th>AP<sub>50</sub></th>
<th>AP<sub>50:95</sub></th>
<th>AP<sub>s</sub></th>
<th>AP<sub>t</sub></th>
<th>AP<sub>vt</sub></th>
<th>Param</th>
<th>FPS</th>
<th>GFLOPs</th>
</tr>
</thead>
<tbody align="center">
<tr>
<td>Baseline</td>
<td>33.3</td>
<td>19.1</td>
<td>13.9</td>
<td>5.0</td>
<td>0.8</td>
<td>3.0M</td>
<td>89.6</td>
<td>8.2</td>
</tr>
<tr>
<td>&#x002B;LFF</td>
<td>35.4</td>
<td>20.6</td>
<td>16.8</td>
<td>8.2</td>
<td>2.3</td>
<td>4.0M</td>
<td>70.7</td>
<td>15.2</td>
</tr>
<tr>
<td>&#x002B;RSIoU</td>
<td>33.7</td>
<td>19.4</td>
<td>13.9</td>
<td>5.1</td>
<td>0.8</td>
<td>3.0M</td>
<td>89.6</td>
<td>8.2</td>
</tr>
<tr>
<td>&#x002B;All</td>
<td><bold>36.6</bold></td>
<td><bold>21.3</bold></td>
<td><bold>17.0</bold></td>
<td><bold>8.5</bold></td>
<td><bold>2.5</bold></td>
<td>4.0M</td>
<td>70.7</td>
<td>15.2</td>
</tr>
</tbody>
</table>
<table-wrap-foot>
<fn id="table-3fn3" fn-type="other">
<p>Note: Bold font indicates the best performance of the current indicator.</p>
</fn>
</table-wrap-foot>
</table-wrap>
<p>As shown in the table, LR-Net achieves significant performance improvements with a relatively small number of parameters, especially in the dedicated metrics for small objects, validating the method&#x2019;s effectiveness in small object detection. Specifically, the LFF method leads to noticeable improvements of 2.9%, 3.2%, and 1.5% in the <inline-formula id="ieqn-106"><mml:math id="mml-ieqn-106"><mml:mrow><mml:mi mathvariant="normal">A</mml:mi><mml:msub><mml:mi mathvariant="normal">P</mml:mi><mml:mrow><mml:mi mathvariant="normal">s</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:math></inline-formula>, <inline-formula id="ieqn-107"><mml:math id="mml-ieqn-107"><mml:mrow><mml:mi mathvariant="normal">A</mml:mi><mml:msub><mml:mi mathvariant="normal">P</mml:mi><mml:mrow><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:math></inline-formula>, and <inline-formula id="ieqn-108"><mml:math id="mml-ieqn-108"><mml:mrow><mml:mi mathvariant="normal">A</mml:mi><mml:msub><mml:mi mathvariant="normal">P</mml:mi><mml:mrow><mml:mi mathvariant="normal">v</mml:mi><mml:mi mathvariant="normal">t</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:math></inline-formula> metrics for small objects, respectively. When RSIoU is used alone, the improvement is relatively small, but when combined with LFF, its effect is significantly enhanced. To further analyze this and investigate the role of the internal structure of RSIoU, an ablation study was conducted on its three components after designing a high-resolution feature hierarchy tailored for small object detection. The results are shown in <xref ref-type="table" rid="table-4">Table 4</xref>, where the first part (Part1) represents the center distance penalty, the second part (Part2) refers to the improvement of the convergence direction, and the third part (Part3) involves the focusing parameter. All three components contribute to the performance, and when used together, the improvement is significantly higher than the individual RSIoU improvement shown in <xref ref-type="table" rid="table-3">Table 3</xref>. This suggests that enhancing small object features has a boosting effect on RSIoU.</p>
<table-wrap id="table-4">
<label>Table 4</label>
<caption>
<title>Ablation study results on RSIoU</title>
</caption>
<table>
<colgroup>
<col/>
<col/>
<col/>
<col/>
<col/>
<col/>
<col/>
</colgroup>
<thead align="center">
<tr>
<th>Method</th>
<th>AP<sub>50</sub></th>
<th>AP<sub>50:95</sub></th>
<th>AP<sub>s</sub></th>
<th>AP<sub>t</sub></th>
<th>AP<sub>vt</sub></th>
<th>Param</th>
</tr>
</thead>
<tbody align="center">
<tr>
<td>Baseline</td>
<td>34.5</td>
<td>20.0</td>
<td>15.9</td>
<td>7.5</td>
<td>1.7</td>
<td>3.0M</td>
</tr>
<tr>
<td>&#x002B;Part1</td>
<td>35.3</td>
<td>20.4</td>
<td>16.2</td>
<td>7.7</td>
<td>2.1</td>
<td>3.0M</td>
</tr>
<tr>
<td>&#x002B;Part2</td>
<td>35.4</td>
<td>20.4</td>
<td>16.6</td>
<td>7.6</td>
<td>2.1</td>
<td>3.0M</td>
</tr>
<tr>
<td>&#x002B;Part3</td>
<td><bold>35.7</bold></td>
<td>20.4</td>
<td>16.3</td>
<td>7.9</td>
<td>2.1</td>
<td>3.0M</td>
</tr>
<tr>
<td>&#x002B;All</td>
<td>35.6</td>
<td><bold>20.5</bold></td>
<td><bold>16.6</bold></td>
<td><bold>8.0</bold></td>
<td><bold>2.3</bold></td>
<td>3.0M</td>
</tr>
</tbody>
</table>
<table-wrap-foot>
<fn id="table-4fn4" fn-type="other">
<p>Note: Bold font indicates the best performance of the current indicator.</p>
</fn>
</table-wrap-foot>
</table-wrap>
</sec>
<sec id="s4_4">
<label>4.4</label>
<title>Analysis Experiment of Loss Function</title>
<sec id="s4_4_1">
<label>4.4.1</label>
<title>Experimental Analysis of Focal Parameters in RSIoU</title>
<p>To compare the impact of different focal parameters on the results, experiments were conducted in RSIoU with the following settings: no focal parameter (<inline-formula id="ieqn-109"><mml:math id="mml-ieqn-109"><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow></mml:math></inline-formula> &#x003D; 1), static parameter (<inline-formula id="ieqn-110"><mml:math id="mml-ieqn-110"><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow></mml:math></inline-formula> &#x003D; 0.5), and dynamic parameter (<inline-formula id="ieqn-111"><mml:math id="mml-ieqn-111"><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow></mml:math></inline-formula>&#x2019; &#x003D; angle cost-2). <inline-formula id="ieqn-112"><mml:math id="mml-ieqn-112"><mml:mi>&#x03B1;</mml:mi></mml:math></inline-formula> is the weight coefficient (used to control the loss and gradient; <inline-formula id="ieqn-113"><mml:math id="mml-ieqn-113"><mml:mi>&#x03B1;</mml:mi></mml:math></inline-formula> &#x003D; 0.5 is the optimal value in the experiments, and <inline-formula id="ieqn-114"><mml:math id="mml-ieqn-114"><mml:mi>&#x03B1;</mml:mi></mml:math></inline-formula> &#x003D; 1 means not to use it). The experimental results are shown in <xref ref-type="table" rid="table-5">Table 5</xref>.</p>
<table-wrap id="table-5">
<label>Table 5</label>
<caption>
<title>Comparison of the impact of focal parameters on RSIoU. Bold font indicates the best performance of the current indicator</title>
</caption>
<table>
<colgroup>
<col/>
<col/>
<col/>
<col/>
<col/>
<col/>
<col/>
<col/>
</colgroup>
<thead align="center">
<tr>
<th>Group</th>
<th><inline-formula id="ieqn-115"><mml:math id="mml-ieqn-115"><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:math></inline-formula></th>
<th><inline-formula id="ieqn-116"><mml:math id="mml-ieqn-116"><mml:mi mathvariant="bold-italic">&#x03B1;</mml:mi></mml:math></inline-formula></th>
<th>AP<sub>50</sub></th>
<th>AP<sub>50:95</sub></th>
<th>AP<sub>s</sub></th>
<th>AP<sub>t</sub></th>
<th>AP<sub>vt</sub></th>
</tr>
</thead>
<tbody align="center">
<tr>
<td>A</td>
<td>1</td>
<td>1</td>
<td>35.9</td>
<td>21.0</td>
<td>17.2</td>
<td>8.1</td>
<td>2.3</td>
</tr>
<tr>
<td>B</td>
<td>0.5</td>
<td>0.5</td>
<td>35.8</td>
<td>20.8</td>
<td>17.1</td>
<td>8.4</td>
<td>2.1</td>
</tr>
<tr>
<td>C</td>
<td><inline-formula id="ieqn-117"><mml:math id="mml-ieqn-117"><mml:msup><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">&#x2032;</mml:mi></mml:mrow></mml:msup></mml:math></inline-formula></td>
<td>0.5</td>
<td>36.2</td>
<td><bold>21.2</bold></td>
<td>17.2</td>
<td><bold>8.7</bold></td>
<td><bold>2.5</bold></td>
</tr>
<tr>
<td>D</td>
<td><inline-formula id="ieqn-118"><mml:math id="mml-ieqn-118"><mml:msup><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow><mml:mrow><mml:mi mathvariant="normal">&#x2032;</mml:mi></mml:mrow></mml:msup></mml:math></inline-formula></td>
<td>1</td>
<td><bold>36.3</bold></td>
<td><bold>21.2</bold></td>
<td><bold>17.5</bold></td>
<td>8.4</td>
<td>2.4</td>
</tr>
</tbody>
</table>
<table-wrap-foot>
<fn id="table-5fn5" fn-type="other">
<p>Note: Bold font indicates the best performance of the current indicator.</p>
</fn>
</table-wrap-foot>
</table-wrap>
<p>Compared with A and B, there is a slight decrease in accuracy in B when using static parameters (<inline-formula id="ieqn-119"><mml:math id="mml-ieqn-119"><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow></mml:math></inline-formula> &#x003D; 0.5), indicating that focusing on high-quality samples does not necessarily improve accuracy in small object detection. In contrast, the results for C and D show improvements in most metrics, demonstrating that the dynamic focal mechanism, which focuses on ordinary-quality samples, can improve the convergence performance of IoU loss on small objects.</p>
<p>To validate the generalizability of the method, experiments were conducted by applying different focal parameters in the EIoU loss function (In EIoU, there is no angle cost, <inline-formula id="ieqn-120"><mml:math id="mml-ieqn-120"><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow></mml:math></inline-formula> &#x003D; 0.5 denotes the initial Focal-EIoU. and <inline-formula id="ieqn-121"><mml:math id="mml-ieqn-121"><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow></mml:math></inline-formula> &#x003D; &#x002A; indicates <inline-formula id="ieqn-122"><mml:math id="mml-ieqn-122"><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow></mml:math></inline-formula> &#x003D; &#x2013;distance cost). The experimental results validate the generalization performance of the method across different loss functions, as shown in <xref ref-type="table" rid="table-6">Table 6</xref>.</p>
<table-wrap id="table-6">
<label>Table 6</label>
<caption>
<title>Comparison of the impact of focal parameters on EIoU</title>
</caption>
<table>
<colgroup>
<col/>
<col/>
<col/>
<col/>
<col/>
<col/>
</colgroup>
<thead align="center">
<tr>
<th>Loss</th>
<th>AP<sub>50</sub></th>
<th>AP<sub>50:95</sub></th>
<th>AP<sub>s</sub></th>
<th>AP<sub>t</sub></th>
<th>AP<sub>vt</sub></th>
</tr>
</thead>
<tbody align="center">
<tr>
<td>EIoU(<inline-formula id="ieqn-123"><mml:math id="mml-ieqn-123"><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow></mml:math></inline-formula> &#x003D; 0.5, <inline-formula id="ieqn-124"><mml:math id="mml-ieqn-124"><mml:mi>&#x03B1;</mml:mi></mml:math></inline-formula> &#x003D; 0.5)</td>
<td>33.6</td>
<td>19.4</td>
<td>15.0</td>
<td>7.1</td>
<td>1.7</td>
</tr>
<tr>
<td>EIoU(<inline-formula id="ieqn-125"><mml:math id="mml-ieqn-125"><mml:mrow><mml:mi mathvariant="normal">&#x03B3;</mml:mi></mml:mrow></mml:math></inline-formula> &#x003D; &#x002A;, <inline-formula id="ieqn-126"><mml:math id="mml-ieqn-126"><mml:mi>&#x03B1;</mml:mi></mml:math></inline-formula> &#x003D; 0.5)</td>
<td><bold>34.2</bold></td>
<td><bold>19.7</bold></td>
<td><bold>15.6</bold></td>
<td>6.9</td>
<td><bold>1.9</bold></td>
</tr>
</tbody>
</table>
<table-wrap-foot>
<fn id="table-6fn6" fn-type="other">
<p>Note: Bold font indicates the best performance of the current indicator.</p>
</fn>
</table-wrap-foot>
</table-wrap>
</sec>
<sec id="s4_4_2">
<label>4.4.2</label>
<title>Experimental Analysis of Introducing <inline-formula id="ieqn-127"><mml:math id="mml-ieqn-127"><mml:msub><mml:mi>R</mml:mi><mml:mrow><mml:mi>D</mml:mi><mml:mi>I</mml:mi><mml:mi>o</mml:mi><mml:mi>U</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> in Distance Cost</title>
<p>Here aims to analyze the convergence effect after introducing the center point Euclidean distance into the distance cost of SIoU. The experimental results show a noticeable improvement in the average precision (AP) metrics, indicating that the center point Euclidean distance, as a key factor, can enhance the convergence of SIoU. The specific experimental results and analysis are presented in <xref ref-type="table" rid="table-7">Table 7</xref> and <xref ref-type="fig" rid="fig-11">Fig. 11</xref>.</p>
<table-wrap id="table-7">
<label>Table 7</label>
<caption>
<title>Introducing the conditions before and after applying the improved focal parameters (&#x2018;/focal&#x2019; refers to the focusing mechanism that applies the focus penalty parameter). Bold font indicates the best performance of the current indicator</title>
</caption>
<table>
<colgroup>
<col/>
<col/>
<col/>
<col/>
<col/>
<col/>
</colgroup>
<thead align="center">
<tr>
<th>Loss</th>
<th>AP<sub>50</sub></th>
<th>AP<sub>50:95</sub></th>
<th>AP<sub>s</sub></th>
<th>AP<sub>t</sub></th>
<th>AP<sub>vt</sub></th>
</tr>
</thead>
<tbody align="center">
<tr>
<td>SIoU</td>
<td>35.2</td>
<td>20.2</td>
<td>15.9</td>
<td>7.5</td>
<td>2.1</td>
</tr>
<tr>
<td>SIoU-<inline-formula id="ieqn-128"><mml:math id="mml-ieqn-128"><mml:msub><mml:mi>R</mml:mi><mml:mrow><mml:mi>D</mml:mi><mml:mi>I</mml:mi><mml:mi>o</mml:mi><mml:mi>U</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula></td>
<td>35.3</td>
<td>20.4</td>
<td>16.2</td>
<td>7.7</td>
<td>2.1</td>
</tr>
<tr>
<td>SIoU/focal</td>
<td>35.1</td>
<td>20.2</td>
<td>16.2</td>
<td>7.8</td>
<td><bold>2.3</bold></td>
</tr>
<tr>
<td>SIoU-<inline-formula id="ieqn-129"><mml:math id="mml-ieqn-129"><mml:msub><mml:mi>R</mml:mi><mml:mrow><mml:mi>D</mml:mi><mml:mi>I</mml:mi><mml:mi>o</mml:mi><mml:mi>U</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula>/focal</td>
<td><bold>35.7</bold></td>
<td><bold>20.4</bold></td>
<td><bold>16.2</bold></td>
<td><bold>7.8</bold></td>
<td>2.1</td>
</tr>
</tbody>
</table>
<table-wrap-foot>
<fn id="table-7fn7" fn-type="other">
<p>Note: Bold font indicates the best performance of the current indicator.</p>
</fn>
</table-wrap-foot>
</table-wrap><fig id="fig-11">
<label>Figure 11</label>
<caption>
<title>Changes in <inline-formula id="ieqn-130"><mml:math id="mml-ieqn-130"><mml:mrow><mml:mi mathvariant="normal">A</mml:mi><mml:msub><mml:mi mathvariant="normal">P</mml:mi><mml:mrow><mml:mn>50</mml:mn></mml:mrow></mml:msub></mml:mrow></mml:math></inline-formula> before and after improvement (RSIoU&#x002A; represents the introduction)</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_67763-fig-11.tif"/>
</fig>
</sec>
<sec id="s4_4_3">
<label>4.4.3</label>
<title>Experimental Analysis of SIoU Convergence Correction</title>
<p>Here aims to analyze the performance after correcting the gradient direction of the distance cost and angle cost in SIoU (here, SIoU&#x002A; indicates the corrected gradient direction). <xref ref-type="fig" rid="fig-12">Fig. 12</xref> shows that after correcting the gradient direction, the angle cost can converge synchronously with the distance cost.</p>
<fig id="fig-12">
<label>Figure 12</label>
<caption>
<title>Convergence of angle cost before (left) and after (right) direction correction</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_67763-fig-12.tif"/>
</fig>
<p>Meanwhile, <xref ref-type="fig" rid="fig-13">Fig. 13</xref> and <xref ref-type="table" rid="table-8">Table 8</xref> demonstrate that this method can make the SIoU loss converge earlier and achieve higher AP.</p>
<fig id="fig-13">
<label>Figure 13</label>
<caption>
<title>Shows that <inline-formula id="ieqn-131"><mml:math id="mml-ieqn-131"><mml:mrow><mml:mi mathvariant="normal">A</mml:mi><mml:msub><mml:mi mathvariant="normal">P</mml:mi><mml:mrow><mml:mn>50</mml:mn></mml:mrow></mml:msub></mml:mrow></mml:math></inline-formula> (left) achieves earlier convergence and higher accuracy (where SIoU&#x002A; represents the corrected version)</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_67763-fig-13.tif"/>
</fig><table-wrap id="table-8">
<label>Table 8</label>
<caption>
<title>Comparison results of correcting the convergence direction of SIoU</title>
</caption>
<table>
<colgroup>
<col/>
<col/>
<col/>
<col/>
<col/>
<col/>
</colgroup>
<thead align="center">
<tr>
<th>Loss</th>
<th>AP<sub>50</sub></th>
<th>AP<sub>50:95</sub></th>
<th>AP<sub>s</sub></th>
<th>AP<sub>t</sub></th>
<th>AP<sub>vt</sub></th>
</tr>
</thead>
<tbody align="center">
<tr>
<td>SIoU</td>
<td>35.2</td>
<td>20.2</td>
<td>15.9</td>
<td>7.5</td>
<td>2.1</td>
</tr>
<tr>
<td>SIoU&#x002A;</td>
<td><bold>35.4</bold></td>
<td><bold>20.4</bold></td>
<td><bold>16.6</bold></td>
<td><bold>7.6</bold></td>
<td><bold>2.1</bold></td>
</tr>
</tbody>
</table>
<table-wrap-foot>
<fn id="table-8fn8" fn-type="other">
<p>Note: Bold font indicates the best performance of the current indicator.</p>
</fn>
</table-wrap-foot>
</table-wrap>
</sec>
<sec id="s4_4_4">
<label>4.4.4</label>
<title>Generalization Experiment and Comparison of Detection Performance</title>
<p>In order to verify the generalization performance of RSIoU in detecting normal-scale objects, experiments were carried out on COCO and Pascal VOC datasets, and the experimental results demonstrated that the method still performed better on different datasets, as shown in <xref ref-type="table" rid="table-9">Table 9</xref>.</p>
<table-wrap id="table-9">
<label>Table 9</label>
<caption>
<title>Experimental results of generalization of different datasets</title>
</caption>
<table>
<colgroup>
<col align="center"/>
<col align="center"/>
<col align="center"/>
<col align="center"/>
<col align="center"/>
<col align="center"/>
</colgroup>
<thead align="center">
<tr>
<th align="center">Dataset</th>
<th align="center">Method</th>
<th>AP<sub>50</sub></th>
<th>AP<sub>75</sub></th>
<th>AP<sub>50:95</sub></th>
<th align="center">Param</th>
</tr>
</thead>
<tbody align="center">
<tr>
<td>COCO</td>
<td>Yolov8n</td>
<td>49.9</td>
<td>&#x2013;</td>
<td>35.0</td>
<td>3.2M</td>
</tr>
<tr>
<td></td>
<td><bold>LR-Net</bold></td>
<td><bold>51.1</bold></td>
<td><bold>39.1</bold></td>
<td><bold>35.9</bold></td>
<td>3.2M</td>
</tr>
<tr>
<td>Pascal VOC</td>
<td>Yolov8n</td>
<td>70.9</td>
<td>53.4</td>
<td>49.5</td>
<td>3.0M</td>
</tr>
<tr>
<td></td>
<td><bold>LR-Net</bold></td>
<td><bold>71.3</bold></td>
<td><bold>54.4</bold></td>
<td><bold>49.8</bold></td>
<td>3.0M</td>
</tr>
</tbody>
</table>
<table-wrap-foot>
<fn id="table-9fn9" fn-type="other">
<p>Note: &#x2018;-&#x2019; represents that the method has not evaluated the results. Bold indicate the best results.</p>
</fn>
</table-wrap-foot>
</table-wrap>
<p>To more vividly illustrate the effectiveness of the proposed method, images from various scenarios were selected for inference comparison, as shown in <xref ref-type="fig" rid="fig-14">Fig. 14</xref>. The inference results indicate that LR-Net can detect more previously missed objects, including occluded objects and extremely small objects. In extremely dense or occluded scenarios, LR-Net still exhibits a small number of missed detections for small vehicles. However, its detection results (fourth row) show a significant improvement compared to the original model (first row).</p>
<fig id="fig-14">
<label>Figure 14</label>
<caption>
<title>Comparison of inference results of instance images (The results from the first to the fourth lines indicate that the original, LFF, RSIoU, and all were applied, respectively). LR-Net significantly improves the detection accuracy and robustness of small object detection</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_67763-fig-14.tif"/>
</fig>
</sec>
</sec>
</sec>
<sec id="s5">
<label>5</label>
<title>Conclusion</title>
<p>This study aims to address the key challenges in small object detection, including limited object size and occlusion, by analyzing the limitations of existing mainstream methods. To overcome these challenges, we propose LR-Net for small object detection. Specifically, the proposed Lossless Feature Fusion (LFF) method transfers spatial features into the channel domain while leveraging hybrid attention to focus on informative features, effectively mitigating feature loss caused by the extremely small size of objects. Furthermore, RSIoU is proposed to enhance the convergence performance of IoU-based losses under occlusion scenarios. RSIoU corrects the convergence direction issues in SIoU and proposes a novel penalty term as a Dynamic Focusing Mechanism parameter, allowing it to dynamically focus on the loss contribution of small object samples. Ultimately, RSIoU significantly improves the convergence performance of the loss function for small objects under occlusion. By integrating LFF and RSIoU, LR-Net effectively alleviates the challenges posed by small object size and occlusion, leading to a significant improvement in both detection accuracy and robustness for small object detection.</p>
</sec>
</body>
<back>
<ack>
<p>The authors would like to express their gratitude for the valuable feedback and suggestions provided by all the anonymous reviewers and the editorial team.</p>
</ack>
<sec>
<title>Funding Statement</title>
<p>This work was supported by Chongqing Municipal Commission of Housing and Urban-Rural Development (Grant No. CKZ2024-87), China Chongqing Municipal Science and Technology Bureau (Grant No. 2024TIAD-CYKJCXX0121).</p>
</sec>
<sec>
<title>Author Contributions</title>
<p>The authors confirm contribution to the paper as follows: literature review: Ru Wang; method design: Ru Wang, Gang Li; study conception and design: Gang Li, Ru Wang, Chuanyun Xu; data collection: Ru Wang, Zheng Zhou, Xinyu Fan, Zihan Ruan; analysis and interpretation of results: Ru Wang, Yang Zhang, Chuanyun Xu, Pengfei Lv; draft manuscript preparation: Ru Wang, Gang Li, Chuanyun Xu. All authors reviewed the results and approved the final version of the manuscript.</p>
</sec>
<sec sec-type="data-availability">
<title>Availability of Data and Materials</title>
<p>All relevant data are within the paper. The data are available from the corresponding author on reasonable request.</p>
</sec>
<sec>
<title>Ethics Approval</title>
<p>Not applicable.</p>
</sec>
<sec sec-type="COI-statement">
<title>Conflicts of Interest</title>
<p>The authors declare no conflicts of interest to report regarding the present study.</p>
</sec>
<ref-list content-type="authoryear">
<title>References</title>
<ref id="ref-1"><label>[1]</label><mixed-citation publication-type="other"><person-group person-group-type="author"><string-name><surname>Rekavandi</surname> <given-names>AM</given-names></string-name>, <string-name><surname>Rashidi</surname> <given-names>S</given-names></string-name>, <string-name><surname>Boussaid</surname> <given-names>F</given-names></string-name>, <string-name><surname>Hoefs</surname> <given-names>S</given-names></string-name>, <string-name><surname>Akbas</surname> <given-names>E</given-names></string-name>, <string-name><surname>Bennamoun</surname> <given-names>M</given-names></string-name></person-group>. <article-title>Transformers in small object detection: a benchmark and survey of state-of-the-art</article-title>. <comment>arXiv:2309.04902. 2023</comment>.</mixed-citation></ref>
<ref id="ref-2"><label>[2]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Gao</surname> <given-names>X</given-names></string-name>, <string-name><surname>Mo</surname> <given-names>M</given-names></string-name>, <string-name><surname>Wang</surname> <given-names>H</given-names></string-name>, <string-name><surname>Leng</surname> <given-names>J</given-names></string-name></person-group>. <article-title>Recent advances in small object detection</article-title>. <source>J Data Acquis Process</source>. <year>2021</year>;<volume>36</volume>:<fpage>391</fpage>&#x2013;<lpage>417</lpage>. doi:<pub-id pub-id-type="doi">10.16337/j.1004-9037.2021.03.001</pub-id>.</mixed-citation></ref>
<ref id="ref-3"><label>[3]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Cheng</surname> <given-names>G</given-names></string-name>, <string-name><surname>Yuan</surname> <given-names>X</given-names></string-name>, <string-name><surname>Yao</surname> <given-names>X</given-names></string-name>, <string-name><surname>Yan</surname> <given-names>K</given-names></string-name>, <string-name><surname>Zeng</surname> <given-names>Q</given-names></string-name>, <string-name><surname>Xie</surname> <given-names>X</given-names></string-name>, <etal>et al</etal></person-group>. <article-title>Towards large-scale small object detection: survey and benchmarks</article-title>. <source>IEEE Trans Pattern Anal Mach Intell</source>. <year>2023</year>;<volume>45</volume>(<issue>11</issue>):<fpage>13467</fpage>&#x2013;<lpage>88</lpage>. doi:<pub-id pub-id-type="doi">10.1109/TPAMI.2023.3290594</pub-id>; <pub-id pub-id-type="pmid">37384469</pub-id></mixed-citation></ref>
<ref id="ref-4"><label>[4]</label><mixed-citation publication-type="other"><person-group person-group-type="author"><string-name><surname>Wang</surname> <given-names>J</given-names></string-name>, <string-name><surname>Xu</surname> <given-names>C</given-names></string-name>, <string-name><surname>Yang</surname> <given-names>W</given-names></string-name>, <string-name><surname>Yu</surname> <given-names>L</given-names></string-name></person-group>. <article-title>A normalized Gaussian Wasserstein distance for tiny object detection</article-title>. <comment>arXiv:2110.13389. 2021</comment>.</mixed-citation></ref>
<ref id="ref-5"><label>[5]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Xu</surname> <given-names>C</given-names></string-name>, <string-name><surname>Wang</surname> <given-names>J</given-names></string-name>, <string-name><surname>Yang</surname> <given-names>W</given-names></string-name>, <string-name><surname>Yu</surname> <given-names>H</given-names></string-name>, <string-name><surname>Yu</surname> <given-names>L</given-names></string-name>, <string-name><surname>Xia</surname> <given-names>GS</given-names></string-name></person-group>. <article-title>RFLA: Gaussian receptive field based label assignment for tiny object detection</article-title>. In: <conf-name>European Conference on Computer Vision</conf-name>. <publisher-loc>Cham, Switzerland</publisher-loc>: <publisher-name>Springer</publisher-name>; <year>2022</year>. p. <fpage>526</fpage>&#x2013;<lpage>43</lpage>.</mixed-citation></ref>
<ref id="ref-6"><label>[6]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Lin</surname> <given-names>TY</given-names></string-name>, <string-name><surname>Doll&#x00E1;r</surname> <given-names>P</given-names></string-name>, <string-name><surname>Girshick</surname> <given-names>R</given-names></string-name>, <string-name><surname>He</surname> <given-names>K</given-names></string-name>, <string-name><surname>Hariharan</surname> <given-names>B</given-names></string-name>, <string-name><surname>Belongie</surname> <given-names>S</given-names></string-name></person-group>. <article-title>Feature pyramid networks for object detection</article-title>. In: <conf-name>Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition; 2017 Jul 21&#x2013;26</conf-name>; <publisher-loc>Honolulu, HI, USA</publisher-loc>. p. <fpage>2117</fpage>&#x2013;<lpage>25</lpage>. doi:<pub-id pub-id-type="doi">10.48550/arXiv.2205.12740</pub-id>.</mixed-citation></ref>
<ref id="ref-7"><label>[7]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Qiao</surname> <given-names>S</given-names></string-name>, <string-name><surname>Chen</surname> <given-names>LC</given-names></string-name>, <string-name><surname>Yuille</surname> <given-names>A</given-names></string-name></person-group>. <article-title>Detectors: detecting objects with recursive feature pyramid and switchable atrous convolution</article-title>. In: <conf-name>Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; 2021 Jun 20&#x2013;25</conf-name>; <publisher-loc>Nashville, TN, USA</publisher-loc>. p. <fpage>10213</fpage>&#x2013;<lpage>24</lpage>. doi:<pub-id pub-id-type="doi">10.48550/arXiv.2301.10051</pub-id>.</mixed-citation></ref>
<ref id="ref-8"><label>[8]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Cao</surname> <given-names>X</given-names></string-name>, <string-name><surname>Duan</surname> <given-names>M</given-names></string-name>, <string-name><surname>Ding</surname> <given-names>H</given-names></string-name>, <string-name><surname>Yang</surname> <given-names>Z</given-names></string-name></person-group>. <article-title>MS-YOLO: integration-based multi-subnets neural network for object detection in aerial images</article-title>. <source>Earth Sci Inform</source>. <year>2024</year>;<volume>17</volume>(<issue>3</issue>):<fpage>2085</fpage>&#x2013;<lpage>106</lpage>. doi:<pub-id pub-id-type="doi">10.1007/s12145-024-01265-y</pub-id>.</mixed-citation></ref>
<ref id="ref-9"><label>[9]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Zhao</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Liu</surname> <given-names>X</given-names></string-name>, <string-name><surname>He</surname> <given-names>P</given-names></string-name></person-group>. <article-title>PSO-YOLO: a contextual feature enhancement method for small object detection in UAV aerial images</article-title>. <source>Earth Sci Inform</source>. <year>2025</year>;<volume>18</volume>(<issue>2</issue>):<fpage>258</fpage>. doi:<pub-id pub-id-type="doi">10.1007/s12145-025-01780-6</pub-id>.</mixed-citation></ref>
<ref id="ref-10"><label>[10]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Zhang</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Zhang</surname> <given-names>H</given-names></string-name>, <string-name><surname>Huang</surname> <given-names>Q</given-names></string-name>, <string-name><surname>Han</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Zhao</surname> <given-names>M</given-names></string-name></person-group>. <article-title>DsP-YOLO: an anchor-free network with DsPAN for small object detection of multiscale defects</article-title>. <source>Expert Syst Appl</source>. <year>2024</year>;<volume>241</volume>(<issue>13</issue>):<fpage>122669</fpage>. doi:<pub-id pub-id-type="doi">10.1016/j.eswa.2023.122669</pub-id>.</mixed-citation></ref>
<ref id="ref-11"><label>[11]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Sunkara</surname> <given-names>R</given-names></string-name>, <string-name><surname>Luo</surname> <given-names>T</given-names></string-name></person-group>. <article-title>No more strided convolutions or pooling: a new CNN building block for low-resolution images and small objects</article-title>. In: <conf-name>Joint European Conference on Machine Learning and Knowledge Discovery in Databases</conf-name>. <publisher-loc>Cham, Switzerland</publisher-loc>: <publisher-name>Springer</publisher-name>; <year>2022</year>. p. <fpage>443</fpage>&#x2013;<lpage>59</lpage>. doi:<pub-id pub-id-type="doi">10.48550/arXiv.2208.03641</pub-id>.</mixed-citation></ref>
<ref id="ref-12"><label>[12]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Yu</surname> <given-names>J</given-names></string-name>, <string-name><surname>Jiang</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Wang</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Cao</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Huang</surname> <given-names>T</given-names></string-name></person-group>. <article-title>Unitbox: an advanced object detection network</article-title>. In: <conf-name>Proceedings of the 24th ACM International Conference on Multimedia; 2016 Oct 15&#x2013;19</conf-name>; <publisher-loc>Amsterdam, The Netherlands</publisher-loc>. p. <fpage>516</fpage>&#x2013;<lpage>20</lpage>. doi:<pub-id pub-id-type="doi">10.1145/2964284.2967274</pub-id>.</mixed-citation></ref>
<ref id="ref-13"><label>[13]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Rezatofighi</surname> <given-names>H</given-names></string-name>, <string-name><surname>Tsoi</surname> <given-names>N</given-names></string-name>, <string-name><surname>Gwak</surname> <given-names>J</given-names></string-name>, <string-name><surname>Sadeghian</surname> <given-names>A</given-names></string-name>, <string-name><surname>Reid</surname> <given-names>I</given-names></string-name>, <string-name><surname>Savarese</surname> <given-names>S</given-names></string-name></person-group>. <article-title>Generalized intersection over union: a metric and a loss for bounding box regression</article-title>. In: <conf-name>Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; 2019 Jun 15&#x2013;20</conf-name>; <publisher-loc>Long Beach, CA, USA</publisher-loc>. p. <fpage>658</fpage>&#x2013;<lpage>66</lpage>. doi:<pub-id pub-id-type="doi">10.1109/CVPR.2019.00075</pub-id>.</mixed-citation></ref>
<ref id="ref-14"><label>[14]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Zheng</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Wang</surname> <given-names>P</given-names></string-name>, <string-name><surname>Liu</surname> <given-names>W</given-names></string-name>, <string-name><surname>Li</surname> <given-names>J</given-names></string-name>, <string-name><surname>Ye</surname> <given-names>R</given-names></string-name>, <string-name><surname>Ren</surname> <given-names>D</given-names></string-name></person-group>. <article-title>Distance-IoU loss: faster and better learning for bounding box regression</article-title>. In: <conf-name>Proceedings of the AAAI Conference on Artificial Intelligence; 2020 Feb 7&#x2013;12</conf-name>; <publisher-loc>New York, NY, USA</publisher-loc>. p. <fpage>12993</fpage>&#x2013;<lpage>3000</lpage>. doi:<pub-id pub-id-type="doi">10.1609/aaai.v34i07.6999</pub-id>.</mixed-citation></ref>
<ref id="ref-15"><label>[15]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Zhang</surname> <given-names>YF</given-names></string-name>, <string-name><surname>Ren</surname> <given-names>W</given-names></string-name>, <string-name><surname>Zhang</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Jia</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Wang</surname> <given-names>L</given-names></string-name>, <string-name><surname>Tan</surname> <given-names>T</given-names></string-name></person-group>. <article-title>Focal and efficient IOU loss for accurate bounding box regression</article-title>. <source>Neurocomputing</source>. <year>2022</year>;<volume>506</volume>(<issue>9</issue>):<fpage>146</fpage>&#x2013;<lpage>57</lpage>. doi:<pub-id pub-id-type="doi">10.1016/j.neucom.2022.07.042</pub-id>.</mixed-citation></ref>
<ref id="ref-16"><label>[16]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Gevorgyan</surname> <given-names>Z</given-names></string-name></person-group>. <article-title>SIoU loss: more powerful learning for bounding box regression</article-title>. <comment>arXiv:2205.12740. 2022</comment>. doi:<pub-id pub-id-type="doi">10.48550/arxiv.2205.12740</pub-id>.</mixed-citation></ref>
<ref id="ref-17"><label>[17]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Tong</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Chen</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Xu</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Yu</surname> <given-names>R</given-names></string-name></person-group>. <article-title>Wise-IoU: bounding box regression loss with dynamic focusing mechanism</article-title>. <comment>arXiv: 2301.10051. 2023</comment>. doi:<pub-id pub-id-type="doi">10.48550/arxiv.2301.10051</pub-id>.</mixed-citation></ref>
<ref id="ref-18"><label>[18]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Liang</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Shao</surname> <given-names>J</given-names></string-name>, <string-name><surname>Zhang</surname> <given-names>D</given-names></string-name>, <string-name><surname>Gao</surname> <given-names>L</given-names></string-name></person-group>. <article-title>Small object detection using deep feature pyramid networks</article-title>. In: <conf-name>Advances in Multimedia Information Processing&#x2013;PCM 2018: 19th Pacific-Rim Conference on Multimedia; 2018 Sep 21&#x2013;22</conf-name>; <publisher-loc>Hefei, China</publisher-loc>. p. <fpage>554</fpage>&#x2013;<lpage>64</lpage>. doi:<pub-id pub-id-type="doi">10.1007/978-3-030-00764-5</pub-id>.</mixed-citation></ref>
<ref id="ref-19"><label>[19]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Liu</surname> <given-names>S</given-names></string-name>, <string-name><surname>Qi</surname> <given-names>L</given-names></string-name>, <string-name><surname>Qin</surname> <given-names>H</given-names></string-name>, <string-name><surname>Shi</surname> <given-names>J</given-names></string-name>, <string-name><surname>Jia</surname> <given-names>J</given-names></string-name></person-group>. <article-title>Path aggregation network for instance segmentation</article-title>. In: <conf-name>Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition; 2018 Jun 18&#x2013;23</conf-name>; <publisher-loc>Salt Lake City, UT, USA</publisher-loc>. p. <fpage>8759</fpage>&#x2013;<lpage>68</lpage>. doi:<pub-id pub-id-type="doi">10.1109/CVPR.2018.00913</pub-id>.</mixed-citation></ref>
<ref id="ref-20"><label>[20]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Liu</surname> <given-names>F</given-names></string-name>, <string-name><surname>Zheng</surname> <given-names>Q</given-names></string-name>, <string-name><surname>Tian</surname> <given-names>X</given-names></string-name>, <string-name><surname>Shu</surname> <given-names>F</given-names></string-name>, <string-name><surname>Jiang</surname> <given-names>W</given-names></string-name>, <string-name><surname>Wang</surname> <given-names>M</given-names></string-name>, <etal>et al</etal></person-group>. <article-title>Rethinking the multi-scale feature hierarchy in object detection transformer (DETR)</article-title>. <source>Appl Soft Comput</source>. <year>2025</year>;<volume>175</volume>(<issue>3</issue>):<fpage>113081</fpage>. doi:<pub-id pub-id-type="doi">10.1016/j.asoc.2025.113081</pub-id>.</mixed-citation></ref>
<ref id="ref-21"><label>[21]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Dai</surname> <given-names>J</given-names></string-name>, <string-name><surname>Qi</surname> <given-names>H</given-names></string-name>, <string-name><surname>Xiong</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Li</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Zhang</surname> <given-names>G</given-names></string-name>, <string-name><surname>Hu</surname> <given-names>H</given-names></string-name>, <etal>et al</etal></person-group>. <article-title>Deformable convolutional networks</article-title>. In: <conf-name>Proceedings of the IEEE International Conference on Computer Vision; 2017 Oct 22&#x2013;29</conf-name>; <publisher-loc>Venice, Italy</publisher-loc>. p. <fpage>764</fpage>&#x2013;<lpage>73</lpage>. doi:<pub-id pub-id-type="doi">10.1109/ICCV.2017.89</pub-id>.</mixed-citation></ref>
<ref id="ref-22"><label>[22]</label><mixed-citation publication-type="other"><person-group person-group-type="author"><string-name><surname>Yu</surname> <given-names>F</given-names></string-name>, <string-name><surname>Koltun</surname> <given-names>V</given-names></string-name></person-group>. <article-title>Multi-scale context aggregation by dilated convolutions</article-title>. <comment>arXiv:1511.07122. 2015</comment>. doi:<pub-id pub-id-type="doi">10.48550/arXiv.1511.07122</pub-id>.</mixed-citation></ref>
<ref id="ref-23"><label>[23]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Guo</surname> <given-names>T</given-names></string-name>, <string-name><surname>Zhou</surname> <given-names>B</given-names></string-name>, <string-name><surname>Luo</surname> <given-names>F</given-names></string-name>, <string-name><surname>Zhang</surname> <given-names>L</given-names></string-name>, <string-name><surname>Gao</surname> <given-names>X</given-names></string-name></person-group>. <article-title>DMFNet: dual-encoder multi-stage feature fusion network for infrared small target detection</article-title>. <source>IEEE Trans Geosci Remote Sens</source>. <year>2024</year>;<volume>62</volume>(<issue>5</issue>):<fpage>5614214</fpage>. doi:<pub-id pub-id-type="doi">10.1109/tgrs.2024.3376382</pub-id>.</mixed-citation></ref>
<ref id="ref-24"><label>[24]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Shi</surname> <given-names>C</given-names></string-name>, <string-name><surname>Zheng</surname> <given-names>X</given-names></string-name>, <string-name><surname>Zhao</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Zhang</surname> <given-names>K</given-names></string-name>, <string-name><surname>Su</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Lu</surname> <given-names>Q</given-names></string-name></person-group>. <article-title>LSKF-YOLO: large selective kernel feature fusion network for power tower detection in high-resolution satellite remote sensing images</article-title>. <source>IEEE Trans Geosci Remote Sens</source>. <year>2024</year>;<volume>62</volume>(<issue>8</issue>):<fpage>5620116</fpage>. doi:<pub-id pub-id-type="doi">10.1109/tgrs.2024.3389056</pub-id>.</mixed-citation></ref>
<ref id="ref-25"><label>[25]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Redmon</surname> <given-names>J</given-names></string-name>, <string-name><surname>Divvala</surname> <given-names>S</given-names></string-name>, <string-name><surname>Girshick</surname> <given-names>R</given-names></string-name>, <string-name><surname>Farhadi</surname> <given-names>A</given-names></string-name></person-group>. <article-title>You only look once: unified, real-time object detection</article-title>. In: <conf-name>Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition; 2016 Jun 27&#x2013;30</conf-name>; <publisher-loc>Las Vegas, NV, USA</publisher-loc>. p. <fpage>779</fpage>&#x2013;<lpage>88</lpage>. doi:<pub-id pub-id-type="doi">10.1109/CVPR.2016.91</pub-id>.</mixed-citation></ref>
<ref id="ref-26"><label>[26]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Redmon</surname> <given-names>J</given-names></string-name>, <string-name><surname>Farhadi</surname> <given-names>A</given-names></string-name></person-group>. <article-title>YOLO9000: better, faster, stronger</article-title>. In: <conf-name>Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition; 2017 Jul 21&#x2013;26</conf-name>; <publisher-loc>Honolulu, HI, USA</publisher-loc>. p. <fpage>7263</fpage>&#x2013;<lpage>71</lpage>. doi:<pub-id pub-id-type="doi">10.1109/CVPR.2017.690</pub-id>.</mixed-citation></ref>
<ref id="ref-27"><label>[27]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Lin</surname> <given-names>TY</given-names></string-name>, <string-name><surname>Goyal</surname> <given-names>P</given-names></string-name>, <string-name><surname>Girshick</surname> <given-names>R</given-names></string-name>, <string-name><surname>He</surname> <given-names>K</given-names></string-name>, <string-name><surname>Doll&#x00E1;r</surname> <given-names>P</given-names></string-name></person-group>. <article-title>Focal loss for dense object detection</article-title>. In: <conf-name>Proceedings of the IEEE International Conference on Computer Vision; 2017 Oct 22&#x2013;29</conf-name>; <publisher-loc>Venice, Italy</publisher-loc>. p. <fpage>2980</fpage>&#x2013;<lpage>8</lpage>. doi:<pub-id pub-id-type="doi">10.1109/ICCV.2017.324</pub-id>.</mixed-citation></ref>
<ref id="ref-28"><label>[28]</label><mixed-citation publication-type="other"><person-group person-group-type="author"><string-name><surname>Jocher</surname> <given-names>G</given-names></string-name>, <string-name><surname>Chaurasia</surname> <given-names>A</given-names></string-name>, <string-name><surname>Qin</surname> <given-names>J</given-names></string-name></person-group>. <article-title>YOLOv8 [Internet]</article-title>. <year>2023 [cited 2025 Jul 9]</year>. Available from: <ext-link ext-link-type="uri" xlink:href="https://github.com/ultralytics/ultralytics">https://github.com/ultralytics/ultralytics</ext-link>.</mixed-citation></ref>
<ref id="ref-29"><label>[29]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Deng</surname> <given-names>C</given-names></string-name>, <string-name><surname>Wang</surname> <given-names>M</given-names></string-name>, <string-name><surname>Liu</surname> <given-names>L</given-names></string-name>, <string-name><surname>Liu</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Jiang</surname> <given-names>Y</given-names></string-name></person-group>. <article-title>Extended feature pyramid network for small object detection</article-title>. <source>IEEE Trans Multimed</source>. <year>2021</year>;<volume>24</volume>:<fpage>1968</fpage>&#x2013;<lpage>79</lpage>. doi:<pub-id pub-id-type="doi">10.1109/TMM.2021.3074273</pub-id>.</mixed-citation></ref>
<ref id="ref-30"><label>[30]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Bhanbhro</surname> <given-names>H</given-names></string-name>, <string-name><surname>Hooi</surname> <given-names>YK</given-names></string-name>, <string-name><surname>Zakaria</surname> <given-names>MNB</given-names></string-name>, <string-name><surname>Kusakunniran</surname> <given-names>W</given-names></string-name>, <string-name><surname>Amur</surname> <given-names>ZH</given-names></string-name></person-group>. <article-title>MCBAN: a small object detection multi-convolutional block attention network</article-title>. <source>Comput Mater Contin</source>. <year>2024</year>;<volume>81</volume>(<issue>2</issue>):<fpage>2243</fpage>&#x2013;<lpage>59</lpage>.</mixed-citation></ref>
<ref id="ref-31"><label>[31]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Yang</surname> <given-names>L</given-names></string-name>, <string-name><surname>Zhang</surname> <given-names>RY</given-names></string-name>, <string-name><surname>Li</surname> <given-names>L</given-names></string-name>, <string-name><surname>Xie</surname> <given-names>X</given-names></string-name></person-group>. <article-title>Simam: a simple, parameter-free attention module for convolutional neural networks</article-title>. In: <conf-name>International Conference on Machine Learning</conf-name>. <publisher-loc>Westminster, UK</publisher-loc>: <publisher-name>PMLR</publisher-name>; <year>2021</year>. p. <fpage>11863</fpage>&#x2013;<lpage>74</lpage>.</mixed-citation></ref>
<ref id="ref-32"><label>[32]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Du</surname> <given-names>D</given-names></string-name>, <string-name><surname>Zhu</surname> <given-names>P</given-names></string-name>, <string-name><surname>Wen</surname> <given-names>L</given-names></string-name>, <string-name><surname>Bian</surname> <given-names>X</given-names></string-name>, <string-name><surname>Lin</surname> <given-names>H</given-names></string-name>, <string-name><surname>Hu</surname> <given-names>Q</given-names></string-name>, <etal>et al</etal></person-group>. <article-title>VisDrone-DET2019: the vision meets drone object detection in image challenge results</article-title>. In: <conf-name>Proceedings of the IEEE/CVF International Conference on Computer Vision Workshops; 2019 Oct 27&#x2013;28; Seoul, Republic of Korea</conf-name>. p. <fpage>213</fpage>&#x2013;<lpage>26</lpage>. doi:<pub-id pub-id-type="doi">10.1109/ICCVW.2019.00030</pub-id>.</mixed-citation></ref>
<ref id="ref-33"><label>[33]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Wang</surname> <given-names>J</given-names></string-name>, <string-name><surname>Yang</surname> <given-names>W</given-names></string-name>, <string-name><surname>Guo</surname> <given-names>H</given-names></string-name>, <string-name><surname>Zhang</surname> <given-names>R</given-names></string-name>, <string-name><surname>Xia</surname> <given-names>GS</given-names></string-name></person-group>. <article-title>Tiny object detection in aerial images</article-title>. In: <conf-name>2020 25th International Conference on Pattern Recognition (ICPR); 2021 Jan 10&#x2013;15</conf-name>; <publisher-loc>Milan, Italy</publisher-loc>. p. <fpage>3791</fpage>&#x2013;<lpage>8</lpage>. doi:<pub-id pub-id-type="doi">10.1109/ICPR48806.2021.9413340</pub-id>.</mixed-citation></ref>
<ref id="ref-34"><label>[34]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Everingham</surname> <given-names>M</given-names></string-name>, <string-name><surname>Eslami</surname> <given-names>SA</given-names></string-name>, <string-name><surname>Van Gool</surname> <given-names>L</given-names></string-name>, <string-name><surname>Williams</surname> <given-names>CK</given-names></string-name>, <string-name><surname>Winn</surname> <given-names>J</given-names></string-name>, <string-name><surname>Zisserman</surname> <given-names>A</given-names></string-name></person-group>. <article-title>The pascal visual object classes challenge: a retrospective</article-title>. <source>Int J Comput Vis</source>. <year>2015</year>;<volume>111</volume>(<issue>1</issue>):<fpage>98</fpage>&#x2013;<lpage>136</lpage>. doi:<pub-id pub-id-type="doi">10.1007/s11263-014-0733-5</pub-id>.</mixed-citation></ref>
<ref id="ref-35"><label>[35]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Lin</surname> <given-names>TY</given-names></string-name>, <string-name><surname>Maire</surname> <given-names>M</given-names></string-name>, <string-name><surname>Belongie</surname> <given-names>S</given-names></string-name>, <string-name><surname>Hays</surname> <given-names>J</given-names></string-name>, <string-name><surname>Perona</surname> <given-names>P</given-names></string-name>, <string-name><surname>Ramanan</surname> <given-names>D</given-names></string-name>, <etal>et al</etal></person-group>. <article-title>Microsoft coco: common objects in context</article-title>. In: <conf-name>Computer Vision&#x2013;ECCV 2014: 13th European Conference; 2014 Sep 6&#x2013;12</conf-name>; <publisher-loc>Zurich, Switzerland</publisher-loc>. p. <fpage>740</fpage>&#x2013;<lpage>55</lpage>. doi:<pub-id pub-id-type="doi">10.1007/978-3-319-10602-1</pub-id>.</mixed-citation></ref>
<ref id="ref-36"><label>[36]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Tian</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Shen</surname> <given-names>C</given-names></string-name>, <string-name><surname>Chen</surname> <given-names>H</given-names></string-name>, <string-name><surname>He</surname> <given-names>T</given-names></string-name></person-group>. <article-title>FCOS: fully convolutional one-stage object detection</article-title>. In: <conf-name>2019 IEEE/CVF International Conference on Computer Vision (ICCV); 2019 Oct 27&#x2013;Nov 2; Seoul, Republic of Korea</conf-name>. p. <fpage>9626</fpage>&#x2013;<lpage>35</lpage>. doi:<pub-id pub-id-type="doi">10.1109/ICCV.2019.00972</pub-id>.</mixed-citation></ref>
<ref id="ref-37"><label>[37]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Ren</surname> <given-names>S</given-names></string-name>, <string-name><surname>He</surname> <given-names>K</given-names></string-name>, <string-name><surname>Girshick</surname> <given-names>R</given-names></string-name>, <string-name><surname>Sun</surname> <given-names>J</given-names></string-name></person-group>. <article-title>Faster R-CNN: towards real-time object detection with region proposal networks</article-title>. <source>IEEE Trans Pattern Anal Mach Intell</source>. <year>2016</year>;<volume>39</volume>(<issue>6</issue>):<fpage>1137</fpage>&#x2013;<lpage>49</lpage>. doi:<pub-id pub-id-type="doi">10.1109/tpami.2016.2577031</pub-id>; <pub-id pub-id-type="pmid">27295650</pub-id></mixed-citation></ref>
<ref id="ref-38"><label>[38]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Xu</surname> <given-names>C</given-names></string-name>, <string-name><surname>Wang</surname> <given-names>J</given-names></string-name>, <string-name><surname>Yang</surname> <given-names>W</given-names></string-name>, <string-name><surname>Yu</surname> <given-names>H</given-names></string-name>, <string-name><surname>Yu</surname> <given-names>L</given-names></string-name>, <string-name><surname>Xia</surname> <given-names>GS</given-names></string-name></person-group>. <article-title>Detecting tiny objects in aerial images: a normalized Wasserstein distance and a new benchmark</article-title>. <source>ISPRS J Photogramm Remote Sens</source>. <year>2022</year>;<volume>190</volume>(<issue>9</issue>):<fpage>79</fpage>&#x2013;<lpage>93</lpage>. doi:<pub-id pub-id-type="doi">10.1016/j.isprsjprs.2022.06.002</pub-id>.</mixed-citation></ref>
<ref id="ref-39"><label>[39]</label><mixed-citation publication-type="other"><person-group person-group-type="author"><string-name><surname>Zhang</surname> <given-names>H</given-names></string-name>, <string-name><surname>Zhang</surname> <given-names>S</given-names></string-name></person-group>. <article-title>Shape-IoU: more accurate metric considering bounding box shape and scale</article-title>. <comment>arXiv:2312.17663. 2023</comment>.</mixed-citation></ref>
<ref id="ref-40"><label>[40]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Wang</surname> <given-names>CY</given-names></string-name>, <string-name><surname>Yeh</surname> <given-names>IH</given-names></string-name>, <string-name><surname>Mark Liao</surname> <given-names>HY</given-names></string-name></person-group>. <article-title>Yolov9: learning what you want to learn using programmable gradient information</article-title>. In: <conf-name>European Conference on Computer Vision</conf-name>. <publisher-loc>Cham, Switzerland</publisher-loc>: <publisher-name>Springer</publisher-name>; <year>2024</year>. p. <fpage>1</fpage>&#x2013;<lpage>21</lpage>.</mixed-citation></ref>
<ref id="ref-41"><label>[41]</label><mixed-citation publication-type="other"><person-group person-group-type="author"><string-name><surname>Wang</surname> <given-names>A</given-names></string-name>, <string-name><surname>Chen</surname> <given-names>H</given-names></string-name>, <string-name><surname>Liu</surname> <given-names>L</given-names></string-name>, <string-name><surname>Chen</surname> <given-names>K</given-names></string-name>, <string-name><surname>Lin</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Han</surname> <given-names>J</given-names></string-name>, <etal>et al</etal></person-group>. <article-title>Yolov10: real-time end-to-end object detection</article-title>. <comment>arXiv:2405.14458. 2024</comment>.</mixed-citation></ref>
<ref id="ref-42"><label>[42]</label><mixed-citation publication-type="other"><person-group person-group-type="author"><string-name><surname>Jocher</surname> <given-names>G</given-names></string-name>, <string-name><surname>Qiu</surname> <given-names>J</given-names></string-name>, <string-name><surname>Chaurasia</surname> <given-names>A</given-names></string-name></person-group>. <article-title>YOLOv11 [Internet]</article-title>; <year>2024 [cited 2025 Jul 9]</year>. Available from: <ext-link ext-link-type="uri" xlink:href="https://github.com/ultralytics/ultralytics">https://github.com/ultralytics/ultralytics</ext-link>.</mixed-citation></ref>
<ref id="ref-43"><label>[43]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Zhu</surname> <given-names>L</given-names></string-name>, <string-name><surname>Wang</surname> <given-names>X</given-names></string-name>, <string-name><surname>Ke</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Zhang</surname> <given-names>W</given-names></string-name>, <string-name><surname>Lau</surname> <given-names>RW</given-names></string-name></person-group>. <article-title>Biformer: vision transformer with bi-level routing attention</article-title>. In: <conf-name>Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; 2023 Jun 17&#x2013;24</conf-name>; <publisher-loc>Vancouver, BC, Canada</publisher-loc>. p. <fpage>10323</fpage>&#x2013;<lpage>33</lpage>.</mixed-citation></ref>
<ref id="ref-44"><label>[44]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Wang</surname> <given-names>A</given-names></string-name>, <string-name><surname>Chen</surname> <given-names>H</given-names></string-name>, <string-name><surname>Lin</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Han</surname> <given-names>J</given-names></string-name>, <string-name><surname>Ding</surname> <given-names>G</given-names></string-name></person-group>. <article-title>Repvit: revisiting mobile CNN from vit perspective</article-title>. In: <conf-name>Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; 2024 Jun 16&#x2013;22</conf-name>; <publisher-loc>Seattle, WA, USA</publisher-loc>. p. <fpage>15909</fpage>&#x2013;<lpage>20</lpage>.</mixed-citation></ref>
<ref id="ref-45"><label>[45]</label><mixed-citation publication-type="other"><person-group person-group-type="author"><string-name><surname>Du</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Hu</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Zhao</surname> <given-names>G</given-names></string-name>, <string-name><surname>Jin</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Ma</surname> <given-names>H</given-names></string-name></person-group>. <article-title>Cross-layer feature pyramid transformer for small object detection in aerial images</article-title>. <comment>arXiv:2407.19696. 2024</comment>.</mixed-citation></ref>
<ref id="ref-46"><label>[46]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Cai</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Vasconcelos</surname> <given-names>N</given-names></string-name></person-group>. <article-title>Cascade R-CNN: delving into high quality object detection</article-title>. In: <conf-name>Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition; 2018 Jun 18&#x2013;23</conf-name>; <publisher-loc>Salt Lake City, UT, USA</publisher-loc>. p. <fpage>6154</fpage>&#x2013;<lpage>62</lpage>. doi:<pub-id pub-id-type="doi">10.1109/CVPR.2018.00644</pub-id>.</mixed-citation></ref>
<ref id="ref-47"><label>[47]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Liu</surname> <given-names>W</given-names></string-name>, <string-name><surname>Anguelov</surname> <given-names>D</given-names></string-name>, <string-name><surname>Erhan</surname> <given-names>D</given-names></string-name>, <string-name><surname>Szegedy</surname> <given-names>C</given-names></string-name>, <string-name><surname>Reed</surname> <given-names>S</given-names></string-name>, <string-name><surname>Fu</surname> <given-names>CY</given-names></string-name>, <etal>et al</etal></person-group>. <article-title>SSD: single shot multibox detector</article-title>. In: <conf-name>Computer Vision-ECCV 2016: 14th European Conference; 2016 Oct 11&#x2013;14</conf-name>; <publisher-loc>Amsterdam, The Netherlands</publisher-loc>. p. <fpage>21</fpage>&#x2013;<lpage>37</lpage>. doi:<pub-id pub-id-type="doi">10.1007/978-3-319-46448-0</pub-id>.</mixed-citation></ref>
<ref id="ref-48"><label>[48]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Duan</surname> <given-names>K</given-names></string-name>, <string-name><surname>Bai</surname> <given-names>S</given-names></string-name>, <string-name><surname>Xie</surname> <given-names>L</given-names></string-name>, <string-name><surname>Qi</surname> <given-names>H</given-names></string-name>, <string-name><surname>Huang</surname> <given-names>Q</given-names></string-name>, <string-name><surname>Tian</surname> <given-names>Q</given-names></string-name></person-group>. <article-title>Centernet: keypoint triplets for object detection</article-title>. In: <conf-name>Proceedings of the IEEE/CVF International Conference on Computer Vision; 2019 Oct 27&#x2013;Nov 2; Seoul, Republic of Korea</conf-name>. p. <fpage>6569</fpage>&#x2013;<lpage>78</lpage>. doi:<pub-id pub-id-type="doi">10.1109/ICCV.2019.00667</pub-id>.</mixed-citation></ref>
<ref id="ref-49"><label>[49]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Shi</surname> <given-names>S</given-names></string-name>, <string-name><surname>Fang</surname> <given-names>Q</given-names></string-name>, <string-name><surname>Xu</surname> <given-names>X</given-names></string-name>, <string-name><surname>Zhao</surname> <given-names>T</given-names></string-name></person-group>. <article-title>Similarity distance-based label assignment for tiny object detection</article-title>. In: <conf-name>2024 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS); 2024 Oct 14&#x2013;18; Abu Dhabi, United Arab Emirates</conf-name>. p. <fpage>13711</fpage>&#x2013;<lpage>8</lpage>.</mixed-citation></ref>
<ref id="ref-50"><label>[50]</label><mixed-citation publication-type="other"><person-group person-group-type="author"><string-name><surname>Zhang</surname> <given-names>H</given-names></string-name>, <string-name><surname>Xu</surname> <given-names>C</given-names></string-name>, <string-name><surname>Zhang</surname> <given-names>S</given-names></string-name></person-group>. <article-title>Inner-IoU: more effective intersection over union loss with auxiliary bounding box</article-title>. <comment>arXiv:2311.02877. 2023</comment>.</mixed-citation></ref>
<ref id="ref-51"><label>[51]</label><mixed-citation publication-type="other"><person-group person-group-type="author"><string-name><surname>Zhang</surname> <given-names>H</given-names></string-name>, <string-name><surname>Zhang</surname> <given-names>S</given-names></string-name></person-group>. <article-title>Focaler-IoU: more focused intersection over union loss</article-title>. <comment>arXiv:2401.10525. 2024</comment>.</mixed-citation></ref>
<ref id="ref-52"><label>[52]</label><mixed-citation publication-type="other"><person-group person-group-type="author"><string-name><surname>Zhu</surname> <given-names>X</given-names></string-name>, <string-name><surname>Su</surname> <given-names>W</given-names></string-name>, <string-name><surname>Lu</surname> <given-names>L</given-names></string-name>, <string-name><surname>Li</surname> <given-names>B</given-names></string-name>, <string-name><surname>Wang</surname> <given-names>X</given-names></string-name>, <string-name><surname>Dai</surname> <given-names>J</given-names></string-name></person-group>. <article-title>Deformable DETR: deformable transformers for end-to-end object detection</article-title>. <comment>arXiv:2010.04159. 2020</comment>.</mixed-citation></ref>
<ref id="ref-53"><label>[53]</label><mixed-citation publication-type="other"><person-group person-group-type="author"><string-name><surname>Zhang</surname> <given-names>H</given-names></string-name>, <string-name><surname>Li</surname> <given-names>F</given-names></string-name>, <string-name><surname>Liu</surname> <given-names>S</given-names></string-name>, <string-name><surname>Zhang</surname> <given-names>L</given-names></string-name>, <string-name><surname>Su</surname> <given-names>H</given-names></string-name>, <string-name><surname>Zhu</surname> <given-names>J</given-names></string-name>, <etal>et al</etal></person-group>. <article-title>Dino: DETR with improved denoising anchor boxes for end-to-end object detection</article-title>. <comment>arXiv:2203.03605. 2022</comment>.</mixed-citation></ref>
<ref id="ref-54"><label>[54]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Liu</surname> <given-names>HI</given-names></string-name>, <string-name><surname>Tseng</surname> <given-names>YW</given-names></string-name>, <string-name><surname>Chang</surname> <given-names>KC</given-names></string-name>, <string-name><surname>Wang</surname> <given-names>PJ</given-names></string-name>, <string-name><surname>Shuai</surname> <given-names>HH</given-names></string-name>, <string-name><surname>Cheng</surname> <given-names>WH</given-names></string-name></person-group>. <article-title>A DeNoising FPN with transformer R-CNN for tiny object detection</article-title>. <source>IEEE Trans Geosci Remote Sens</source>. <year>2024</year>;<volume>62</volume>:<fpage>4704415</fpage>. doi:<pub-id pub-id-type="doi">10.1109/tgrs.2024.3396489</pub-id>.</mixed-citation></ref>
</ref-list>
</back></article>