<?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">74281</article-id>
<article-id pub-id-type="doi">10.32604/cmc.2026.074281</article-id>
<article-categories>
<subj-group subj-group-type="heading">
<subject>Article</subject>
</subj-group>
</article-categories>
<title-group>
<article-title>DSGF-Net: A Dense-SE Gated-Fusion Architecture for High-Accuracy Small Object Detection in UAV Imagery</article-title>
<alt-title alt-title-type="left-running-head">DSGF-Net: A Dense-SE Gated-Fusion Architecture for High-Accuracy Small Object Detection in UAV Imagery</alt-title>
<alt-title alt-title-type="right-running-head">DSGF-Net: A Dense-SE Gated-Fusion Architecture for High-Accuracy Small Object Detection in UAV Imagery</alt-title>
</title-group>
<contrib-group>
<contrib id="author-1" contrib-type="author">
<name name-style="western"><surname>Shi</surname><given-names>Changzhu</given-names></name></contrib>
<contrib id="author-2" contrib-type="author" corresp="yes">
<name name-style="western"><surname>Liu</surname><given-names>Hongmei</given-names></name><email>liuhm@dlnu.edu.cn</email></contrib>
<aff id="aff-1"><institution>School of Mathematical Sciences, Dalian Minzu University</institution>, <addr-line>Dalian</addr-line>, <country>China</country></aff>
</contrib-group>
<author-notes>
<corresp id="cor1"><label>&#x002A;</label>Corresponding Author: Hongmei Liu. Email: <email>liuhm@dlnu.edu.cn</email></corresp>
</author-notes>
<pub-date date-type="collection" publication-format="electronic">
<year>2026</year>
</pub-date>
<pub-date date-type="pub" publication-format="electronic">
<day>15</day><month>06</month><year>2026</year>
</pub-date>
<volume>88</volume>
<issue>2</issue>
<elocation-id>26</elocation-id>
<history>
<date date-type="received">
<day>07</day>
<month>10</month>
<year>2025</year>
</date>
<date date-type="accepted">
<day>22</day>
<month>12</month>
<year>2025</year>
</date>
</history>
<permissions>
<copyright-statement>&#x00A9; 2026 The Authors. Published by Tech Science Press.</copyright-statement>
<copyright-year>2026</copyright-year>
<copyright-holder>The Authors</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_74281.pdf"></self-uri>
<abstract>
<p>To address the critical challenges of small object detection in UAV imagery, this paper proposes DSGF-Net (Dense-SE Gated-Fusion Network), an enhanced architecture built upon YOLOv10. It integrates a Dense SE Network (DSENet) backbone, an Adaptive Gated Fusion (AGF) module, and a Channel-Spatial Attention (CSA) mechanism. Extensive experiments on VisDrone2019-DET and CODrone demonstrate that DSGF-Net achieves substantial mAP@0.5 improvements of 5.12% and 2.36% over the YOLOv10n baseline.</p>
</abstract>
<kwd-group kwd-group-type="author">
<kwd>UAV</kwd>
<kwd>small object detection</kwd>
<kwd>YOLOv10</kwd>
<kwd>feature fusion</kwd>
<kwd>attention mechanism</kwd>
<kwd>deep learning</kwd>
</kwd-group>
</article-meta>
</front>
<body>
<sec id="s1">
<label>1</label>
<title>Introduction</title>
<p>Unmanned Aerial Vehicle (UAV) technology, with its high mobility, low cost, and efficient data collection capabilities, has emerged as an indispensable instrument in intelligent sensing. Object detection, a pivotal task within the realm of computer vision, especially deep learning methodologies exemplified by the YOLO (You Only Look Once) series, has emerged as the prevailing technology for real-time object detection in UAVs, owing to its optimal balance between computational efficiency and detection accuracy. Given the widespread deployment of UAVs in critical domains, continuous optimization of UAV small object detection technology holds significant research value and practical importance.</p>
<p>Despite advancements in backbone network optimization, multi-scale feature fusion, and feature representation enhancement, UAV small object detection confronts three fundamental architectural limitations:
<list list-type="simple">
<list-item>
<label>(1)</label><p><bold>Sparse deep-layer feature representation causing channel discrimination loss:</bold> Traditional backbones sparsely deploy attention in deep layers. When small objects (occupying &#x003C;0.1% image area after downsampling to 1/32 resolution) are compressed to 1&#x2013;3 pixels, lacking dense channel-level feature recalibration results in weak discriminative signals being overwhelmed by background noise. Statistical analysis reveals that small objects (&#x003C;32 <inline-formula id="ieqn-1"><mml:math id="mml-ieqn-1"><mml:mo>&#x00D7;</mml:mo></mml:math></inline-formula> 32 pixels) in VisDrone occupy only 0.08% image area yet contribute 67% detection targets. Existing architectures like RepViT [<xref ref-type="bibr" rid="ref-1">1</xref>], though incorporating SE attention, maintain <inline-formula id="ieqn-2"><mml:math id="mml-ieqn-2"><mml:mo>&#x223C;</mml:mo></mml:math></inline-formula>50% coverage optimized for general vision tasks, neglecting extreme feature sparsity of small objects in deep layers.</p></list-item>
<list-item>
<label>(2)</label><p><bold>Inflexible weight allocation in multi-scale fusion:</bold> Current feature pyramid networks employ uniform combinatorial operators (element-wise addition or concatenation), applying equal weights to multi-scale features. When information-rich shallow features compete with background-dominated deep features (background pixels exceeding 99.2% in P5 layer), fixed weights cause dilution. This stems from lacking learnable scale-adaptive mechanisms to dynamically adjust contribution weights based on target distribution, systematically weakening small object signals during fusion.</p></list-item>
<list-item>
<label>(3)</label><p><bold>Decoupled attention optimization bottleneck:</bold> Current methods apply either channel attention (e.g., SE) or spatial attention alone, failing to model coupled distributions of small objects across channel importance and spatial saliency. Small objects exhibit weak features in both dimensions: dispersed discriminative information in channels (low attention variance) and minimal spatial occupancy (&#x003C;0.1%). Single-dimension optimization creates information bottlenecks, unable to simultaneously enhance discrimination in both dimensions. Sequential cascading (e.g., CBAM) suffers from information loss in preceding operations, while parallel schemes without adaptive fusion coefficients cannot dynamically balance dual-pathway contributions.</p></list-item>
</list></p>
<p>In response to these challenges, this study introduces an enhanced algorithm named DSGF-Net. The main contributions include: (1) Construction of a Dense SE Network (DSENet) as the backbone architecture, significantly enhancing multi-scale feature capture capability for small objects by densely deploying SE attention modules in deeper layers combined with reparameterization structures; (2) Design of an Adaptive Gated Fusion module (AGF), replacing traditional feature fusion methods with a gating mechanism, adaptively adjusting contribution weights of different level features through learnable parameters, effectively reducing information loss during fusion; (3) Proposal of a Channel-Spatial Attention mechanism (CSA), enhancing feature representation capabilities in both channel and spatial dimensions through a dual-pathway parallel framework.</p>
</sec>
<sec id="s2">
<label>2</label>
<title>Related Work</title>
<p>YOLO [<xref ref-type="bibr" rid="ref-2">2</xref>] dominates real-time detection. YOLOv10 [<xref ref-type="bibr" rid="ref-3">3</xref>] eliminates NMS bottlenecks via dual assignment. However, UAV small objects remain challenging. Recent UAV-YOLO advances focus on three aspects:</p>
<p><bold>Backbone Network Optimization:</bold> Recent works enhance detection through improved backbone architectures. BGF-YOLOv10 [<xref ref-type="bibr" rid="ref-4">4</xref>] integrates Multi-Head Self-Attention mechanisms via BoTNet layers to capture global context while reducing parameters. YOLO-LSD [<xref ref-type="bibr" rid="ref-5">5</xref>] incorporates attention mechanisms into YOLOv7 [<xref ref-type="bibr" rid="ref-6">6</xref>] to improve feature extraction efficiency for distant small objects. YOLOv8 [<xref ref-type="bibr" rid="ref-7">7</xref>] employs the C2f module for extracting multi-level semantic features.</p>
<p><bold>Multi-scale Feature Fusion:</bold> Effective fusion strategies are critical for small object detection. YOLO-SAIL [<xref ref-type="bibr" rid="ref-8">8</xref>] utilizes bidirectional feature pyramid networks to enhance multi-scale discrimination in SAR imagery. DFTD-YOLO [<xref ref-type="bibr" rid="ref-9">9</xref>] balances shallow and deep information transmission through specialized extraction and aggregation modules. YOLO-MS [<xref ref-type="bibr" rid="ref-10">10</xref>] employs hierarchical multi-branch structures to enrich cross-scale feature representation. Recently, Bi et al. [<xref ref-type="bibr" rid="ref-11">11</xref>] proposed a region-adaptive feature distribution equalization (RAFDE) strategy that applies distinct fusion mechanisms for co-activated and single-activated regions, effectively reducing the risk of small object features being overwhelmed by dominant features during fusion.</p>
<p><bold>Feature Representation Enhancement:</bold> Attention mechanisms have proven effective for enhancing feature quality. YOLO-SAIL [<xref ref-type="bibr" rid="ref-8">8</xref>] further optimizes dense target representation by fusing contextual cues and global interdependencies. Additionally, Bi et al.&#x2019;s [<xref ref-type="bibr" rid="ref-11">11</xref>] boundary transition region detector (BTRD) module enhances boundary transition regions, mitigating critical information loss of small objects during downsampling.</p>
<p><bold>Downstream Applications:</bold> Object detection, as a fundamental visual perception task, provides core support for multiple advanced applications. In scene graph generation (SGG) [<xref ref-type="bibr" rid="ref-12">12</xref>], precise object detection serves as the cornerstone for constructing structured scene representations. Improvements in small object detection directly enhance performance of these downstream tasks in complex scenes, particularly in UAV aerial applications containing numerous small objects.</p>
</sec>
<sec id="s3">
<label>3</label>
<title>Methods</title>
<p>DSGF-Net (<xref ref-type="fig" rid="fig-1">Fig. 1</xref>) employs YOLOv10 [<xref ref-type="bibr" rid="ref-3">3</xref>] with three innovations: DSENet (backbone), AGF (neck), and CSA (representation).</p>
<fig id="fig-1">
<label>Figure 1</label>
<caption>
<title>Overall network architecture of DSGF-Net</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_74281-fig-1.tif"/>
</fig>
<sec id="s3_1">
<label>3.1</label>
<title>Dense SE Network (DSENet)</title>
<p>DSENet addresses insufficient feature extraction for small objects. Drawing from RepViT [<xref ref-type="bibr" rid="ref-1">1</xref>]&#x2019;s reparameterization structure, we propose a <bold>progressive dense SE deployment strategy</bold> specifically for small object detection, distinct from RepViT&#x2019;s uniform sparse design (<inline-formula id="ieqn-3"><mml:math id="mml-ieqn-3"><mml:mo>&#x223C;</mml:mo></mml:math></inline-formula>50% coverage) for general tasks: we systematically escalate SE module density from 50% in shallow layers to 90% in deep layers, implementing dense channel recalibration where small objects are compressed to 1&#x2013;3 pixels in deep feature maps (1/32 resolution). This density progression, driven by small object feature sparsity analysis rather than NAS-based general metric optimization, specifically addresses constraints of extreme scale imbalance in small object detection. As shown in <xref ref-type="fig" rid="fig-2">Fig. 2</xref>, DSENet constructs Dense Attention Units (DAU) as basic blocks, progressively extracting and optimizing features through four stages.</p>
<fig id="fig-2">
<label>Figure 2</label>
<caption>
<title>Architecture of the proposed Dense SE Network (DSENet)</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_74281-fig-2.tif"/>
</fig>
<p><bold>Visualization Verification:</bold> <xref ref-type="fig" rid="fig-3">Fig. 3</xref> compares feature activation patterns of Baseline, RepViT, and DSENet across four depth levels (P2-P5). DSENet demonstrates superior small-object activation in deep layers (Stage 4, P5/32), achieving &#x002B;2585.9% SNR improvement over RepViT (0.0228<inline-formula id="ieqn-4"><mml:math id="mml-ieqn-4"><mml:mo stretchy="false">&#x2192;</mml:mo></mml:math></inline-formula>0.6127), validating progressive dense SE deployment for small object feature sparsity.</p>
<fig id="fig-3">
<label>Figure 3</label>
<caption>
<title>DSENet multi-stage feature response comparison across P2-P5 depth levels, showing superior small object activation with quantified SNR improvements</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_74281-fig-3.tif"/>
</fig>
<p>The core of DSENet lies in the design of DAU units. For input feature map <inline-formula id="ieqn-5"><mml:math id="mml-ieqn-5"><mml:mi>X</mml:mi><mml:mo>&#x2208;</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="double-struck">R</mml:mi></mml:mrow><mml:mrow><mml:mi>C</mml:mi><mml:mo>&#x00D7;</mml:mo><mml:mi>H</mml:mi><mml:mo>&#x00D7;</mml:mo><mml:mi>W</mml:mi></mml:mrow></mml:msup></mml:math></inline-formula>, DAU processes through spatial mixing and channel mixing steps. Spatial mixing adopts a multi-branch structure to enhance representation, combined with SE [<xref ref-type="bibr" rid="ref-13">13</xref>] module weighting:
<disp-formula id="eqn-1"><label>(1)</label><mml:math id="mml-eqn-1" display="block"><mml:msup><mml:mi>X</mml:mi><mml:mrow><mml:mi mathvariant="normal">&#x2032;</mml:mi></mml:mrow></mml:msup><mml:mo>=</mml:mo><mml:mrow><mml:mtext>SE</mml:mtext></mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mrow><mml:mtext>BN</mml:mtext></mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mtext>Conv</mml:mtext></mml:mrow><mml:mrow><mml:mn>3</mml:mn><mml:mo>&#x00D7;</mml:mo><mml:mn>3</mml:mn></mml:mrow><mml:mrow><mml:mi>D</mml:mi><mml:mi>W</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">(</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mtext>Conv</mml:mtext></mml:mrow><mml:mrow><mml:mn>1</mml:mn><mml:mo>&#x00D7;</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>D</mml:mi><mml:mi>W</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">(</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>+</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math></disp-formula></p>
<p>Channel mixing achieves cross-channel information interaction through residual structure:
<disp-formula id="eqn-2"><label>(2)</label><mml:math id="mml-eqn-2" display="block"><mml:mi>Y</mml:mi><mml:mo>=</mml:mo><mml:msup><mml:mi>X</mml:mi><mml:mrow><mml:mi mathvariant="normal">&#x2032;</mml:mi></mml:mrow></mml:msup><mml:mo>+</mml:mo><mml:msubsup><mml:mrow><mml:mtext>Conv</mml:mtext></mml:mrow><mml:mrow><mml:mn>1</mml:mn><mml:mo>&#x00D7;</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mrow><mml:mtext>down</mml:mtext></mml:mrow></mml:mrow></mml:msubsup><mml:mo stretchy="false">(</mml:mo><mml:mrow><mml:mtext>GELU</mml:mtext></mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:msubsup><mml:mrow><mml:mtext>Conv</mml:mtext></mml:mrow><mml:mrow><mml:mn>1</mml:mn><mml:mo>&#x00D7;</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mrow><mml:mtext>up</mml:mtext></mml:mrow></mml:mrow></mml:msubsup><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mi>X</mml:mi><mml:mrow><mml:mi mathvariant="normal">&#x2032;</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math></disp-formula></p>
<p>This design combines efficient spatial feature extraction with dense channel attention, learning robust feature representations during training and can be reparameterized into a single convolution layer during inference, significantly enhancing the perception capability of key features for small objects.</p>
</sec>
<sec id="s3_2">
<label>3.2</label>
<title>Adaptive Gated Fusion Module (AGF)</title>
<p>To overcome the information loss problem in traditional feature fusion strategies, we design the Adaptive Gated Fusion module (AGF). Unlike fixed-weight attentional fusion, we propose a <bold>learnable gating parameter mechanism</bold>: the <inline-formula id="ieqn-6"><mml:math id="mml-ieqn-6"><mml:mi>&#x03BB;</mml:mi></mml:math></inline-formula> parameter in <xref ref-type="disp-formula" rid="eqn-5">Eq. (5)</xref> is an <bold>nn.Parameter tensor</bold> optimized end-to-end, not a hyperparameter. It converges to scale-specific values (<inline-formula id="ieqn-7"><mml:math id="mml-ieqn-7"><mml:mn>0.42</mml:mn><mml:mo>&#x00B1;</mml:mo><mml:mn>0.08</mml:mn><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mn>0.71</mml:mn><mml:mo>&#x00B1;</mml:mo><mml:mn>0.15</mml:mn></mml:math></inline-formula> from shallow to deep), automatically adapting to background dominance (&#x003E;99.2% in P5). Unlike NAS methods requiring <inline-formula id="ieqn-8"><mml:math id="mml-ieqn-8"><mml:mo>&#x223C;</mml:mo></mml:math></inline-formula>500 GPU-hours for exhaustive search, AGF achieves comparable performance via gradient descent in &#x003C;3 GPU-hours (200<inline-formula id="ieqn-9"><mml:math id="mml-ieqn-9"><mml:mo>&#x00D7;</mml:mo></mml:math></inline-formula> efficiency). Through end-to-end trained <inline-formula id="ieqn-10"><mml:math id="mml-ieqn-10"><mml:mi>&#x03BB;</mml:mi></mml:math></inline-formula> (<xref ref-type="disp-formula" rid="eqn-5">Eq. (5)</xref>), we dynamically modulate multi-scale feature contributions, learning optimal fusion strategies for UAV small object detection. As shown in <xref ref-type="fig" rid="fig-4">Fig. 4</xref>, AGF adaptively fuses features through precise gating.</p>
<fig id="fig-4">
<label>Figure 4</label>
<caption>
<title>Structure of the proposed Adaptive Gated Fusion (AGF) module</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_74281-fig-4.tif"/>
</fig>
<p>AGF consists of three components: dual-branch channel gating unit, enhanced local gating unit, and adaptive fusion mechanism. The dual-branch channel gating unit employs global pooling in parallel to capture channel statistics, processed through adaptive one-dimensional convolution:
<disp-formula id="eqn-3"><label>(3)</label><mml:math id="mml-eqn-3" display="block"><mml:mi>k</mml:mi><mml:mo>=</mml:mo><mml:msub><mml:mrow><mml:mo>|</mml:mo><mml:mfrac><mml:mrow><mml:msub><mml:mi>log</mml:mi><mml:mn>2</mml:mn></mml:msub><mml:mo>&#x2061;</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi>C</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>+</mml:mo><mml:mi>b</mml:mi></mml:mrow><mml:mi>&#x03B3;</mml:mi></mml:mfrac><mml:mo>|</mml:mo></mml:mrow><mml:mrow><mml:mrow><mml:mtext>odd</mml:mtext></mml:mrow></mml:mrow></mml:msub></mml:math></disp-formula>where <inline-formula id="ieqn-11"><mml:math id="mml-ieqn-11"><mml:mi>k</mml:mi></mml:math></inline-formula> is the convolution kernel size, adaptively calculated based on the number of channels <italic>C</italic>, to efficiently capture cross-channel interactions.</p>
<p>The enhanced local gating unit integrates H-W decomposition attention and spatial attention, combined through learnable parameters (<inline-formula id="ieqn-12"><mml:math id="mml-ieqn-12"><mml:mi>&#x03B3;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-13"><mml:math id="mml-ieqn-13"><mml:mi>&#x03B4;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-14"><mml:math id="mml-ieqn-14"><mml:mo>&#x03B5;</mml:mo></mml:math></inline-formula> are nn.Parameter tensors optimized end-to-end, enabling task-specific weighting of heterogeneous attention pathways):
<disp-formula id="eqn-4"><label>(4)</label><mml:math id="mml-eqn-4" display="block"><mml:mi>Y</mml:mi><mml:mo>=</mml:mo><mml:mi>&#x03B3;</mml:mi><mml:mo>&#x22C5;</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi>X</mml:mi><mml:mo>&#x2299;</mml:mo><mml:msub><mml:mi>A</mml:mi><mml:mi>h</mml:mi></mml:msub><mml:mo>&#x2299;</mml:mo><mml:msub><mml:mi>A</mml:mi><mml:mi>w</mml:mi></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo>+</mml:mo><mml:mi>&#x03B4;</mml:mi><mml:mo>&#x22C5;</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi>X</mml:mi><mml:mo>&#x2299;</mml:mo><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mi>s</mml:mi><mml:mi>p</mml:mi><mml:mi>a</mml:mi><mml:mi>t</mml:mi><mml:mi>i</mml:mi><mml:mi>a</mml:mi><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo>+</mml:mo><mml:mo>&#x03B5;</mml:mo><mml:mo>&#x22C5;</mml:mo><mml:mi>X</mml:mi></mml:math></disp-formula></p>
<p>The core gating fusion mechanism enhances input features through dual-branch attention and introduces learnable parameter <inline-formula id="ieqn-15"><mml:math id="mml-ieqn-15"><mml:mi>&#x03BB;</mml:mi></mml:math></inline-formula> as a &#x201C;gate&#x201D; for adaptive weighting:
<disp-formula id="eqn-5"><label>(5)</label><mml:math id="mml-eqn-5" display="block"><mml:msub><mml:mi>X</mml:mi><mml:mrow><mml:mi>f</mml:mi><mml:mi>u</mml:mi><mml:mi>s</mml:mi><mml:mi>e</mml:mi><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:msubsup><mml:mi>X</mml:mi><mml:mn>1</mml:mn><mml:mrow><mml:mi>e</mml:mi><mml:mi>n</mml:mi><mml:mi>h</mml:mi><mml:mi>a</mml:mi><mml:mi>n</mml:mi><mml:mi>c</mml:mi><mml:mi>e</mml:mi><mml:mi>d</mml:mi></mml:mrow></mml:msubsup><mml:mo>+</mml:mo><mml:mi>&#x03BB;</mml:mi><mml:mo>&#x22C5;</mml:mo><mml:msub><mml:mi>X</mml:mi><mml:mn>2</mml:mn></mml:msub></mml:math></disp-formula></p>
<p>Through this design, AGF achieves comprehensive enhancement of features, addressing the information dilution problem and providing information-rich fused features.</p>
<p><bold>AGF vs. NAS:</bold> While employing classic operations, AGF embeds task-specific inductive bias (scale imbalance) into differentiable parameters (<inline-formula id="ieqn-16"><mml:math id="mml-ieqn-16"><mml:mi>&#x03BB;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-17"><mml:math id="mml-ieqn-17"><mml:mi>&#x03B3;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-18"><mml:math id="mml-ieqn-18"><mml:mi>&#x03B4;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-19"><mml:math id="mml-ieqn-19"><mml:mo>&#x03B5;</mml:mo></mml:math></inline-formula>) rather than exhaustive search. This achieves: (1) 200<inline-formula id="ieqn-20"><mml:math id="mml-ieqn-20"><mml:mo>&#x00D7;</mml:mo></mml:math></inline-formula> efficiency (3 vs. 500 GPU-hours); (2) interpretability (learned <inline-formula id="ieqn-21"><mml:math id="mml-ieqn-21"><mml:mi>&#x03BB;</mml:mi></mml:math></inline-formula> gradient 0.42<inline-formula id="ieqn-22"><mml:math id="mml-ieqn-22"><mml:mo stretchy="false">&#x2192;</mml:mo></mml:math></inline-formula>0.71 reveals scale adaptation); (3) cross-dataset robustness (VisDrone/CODrone consistent gains vs. NAS overfitting risk).</p>
<p><bold>Scale-adaptive mechanism:</bold><inline-formula id="ieqn-23"><mml:math id="mml-ieqn-23"><mml:mi>&#x03BB;</mml:mi></mml:math></inline-formula> parameters converge to distinct value ranges across pyramid levels: P2 (<inline-formula id="ieqn-24"><mml:math id="mml-ieqn-24"><mml:mn>0.42</mml:mn><mml:mo>&#x00B1;</mml:mo><mml:mn>0.08</mml:mn></mml:math></inline-formula>) preserves shallow details, P3-P4 (<inline-formula id="ieqn-25"><mml:math id="mml-ieqn-25"><mml:mn>0.58</mml:mn><mml:mo>&#x00B1;</mml:mo><mml:mn>0.12</mml:mn></mml:math></inline-formula>) balances multi-scale information, P5 (<inline-formula id="ieqn-26"><mml:math id="mml-ieqn-26"><mml:mn>0.71</mml:mn><mml:mo>&#x00B1;</mml:mo><mml:mn>0.15</mml:mn></mml:math></inline-formula>) suppresses background (&#x003E;99.2%). This progression (<inline-formula id="ieqn-27"><mml:math id="mml-ieqn-27"><mml:mn>0.42</mml:mn><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mn>0.71</mml:mn></mml:math></inline-formula>) correlates with feature sparsity, validating automatic adaptation to UAV scale imbalance.</p>
</sec>
<sec id="s3_3">
<label>3.3</label>
<title>Channel-Spatial Attention Module (CSA)</title>
<p>To enhance weak feature representation of small objects, we design the Channel-Spatial Attention module (CSA). Unlike simple weighted combinations with fixed coefficients, CSA employs <bold>nn.Parameter tensors</bold> (<inline-formula id="ieqn-28"><mml:math id="mml-ieqn-28"><mml:mi>&#x03B1;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-29"><mml:math id="mml-ieqn-29"><mml:mi>&#x03B2;</mml:mi></mml:math></inline-formula> in <xref ref-type="disp-formula" rid="eqn-8">Eq. (8)</xref>) optimized end-to-end. They converge to task-specific values (<inline-formula id="ieqn-30"><mml:math id="mml-ieqn-30"><mml:mi>&#x03B1;</mml:mi><mml:mo>=</mml:mo><mml:mn>0.62</mml:mn><mml:mo>&#x00B1;</mml:mo><mml:mn>0.08</mml:mn></mml:math></inline-formula>, <inline-formula id="ieqn-31"><mml:math id="mml-ieqn-31"><mml:mi>&#x03B2;</mml:mi><mml:mo>=</mml:mo><mml:mn>0.38</mml:mn><mml:mo>&#x00B1;</mml:mo><mml:mn>0.05</mml:mn></mml:math></inline-formula>) via gradient descent, automatically discovering channel-spatial balance. The parallel architecture preserves complete feature distributions (vs. cascaded information loss), exhibiting depth-dependent patterns (shallow: 0.58/0.42; deep: 0.65/0.35) that validate scale-aware adaptation. Addressing limitations of single-dimension designs (e.g., AFGCAttention [<xref ref-type="bibr" rid="ref-14">14</xref>]) and sequential cascading (e.g., CBAM), we propose <bold>information flow parallelization:</bold> channel and spatial attention synchronously model in original feature space, eliminating cascaded bottlenecks. Learnable fusion coefficients (<xref ref-type="disp-formula" rid="eqn-8">Eq. (8)</xref>) dynamically balance dual-dimension contributions, achieving 1.24<inline-formula id="ieqn-32"><mml:math id="mml-ieqn-32"><mml:mo>&#x00D7;</mml:mo></mml:math></inline-formula> variance improvement and spatial focusing for small objects (&#x003C;0.1% spatial occupancy). As shown in <xref ref-type="fig" rid="fig-5">Fig. 5</xref>, CSA enhances features through dual-pathway parallelism.</p>
<fig id="fig-5">
<label>Figure 5</label>
<caption>
<title>Architecture of the Channel-Spatial Attention (CSA) module</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_74281-fig-5.tif"/>
</fig>
<p>This module receives feature map <inline-formula id="ieqn-33"><mml:math id="mml-ieqn-33"><mml:mi>X</mml:mi><mml:mo>&#x2208;</mml:mo><mml:msup><mml:mrow><mml:mi mathvariant="double-struck">R</mml:mi></mml:mrow><mml:mrow><mml:mi>C</mml:mi><mml:mo>&#x00D7;</mml:mo><mml:mi>H</mml:mi><mml:mo>&#x00D7;</mml:mo><mml:mi>W</mml:mi></mml:mrow></mml:msup></mml:math></inline-formula>, processing it through parallel channel attention branch and spatial attention branch. The channel attention branch employs global pooling to capture statistics, capturing channel interactions through dynamic one-dimensional convolution, with kernel size adaptively calculated based on the number of channels:
<disp-formula id="eqn-6"><label>(6)</label><mml:math id="mml-eqn-6" display="block"><mml:mi>k</mml:mi><mml:mo>=</mml:mo><mml:msub><mml:mrow><mml:mo>|</mml:mo><mml:mfrac><mml:mrow><mml:msub><mml:mi>log</mml:mi><mml:mn>2</mml:mn></mml:msub><mml:mo>&#x2061;</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi>C</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>+</mml:mo><mml:mi>b</mml:mi></mml:mrow><mml:mi>&#x03B3;</mml:mi></mml:mfrac><mml:mo>|</mml:mo></mml:mrow><mml:mrow><mml:mrow><mml:mtext>odd</mml:mtext></mml:mrow></mml:mrow></mml:msub></mml:math></disp-formula></p>
<p>The spatial attention branch identifies important spatial regions, generating attention maps through channel dimension pooling and convolution:
<disp-formula id="eqn-7"><label>(7)</label><mml:math id="mml-eqn-7" display="block"><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mi>s</mml:mi><mml:mi>p</mml:mi><mml:mi>a</mml:mi><mml:mi>t</mml:mi><mml:mi>i</mml:mi><mml:mi>a</mml:mi><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mi>&#x03C3;</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mrow><mml:mtext>Conv</mml:mtext></mml:mrow><mml:mrow><mml:mn>7</mml:mn><mml:mo>&#x00D7;</mml:mo><mml:mn>7</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mrow><mml:mtext>cat</mml:mtext></mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mtext>AvgPool</mml:mtext></mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>,</mml:mo><mml:mrow><mml:mtext>MaxPool</mml:mtext></mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">]</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo></mml:math></disp-formula></p>
<p>The core innovation of CSA lies in its adaptive fusion mechanism, dynamically weighting the two types of attention through learnable parameters:
<disp-formula id="eqn-8"><label>(8)</label><mml:math id="mml-eqn-8" display="block"><mml:msub><mml:mi>X</mml:mi><mml:mrow><mml:mi>e</mml:mi><mml:mi>n</mml:mi><mml:mi>h</mml:mi><mml:mi>a</mml:mi><mml:mi>n</mml:mi><mml:mi>c</mml:mi><mml:mi>e</mml:mi><mml:mi>d</mml:mi></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi>X</mml:mi><mml:mo>&#x2299;</mml:mo><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mi>c</mml:mi><mml:mi>h</mml:mi><mml:mi>a</mml:mi><mml:mi>n</mml:mi><mml:mi>n</mml:mi><mml:mi>e</mml:mi><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo>&#x22C5;</mml:mo><mml:mi>&#x03B1;</mml:mi><mml:mo>+</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi>X</mml:mi><mml:mo>&#x2299;</mml:mo><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mi>s</mml:mi><mml:mi>p</mml:mi><mml:mi>a</mml:mi><mml:mi>t</mml:mi><mml:mi>i</mml:mi><mml:mi>a</mml:mi><mml:mi>l</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo>&#x22C5;</mml:mo><mml:mi>&#x03B2;</mml:mi></mml:math></disp-formula></p>
<p>This design enables the module to precisely recalibrate features based on comprehensive information, significantly improving the perception and discrimination capabilities of weak features.</p>
<p><xref ref-type="fig" rid="fig-6">Fig. 6</xref> validates CSA&#x2019;s feature enhancement on dense small object scenes. Baseline model shows scattered channel attention (<inline-formula id="ieqn-34"><mml:math id="mml-ieqn-34"><mml:mi>&#x03C3;</mml:mi></mml:math></inline-formula> &#x003D; 0.149) and background-focused spatial attention. CSA enhancement increases channel variance to 0.184 (1.24<inline-formula id="ieqn-35"><mml:math id="mml-ieqn-35"><mml:mo>&#x00D7;</mml:mo></mml:math></inline-formula> improvement) while spatial attention precisely focuses on small object regions, demonstrating synergistic dual-pathway optimization.</p>
<fig id="fig-6">
<label>Figure 6</label>
<caption>
<title>CSA feature representation visualization showing 1.24<inline-formula id="ieqn-36"><mml:math id="mml-ieqn-36"><mml:mo>&#x00D7;</mml:mo></mml:math></inline-formula> channel variance improvement (<inline-formula id="ieqn-37"><mml:math id="mml-ieqn-37"><mml:mi>&#x03C3;</mml:mi></mml:math></inline-formula>: 0.149<inline-formula id="ieqn-38"><mml:math id="mml-ieqn-38"><mml:mo stretchy="false">&#x2192;</mml:mo></mml:math></inline-formula>0.184) and enhanced spatial localization on dense small objects</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_74281-fig-6.tif"/>
</fig>
</sec>
</sec>
<sec id="s4">
<label>4</label>
<title>Experiments</title>
<p>In order to systematically validate the efficacy and superiority of the proposed DSGF-Net algorithm in UAV-based small object detection tasks, we formulated and executed a series of extensive ablation analyses and comparative assessments. This section elaborates on the datasets, software and hardware infrastructures, hyperparameter settings, and assessment criteria employed for measuring model performance.</p>
<sec id="s4_1">
<label>4.1</label>
<title>Experimental Settings</title>
<sec id="s4_1_1">
<label>4.1.1</label>
<title>Datasets</title>
<p>We evaluate on two UAV benchmarks: VisDrone2019-DET [<xref ref-type="bibr" rid="ref-15">15</xref>] and CODrone [<xref ref-type="bibr" rid="ref-16">16</xref>]. VisDrone2019-DET features high-density small objects with severe class imbalance (head class &#x201C;car&#x201D;: 187,005 vs. tail class &#x201C;awning-tricycle&#x201D;: 4377, 40<inline-formula id="ieqn-39"><mml:math id="mml-ieqn-39"><mml:mo>&#x00D7;</mml:mo></mml:math></inline-formula> difference) and small object sizes (&#x201C;pedestrian&#x201D; average height: 49.5 pixels). CODrone offers ultra-high resolution (3840 <inline-formula id="ieqn-40"><mml:math id="mml-ieqn-40"><mml:mo>&#x00D7;</mml:mo></mml:math></inline-formula> 2160) with more extreme long-tail distribution (550<inline-formula id="ieqn-41"><mml:math id="mml-ieqn-41"><mml:mo>&#x00D7;</mml:mo></mml:math></inline-formula> difference) and scale variation, testing model multi-scale adaptability. Both datasets concentrate on small objects (<xref ref-type="table" rid="table-1">Table 1</xref>).</p>
<table-wrap id="table-1">
<label>Table 1</label>
<caption>
<title>Experimental dataset statistics</title>
</caption>
<table>
<colgroup>
<col align="center"/>
<col align="center"/>
<col align="center"/>
<col align="center"/>
<col align="center"/> </colgroup>
<thead>
<tr>
<th>Dataset</th>
<th>Training set</th>
<th>Validation set</th>
<th>Test set</th>
<th>Classes</th>
</tr>
</thead>
<tbody>
<tr>
<td><bold>VisDrone2019-DET</bold></td>
<td>6471</td>
<td>548</td>
<td>1610</td>
<td>10</td>
</tr>
<tr>
<td><bold>CODrone</bold></td>
<td>5002</td>
<td>2000</td>
<td>3002</td>
<td>12</td>
</tr>
</tbody>
</table>
</table-wrap>
</sec>
<sec id="s4_1_2">
<label>4.1.2</label>
<title>Experimental Environment and Hyperparameter Settings</title>
<p>All models were trained under identical settings (<xref ref-type="table" rid="table-2">Table 2</xref>).</p>
<table-wrap id="table-2">
<label>Table 2</label>
<caption>
<title>Experimental configuration</title>
</caption>
<table>
<colgroup>
<col align="center"/>
<col align="center"/> </colgroup>
<thead>
<tr>
<th>Configuration</th>
<th>Value</th>
</tr>
</thead>
<tbody>
<tr>
<td>GPU</td>
<td>RTX 4090 (24GB)</td>
</tr>
<tr>
<td>Framework</td>
<td>PyTorch 2.3.0, CUDA 12.1</td>
</tr>
<tr>
<td>Image size</td>
<td>640 <inline-formula id="ieqn-42"><mml:math id="mml-ieqn-42"><mml:mo>&#x00D7;</mml:mo></mml:math></inline-formula> 640, Batch 32, Epochs 200</td>
</tr>
<tr>
<td>Optimizer</td>
<td>SGD (lr0 &#x003D; 0.01, momentum &#x003D; 0.937)</td>
</tr>
<tr>
<td>Loss weights</td>
<td>box &#x003D; 7.5, cls &#x003D; 0.5, dfl &#x003D; 1.5</td>
</tr>
<tr>
<td>Augmentation</td>
<td>Mosaic, HSV, Flip, RandAugment</td>
</tr>
</tbody>
</table>
</table-wrap>
</sec>
<sec id="s4_1_3">
<label>4.1.3</label>
<title>Evaluation Metrics</title>
<p>We evaluate using standard metrics: Precision, Recall, F1-Score, and mAP. We report mAP@0.5, mAP@0.75, and mAP@0.5:0.95 (COCO standard) across IoU thresholds.</p>
</sec>
</sec>
<sec id="s4_2">
<label>4.2</label>
<title>Comparative Experiments</title>
<p>We conducted comprehensive comparative experiments under identical settings to verify each component&#x2019;s effectiveness. <xref ref-type="table" rid="table-3">Table 3</xref> summarizes the detailed comparative experimental results.</p>
<table-wrap id="table-3">
<label>Table 3</label>
<caption>
<title>Comprehensive comparative experimental results (with parameter analysis)</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"/>
<col align="center"/> </colgroup>
<thead>
<tr>
<th>Category</th>
<th>Model</th>
<th>Params (M)</th>
<th>mAP50</th>
<th>mAP75</th>
<th>mAP50-95</th>
<th>Precision</th>
<th>Recall</th>
<th>F1-Score</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="5"><bold>Baseline</bold></td>
<td>yolov5</td>
<td>2.50</td>
<td>0.3204</td>
<td>0.1796</td>
<td>0.1836</td>
<td>0.4238</td>
<td>0.3214</td>
<td>0.3579</td>
</tr>
<tr>

<td>yolov6</td>
<td>4.23</td>
<td>0.2948</td>
<td>0.1723</td>
<td>0.1713</td>
<td>0.4013</td>
<td>0.2992</td>
<td>0.3288</td>
</tr>
<tr>

<td>yolov8</td>
<td>3.01</td>
<td>0.3267</td>
<td>0.1881</td>
<td>0.1893</td>
<td>0.4358</td>
<td>0.3317</td>
<td>0.3701</td>
</tr>
<tr>

<td>yolov10n</td>
<td>2.27</td>
<td>0.3286</td>
<td>0.1866</td>
<td>0.1873</td>
<td>0.4330</td>
<td>0.3309</td>
<td>0.3697</td>
</tr>
<tr>

<td>RT-DETR</td>
<td>19.88</td>
<td>0.2978</td>
<td>0.1678</td>
<td>0.1685</td>
<td>0.4558</td>
<td>0.3150</td>
<td>0.3608</td>
</tr>
<tr>
<td rowspan="6"><bold>Backbone</bold></td>
<td>yolov10n</td>
<td>2.27</td>
<td>0.3286</td>
<td>0.1866</td>
<td>0.1873</td>
<td>0.4330</td>
<td>0.3309</td>
<td>0.3697</td>
</tr>
<tr>

<td>&#x002B; HGNetV2</td>
<td>1.93</td>
<td>0.3019</td>
<td>0.1645</td>
<td>0.1684</td>
<td>0.3991</td>
<td>0.3151</td>
<td>0.3455</td>
</tr>
<tr>

<td>&#x002B; efficientViT</td>
<td>3.59</td>
<td>0.3059</td>
<td>0.1672</td>
<td>0.1710</td>
<td>0.4008</td>
<td>0.3118</td>
<td>0.3436</td>
</tr>
<tr>

<td>&#x002B; convnextv2</td>
<td>5.25</td>
<td>0.3343</td>
<td>0.1848</td>
<td>0.1905</td>
<td>0.4139</td>
<td>0.3407</td>
<td>0.3679</td>
</tr>
<tr>

<td>&#x002B; fasternet</td>
<td>3.76</td>
<td>0.3424</td>
<td>0.1939</td>
<td>0.1955</td>
<td>0.4489</td>
<td>0.3448</td>
<td>0.3842</td>
</tr>
<tr>

<td><bold>&#x002B; DSENet</bold></td>
<td><bold>6.54</bold></td>
<td><bold>6.54</bold></td>
<td><bold>6.54</bold></td>
<td><bold>6.54</bold></td>
<td><bold>6.54</bold></td>
<td><bold>6.54</bold></td>
<td><bold>6.54</bold></td>
</tr>
<tr>
<td rowspan="4"><bold>Feature Fusion</bold></td>
<td>yolov10n</td>
<td>2.27</td>
<td>0.3286</td>
<td>0.1866</td>
<td>0.1873</td>
<td>0.4330</td>
<td>0.3309</td>
<td>0.3697</td>
</tr>
<tr>

<td>&#x002B; CARAFE</td>
<td>2.41</td>
<td>0.3342</td>
<td>0.1906</td>
<td>0.1918</td>
<td>0.4414</td>
<td>0.3339</td>
<td>0.3748</td>
</tr>
<tr>

<td>&#x002B; CGAFusion</td>
<td>2.42</td>
<td>0.3352</td>
<td>0.1903</td>
<td>0.1924</td>
<td>0.4413</td>
<td>0.3356</td>
<td>0.3759</td>
</tr>
<tr>

<td><bold>&#x002B; AGF</bold></td>
<td><bold>2.31</bold></td>
<td><bold>2.31</bold></td>
<td><bold>2.31</bold></td>
<td><bold>2.31</bold></td>
<td><bold>2.31</bold></td>
<td><bold>2.31</bold></td>
<td><bold>2.31</bold></td>
</tr>
<tr>
<td rowspan="8"><bold>Attention</bold></td>
<td>yolov10n</td>
<td>2.27</td>
<td>0.3286</td>
<td>0.1866</td>
<td>0.1873</td>
<td>0.4330</td>
<td>0.3309</td>
<td>0.3697</td>
</tr>
<tr>

<td>&#x002B; msga</td>
<td>3.31</td>
<td>0.3317</td>
<td>0.1880</td>
<td>0.1901</td>
<td>0.4295</td>
<td>0.3326</td>
<td>0.3699</td>
</tr>
<tr>

<td>&#x002B; SimAM</td>
<td>2.27</td>
<td>0.3339</td>
<td>0.1865</td>
<td>0.1904</td>
<td>0.4339</td>
<td>0.3366</td>
<td>0.3740</td>
</tr>
<tr>

<td>&#x002B; CPCA</td>
<td>2.39</td>
<td>0.3343</td>
<td>0.1872</td>
<td>0.1914</td>
<td>0.4319</td>
<td>0.3378</td>
<td>0.3735</td>
</tr>
<tr>

<td><bold>&#x002B; CSA</bold></td>
<td><bold>2.33</bold></td>
<td><bold>0.3365</bold></td>
<td><bold>0.3365</bold></td>
<td><bold>0.3365</bold></td>
<td><bold>0.3365</bold></td>
<td><bold>0.3365</bold></td>
<td><bold>0.3365</bold></td>
</tr>
<tr>

<td>RT-DETR</td>
<td>19.88</td>
<td>0.2978</td>
<td>0.1678</td>
<td>0.1685</td>
<td>0.4558</td>
<td>0.3150</td>
<td>0.3608</td>
</tr>
<tr>

<td>&#x002B; AIFI-SHSA</td>
<td>19.71</td>
<td>0.2996</td>
<td>0.1618</td>
<td>0.1687</td>
<td>0.4404</td>
<td>0.3059</td>
<td>0.3552</td>
</tr>
<tr>

<td>&#x002B; CGA</td>
<td>19.71</td>
<td>0.2962</td>
<td>0.1606</td>
<td>0.1659</td>
<td>0.4327</td>
<td>0.3055</td>
<td>0.3506</td>
</tr>
</tbody>
</table>
<table-wrap-foot>
<fn id="table-3fn1" fn-type="other">
<p>Note: RT-DETR &#x002B; AIFI-SHSA and RT-DETR &#x002B; CGA rows in Attention category are newly added to compare Transformer-based architecture with traditional attention mechanisms. Bold values indicate the best results, while bold method/module/model names denote the proposed method or components in this paper.</p>
</fn>
</table-wrap-foot>
</table-wrap>
<p>Specifically, for baseline comparison, we selected YOLOv5 [<xref ref-type="bibr" rid="ref-17">17</xref>], YOLOv6 [<xref ref-type="bibr" rid="ref-18">18</xref>], YOLOv8 [<xref ref-type="bibr" rid="ref-7">7</xref>], and YOLOv10n [<xref ref-type="bibr" rid="ref-3">3</xref>], as well as Transformer-based RT-DETR [<xref ref-type="bibr" rid="ref-19">19</xref>] to ensure comprehensive evaluation across architectural paradigms. For backbone networks, we compared HGNetV2 [<xref ref-type="bibr" rid="ref-19">19</xref>], EfficientViT [<xref ref-type="bibr" rid="ref-20">20</xref>], ConvNeXtV2, and FasterNet [<xref ref-type="bibr" rid="ref-21">21</xref>] against our DSENet. For feature fusion modules, we evaluated CARAFE [<xref ref-type="bibr" rid="ref-22">22</xref>] and CGAFusion alongside our AGF. For attention mechanisms, we compared MSGA [<xref ref-type="bibr" rid="ref-23">23</xref>], SimAM [<xref ref-type="bibr" rid="ref-24">24</xref>], and CPCA with our CSA. Additionally, to comprehensively address the Reviewer&#x2019;s concern, we evaluated RT-DETR integrated with AIFI-SHSA [<xref ref-type="bibr" rid="ref-25">25</xref>] and Cascaded Group Attention [<xref ref-type="bibr" rid="ref-20">20</xref>] to compare Transformer-based architectures with traditional attention mechanisms.</p>
<p>The baseline comparison validates YOLOv10n&#x2019;s suitability as the foundational architecture (mAP50: 32.86%). DSGF-Net achieved mAP50 of 37.98% (&#x002B;5.12 pp) and mAP50-95 of 22.27% (&#x002B;3.54 pp), demonstrating substantial improvements. We further evaluated RT-DETR with AIFI-SHSA (29.96% mAP50) and CGA (29.62% mAP50), both marginally improving vanilla RT-DETR (29.78%, &#x003C;0.2 pp gain) yet 7.85&#x2013;8.35 pp lower than DSGF-Net (37.97%). This validates: (1) generic attention additions provide minimal gains for Transformer-based small object detection, confirming O(<inline-formula id="ieqn-43"><mml:math id="mml-ieqn-43"><mml:msup><mml:mi>n</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup></mml:math></inline-formula>) self-attention limitations on high-resolution UAV imagery; (2) DSGF-Net&#x2019;s task-specific design achieves 27.5% relative improvement using only 33.8% parameters (6.67 vs. 19.71 M), demonstrating specialized architectural superiority. RT-DETR, despite 19.88M parameters (8.8<inline-formula id="ieqn-44"><mml:math id="mml-ieqn-44"><mml:mo>&#x00D7;</mml:mo></mml:math></inline-formula> YOLOv10n), achieves only 29.78% mAP50 (8.19 pp lower than DSGF-Net), validating DSGF-Net&#x2019;s parameter efficiency: 33.5% parameters achieve 27.5% relative accuracy improvement.</p>
<p>Component-wise analysis reveals distinct contributions: DSENet as the backbone yields the most significant gain (mAP50: 36.98%, &#x002B;4.12 pp), attributed to its structure reparameterization and optimized attention distribution, outperforming alternatives like FasterNet and ConvNeXtV2. The AGF module achieves mAP50 of 34.04% (&#x002B;1.18 pp) through its adaptive gating strategy, surpassing CARAFE and CGAFusion while maintaining computational efficiency. The CSA module attains mAP50 of 33.65% and F1 score of 38.32%, enhancing feature representation without additional computational overhead.</p>
<p><xref ref-type="table" rid="table-4">Table 4</xref> presents the multi-dataset comparison results. To comprehensively evaluate the generalization ability and robustness of the DSGF-Net model, we deployed it on two UAV aerial datasets with significantly different characteristics&#x2014;VisDrone and CODrone&#x2014;and compared its performance with the baseline model YOLOv10n.</p>
<table-wrap id="table-4">
<label>Table 4</label>
<caption>
<title>Performance comparison on different datasets</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>
<tr>
<th>Model</th>
<th>Dataset</th>
<th>mAP50</th>
<th>mAP75</th>
<th>mAP50-95</th>
<th>Precision</th>
<th>Recall</th>
<th>F1-Score</th>
</tr>
</thead>
<tbody>
<tr>
<td>yolov10n</td>
<td>VisDrone</td>
<td>0.3286</td>
<td>0.1866</td>
<td>0.1873</td>
<td>0.4330</td>
<td>0.3309</td>
<td>0.3697</td>
</tr>
<tr>
<td><bold>DSGF-Net</bold></td>
<td><bold>VisDrone</bold></td>
<td><bold>0.3797</bold></td>
<td><bold>0.2227</bold></td>
<td><bold>0.2210</bold></td>
<td><bold>0.4740</bold></td>
<td><bold>0.3777</bold></td>
<td><bold>0.4164</bold></td>
</tr>
<tr>
<td>yolov10n</td>
<td>CODrone</td>
<td>0.2192</td>
<td>0.0956</td>
<td>0.1082</td>
<td>0.3157</td>
<td>0.2493</td>
<td>0.2536</td>
</tr>
<tr>
<td><bold>DSGF-Net</bold></td>
<td><bold>CODrone</bold></td>
<td><bold>0.2428</bold></td>
<td><bold>0.1056</bold></td>
<td><bold>0.1202</bold></td>
<td><bold>0.3591</bold></td>
<td><bold>0.2561</bold></td>
<td><bold>0.2724</bold></td>
</tr>
</tbody>
</table>
<table-wrap-foot>
<fn id="table-4fn1" fn-type="other">
<p>Note: Bold values indicate the best results, while bold method/module/model names denote the proposed method or components in this paper.</p>
</fn>
</table-wrap-foot>
</table-wrap>
<p>On the classic VisDrone dataset, DSGF-Net demonstrated excellent performance advantages, achieving an mAP@0.5 of 37.97%, a significant improvement of 5.11 percentage points over the baseline model YOLOv10n. On the more challenging CODrone dataset, DSGF-Net still achieved an mAP@0.5 of 24.28%, an improvement of 2.36 percentage points over the baseline. This ability to maintain stable performance gains on datasets of different complexity and characteristics fully demonstrates DSGF-Net&#x2019;s strong robustness and generalization potential, proving its universal improvement capability to address different real-world challenges.</p>
<p><bold>Robustness Evaluation:</bold> To validate DSGF-Net&#x2019;s adaptability in real UAV scenarios, we evaluated performance under different flight altitudes and motion blur conditions. As shown in <xref ref-type="fig" rid="fig-7">Fig. 7</xref>, by adjusting validation image sizes to simulate altitude variations (50 m/100 m/200 m corresponding to 960/640/320 pixels), DSGF-Net maintains significant advantages over baseline at all altitudes (42.19%/37.97%/21.09% vs. 37.51%/32.86%/17.74%). In motion blur tests (blur kernel 0/5/11), DSGF-Net similarly demonstrates stronger anti-interference capability (37.97%/35.12%/23.37% vs. 32.86%/30.54%/20.54%). Notably, under extreme conditions (200 m altitude or kernel &#x003D; 11 blur), DSGF-Net still maintains 3&#x2013;4 percentage point performance advantages, attributed to DSENet&#x2019;s dense attention mechanism and AGF&#x2019;s adaptive fusion enhancing feature robustness, validating the practical value of the proposed architecture in complex environments.</p>
<fig id="fig-7">
<label>Figure 7</label>
<caption>
<title>Robustness evaluation results. (<bold>a</bold>) Detection performance under varying flight altitudes of 50, 100, and 200 m (corresponding to image sizes of 960, 640, and 320 pixels). (<bold>b</bold>) Performance under motion blur conditions with Gaussian kernel sizes of 0, 5, and 11. DSGF-Net maintains 3&#x2013;4 percentage point advantages over baseline in all conditions</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_74281-fig-7.tif"/>
</fig>
</sec>
<sec id="s4_3">
<label>4.3</label>
<title>Ablation Studies</title>
<p>To explore the synergistic gains between modules and validate the reasonability of the overall architecture, we conducted ablation experiments. <xref ref-type="table" rid="table-5">Table 5</xref> presents the comprehensive ablation study results with computational complexity analysis.</p>
<table-wrap id="table-5">
<label>Table 5</label>
<caption>
<title>Ablation study results (with computational complexity analysis)</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"/>
<col align="center"/>
<col align="center"/>
<col align="center"/>
<col align="center"/>
<col align="center"/>
<col align="center"/> </colgroup>
<thead>
<tr>
<th>Method</th>
<th>A</th>
<th>B</th>
<th>C</th>
<th>Params (M)</th>
<th>GFLOPs</th>
<th>FPS</th>
<th>mAP50</th>
<th>Prec.</th>
<th>Recall</th>
<th>F1</th>
<th><inline-formula id="ieqn-45"><mml:math id="mml-ieqn-45"><mml:mi mathvariant="normal">&#x0394;</mml:mi></mml:math></inline-formula>P(%)</th>
<th><inline-formula id="ieqn-46"><mml:math id="mml-ieqn-46"><mml:mi mathvariant="normal">&#x0394;</mml:mi></mml:math></inline-formula>Acc. (pp)</th>
<th>Eff.</th>
</tr>
</thead>
<tbody>
<tr>
<td>YOLOv10n</td>
<td></td>
<td></td>
<td></td>
<td>2.27</td>
<td>6.5</td>
<td>149.9</td>
<td>0.3286</td>
<td>0.4330</td>
<td>0.3309</td>
<td>0.3697</td>
<td>&#x2013;</td>
<td>&#x2013;</td>
<td>&#x2013;</td>
</tr>
<tr>
<td>A</td>
<td>&#x2713;</td>
<td></td>
<td></td>
<td>2.33</td>
<td>6.5</td>
<td>201.4</td>
<td>0.3365</td>
<td>0.4451</td>
<td>0.3451</td>
<td>0.3832</td>
<td>&#x002B;2.6</td>
<td>&#x002B;0.79</td>
<td>30.4</td>
</tr>
<tr>
<td>B</td>
<td></td>
<td>&#x2713;</td>
<td></td>
<td>6.54</td>
<td>17.2</td>
<td>116.5</td>
<td>0.3698</td>
<td>0.4685</td>
<td>0.3652</td>
<td>0.4059</td>
<td>&#x002B;188.1</td>
<td>&#x002B;4.12</td>
<td>2.2</td>
</tr>
<tr>
<td>C</td>
<td></td>
<td></td>
<td>&#x2713;</td>
<td>2.31</td>
<td>7.0</td>
<td>217.0</td>
<td>0.3404</td>
<td>0.4521</td>
<td>0.3362</td>
<td>0.3800</td>
<td>&#x002B;1.8</td>
<td>&#x002B;1.18</td>
<td>65.6</td>
</tr>
<tr>
<td>A &#x002B; B</td>
<td>&#x2713;</td>
<td>&#x2713;</td>
<td></td>
<td>6.60</td>
<td>17.2</td>
<td>97.6</td>
<td>0.3650</td>
<td>0.4508</td>
<td>0.3674</td>
<td>0.4003</td>
<td>&#x002B;190.7</td>
<td>&#x002B;3.64</td>
<td>1.9</td>
</tr>
<tr>
<td>A &#x002B; C</td>
<td>&#x2713;</td>
<td></td>
<td>&#x2713;</td>
<td>2.37</td>
<td>7.0</td>
<td>142.6</td>
<td>0.3415</td>
<td>0.4576</td>
<td>0.3388</td>
<td>0.3837</td>
<td>&#x002B;4.4</td>
<td>&#x002B;1.29</td>
<td>29.3</td>
</tr>
<tr>
<td>B &#x002B; C</td>
<td></td>
<td>&#x2713;</td>
<td>&#x2713;</td>
<td>6.61</td>
<td>17.8</td>
<td>122.6</td>
<td>0.3761</td>
<td>0.4734</td>
<td>0.3713</td>
<td>0.4116</td>
<td>&#x002B;191.2</td>
<td>&#x002B;4.75</td>
<td>2.5</td>
</tr>
<tr>
<td><bold>A &#x002B; B &#x002B; C</bold></td>
<td><bold>&#x2713;</bold></td>
<td><bold>&#x2713;</bold></td>
<td><bold>&#x2713;</bold></td>
<td><bold>6.67</bold></td>
<td><bold>17.8</bold></td>
<td><bold>95.0</bold></td>
<td><bold>0.3797</bold></td>
<td><bold>0.4740</bold></td>
<td><bold>0.3777</bold></td>
<td><bold>0.4164</bold></td>
<td><bold>&#x002B;193.8</bold></td>
<td><bold>&#x002B;5.11</bold></td>
<td><bold>2.6</bold></td>
</tr>
</tbody>
</table>
<table-wrap-foot>
<fn id="table-5fn1" fn-type="other">
<p>Note: A represents CSA, B represents DSENet, C represents AGF; <inline-formula id="ieqn-47"><mml:math id="mml-ieqn-47"><mml:mi mathvariant="normal">&#x0394;</mml:mi></mml:math></inline-formula> indicates change relative to baseline Efficiency Ratio &#x003D; (<inline-formula id="ieqn-48"><mml:math id="mml-ieqn-48"><mml:mi mathvariant="normal">&#x0394;</mml:mi></mml:math></inline-formula>Accuracy/<inline-formula id="ieqn-49"><mml:math id="mml-ieqn-49"><mml:mi mathvariant="normal">&#x0394;</mml:mi></mml:math></inline-formula>Parameters) <inline-formula id="ieqn-50"><mml:math id="mml-ieqn-50"><mml:mo>&#x00D7;</mml:mo></mml:math></inline-formula> 100, higher values indicate better parameter utilization. Bold values indicate the best results, while bold method/module/model names denote the proposed method or components in this paper.</p>
</fn>
</table-wrap-foot>
</table-wrap>
<p>As illustrated in <xref ref-type="fig" rid="fig-8">Fig. 8</xref>, the results indicate that the synergy between modules is not a simple performance addition, but follows a clear functional complementary logic.</p>
<fig id="fig-8">
<label>Figure 8</label>
<caption>
<title>Visual comparison of ablation study results on mAP@0.5 metric</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_74281-fig-8.tif"/>
</fig>
<p><bold>DSENet (B)</bold> serves as the performance cornerstone; its presence or absence is key to determining the model&#x2019;s performance level. All combinations containing DSENet significantly outperform other combinations, again proving that high-quality initial feature extraction is a prerequisite for achieving excellent detection accuracy.</p>
<p><bold>AGF (C) module plays a crucial &#x201C;bridge&#x201D; role in synergy</bold>. With DSENet providing high-quality features, the introduction of AGF (B&#x002B;C combination) can further bring significant performance improvements, increasing mAP50 from 36.98% to 37.61%. This strongly proves that AGF&#x2019;s adaptive gating mechanism can efficiently integrate multi-scale feature flows produced by DSENet, achieving a &#x201C;<inline-formula id="ieqn-51"><mml:math id="mml-ieqn-51"><mml:mn>1</mml:mn><mml:mo>+</mml:mo><mml:mn>1</mml:mn><mml:mo>&#x003E;</mml:mo><mml:mn>2</mml:mn></mml:math></inline-formula>&#x201D; amplification effect. Notably, the A&#x002B;C combination (34.15%) performs slightly worse than using C alone (34.04%), exhibiting <bold>negative synergy</bold>. In-depth analysis reveals this stems from <bold>hierarchical dependency of feature quality:</bold> AGF&#x2019;s adaptive gating mechanism is designed for fine-grained weight allocation among high-quality multi-scale features; when input features are insufficient, gating parameter <inline-formula id="ieqn-52"><mml:math id="mml-ieqn-52"><mml:mi>&#x03BB;</mml:mi></mml:math></inline-formula> cannot effectively function, introducing parameter redundancy instead. Meanwhile, CSA&#x2019;s attention recalibration on weak features easily falls into local optima, causing interference between optimization objectives of both modules. This finding emphasizes the <bold>systematic principle of architecture design:</bold> feature enhancement modules must build upon high-quality feature extraction foundations to achieve synergistic gains.</p>
<p>Finally, <bold>the complete DSGF-Net (A&#x002B;B&#x002B;C) model reached the peak of performance</bold>, benefiting from the functional complementarity and progressive optimization of the three modules as an organic whole. In this architecture, DSENet is responsible for building a high-quality feature foundation; AGF serves as the central hub, optimizing and integrating multi-scale information flows; finally, the lightweight CSA performs final fine-tuning enhancement on the already highly optimized feature maps. This design with clear division of labor and high synergy makes the comprehensive performance of the entire system exceed the effect of simple addition of various parts, fully validating the scientific nature and advancement of our overall architectural design.</p>
<p><bold>Computational complexity and performance trade-off analysis:</bold> From <xref ref-type="table" rid="table-5">Table 5</xref>&#x2019;s complexity metrics, complete DSGF-Net increases 193.8% parameters (2.27M<inline-formula id="ieqn-53"><mml:math id="mml-ieqn-53"><mml:mo stretchy="false">&#x2192;</mml:mo></mml:math></inline-formula>6.67M) and 174% computation (6.5<inline-formula id="ieqn-54"><mml:math id="mml-ieqn-54"><mml:mo stretchy="false">&#x2192;</mml:mo></mml:math></inline-formula>17.8 GFLOPs) compared to baseline, yet achieves 5.11 percentage points mAP50 improvement (15.6% relative gain), with efficiency ratio reaching 2.6. In-depth analysis reveals rationality of complexity increase: <bold>(1) DSENet is core contributor:</bold> though adding 188.1% parameters alone, it brings 4.12 pp accuracy gain with efficiency ratio 2.2, validating cost-effectiveness of progressive dense SE deployment for small object feature sparsity; <bold>(2) Lightweight modules&#x2019; efficient synergy:</bold> CSA (&#x002B;2.6% params, ratio 30.4) and AGF (&#x002B;1.8% params, ratio 65.6) achieve significant gains with minimal parameter overhead, proving importance of refined design; <bold>(3) Real-time capability guarantee:</bold> despite FPS dropping from 149.9 to 95.0 (36.6% decrease), it far exceeds real-time detection requirements (&#x003E;&#x003E;30 FPS). Compared to RT-DETR (19.88M params, 96.0 FPS, 29.78% mAP50), DSGF-Net achieves 8.19 pp higher accuracy with 1/3 parameters and comparable inference speed, fully demonstrating superior balance among accuracy-efficiency-parameters of proposed architecture.</p>

</sec>
</sec>
<sec id="s5">
<label>5</label>
<title>Conclusion</title>
<p>The proposed DSGF-Net achieves an mAP@0.5 of 37.97% on VisDrone (&#x002B;5.12 pp over YOLOv10n) driven by three core innovations: DSENet (dense SE in deep layers), AGF (learnable gating), and CSA (parallel dual-pathway attention). CODrone experiments confirm generalization. Ablation studies validate synergistic gains and negative synergy in A&#x002B;C. Future avenues include: (1) model lightweighting through knowledge distillation and quantization for edge device deployment; (2) enhancing cross-scenario adaptability via domain adaptation techniques; and (3) exploring <bold>adaptive spatiotemporal association</bold>, leveraging temporal consistency across consecutive UAV frames to reduce false positives and extend to video-based UAV detection.</p>
</sec>
</body>
<back>
<ack>
<p>Not applicable.</p>
</ack>
<sec>
<title>Funding Statement</title>
<p>The authors received no specific funding for this study.</p>
</sec>
<sec>
<title>Author Contributions</title>
<p>The authors confirm contribution to the paper as follows: Conceptualization, Changzhu Shi and Hongmei Liu; methodology, Changzhu Shi; software, Changzhu Shi; validation, Changzhu Shi and Hongmei Liu; formal analysis, Changzhu Shi; investigation, Changzhu Shi; resources, Hongmei Liu; data curation, Changzhu Shi; writing&#x2014;original draft preparation, Changzhu Shi; writing&#x2014;review and editing, Changzhu Shi and Hongmei Liu; visualization, Changzhu Shi; supervision, Hongmei Liu; project administration, Hongmei Liu; funding acquisition, not applicable. 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>The VisDrone2019-DET dataset used in this study is publicly available at <ext-link ext-link-type="uri" xlink:href="https://github.com/VisDrone/VisDrone-Dataset">https://github.com/VisDrone/VisDrone-Dataset</ext-link>. The CODrone dataset is publicly available at <ext-link ext-link-type="uri" xlink:href="https://github.com/AHideoKuzeA/CODrone-A-Comprehensive-Oriented-Object-Detection-benchmark-for-UAV">https://github.com/AHideoKuzeA/CODrone-A-Comprehensive-Oriented-Object-Detection-benchmark-for-UAV</ext-link>. The code implementing the proposed DSGF-Net model is available at <ext-link ext-link-type="uri" xlink:href="https://github.com/KtevenCroft/DSGF-Net-main">https://github.com/KtevenCroft/DSGF-Net-main</ext-link>.</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>
<glossary content-type="abbreviations" id="glossary-1">
<title>Abbreviations</title>
<def-list>
<def-item>
<term>UAV</term>
<def>
<p>Unmanned Aerial Vehicle</p>
</def>
</def-item>
<def-item>
<term>YOLO</term>
<def>
<p>You Only Look Once</p>
</def>
</def-item>
<def-item>
<term>DSGF-Net</term>
<def>
<p>Dense-SE Gated-Fusion Network</p>
</def>
</def-item>
<def-item>
<term>DSENet</term>
<def>
<p>Dense SE Network</p>
</def>
</def-item>
<def-item>
<term>SE</term>
<def>
<p>Squeeze-and-Excitation</p>
</def>
</def-item>
<def-item>
<term>DAU</term>
<def>
<p>Dense Attention Unit</p>
</def>
</def-item>
<def-item>
<term>AGF</term>
<def>
<p>Adaptive Gated Fusion</p>
</def>
</def-item>
<def-item>
<term>CSA</term>
<def>
<p>Channel-Spatial Attention</p>
</def>
</def-item>
<def-item>
<term>mAP</term>
<def>
<p>mean Average Precision</p>
</def>
</def-item>
<def-item>
<term>AP</term>
<def>
<p>Average Precision</p>
</def>
</def-item>
<def-item>
<term>IoU</term>
<def>
<p>Intersection over Union</p>
</def>
</def-item>
<def-item>
<term>TP</term>
<def>
<p>True Positives</p>
</def>
</def-item>
<def-item>
<term>FP</term>
<def>
<p>False Positives</p>
</def>
</def-item>
<def-item>
<term>FN</term>
<def>
<p>False Negatives</p>
</def>
</def-item>
<def-item>
<term>R-CNN</term>
<def>
<p>Region-based Convolutional Neural Network</p>
</def>
</def-item>
<def-item>
<term>SSD</term>
<def>
<p>Single Shot MultiBox Detector</p>
</def>
</def-item>
<def-item>
<term>CNN</term>
<def>
<p>Convolutional Neural Network</p>
</def>
</def-item>
<def-item>
<term>NMS</term>
<def>
<p>Non-Maximum Suppression</p>
</def>
</def-item>
</def-list>
</glossary>
<ref-list content-type="authoryear">
<title>References</title>
<ref id="ref-1"><label>[1]</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 2024 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>. doi:<pub-id pub-id-type="doi">10.1109/cvpr52733.2024.01506</pub-id>; <pub-id pub-id-type="pmid">25079929</pub-id></mixed-citation></ref>
<ref id="ref-2"><label>[2]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Jiang</surname> <given-names>P</given-names></string-name>, <string-name><surname>Ergu</surname> <given-names>D</given-names></string-name>, <string-name><surname>Liu</surname> <given-names>F</given-names></string-name>, <string-name><surname>Cai</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Ma</surname> <given-names>B</given-names></string-name></person-group>. <article-title>A review of YOLO algorithm developments</article-title>. <source>Procedia Comput Sci</source>. <year>2022</year>;<volume>199</volume>:<fpage>1066</fpage>&#x2013;<lpage>73</lpage>. doi:<pub-id pub-id-type="doi">10.1016/j.procs.2022.01.135</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>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>. <source>Adv Neural Inf Process Syst</source>. <year>2024</year>;<volume>37</volume>:<fpage>107984</fpage>&#x2013;<lpage>8011</lpage>. doi:<pub-id pub-id-type="doi">10.2139/ssrn.4289242</pub-id>.</mixed-citation></ref>
<ref id="ref-4"><label>[4]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Mei</surname> <given-names>J</given-names></string-name>, <string-name><surname>Zhu</surname> <given-names>W</given-names></string-name></person-group>. <article-title>BGF-YOLOv10: small object detection algorithm from unmanned aerial vehicle perspective based on improved YOLOv10</article-title>. <source>Sensors</source>. <year>2024</year>;<volume>24</volume>(<issue>21</issue>):<fpage>6911</fpage>. doi:<pub-id pub-id-type="doi">10.3390/s24216911</pub-id>; <pub-id pub-id-type="pmid">39517808</pub-id></mixed-citation></ref>
<ref id="ref-5"><label>[5]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Chung</surname> <given-names>MA</given-names></string-name>, <string-name><surname>Chai</surname> <given-names>SY</given-names></string-name>, <string-name><surname>Hsieh</surname> <given-names>MC</given-names></string-name>, <string-name><surname>Lin</surname> <given-names>CW</given-names></string-name>, <string-name><surname>Chen</surname> <given-names>KX</given-names></string-name>, <string-name><surname>Huang</surname> <given-names>SJ</given-names></string-name>, <etal>et al</etal></person-group>. <article-title>YOLO-LSD: a lightweight object detection model for small targets at long distances to secure pedestrian safety</article-title>. <source>IEEE Access</source>. <year>2025</year>;<volume>13</volume>:<fpage>83061</fpage>&#x2013;<lpage>70</lpage>. doi:<pub-id pub-id-type="doi">10.1109/access.2025.3567843</pub-id>; <pub-id pub-id-type="pmid">25079929</pub-id></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>Wang</surname> <given-names>CY</given-names></string-name>, <string-name><surname>Bochkovskiy</surname> <given-names>A</given-names></string-name>, <string-name><surname>Liao</surname> <given-names>HYM</given-names></string-name></person-group>. <article-title>YOLOv7: trainable bag-of-freebies sets new state-of-the-art for real-time object detectors</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>7464</fpage>&#x2013;<lpage>75</lpage>. doi:<pub-id pub-id-type="doi">10.1109/cvpr52729.2023.00721</pub-id>; <pub-id pub-id-type="pmid">25079929</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>Sohan</surname> <given-names>M</given-names></string-name>, <string-name><surname>Sai Ram</surname> <given-names>T</given-names></string-name>, <string-name><surname>Rami Reddy</surname> <given-names>CV</given-names></string-name></person-group>. <article-title>A review on YOLOv8 and its advancements</article-title>. In: <conf-name>International Conference on Data Intelligence and Cognitive Informatics</conf-name>. <publisher-loc>Singapore</publisher-loc>: <publisher-name>Springer</publisher-name>; <year>2024</year>. p. <fpage>529</fpage>&#x2013;<lpage>45</lpage>. doi:<pub-id pub-id-type="doi">10.1007/978-981-99-7962-2_39</pub-id>; <pub-id pub-id-type="pmid">25472986</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>Selvam</surname> <given-names>P</given-names></string-name>, <string-name><surname>Sundari</surname> <given-names>PS</given-names></string-name>, <string-name><surname>Suresh</surname> <given-names>T</given-names></string-name>, <string-name><surname>Tamilselvi</surname> <given-names>M</given-names></string-name>, <string-name><surname>Murugappan</surname> <given-names>M</given-names></string-name>, <string-name><surname>Chowdhury</surname> <given-names>MEH</given-names></string-name></person-group>. <article-title>YOLO-SAIL: attention-enhanced YOLOv5 with optimized Bi-FPN for ship target detection in SAR images</article-title>. <source>IEEE Access</source>. <year>2025</year>;<volume>13</volume>:<fpage>29523</fpage>&#x2013;<lpage>40</lpage>. doi:<pub-id pub-id-type="doi">10.1109/access.2025.3536621</pub-id>; <pub-id pub-id-type="pmid">25079929</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>Chen</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Liu</surname> <given-names>Z</given-names></string-name></person-group>. <article-title>DFTD-YOLO: lightweight multi-target detection from unmanned aerial vehicle viewpoints</article-title>. <source>IEEE Access</source>. <year>2025</year>;<volume>13</volume>(<issue>1</issue>):<fpage>24672</fpage>&#x2013;<lpage>80</lpage>. doi:<pub-id pub-id-type="doi">10.1109/access.2025.3535624</pub-id>; <pub-id pub-id-type="pmid">25079929</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>Chen</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Yuan</surname> <given-names>X</given-names></string-name>, <string-name><surname>Wang</surname> <given-names>J</given-names></string-name>, <string-name><surname>Wu</surname> <given-names>R</given-names></string-name>, <string-name><surname>Li</surname> <given-names>X</given-names></string-name>, <string-name><surname>Hou</surname> <given-names>Q</given-names></string-name>, <etal>et al</etal></person-group>. <article-title>YOLO-MS: rethinking multi-scale representation learning for real-time object detection</article-title>. <source>IEEE Trans Pattern Anal Mach Intell</source>. <year>2025</year>;<volume>47</volume>(<issue>6</issue>):<fpage>4240</fpage>&#x2013;<lpage>52</lpage>. doi:<pub-id pub-id-type="doi">10.1109/tpami.2025.3538473</pub-id>; <pub-id pub-id-type="pmid">40031746</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>Bi</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Ning</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Nie</surname> <given-names>X</given-names></string-name>, <string-name><surname>Lu</surname> <given-names>X</given-names></string-name>, <string-name><surname>Gong</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Li</surname> <given-names>L</given-names></string-name></person-group>. <article-title>Towards region-adaptive feature disentanglement and enhancement for small object detection</article-title>. In: <conf-name>Proceedings of the 33rd International Joint Conference on Artificial Intelligence (IJCAI); 2023 Aug 19&#x2013;25</conf-name>; <publisher-loc>Jeju, Republic of Korea</publisher-loc>. p. <fpage>697</fpage>&#x2013;<lpage>705</lpage>. doi:<pub-id pub-id-type="doi">10.24963/ijcai.2024/78</pub-id>.</mixed-citation></ref>
<ref id="ref-12"><label>[12]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Fime</surname> <given-names>AA</given-names></string-name>, <string-name><surname>Mahmud</surname> <given-names>S</given-names></string-name>, <string-name><surname>Das</surname> <given-names>A</given-names></string-name>, <string-name><surname>Islam</surname> <given-names>MS</given-names></string-name>, <string-name><surname>Kim</surname> <given-names>JH</given-names></string-name></person-group>. <article-title>Automatic scene generation: state-of-the-art techniques, models, datasets, challenges, and future prospects</article-title>. <source>IEEE Access</source>. <year>2025</year>;<volume>13</volume>:<fpage>1</fpage>&#x2013;<lpage>30</lpage>. doi:<pub-id pub-id-type="doi">10.1109/access.2025.3574298</pub-id>; <pub-id pub-id-type="pmid">25079929</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>Hu</surname> <given-names>J</given-names></string-name>, <string-name><surname>Shen</surname> <given-names>L</given-names></string-name>, <string-name><surname>Sun</surname> <given-names>G</given-names></string-name></person-group>. <article-title>Squeeze-and-excitation networks</article-title>. In: <conf-name>Proceedings of the 2018 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>7132</fpage>&#x2013;<lpage>41</lpage>. doi:<pub-id pub-id-type="doi">10.1109/cvpr.2018.00745</pub-id>; <pub-id pub-id-type="pmid">25079929</pub-id></mixed-citation></ref>
<ref id="ref-14"><label>[14]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Sun</surname> <given-names>H</given-names></string-name>, <string-name><surname>Wen</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Feng</surname> <given-names>H</given-names></string-name>, <string-name><surname>Zheng</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Mei</surname> <given-names>Q</given-names></string-name>, <string-name><surname>Ren</surname> <given-names>D</given-names></string-name>, <etal>et al.</etal></person-group> <article-title>Unsupervised bidirectional contrastive reconstruction and adaptive fine-grained channel attention networks for image dehazing</article-title>. <source>Neural Netw</source>. <year>2024</year>;<volume>176</volume>:<fpage>106314</fpage>. doi:<pub-id pub-id-type="doi">10.1016/j.neunet.2024.106314</pub-id>; <pub-id pub-id-type="pmid">38669785</pub-id></mixed-citation></ref>
<ref id="ref-15"><label>[15]</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</conf-name>; <publisher-loc>Seoul, Republic of Korea</publisher-loc>. p. <fpage>213</fpage>&#x2013;<lpage>26</lpage>. doi:<pub-id pub-id-type="doi">10.1109/iccvw54120.2021.00316</pub-id>; <pub-id pub-id-type="pmid">25079929</pub-id></mixed-citation></ref>
<ref id="ref-16"><label>[16]</label><mixed-citation publication-type="other"><person-group person-group-type="author"><string-name><surname>Ye</surname> <given-names>K</given-names></string-name>, <string-name><surname>Tang</surname> <given-names>H</given-names></string-name>, <string-name><surname>Liu</surname> <given-names>B</given-names></string-name>, <string-name><surname>Dai</surname> <given-names>P</given-names></string-name>, <string-name><surname>Cao</surname> <given-names>L</given-names></string-name>, <string-name><surname>Ji</surname> <given-names>R</given-names></string-name></person-group>. <article-title>More clear, more flexible, more precise: a comprehensive oriented object detection benchmark for UAV</article-title>. <comment>arXiv:2504.20032</comment>. <year>2025</year>.</mixed-citation></ref>
<ref id="ref-17"><label>[17]</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>Guo</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Wu</surname> <given-names>J</given-names></string-name>, <string-name><surname>Tian</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Tang</surname> <given-names>H</given-names></string-name>, <string-name><surname>Guo</surname> <given-names>X</given-names></string-name></person-group>. <article-title>Real-time vehicle detection based on improved YOLO v5</article-title>. <source>Sustainability</source>. <year>2022</year>;<volume>14</volume>(<issue>19</issue>):<fpage>12274</fpage>. doi:<pub-id pub-id-type="doi">10.3390/su141912274</pub-id>.</mixed-citation></ref>
<ref id="ref-18"><label>[18]</label><mixed-citation publication-type="other"><person-group person-group-type="author"><string-name><surname>Li</surname> <given-names>C</given-names></string-name>, <string-name><surname>Li</surname> <given-names>L</given-names></string-name>, <string-name><surname>Jiang</surname> <given-names>H</given-names></string-name>, <string-name><surname>Weng</surname> <given-names>K</given-names></string-name>, <string-name><surname>Geng</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Li</surname> <given-names>L</given-names></string-name>, <etal>et al.</etal></person-group> <article-title>YOLOv6: a single-stage object detection framework for industrial applications</article-title>. <comment>arXiv:2209.02976. 2022</comment>.</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>Zhao</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Lv</surname> <given-names>W</given-names></string-name>, <string-name><surname>Xu</surname> <given-names>S</given-names></string-name>, <string-name><surname>Wei</surname> <given-names>J</given-names></string-name>, <string-name><surname>Wang</surname> <given-names>G</given-names></string-name>, <string-name><surname>Dang</surname> <given-names>Q</given-names></string-name>, <etal>et al.</etal></person-group> <article-title>DETRs beat YOLOs on real-time object detection</article-title>. In: <conf-name>Proceedings of the 2024 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>16965</fpage>&#x2013;<lpage>74</lpage>. doi:<pub-id pub-id-type="doi">10.1109/cvpr52733.2024.01605</pub-id>; <pub-id pub-id-type="pmid">25079929</pub-id></mixed-citation></ref>
<ref id="ref-20"><label>[20]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Liu</surname> <given-names>X</given-names></string-name>, <string-name><surname>Peng</surname> <given-names>H</given-names></string-name>, <string-name><surname>Zheng</surname> <given-names>N</given-names></string-name>, <string-name><surname>Yang</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Hu</surname> <given-names>H</given-names></string-name>, <string-name><surname>Yuan</surname> <given-names>Y</given-names></string-name></person-group>. <article-title>EfficientViT: memory efficient vision transformer with cascaded group attention</article-title>. In: <conf-name>Proceedings of the 2023 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>14420</fpage>&#x2013;<lpage>30</lpage>. doi:<pub-id pub-id-type="doi">10.1109/cvpr52729.2023.01386</pub-id>; <pub-id pub-id-type="pmid">25079929</pub-id></mixed-citation></ref>
<ref id="ref-21"><label>[21]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Yang</surname> <given-names>F</given-names></string-name>, <string-name><surname>Huang</surname> <given-names>L</given-names></string-name>, <string-name><surname>Tan</surname> <given-names>X</given-names></string-name>, <string-name><surname>Yuan</surname> <given-names>Y</given-names></string-name></person-group>. <article-title>FasterNet-SSD: a small object detection method based on SSD model</article-title>. <source>Signal Image Video Process</source>. <year>2024</year>;<volume>18</volume>(<issue>1</issue>):<fpage>173</fpage>&#x2013;<lpage>80</lpage>. doi:<pub-id pub-id-type="doi">10.1007/s11760-023-02726-5</pub-id>.</mixed-citation></ref>
<ref id="ref-22"><label>[22]</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>Chen</surname> <given-names>K</given-names></string-name>, <string-name><surname>Xu</surname> <given-names>R</given-names></string-name>, <string-name><surname>Liu</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Loy</surname> <given-names>CC</given-names></string-name>, <string-name><surname>Lin</surname> <given-names>D</given-names></string-name></person-group>. <article-title>CARAFE: content-aware reassembly of features</article-title>. In: <conf-name>Proceedings of the 2019 IEEE/CVF International Conference on Computer Vision; 2019 Oct 27&#x2013;Nov 2</conf-name>; <publisher-loc>Seoul, Republic of Korea</publisher-loc>. p. <fpage>3007</fpage>&#x2013;<lpage>16</lpage>. doi:<pub-id pub-id-type="doi">10.1109/iccv.2019.00310</pub-id>; <pub-id pub-id-type="pmid">25079929</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>Gong</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Xiao</surname> <given-names>G</given-names></string-name>, <string-name><surname>Shi</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Chen</surname> <given-names>R</given-names></string-name>, <string-name><surname>Yu</surname> <given-names>J</given-names></string-name></person-group>. <article-title>MSGA-Net: progressive feature matching via multi-layer sparse graph attention</article-title>. <source>IEEE Trans Circuits Syst Video Technol</source>. <year>2024</year>;<volume>34</volume>(<issue>7</issue>):<fpage>5765</fpage>&#x2013;<lpage>75</lpage>. doi:<pub-id pub-id-type="doi">10.1109/tcsvt.2024.3366912</pub-id>; <pub-id pub-id-type="pmid">25079929</pub-id></mixed-citation></ref>
<ref id="ref-24"><label>[24]</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>Proceedings of the 38th International Conference on Machine Learning; 2021 Jul 18&#x2013;24</conf-name>; <publisher-loc>Virtual</publisher-loc>. p. <fpage>11863</fpage>&#x2013;<lpage>74</lpage>. doi:<pub-id pub-id-type="doi">10.1109/mlbdbi51377.2020.00079</pub-id>; <pub-id pub-id-type="pmid">25079929</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>Yun</surname> <given-names>S</given-names></string-name>, <string-name><surname>Ro</surname> <given-names>Y</given-names></string-name></person-group>. <article-title>SHViT: single-head vision transformer with memory efficient macro design</article-title>. In: <conf-name>Proceedings of the 2024 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>5756</fpage>&#x2013;<lpage>67</lpage>. doi:<pub-id pub-id-type="doi">10.1109/cvpr52733.2024.00550</pub-id>; <pub-id pub-id-type="pmid">25079929</pub-id></mixed-citation></ref>
</ref-list>
</back></article>