paper-with-me

Papers

Simple Image-level Classification Improves Open-vocabulary Object Detection

2023-12-16 · Ruohuan Fang, Guansong Pang, Xiao Bai

Open-Vocabulary Object Detection (OVOD) aims to detect novel objects beyond a given set of base categories on which the detection model is trained. Recent OVOD methods focus on adapting the image-level pre-trained vision-language models (VLMs), such as CLIP, to a region-level object detection task via, eg., region-level knowledge distillation, regional prompt learning, or region-text pre-training, to expand the detection vocabulary. These methods have demonstrated remarkable performance in recognizing regional visual concepts, but they are weak in exploiting the VLMs' powerful global scene understanding ability learned from the billion-scale image-level text descriptions. This limits their capability in detecting hard objects of small, blurred, or occluded appearance from novel/base categories, whose detection heavily relies on contextual information. To address this, we propose a novel approach, namely Simple Image-level Classification for Context-Aware Detection Scoring (SIC-CADS), to leverage the superior global knowledge yielded from CLIP for complementing the current OVOD models from a global perspective. The core of SIC-CADS is a multi-modal multi-label recognition (MLR) module that learns the object co-occurrence-based contextual information from CLIP to recognize all possible object categories in the scene. These image-level MLR scores can then be utilized to refine the instance-level detection scores of the current OVOD models in detecting those hard objects. This is verified by extensive empirical results on two popular benchmarks, OV-LVIS and OV-COCO, which show that SIC-CADS achieves significant and consistent improvement when combined with different types of OVOD models. Further, SIC-CADS also improves the cross-dataset generalization ability on Objects365 and OpenImages. The code is available at https://github.com/mala-lab/SIC-CADS.

📄 PDF Abstract BibTeX arXiv:2312.10439

Code (1)

mala-lab/sic-cads 공식 구현 pytorch

Tasks

Knowledge DistillationObjectobject-detectionObject DetectionOpen-vocabulary object detectionOpen Vocabulary Object DetectionPrompt LearningScene Understanding

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음
BASE 설명 없음
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

SILC: Improving Vision Language Pretraining with Self-Distillation

2023-10-20 · Muhammad Ferjad Naeem, Yongqin Xian, Xiaohua Zhai, Lukas Hoyer 외

Image-Text pretraining on web-scale image caption datasets has become the default recipe for open vocabulary classification and retrieval models thanks to the success of CLIP and its variants. Several works have also use…

ClassificationContrastive LearningOpen Vocabulary Semantic SegmentationQuestion Answering+7

SuperCLIP: CLIP with Simple Classification Supervision

2025-12-16 · Weiheng Zhao, Zilong Huang, Jiashi Feng, Xinggang Wang arxiv

Contrastive Language-Image Pretraining (CLIP) achieves strong generalization in vision-language tasks by aligning images and texts in a shared embedding space. However, recent findings show that CLIP-like models still un…

Contrastive LearningText Retrieval

ProCal: Inference-Time Proposal Calibration for Open-Vocabulary Object Detection

2026-07-02 · Jae-Ryung Hong, Ho-Joong Kim, Seong-Whan Lee arxiv

Open-vocabulary object detection aims to localize and classify objects beyond the fixed set of categories seen dur ing training. Recent open-vocabulary object detection methods improve localization and classification for…

Object Detection

What does a platypus look like? Generating customized prompts for zero-shot image classification

2022-09-07 · ICCV 2023 1 · Sarah Pratt, Ian Covert, Rosanne Liu, Ali Farhadi

Open-vocabulary models are a promising new paradigm for image classification. Unlike traditional classification models, open-vocabulary models classify among any arbitrary set of categories specified with natural languag…

Descriptiveimage-classificationImage ClassificationZero-Shot Image Classification

Prefix Conditioning Unifies Language and Label Supervision

2022-06-02 · CVPR 2023 1 · Kuniaki Saito, Kihyuk Sohn, Xiang Zhang, Chun-Liang Li 외

Image-classification datasets have been used to pretrain image recognition models. Recently, web-scale image-caption datasets have emerged as a source of powerful pretraining alternative. Image-caption datasets are more …

ClassificationContrastive Learningimage-classificationImage Classification+1