DeCo-DETR: Decoupled Cognition DETR for efficient Open-Vocabulary Object Detection

arXiv cs.CV / 4/6/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • DeCo-DETR is introduced as a new vision-centric framework for open-vocabulary object detection that targets practical deployment limits of existing OVOD methods.
  • The method avoids costly inference-time text encoding by building a hierarchical semantic prototype space offline using region-level descriptions from pre-trained LVLMs, aligned via CLIP for reusable semantics.
  • It also improves training dynamics by decoupling semantic reasoning from localization, running alignment and detection as parallel optimization streams to reduce the typical accuracy–generalization trade-off.
  • Experiments on standard OVOD benchmarks show competitive zero-shot performance alongside significantly improved inference efficiency, suggesting better scalability for real systems.

Abstract

Open-vocabulary Object Detection (OVOD) enables models to recognize objects beyond predefined categories, but existing approaches remain limited in practical deployment. On the one hand, multimodal designs often incur substantial computational overhead due to their reliance on text encoders at inference time. On the other hand, tightly coupled training objectives introduce a trade-off between closed-set detection accuracy and open-world generalization. Thus, we propose Decoupled Cognition DETR (DeCo-DETR), a vision-centric framework that addresses these challenges through a unified decoupling paradigm. Instead of depending on online text encoding, DeCo-DETR constructs a hierarchical semantic prototype space from region-level descriptions generated by pre-trained LVLMs and aligned via CLIP, enabling efficient and reusable semantic representation. Building upon this representation, the framework further disentangles semantic reasoning from localization through a decoupled training strategy, which separates alignment and detection into parallel optimization streams. Extensive experiments on standard OVOD benchmarks demonstrate that DeCo-DETR achieves competitive zero-shot detection performance while significantly improving inference efficiency. These results highlight the effectiveness of decoupling semantic cognition from detection, offering a practical direction for scalable OVOD systems.

DeCo-DETR: Decoupled Cognition DETR for efficient Open-Vocabulary Object Detection | AI Navigate