arXiv:2511.09955cs.CV2025-11

用视觉语言模型生成伪标签,提升自动驾驶目标检测精度与效率

Robust Object Detection with Pseudo Labels from VLMs using Per-Object Co-teaching

  • 基于每物体协同教学,动态过滤伪标签中的噪声框
  • 在KITTI上实现[email protected]从31.12%提升至46.61%,保持实时推理
  • 少量真实标注(10%)可进一步提升至57.97%,适合数据稀缺场景

基础模型,尤其是视觉语言模型(VLM),为自动驾驶等场景提供了极具潜力的零样本目标检测能力,但其检测延迟高且易产生幻觉预测,难以直接部署。本文提出一种新流程,利用VLM自动生成伪标签以训练高效、实时的目标检测器。核心创新是基于每物体协同教学的训练策略,有效缓解VLM生成标签的固有噪声。该方法通过两个YOLO模型协作,在每个小批量中根据彼此的物体级损失值筛选出不可靠的边界框,而非整图过滤。整体上,该流程实现了高效、鲁棒且可扩展的高性能检测器训练,显著降低对人工标注的依赖。在KITTI数据集上的实验表明,本方法优于基线YOLOv5m模型,[email protected]从31.12%提升至46.61%,同时保持实时检测速度。此外,仅用10%真实标注补充伪标签数据,即可进一步提升至57.97% [email protected]。在ACDC和BDD100k数据集上也观察到类似性能提升。

原文摘要 · Abstract (English)

Foundation models, especially vision-language models (VLMs), offer compelling zero-shot object detection for applications like autonomous driving, a domain where manual labelling is prohibitively expensive. However, their detection latency and tendency to hallucinate predictions render them unsuitable for direct deployment. This work introduces a novel pipeline that addresses this challenge by leveraging VLMs to automatically generate pseudo-labels for training efficient, real-time object detectors. Our key innovation is a per-object co-teaching-based training strategy that mitigates the inherent noise in VLM-generated labels. The proposed per-object coteaching approach filters noisy bounding boxes from training instead of filtering the entire image. Specifically, two YOLO models learn collaboratively, filtering out unreliable boxes from each mini-batch based on their peers' per-object loss values. Overall, our pipeline provides an efficient, robust, and scalable approach to train high-performance object detectors for autonomous driving, significantly reducing reliance on costly human annotation. Experimental results on the KITTI dataset demonstrate that our method outperforms a baseline YOLOv5m model, achieving a significant [email protected] boost ($31.12\%$ to $46.61\%$) while maintaining real-time detection latency. Furthermore, we show that supplementing our pseudo-labelled data with a small fraction of ground truth labels ($10\%$) leads to further performance gains, reaching $57.97\%$ [email protected] on the KITTI dataset. We observe similar performance improvements for the ACDC and BDD100k datasets.

目标检测伪标签VLM自动驾驶

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