paper-with-me

홈 › Papers

The Detector Teaches Itself: Lightweight Self-Supervised Adaptation for Open-Vocabulary Object Detection

2026-05-05 · Yazhe Wan, Changjae Oh arxiv

Open-vocabulary object detection aims to recognize objects from an open set of categories, which leverages vision-language models (VLMs) pre-trained on large-scale image-text data. The cooperative paradigm combines an object detector with a VLM to achieve zero-shot recognition of novel objects. However, VLMs pre-trained on full images often struggle to capture local object details, limiting their effectiveness when applied to region-level detection. We present Decoupled Adaptivity Training (DAT), a self-supervised fine-tuning approach to improve VLMs for cooperative model-based object detection. Given a cooperative model consists of a closed-set detector and a VLM, we first construct a region-aware pseudo-labeled dataset using a pre-trained closed-set object detector, in which regions corresponding to novel objects may be present but remain unlabeled or mislabeled. We then fine-tune the visual backbone of the VLM in a decoupled manner, which enhances local feature alignment while preserving global semantic knowledge via weight interpolation. DAT is a plug-and-play module that requires no inference overhead and fine-tunes less than 0.8M parameters. Experiments on the COCO and LVIS datasets show that DAT consistently improves detection performance on both novel and known categories, establishing a new state of the art in cooperative open-vocabulary detection.

📄 PDF Abstract BibTeX arXiv:2605.03642

Code (0)

등록된 구현이 없습니다.

Tasks

Object Detection

Similar Papers 제목 키워드 기반

When the City Teaches the Car: Label-Free 3D Perception from Infrastructure

2026-03-17 · Zhen Xu, Jinsu Yoo, Cristian Bautista, Zanming Huang 외 arxiv

Building robust 3D perception for self-driving still relies heavily on large-scale data collection and manual annotation, yet this paradigm becomes impractical as deployment expands across diverse cities and regions. Mea…

Autonomous Vehicles

CrossRectify: Leveraging Disagreement for Semi-supervised Object Detection

2022-01-26 · Chengcheng Ma, Xingjia Pan, Qixiang Ye, Fan Tang 외

Semi-supervised object detection has recently achieved substantial progress. As a mainstream solution, the self-labeling-based methods train the detector on both labeled data and unlabeled data with pseudo labels predict…

Objectobject-detectionObject DetectionPseudo Label+1

Object Detection With Self-Supervised Scene Adaptation

2023-01-01 · CVPR 2023 1 · Zekun Zhang, Minh Hoai

This paper proposes a novel method to improve the performance of a trained object detector on scenes with fixed camera perspectives based on self-supervised adaptation. Given a specific scene, the trained detector is…

Data AugmentationObjectobject-detectionObject Detection

Robust Object Detection via Instance-Level Temporal Cycle Confusion

2021-04-16 · ICCV 2021 10 · Xin Wang, Thomas E. Huang, Benlin Liu, Fisher Yu 외

Building reliable object detectors that are robust to domain shifts, such as various changes in context, viewpoint, and object appearances, is critical for real-world applications. In this work, we study the effectivenes…

Objectobject-detectionObject DetectionOut-of-Distribution Generalization+1

Deep Self-Taught Learning for Weakly Supervised Object Localization

2017-04-18 · CVPR 2017 7 · Zequn Jie, Yunchao Wei, Xiaojie Jin, Jiashi Feng 외

Most existing weakly supervised localization (WSL) approaches learn detectors by finding positive bounding boxes based on features learned with image-level supervision. However, those features do not contain spatial loca…

ObjectObject LocalizationWeakly Supervised Object DetectionWeakly-Supervised Object Localization