arXiv:2505.21868cs.CV2025-05被引 3

用深MLP与Transformer融合提升小目标检测精度

Cross-DINO: Cross the Deep MLP and Transformer for Small Object Detection

  • 引入深MLP网络捕捉远近特征,增强小目标初始表示
  • 通过双交叉编码模块融合特征,显著提升小目标细节
  • 设计类别-尺寸软标签和新损失函数,改善小目标分类得分

小目标检测因信息有限及模型分类得分低而面临挑战。尽管基于Transformer的检测器表现优异,但在小目标检测中的潜力尚未充分探索。传统DETR类框架中,擅长局部信息聚合的CNN主干难以获取必要上下文,Transformer编码器多层注意力对小目标关注不足且易导致特征模糊,加之小目标分类得分普遍低于大目标,加剧了检测难度。为此,本文提出Cross-DINO:采用深MLP网络同时聚合短程与长程特征以增强初始表示;引入双交叉编码模块(CCTM),将初始特征与Transformer编码器特征融合,强化小目标细节;设计类别-尺寸(CS)软标签作为新真实标签,并构建提升损失(Boost Loss)以优化分类得分。在COCO、WiderPerson、VisDrone、AI-TOD和SODA-D等多个数据集上的实验表明,Cross-DINO显著提升DETR类模型的小目标检测性能。在仅4500万参数、12轮训练下,COCO小目标检测APs达36.4%,较DINO提升4.4%(36.4% vs. 32.0%),且参数量与计算量更低。

原文摘要 · Abstract (English)

Small Object Detection (SOD) poses significant challenges due to limited information and the model's low class prediction score. While Transformer-based detectors have shown promising performance, their potential for SOD remains largely unexplored. In typical DETR-like frameworks, the CNN backbone network, specialized in aggregating local information, struggles to capture the necessary contextual information for SOD. The multiple attention layers in the Transformer Encoder face difficulties in effectively attending to small objects and can also lead to blurring of features. Furthermore, the model's lower class prediction score of small objects compared to large objects further increases the difficulty of SOD. To address these challenges, we introduce a novel approach called Cross-DINO. This approach incorporates the deep MLP network to aggregate initial feature representations with both short and long range information for SOD. Then, a new Cross Coding Twice Module (CCTM) is applied to integrate these initial representations to the Transformer Encoder feature, enhancing the details of small objects. Additionally, we introduce a new kind of soft label named Category-Size (CS), integrating the Category and Size of objects. By treating CS as new ground truth, we propose a new loss function called Boost Loss to improve the class prediction score of the model. Extensive experimental results on COCO, WiderPerson, VisDrone, AI-TOD, and SODA-D datasets demonstrate that Cross-DINO efficiently improves the performance of DETR-like models on SOD. Specifically, our model achieves 36.4% APs on COCO for SOD with only 45M parameters, outperforming the DINO by +4.4% APS (36.4% vs. 32.0%) with fewer parameters and FLOPs, under 12 epochs training setting. The source codes will be available at https://github.com/Med-Process/Cross-DINO.

小目标检测Transformer深度学习图像识别

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。