arXiv:2601.01240cs.CV2026-01

解决小物体检测中正样本不足的问题,提升多尺度目标检测效果

RFAssigner: A Generic Label Assignment Strategy for Dense Object Detection

  • 基于点先验和高斯感受野距离,动态补充正样本
  • 在三个数据集上实现全尺度最优性能,小物体检测显著提升
  • 无需额外模块,通用性强,适合各类密集检测模型

标签分配是训练密集目标检测器的关键环节。现有方法通常为每个训练样本分配正负权重,并在训练中优化分配策略,但常导致小物体正样本不足,引发尺度不平衡问题。为此,我们提出RFAssigner,一种新型分配策略,旨在增强密集检测器的多尺度学习能力。RFAssigner首先基于点先验建立初始正样本集,再利用高斯感受野(GRF)距离衡量未分配候选位置与真实框之间的相似性,据此从候选池中自适应选择补充正样本,促进不同尺度间的均衡学习。在三个具有不同物体尺度分布的数据集上的大量实验验证了该方法的有效性与通用性。值得注意的是,仅使用RFAssigner的单个FCOS-ResNet-50检测器在所有物体尺度上均达到当前最佳性能,显著优于现有策略,且无需附加模块或启发式规则。

原文摘要 · Abstract (English)

Label assignment is a critical component in training dense object detectors. State-of-the-art methods typically assign each training sample a positive and a negative weight, optimizing the assignment scheme during training. However, these strategies often assign an insufficient number of positive samples to small objects, leading to a scale imbalance during training. To address this limitation, we introduce RFAssigner, a novel assignment strategy designed to enhance the multi-scale learning capabilities of dense detectors. RFAssigner first establishes an initial set of positive samples using a point-based prior. It then leverages a Gaussian Receptive Field (GRF) distance to measure the similarity between the GRFs of unassigned candidate locations and the ground-truth objects. Based on this metric, RFAssigner adaptively selects supplementary positive samples from the unassigned pool, promoting a more balanced learning process across object scales. Comprehensive experiments on three datasets with distinct object scale distributions validate the effectiveness and generalizability of our method. Notably, a single FCOS-ResNet-50 detector equipped with RFAssigner achieves state-of-the-art performance across all object scales, consistently outperforming existing strategies without requiring auxiliary modules or heuristics.

目标检测标签分配多尺度密集检测

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