paper-with-me

Papers

ExDet: Open-Domain Open-Vocabulary Detection with Cross-modal Extrapolation and Rectification

2026-06-08 · Yupeng Zhang, Yuzhong Feng, Ruize Han, Zhiwei Chen, Wei Feng, Liang Wan arxiv

Open-domain open-vocabulary detection (ODOVD) requires detectors to generalize to both novel categories and unseen domains, making it more challenging than open-vocabulary detection. Existing methods typically train open-vocabulary detectors together with domain generalization modules from scratch, leading to high training cost. we propose ExDet, a lightweight category-domain collaborative generalization framework for ODOVD that enhances the cross-category and cross-domain generalization of existing detectors. ExDet consists of Text-Guided Extrapolation (TGE), a lightweight Detector-Compatible Rectification (DCR) module, and ExRPN. Specifically, TGE exploits the DeltaSpace property of vision-language models (VLMs) to infer category- and domain-aware proxy visual prototypes from text. DCR is learned from the TGE-generated prototypes in a detector training-free and real-data-free manner, and is inserted after the classification head at inference to rectify representations toward a detector-compatible source-domain visual distribution, thereby enhancing classification for targets from novel categories and unseen domains. ExRPN recalibrates proposal scores by combining semantic similarity with RPN confidence, improving recall for novel and domain-shifted objects while providing better support for subsequent classification and DCR. ExDet achieves SOTA performance on OD-LVIS, OV-LVIS, Objects365, and MSOSB.

📄 PDF Abstract BibTeX arXiv:2606.09360

Code (0)

등록된 구현이 없습니다.

Tasks

Domain GeneralizationSemantic Similarity

Similar Papers 제목 키워드 기반

Rethinking Annotation Granularity for Overcoming Shortcuts in Deep Learning-based Radiograph Diagnosis: A Multicenter Study

2021-04-21 · Luyang Luo, Hao Chen, Yongjie Xiao, Yanning Zhou 외

Two DL models were developed using radiograph-level annotations (yes or no disease) and fine-grained lesion-level annotations (lesion bounding boxes), respectively named CheXNet and CheXDet. The models' internal classifi…

ClassificationDecision MakingGeneral ClassificationLesion Detection+1

OpenSD: Unified Open-Vocabulary Segmentation and Detection

2023-12-10 · Shuai Li, Minghan Li, Pengfei Wang, Lei Zhang

Recently, a few open-vocabulary methods have been proposed by employing a unified architecture to tackle generic segmentation and detection tasks. However, their performance still lags behind the task-specific models due…

DecoderPrompt LearningSegmentationZero Shot Segmentation

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

Towards Domain-Generalized Open-Vocabulary Object Detection: A Progressive Domain-invariant Cross-modal Alignment Method

2026-03-29 · Xiaoran Xu, Xiaoshan Yang, Jiangang Yang, Yifan Xu 외 arxiv

Open-Vocabulary Object Detection (OVOD) has achieved remarkable success in generalizing to novel categories. However, this success often rests on the implicit assumption of domain stationarity. In this work, we revisit t…

Object Detection

Object2Scene: Putting Objects in Context for Open-Vocabulary 3D Detection

2023-09-18 · Chenming Zhu, Wenwei Zhang, Tai Wang, Xihui Liu 외

Point cloud-based open-vocabulary 3D object detection aims to detect 3D categories that do not have ground-truth annotations in the training set. It is extremely challenging because of the limited data and annotations (b…

3D Object Detection3D Open-Vocabulary Object DetectionContrastive LearningObject+3