TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/LP-OVOD: Open-Vocabulary Object Detection by Linear Probing

LP-OVOD: Open-Vocabulary Object Detection by Linear Probing

Chau Pham, Truong Vu, Khoi Nguyen

2023-10-26Open Vocabulary Object Detectionobject-detectionObject Detection
PaperPDFCode(official)

Abstract

This paper addresses the challenging problem of open-vocabulary object detection (OVOD) where an object detector must identify both seen and unseen classes in test images without labeled examples of the unseen classes in training. A typical approach for OVOD is to use joint text-image embeddings of CLIP to assign box proposals to their closest text label. However, this method has a critical issue: many low-quality boxes, such as over- and under-covered-object boxes, have the same similarity score as high-quality boxes since CLIP is not trained on exact object location information. To address this issue, we propose a novel method, LP-OVOD, that discards low-quality boxes by training a sigmoid linear classifier on pseudo labels retrieved from the top relevant region proposals to the novel text. Experimental results on COCO affirm the superior performance of our approach over the state of the art, achieving $\textbf{40.5}$ in $\text{AP}_{novel}$ using ResNet50 as the backbone and without external datasets or knowing novel classes during training. Our code will be available at https://github.com/VinAIResearch/LP-OVOD.

Results

TaskDatasetMetricValueModel
Object DetectionMSCOCOAP 0.544.9LP-OVOD (OWL-ViT Proposals)
Object DetectionMSCOCOAP 0.540.5LP-OVOD
3DMSCOCOAP 0.544.9LP-OVOD (OWL-ViT Proposals)
3DMSCOCOAP 0.540.5LP-OVOD
2D ClassificationMSCOCOAP 0.544.9LP-OVOD (OWL-ViT Proposals)
2D ClassificationMSCOCOAP 0.540.5LP-OVOD
2D Object DetectionMSCOCOAP 0.544.9LP-OVOD (OWL-ViT Proposals)
2D Object DetectionMSCOCOAP 0.540.5LP-OVOD
Open Vocabulary Object DetectionMSCOCOAP 0.544.9LP-OVOD (OWL-ViT Proposals)
Open Vocabulary Object DetectionMSCOCOAP 0.540.5LP-OVOD
16kMSCOCOAP 0.544.9LP-OVOD (OWL-ViT Proposals)
16kMSCOCOAP 0.540.5LP-OVOD

Related Papers

A Real-Time System for Egocentric Hand-Object Interaction Detection in Industrial Domains2025-07-17RS-TinyNet: Stage-wise Feature Fusion Network for Detecting Tiny Objects in Remote Sensing Images2025-07-17Decoupled PROB: Decoupled Query Initialization Tasks and Objectness-Class Learning for Open World Object Detection2025-07-17Dual LiDAR-Based Traffic Movement Count Estimation at a Signalized Intersection: Deployment, Data Collection, and Preliminary Analysis2025-07-17Vision-based Perception for Autonomous Vehicles in Obstacle Avoidance Scenarios2025-07-16Tomato Multi-Angle Multi-Pose Dataset for Fine-Grained Phenotyping2025-07-15ECORE: Energy-Conscious Optimized Routing for Deep Learning Models at the Edge2025-07-08Beyond One Shot, Beyond One Perspective: Cross-View and Long-Horizon Distillation for Better LiDAR Representations2025-07-07