paper-with-me

Papers

Probabilistic Compositional Embeddings for Multimodal Image Retrieval

2022-04-12 · Andrei Neculai, Yanbei Chen, Zeynep Akata

Existing works in image retrieval often consider retrieving images with one or two query inputs, which do not generalize to multiple queries. In this work, we investigate a more challenging scenario for composing multiple multimodal queries in image retrieval. Given an arbitrary number of query images and (or) texts, our goal is to retrieve target images containing the semantic concepts specified in multiple multimodal queries. To learn an informative embedding that can flexibly encode the semantics of various queries, we propose a novel multimodal probabilistic composer (MPC). Specifically, we model input images and texts as probabilistic embeddings, which can be further composed by a probabilistic composition rule to facilitate image retrieval with multiple multimodal queries. We propose a new benchmark based on the MS-COCO dataset and evaluate our model on various setups that compose multiple images and (or) text queries for multimodal image retrieval. Without bells and whistles, we show that our probabilistic model formulation significantly outperforms existing related methods on multimodal image retrieval while generalizing well to query with different amounts of inputs given in arbitrary visual and (or) textual modalities. Code is available here: https://github.com/andreineculai/MPC.

📄 PDF Abstract BibTeX arXiv:2204.05845

Code (1)

andreineculai/mpc 공식 구현 pytorch

Tasks

Image RetrievalRetrieval

Similar Papers 제목 키워드 기반

Linear Spaces of Meanings: Compositional Structures in Vision-Language Models

2023-02-28 · ICCV 2023 1 · Matthew Trager, Pramuditha Perera, Luca Zancato, Alessandro Achille 외

We investigate compositional structures in data embeddings from pre-trained vision-language models (VLMs). Traditionally, compositionality has been associated with algebraic operations on embeddings of words from a pre-e…

DisentanglementRetrieval

Prompting Large Vision-Language Models for Compositional Reasoning

2024-01-20 · Timothy Ossowski, Ming Jiang, Junjie Hu

Vision-language models such as CLIP have shown impressive capabilities in encoding texts and images into aligned embeddings, enabling the retrieval of multimodal data in a shared embedding space. However, these embedding…

RetrievalVisual Reasoning

ReMatch: Boosting Representation through Matching for Multimodal Retrieval

2025-11-24 · Qianying Liu, Xiao Liang, Zhiqiang Zhang, Zhongfei Qing 외 arxiv

We present ReMatch, a framework that leverages the generative strength of MLLMs for multimodal retrieval. Previous approaches treated an MLLM as a simple encoder, ignoring its generative nature, and under-utilising its c…

Zero-shot Generalization

Uncertainty-based Cross-Modal Retrieval with Probabilistic Representations

2022-04-20 · Leila Pishdad, Ran Zhang, Konstantinos G. Derpanis, Allan Jepson 외

Probabilistic embeddings have proven useful for capturing polysemous word meanings, as well as ambiguity in image matching. In this paper, we study the advantages of probabilistic embeddings in a cross-modal setting (i.e…

Cross-Modal RetrievalImage RetrievalImage-text matchingImage to text+2

A Probabilistic Model for Joint Learning of Word Embeddings from Texts and Images

2018-10-01 · EMNLP 2018 10 · Melissa Ailem, Bo-Wen Zhang, Aurelien Bellet, Pascal Denis 외

Several recent studies have shown the benefits of combining language and perception to infer word embeddings. These multimodal approaches either simply combine pre-trained textual and visual representations (e.g. feature…

Coreference ResolutionImage ClassificationQuestion AnsweringRetrieval+3