Enhancing Object Detection with Privileged Information: A Model-Agnostic Teacher-Student Approach
Matthias Bartolo, Dylan Seychell, Gabriel Hili, Matthew Montebello, Carl James Debono, Saviour Formosa, Konstantinos Makantasis
TL;DR
This work tackles improving object detection by leveraging privileged information available only during training. It introduces a model-agnostic teacher–student framework where a teacher receives RGB inputs plus privileged signals (e.g., bounding box masks) and guides a RGB-only student through latent-layer alignment, optimized by a combined loss that balances standard detection supervision with teacher guidance. Empirically, the approach yields consistent accuracy gains across five detectors and multiple datasets (including UAV litter datasets and Pascal VOC 2012) without increasing inference cost, with the best gains for medium/large objects and when the teacher balance $\alpha$ is set to intermediate values. The findings demonstrate that LUPI is a practical strategy for enhancing detection performance in both high- and low-resource settings, while maintaining deployment efficiency and offering interpretability benefits via attention analyses.
Abstract
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.
