paper-with-me

Papers

CLIP-Joint-Detect: End-to-End Joint Training of Object Detectors with Contrastive Vision-Language Supervision

2025-12-28 · Behnam Raoufi, Hossein Sharify, Mohamad Mahdee Ramezanee, Khosrow Hajsadeghi, Saeed Bagheri Shouraki arxiv

Conventional object detectors rely on cross-entropy classification, which can be vulnerable to class imbalance and label noise. We propose CLIP-Joint-Detect, a simple and detector-agnostic framework that integrates CLIP-style contrastive vision-language supervision through end-to-end joint training. A lightweight parallel head projects region or grid features into the CLIP embedding space and aligns them with learnable class-specific text embeddings via InfoNCE contrastive loss and an auxiliary cross-entropy term, while all standard detection losses are optimized simultaneously. The approach applies seamlessly to both two-stage and one-stage architectures. We validate it on Pascal VOC 2007+2012 using Faster R-CNN and on the large-scale MS COCO 2017 benchmark using modern YOLO detectors (YOLOv11), achieving consistent and substantial improvements while preserving real-time inference speed. Extensive experiments and ablations demonstrate that joint optimization with learnable text embeddings markedly enhances closed-set detection performance across diverse architectures and datasets.

📄 PDF Abstract BibTeX arXiv:2512.22969

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CLIP4HOI: Towards Adapting CLIP for Practical Zero-Shot HOI Detection

2023-09-21 · NeurIPS 2023 11

Zero-shot Human-Object Interaction (HOI) detection aims to identify both seen and unseen HOI categories. A strong zero-shot HOI detector is supposed to be not only capable of discriminating novel interactions but also ro…

SCLARO: A Dataset for Grounded Scenario-Level Scene Understanding and ScenarioCLIP for Benchmarking

2025-11-25 · Advik Sinha, Saurabh Atreya, Aashutosh A, Sk Aziz Ali 외 arxiv

In the paradigm of computer vision-based precise real-world scene understanding, joint reasoning in terms of contextual understanding about the objects present in a scene, their inter-object relations, and the action bei…

Knowledge DistillationGraph ClassificationScene UnderstandingObject Detection

DetCLIPv2: Scalable Open-Vocabulary Object Detection Pre-training via Word-Region Alignment

2023-04-10 · CVPR 2023 1 · Lewei Yao, Jianhua Han, Xiaodan Liang, Dan Xu 외

This paper presents DetCLIPv2, an efficient and scalable training framework that incorporates large-scale image-text pairs to achieve open-vocabulary object detection (OVD). Unlike previous OVD frameworks that typically …

Language Modellingobject-detectionObject DetectionOpen-vocabulary object detection+1

Text-to-Image Generation Via Energy-Based CLIP

2024-08-30 · Roy Ganz, Michael Elad

Joint Energy Models (JEMs), while drawing significant research attention, have not been successfully scaled to real-world, high-resolution datasets. We present EB-CLIP, a novel approach extending JEMs to the multimodal v…

Image GenerationText to Image GenerationText-to-Image Generation

VL-DINO: Leveraging CLIP Vision-Language Knowledge for Open-Vocabulary Object Detectio

2026-06-10 · Hao Zhang, Qinran Lin, Linqi Song, Yong Li arxiv

Vision-language models like CLIP can provide rich semantic priors for open-vocabulary object detection. However, jointly integrating both textual and visual knowledge into detection architectures remains challenging. In …

Object Detection