FOR: Finetuning for Object Level Open Vocabulary Image Retrieval
Hila Levi, Guy Heller, Dan Levi
TL;DR
FOR tackles object-centric open-vocabulary image retrieval by fine-tuning a CLIP-based model on a target dataset while preserving vision-language alignment. It introduces SUM-CLIP, a decoder-enhanced head that summarizes image content into a small set of embeddings, and a multi-objective training regime that blends supervised base-label learning with pseudo-label guidance from Cluster-CLIP to support unseen concepts. The approach yields up to $8$ $mAP@50$ gains on novel categories across multiple datasets, reduces inference time by batching, and remains effective in semi-supervised settings with limited labeled data. This work offers a practical, scalable solution for open-vocabulary retrieval with compact embeddings and strong generalization to novel classes.
Abstract
As working with large datasets becomes standard, the task of accurately retrieving images containing objects of interest by an open set textual query gains practical importance. The current leading approach utilizes a pre-trained CLIP model without any adaptation to the target domain, balancing accuracy and efficiency through additional post-processing. In this work, we propose FOR: Finetuning for Object-centric Open-vocabulary Image Retrieval, which allows finetuning on a target dataset using closed-set labels while keeping the visual-language association crucial for open vocabulary retrieval. FOR is based on two design elements: a specialized decoder variant of the CLIP head customized for the intended task, and its coupling within a multi-objective training framework. Together, these design choices result in a significant increase in accuracy, showcasing improvements of up to 8 mAP@50 points over SoTA across three datasets. Additionally, we demonstrate that FOR is also effective in a semi-supervised setting, achieving impressive results even when only a small portion of the dataset is labeled.
