VISTA: Visualized Text Embedding For Universal Multi-Modal Retrieval
About
Multi-modal retrieval becomes increasingly popular in practice. However, the existing retrievers are mostly text-oriented, which lack the capability to process visual information. Despite the presence of vision-language models like CLIP, the current methods are severely limited in representing the text-only and image-only data. In this work, we present a new embedding model VISTA for universal multi-modal retrieval. Our work brings forth threefold technical contributions. Firstly, we introduce a flexible architecture which extends a powerful text encoder with the image understanding capability by introducing visual token embeddings. Secondly, we develop two data generation strategies, which bring high-quality composed image-text to facilitate the training of the embedding model. Thirdly, we introduce a multi-stage training algorithm, which first aligns the visual token embedding with the text encoder using massive weakly labeled data, and then develops multi-modal representation capability using the generated composed image-text data. In our experiments, VISTA achieves superior performances across a variety of multi-modal retrieval tasks in both zero-shot and supervised settings. Our model, data, and source code are available at https://github.com/FlagOpen/FlagEmbedding.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Composed Image Retrieval | CIRR (test) | -- | 481 | |
| Composed Image Retrieval (Image-Text to Image) | CIRR | -- | 75 | |
| Handwriting Retrieval | Handwriting In-Domain Set | Accuracy@135.72 | 30 | |
| Handwriting Retrieval | Handwriting Spanish synthetic disjoint fonts (Out-of-Domain (OOD)) | Top-1 Accuracy10.39 | 30 | |
| Multi-modal retrieval (Text to Text/Image-Text) | WebQA | Recall@560.11 | 19 | |
| Composed Image Retrieval (Image-Text to Image) | FashionIQ | -- | 19 | |
| Knowledge-based Visual Retrieval | OKVQA Google Search (test) | PR@582.06 | 16 | |
| Visual Information Retrieval | MVRB | SR5.21 | 16 | |
| Multi-modal knowledge base retrieval | ReMuQ (test) | R@596.3 | 14 | |
| Retrieval | HotelMatch Out-of-distribution (test) | MRR@1066.2 | 9 |