paper-with-me

홈 › Papers

Cyclic Contrastive Knowledge Transfer for Open-Vocabulary Object Detection

2025-03-14 · Chuhan Zhang, Chaoyang Zhu, Pingcheng Dong, Long Chen, Dong Zhang

In pursuit of detecting unstinted objects that extend beyond predefined categories, prior arts of open-vocabulary object detection (OVD) typically resort to pretrained vision-language models (VLMs) for base-to-novel category generalization. However, to mitigate the misalignment between upstream image-text pretraining and downstream region-level perception, additional supervisions are indispensable, eg, image-text pairs or pseudo annotations generated via self-training strategies. In this work, we propose CCKT-Det trained without any extra supervision. The proposed framework constructs a cyclic and dynamic knowledge transfer from language queries and visual region features extracted from VLMs, which forces the detector to closely align with the visual-semantic space of VLMs. Specifically, 1) we prefilter and inject semantic priors to guide the learning of queries, and 2) introduce a regional contrastive loss to improve the awareness of queries on novel objects. CCKT-Det can consistently improve performance as the scale of VLMs increases, all while requiring the detector at a moderate level of computation overhead. Comprehensive experimental results demonstrate that our method achieves performance gain of +2.9% and +10.2% AP50 over previous state-of-the-arts on the challenging COCO benchmark, both without and with a stronger teacher model. The code is provided at https://github.com/ZCHUHan/CCKT-Det.

📄 PDF Abstract BibTeX arXiv:2503.11005

Code (1)

zchuhan/cckt-det 공식 구현 pytorch

Tasks

object-detectionObject DetectionOpen-vocabulary object detectionOpen Vocabulary Object DetectionTransfer Learning

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

PLA: Language-Driven Open-Vocabulary 3D Scene Understanding

2022-11-29 · CVPR 2023 1 · Runyu Ding, Jihan Yang, Chuhui Xue, Wenqing Zhang 외

Open-vocabulary scene understanding aims to localize and recognize unseen categories beyond the annotated label space. The recent breakthrough of 2D open-vocabulary perception is largely driven by Internet-scale paired i…

3D Open-Vocabulary Instance SegmentationContrastive LearningInstance SegmentationRepresentation Learning+2

Contrastive Feature Masking Open-Vocabulary Vision Transformer

2023-09-02 · ICCV 2023 1 · Dahun Kim, Anelia Angelova, Weicheng Kuo

We present Contrastive Feature Masking Vision Transformer (CFM-ViT) - an image-text pretraining methodology that achieves simultaneous learning of image- and region-level representation for open-vocabulary object detecti…

Contrastive LearningImage-text Retrievalobject-detectionObject Detection+4

Cross-View Open-Vocabulary Object Detection in Aerial Imagery

2025-10-04 · Jyoti Kini, Rohit Gupta, Mubarak Shah arxiv

Traditional object detection models are typically trained on a fixed set of classes, limiting their flexibility and making it costly to incorporate new categories. Open-vocabulary object detection addresses this limitati…

Text ClassificationObject Detection

Open-Vocabulary 3D Detection via Image-level Class and Debiased Cross-modal Contrastive Learning

2022-07-05 · Yuheng Lu, Chenfeng Xu, Xiaobao Wei, Xiaodong Xie 외

Current point-cloud detection methods have difficulty detecting the open-vocabulary objects in the real world, due to their limited generalization capability. Moreover, it is extremely laborious and expensive to collect …

Cloud DetectionContrastive Learning

Region-Aware Pretraining for Open-Vocabulary Object Detection with Vision Transformers

2023-05-11 · CVPR 2023 1 · Dahun Kim, Anelia Angelova, Weicheng Kuo

We present Region-aware Open-vocabulary Vision Transformers (RO-ViT) - a contrastive image-text pretraining recipe to bridge the gap between image-level pretraining and open-vocabulary object detection. At the pretrainin…

Contrastive LearningImage-text Retrievalobject-detectionObject Detection+5