ExDet: Open-Domain Open-Vocabulary Detection with Cross-modal Extrapolation and Rectification
A new lightweight framework called ExDet aims to improve how object detectors handle both novel categories and unfamiliar visual domains without the high training costs of existing methods, according to a preprint posted to arXiv on June 8, 2026 [1]. The framework addresses open-domain open-vocabulary detection (ODOVD), a task that requires models to identify objects from categories they were not explicitly trained on, even when the images come from visual domains the model has not seen before [1][2]. Current approaches often train open-vocabulary detectors alongside domain generalization modules from scratch, a process the authors describe as costly [2]. ExDet instead functions as a bolt-on enhancement for existing detectors, improving their cross-category and cross-domain generalization [1][2]. The system is built from three components: Text-Guided Extrapolation (TGE), Detector-Compatible Rectification (DCR), and ExRPN [1][2]. TGE leverages a property of vision-language models called DeltaSpace to generate category- and domain-aware proxy visual prototypes directly from text descriptions [2]. DCR is then trained on these synthetic prototypes without requiring any real image data or retraining of the underlying detector [2]. At inference time, DCR is inserted after the classification head to shift the model's internal representations toward a source-domain visual distribution, which the authors state improves classification accuracy for novel categories and unseen domains [2]. The third module, ExRPN, recalibrates region proposal scores by fusing semantic similarity with the standard region proposal network confidence [2]. This adjustment is designed to increase recall for objects that are either from novel categories or appear in domain-shifted scenes, while also supplying better inputs for the downstream classification and rectification stages [2]. The preprint reports that ExDet achieves state-of-the-art performance on four benchmark datasets: OD-LVIS, OV-LVIS, Objects365, and MSOSB [1][2]. The paper was submitted to the Computer Vision and Pattern Recognition section of arXiv, an open-access repository that hosts preprints across physics, mathematics, computer science, and related fields [6]. As of late 2024, arXiv was receiving approximately 24,000 new submissions per month and had surpassed two million total articles at the end of 2021 [6].
research-paperbenchmarkinfrastructuretool-release
Background sources we checked (7)
- arxiv.org ↗ 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 mo…
- info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
- info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository [...] # arXivLabs: Showcase [...] arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. [...] While the arXiv team is focused on our core miss…
- blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
- en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
- en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
- en.wikipedia.org ↗ A large language model (LLM) is a neural network trained on a vast amount of text for natural language processing tasks, especially language generation. LLMs can typically generate, summarize, translate, and analyze text in many contexts, and are a foundational technology behind …