Composed Image Retrieval for Training-Free Domain Conversion
Nikos Efthymiadis, Bill Psomas, Zakaria Laskar, Konstantinos Karantzalos, Yannis Avrithis, Ondřej Chum, Giorgos Tolias
TL;DR
FreeDom tackles training-free composed image retrieval in open-world domain conversion by mapping query images into a discrete text vocabulary through memory-based NN textual inversion and retrieving targets via a weighted ensemble of text queries that combine mapped words with the target domain. It leverages a frozen vision-language model (CLIP) and retrieval augmentation with a visual memory to perform robust cross-domain search without training. The approach is validated on multiple domain-conversion benchmarks, showing large gains over prior training-based and training-free CIR methods and demonstrating the effectiveness of discrete word inversion and memory expansion. The work provides a practical, scalable framework with new benchmarks and a strong foundation for future comparisons in domain-conversion CIR and broader composed image retrieval tasks.
Abstract
This work addresses composed image retrieval in the context of domain conversion, where the content of a query image is retrieved in the domain specified by the query text. We show that a strong vision-language model provides sufficient descriptive power without additional training. The query image is mapped to the text input space using textual inversion. Unlike common practice that invert in the continuous space of text tokens, we use the discrete word space via a nearest-neighbor search in a text vocabulary. With this inversion, the image is softly mapped across the vocabulary and is made more robust using retrieval-based augmentation. Database images are retrieved by a weighted ensemble of text queries combining mapped words with the domain text. Our method outperforms prior art by a large margin on standard and newly introduced benchmarks. Code: https://github.com/NikosEfth/freedom
