paper-with-me

Papers

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

2025-11-13 · Uday Bhaskar, Rishabh Bhattacharya, Avinash Patel, Sarthak Khoche, Praveen Anil Kulkarni, Naresh Manwani arxiv

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 mAP@0.5 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\%$ mAP@0.5 on the KITTI dataset. We observe similar performance improvements for the ACDC and BDD100k datasets.

📄 PDF Abstract BibTeX arXiv:2511.09955

Code (0)

등록된 구현이 없습니다.

Tasks

Zero-Shot Object DetectionRobust Object DetectionAutonomous Driving

Similar Papers 제목 키워드 기반

MarvelOVD: Marrying Object Recognition and Vision-Language Models for Robust Open-Vocabulary Object Detection

2024-07-31 · Kuo Wang, Lechao Cheng, Weikai Chen, Pingping Zhang 외

Learning from pseudo-labels that generated with VLMs~(Vision Language Models) has been shown as a promising solution to assist open vocabulary detection (OVD) in recent studies. However, due to the domain gap between VLM…

Language ModellingObjectobject-detectionObject Detection+3

Open-Vocabulary Object Detection using Pseudo Caption Labels

2023-03-23 · Han-Cheol Cho, Won Young Jhoo, Wooyoung Kang, Byungseok Roh

Recent open-vocabulary detection methods aim to detect novel objects by distilling knowledge from vision-language models (VLMs) trained on a vast amount of image-text pairs. To improve the effectiveness of these methods,…

Image CaptioningKnowledge DistillationObjectobject-detection+3

Exploring Hierarchical Consistency and Unbiased Objectness for Open-Vocabulary Object Detection

2026-04-25 · Sanghoon Lee, Geon Lee, Hyekang Park, Bumsub Ham arxiv

Conventional object detectors typically operate under a closed-set assumption, limiting recognition to a predefined set of base classes seen during training. Open-vocabulary object detection (OVD) addresses this limitati…

Object Detection

Track Any Peppers: Weakly Supervised Sweet Pepper Tracking Using VLMs

2024-11-11 · Jia Syuen Lim, Yadan Luo, Zhi Chen, Tianqi Wei 외

In the Detection and Multi-Object Tracking of Sweet Peppers Challenge, we present Track Any Peppers (TAP) - a weakly supervised ensemble technique for sweet peppers tracking. TAP leverages the zero-shot detection capabil…

Multi-Object TrackingObjectobject-detectionObject Detection+1

PseudoProp: Robust Pseudo-Label Generation for Semi-Supervised Object Detection in Autonomous Driving Systems

2022-03-11 · Shu Hu, Chun-Hao Liu, Jayanta Dutta, Ming-Ching Chang 외

Semi-supervised object detection methods are widely used in autonomous driving systems, where only a fraction of objects are labeled. To propagate information from the labeled objects to the unlabeled ones, pseudo-labels…

Autonomous DrivingObjectobject-detectionObject Detection+2