Papers › Bridging the Gap between Object and Image-level Representations for Open-Vocabulary Detection

Bridging the Gap between Object and Image-level Representations for Open-Vocabulary Detection

7 Jul 2022arXiv:2207.03482archive 2025-07-28

Hanoona Rasheed, Muhammad Maaz, Muhammad Uzair Khattak, Salman Khan, Fahad Shahbaz Khan

Existing open-vocabulary object detectors typically enlarge their vocabulary sizes by leveraging different forms of weak supervision. This helps generalize to novel objects at inference. Two popular forms of weak-supervision used in open-vocabulary detection (OVD) include pretrained CLIP model and image-level supervision. We note that both these modes of supervision are not optimally aligned for the detection task: CLIP is trained with image-text pairs and lacks precise localization of objects while the image-level supervision has been used with heuristics that do not accurately specify local object regions. In this work, we propose to address this problem by performing object-centric alignment of the language embeddings from the CLIP model. Furthermore, we visually ground the objects with only image-level supervision using a pseudo-labeling process that provides high-quality object proposals and helps expand the vocabulary during training. We establish a bridge between the above two object-alignment strategies via a novel weight transfer function that aggregates their complimentary strengths. In essence, the proposed model seeks to minimize the gap between object and image-centric representations in the OVD setting. On the COCO benchmark, our proposed approach achieves 36.6 AP50 on novel classes, an absolute 8.2 gain over the previous best performance. For LVIS, we surpass the state-of-the-art ViLD model by 5.0 mask AP for rare categories and 3.4 overall. Code: https://github.com/hanoonaR/object-centric-ovd.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2207.03482")

Code

Syntology Ran 2 of 4 code samples harvested from 2 repositories linked to this paper; 2 have no recorded run. Of those that ran: 2 ran with no contract checked.

By repository: community (archive-listed): 1 sample from 1 repository, 1 ran; found in paper text by Syntology: 3 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mmaaz60/mvits_for_class_agnostic_od mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

4 samples harvested; 2 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran
2unverified

Licence: 0 of the 4 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

MDefDETR mmaaz60/mvits_for_class_agnostic_od/models/mdef_detr/mdef_detr.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 74d9bf63bb0a32b7 · report
get_fed_loss_inds hanoonaR/object-centric-ovd/ovd/modeling/utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · bb583e07209fe58b · report
get_frequency_distr hanoonaR/object-centric-ovd/ovd/evaluation/custom_coco_eval.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3ccfc563c6913087 · report
load_class_freq hanoonaR/object-centric-ovd/ovd/modeling/utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 5656dece1a24175b · report

Tasks

ObjectOpen Vocabulary Attribute DetectionOpen Vocabulary Object DetectionZero-Shot Object Detection

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Open Vocabulary Attribute Detection OVAD benchmark Object-Centric-OVD (ResNet50) mean average precision 14.6 #5 of 5 Archive leaderboard report
Open Vocabulary Object Detection LVIS v1.0 Object-Centric-OVD AP novel-LVIS base training 21.1 #23 of 28 Archive leaderboard report
Open Vocabulary Object Detection MSCOCO Object-Centric-OVD AP 0.5 36.9 #16 of 32 Archive leaderboard report
Open Vocabulary Object Detection Objects365 Object-Centric-OVD mask AP50 22.3 #1 of 2 Archive leaderboard report
Open Vocabulary Object Detection OpenImages-v4 Object-Centric-OVD mask AP50 42.9 #1 of 2 Archive leaderboard report
Zero-Shot Object Detection MSCOCO Object-Centric-OVD AP 40.5 #7 of 7 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

CLIPMAVL

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections