arXiv:2606.31834cs.CVcs.AI2026-06中稿 · ECCV

提出实时无源目标检测新方法,兼顾速度、精度与模型体积。

Real-Time Source-Free Object Detection

论文配图:Real-Time Source-Free Object Detection
图 1 · 摘自论文原文
  • 设计双头伪标签融合机制,提升域迁移下的监督质量。
  • 引入多尺度特征多样性损失,增强不同尺度特征区分力。
  • 在保持推理效率的同时,性能超越现有方法,适合实际部署。

真实世界中的自动驾驶、监控和机器人探测系统需在严格延迟和内存限制下应对领域偏移,但现有无源目标检测(SFOD)方法依赖庞大架构,仅追求准确率。本文基于YOLOv10(一种无NMS的双头检测器),实现卓越的自适应精度,同时更快更轻量。研究发现,直接套用传统均值教师自训练会因两个关键因素导致性能下降:一是伪标签生成策略(如单头或简单合并双头高置信度预测)在领域偏移下监督不足;为此提出DHF(双头伪标签融合)机制,选择性保留一对一和一对多预测,兼顾精度并召回漏检目标。二是领域偏移导致多尺度特征判别力下降,提出MARD(多尺度自适应表示多样化)损失,通过施加检测感知的方差与协方差约束来缓解该问题。两模块仅用于训练,推理不变。在多个领域偏移基准上,本方法RT-SFOD实现1.4至3.5%的mAP提升,吞吐量提高1.3倍,参数量约为现有最先进方法的一半,显著推进了速度-精度-模型大小的帕累托前沿。主实验基于YOLOv10,亦验证其在其他双头检测器(含YOLO与DETR系列)上的泛化能力。代码已开源。

原文摘要 · Abstract (English)

Real-world detectors for autonomous driving, surveillance, and robotics must handle domain-shifts under strict latency and memory constraints, yet existing source-free object detection (SFOD) methods rely on heavyweight architectures that prioritize accuracy alone. We show this trade-off is unnecessary: building on YOLOv10, an NMS-free dual-head detector, we achieve state-of-the-art adaptation accuracy while being faster and more compact. We observe that directly applying vanilla mean-teacher self-training to dual-head detectors leads to suboptimal adaptation performance due to two key factors. First, simple pseudo-label generation strategies, such as using a single head or directly combining high-confidence predictions from both heads, yield suboptimal supervision under domain-shift. We propose DHF (Dual-Head Pseudo-Label Fusion) which selectively admits one-to-one (O2O) and one-to-many (O2M) head predictions, preserving precision and recovering missed objects. Second, we observe domain-shift collapses multi-scale feature discriminability. We propose the use of our MARD (Multi-scale Adaptive Representation Diversification) loss which mitigates this by enforcing detection-aware variance and covariance constraints on multi-scale feature maps. Both modules are training-time only, leaving inference unchanged. Across domain-shift benchmarks, our method, RT-SFOD yields 1.4 to 3.5\% mAP gains, 1.3$\times$ higher throughput, with $\sim$2$\times$ fewer parameters than prior state-of-the-art SFOD methods, thus advancing the Pareto frontier of the speed-accuracy-model size trade-off. We report main results with YOLOv10, and demonstrate generalizability with additional YOLO- and DETR-based dual-head detectors. Code is available here: https://github.com/Sairam13001/RT-SFOD/

目标检测无源学习实时系统模型压缩

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