菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-01-05
📄 Abstract - Enhancing Object Detection with Privileged Information: A Model-Agnostic Teacher-Student Approach

This paper investigates the integration of the Learning Using Privileged Information (LUPI) paradigm in object detection to exploit fine-grained, descriptive information available during training but not at inference. We introduce a general, model-agnostic methodology for injecting privileged information-such as bounding box masks, saliency maps, and depth cues-into deep learning-based object detectors through a teacher-student architecture. Experiments are conducted across five state-of-the-art object detection models and multiple public benchmarks, including UAV-based litter detection datasets and Pascal VOC 2012, to assess the impact on accuracy, generalization, and computational efficiency. Our results demonstrate that LUPI-trained students consistently outperform their baseline counterparts, achieving significant boosts in detection accuracy with no increase in inference complexity or model size. Performance improvements are especially marked for medium and large objects, while ablation studies reveal that intermediate weighting of teacher guidance optimally balances learning from privileged and standard inputs. The findings affirm that the LUPI framework provides an effective and practical strategy for advancing object detection systems in both resource-constrained and real-world settings.

顶级标签: computer vision model training machine learning
详细标签: object detection privileged information teacher-student knowledge distillation model-agnostic 或 搜索:

利用特权信息增强目标检测:一种模型无关的师生学习方法 / Enhancing Object Detection with Privileged Information: A Model-Agnostic Teacher-Student Approach


1️⃣ 一句话总结

这篇论文提出了一种通用的师生学习框架,让目标检测模型在训练时能利用额外的精细信息(如掩码、深度图等)来提升性能,而在实际使用时无需这些信息,从而在不增加计算负担的情况下显著提高了检测准确率。

源自 arXiv: 2601.02016