English

Composed Image Retrieval for Training-Free Domain Conversion

Computer Vision and Pattern Recognition 2024-12-05 v1

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

Keywords

Cite

@article{arxiv.2412.03297,
  title  = {Composed Image Retrieval for Training-Free Domain Conversion},
  author = {Nikos Efthymiadis and Bill Psomas and Zakaria Laskar and Konstantinos Karantzalos and Yannis Avrithis and Ondřej Chum and Giorgos Tolias},
  journal= {arXiv preprint arXiv:2412.03297},
  year   = {2024}
}

Comments

WACV 2025

R2 v1 2026-06-28T20:22:54.551Z