State and Scene Enhanced Prototypes for Weakly Supervised Open-Vocabulary Object Detection
Jiaying Zhou, Qingchao Chen
TL;DR
This work tackles WS-OVOD by addressing two bottlenecks: static semantic prototypes that miss intra-class state variation and semantic mismatch between context-rich visual proposals and object-centric text embeddings. It introduces State-Enhanced Semantic Prototypes (SESP) to capture diverse object states via LLM-generated state descriptors and a generic description, and Scene-Augmented Pseudo Prototypes (SAPP) to embed contextual scene information and softly align them with weakly supervised proposals. The overall objective combines standard detection losses with a scene-alignment term, enabling end-to-end training with both detection and classification data. Empirical results on OV-COCO and OV-LVIS show clear gains, especially for novel categories, and cross-dataset transfer on Objects365 demonstrates strong generalization, underscoring the practical impact of richer, context-aware language-vision prototypes for open-vocabulary detection.
Abstract
Open-Vocabulary Object Detection (OVOD) aims to generalize object recognition to novel categories, while Weakly Supervised OVOD (WS-OVOD) extends this by combining box-level annotations with image-level labels. Despite recent progress, two critical challenges persist in this setting. First, existing semantic prototypes, even when enriched by LLMs, are static and limited, failing to capture the rich intra-class visual variations induced by different object states (e.g., a cat's pose). Second, the standard pseudo-box generation introduces a semantic mismatch between visual region proposals (which contain context) and object-centric text embeddings. To tackle these issues, we introduce two complementary prototype enhancement strategies. To capture intra-class variations in appearance and state, we propose the State-Enhanced Semantic Prototypes (SESP), which generates state-aware textual descriptions (e.g., "a sleeping cat") to capture diverse object appearances, yielding more discriminative prototypes. Building on this, we further introduce Scene-Augmented Pseudo Prototypes (SAPP) to address the semantic mismatch. SAPP incorporates contextual semantics (e.g., "cat lying on sofa") and utilizes a soft alignment mechanism to promote contextually consistent visual-textual representations. By integrating SESP and SAPP, our method effectively enhances both the richness of semantic prototypes and the visual-textual alignment, achieving notable improvements.
