paper-with-me

Papers

CORA: Adapting CLIP for Open-Vocabulary Detection with Region Prompting and Anchor Pre-Matching

2023-03-23 · CVPR 2023 1 · Xiaoshi Wu, Feng Zhu, Rui Zhao, Hongsheng Li

Open-vocabulary detection (OVD) is an object detection task aiming at detecting objects from novel categories beyond the base categories on which the detector is trained. Recent OVD methods rely on large-scale visual-language pre-trained models, such as CLIP, for recognizing novel objects. We identify the two core obstacles that need to be tackled when incorporating these models into detector training: (1) the distribution mismatch that happens when applying a VL-model trained on whole images to region recognition tasks; (2) the difficulty of localizing objects of unseen classes. To overcome these obstacles, we propose CORA, a DETR-style framework that adapts CLIP for Open-vocabulary detection by Region prompting and Anchor pre-matching. Region prompting mitigates the whole-to-region distribution gap by prompting the region features of the CLIP-based region classifier. Anchor pre-matching helps learning generalizable object localization by a class-aware matching mechanism. We evaluate CORA on the COCO OVD benchmark, where we achieve 41.7 AP50 on novel classes, which outperforms the previous SOTA by 2.4 AP50 even without resorting to extra training data. When extra training data is available, we train CORA$^+$ on both ground-truth base-category annotations and additional pseudo bounding box labels computed by CORA. CORA$^+$ achieves 43.1 AP50 on the COCO OVD benchmark and 28.1 box APr on the LVIS OVD benchmark.

📄 PDF Abstract BibTeX arXiv:2303.13076

Code (1)

tgxs002/cora 공식 구현 pytorch

Tasks

Described Object Detectionobject-detectionObject DetectionObject LocalizationOpen Vocabulary Object Detection

Methods 이 논문이 사용한 방법론

BASE 설명 없음
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

CL-CLIP: CLIP-Based Continual Learning Framework with Cost-Volume Category Decoupling for Object Detection

2026-06-05 · Zihan Liu, Yuguang Yang, Shengjie Su, Jianing Pang 외 arxiv

Continual Object Detection (COD) requires a detector to acquire new categories over time while preserving previously learned ones. This goal is closely related to open-vocabulary detection, since both settings require re…

Zero-shot GeneralizationContinual LearningObject Detection

CLIP-VIS: Adapting CLIP for Open-Vocabulary Video Instance Segmentation

2024-03-19 · Wenqi Zhu, Jiale Cao, Jin Xie, Shuangming Yang 외

Open-vocabulary video instance segmentation strives to segment and track instances belonging to an open set of categories in a videos. The vision-language model Contrastive Language-Image Pre-training (CLIP) has shown ro…

DecoderInstance SegmentationLanguage ModellingSegmentation+4

Domain Adaptation for Large-Vocabulary Object Detectors

2024-01-13 · Kai Jiang, Jiaxing Huang, Weiying Xie, Jie Lei 외

Large-vocabulary object detectors (LVDs) aim to detect objects of many categories, which learn super objectness features and can locate objects accurately while applied to various downstream data. However, LVDs often str…

Domain AdaptationKnowledge GraphsObjectObject Localization

OpenM3D: Open Vocabulary Multi-view Indoor 3D Object Detection without Human Annotations

2025-08-27 · Peng-Hao Hsu, Ke Zhang, Fu-En Wang, Tao Tu 외 arxiv

Open-vocabulary (OV) 3D object detection is an emerging field, yet its exploration through image-based methods remains limited compared to 3D point cloud-based methods. We introduce OpenM3D, a novel open-vocabulary multi…

3D Object DetectionGraph Embedding

CLIPSelf: Vision Transformer Distills Itself for Open-Vocabulary Dense Prediction

2023-10-02 · Size Wu, Wenwei Zhang, Lumin Xu, Sheng Jin 외

Open-vocabulary dense prediction tasks including object detection and image segmentation have been advanced by the success of Contrastive Language-Image Pre-training (CLIP). CLIP models, particularly those incorporating …

image-classificationImage ClassificationImage Segmentationobject-detection+10