SOTAVerified

Enhancing Novel Object Detection via Cooperative Foundational Models

2023-11-19Code Available1· sign in to hype

Rohit Bharadwaj, Muzammal Naseer, Salman Khan, Fahad Shahbaz Khan

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

In this work, we address the challenging and emergent problem of novel object detection (NOD), focusing on the accurate detection of both known and novel object categories during inference. Traditional object detection algorithms are inherently closed-set, limiting their capability to handle NOD. We present a novel approach to transform existing closed-set detectors into open-set detectors. This transformation is achieved by leveraging the complementary strengths of pre-trained foundational models, specifically CLIP and SAM, through our cooperative mechanism. Furthermore, by integrating this mechanism with state-of-the-art open-set detectors such as GDINO, we establish new benchmarks in object detection performance. Our method achieves 17.42 mAP in novel object detection and 42.08 mAP for known objects on the challenging LVIS dataset. Adapting our approach to the COCO OVD split, we surpass the current state-of-the-art by a margin of 7.2 AP_50 for novel classes. Our code is available at https://rohit901.github.io/coop-foundation-models/ .

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
MSCOCOCooperative Foundational ModelsAP 0.550.3Unverified

Reproductions