CVCLIRLGJul 23, 2020

ZSCRGAN: A GAN-based Expectation Maximization Model for Zero-Shot Retrieval of Images from Textual Descriptions

arXiv:2007.12212v35 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of deploying retrieval systems on previously unseen classes, which is a practical problem for real-world applications, though it appears incremental as it builds on existing zero-shot and GAN-based approaches.

The paper tackles the problem of zero-shot text-to-image retrieval, where models must retrieve images from unseen classes based on textual descriptions, and proposes a GAN-based model trained with an Expectation-Maximization framework that outperforms state-of-the-art methods on multiple benchmarks.

Most existing algorithms for cross-modal Information Retrieval are based on a supervised train-test setup, where a model learns to align the mode of the query (e.g., text) to the mode of the documents (e.g., images) from a given training set. Such a setup assumes that the training set contains an exhaustive representation of all possible classes of queries. In reality, a retrieval model may need to be deployed on previously unseen classes, which implies a zero-shot IR setup. In this paper, we propose a novel GAN-based model for zero-shot text to image retrieval. When given a textual description as the query, our model can retrieve relevant images in a zero-shot setup. The proposed model is trained using an Expectation-Maximization framework. Experiments on multiple benchmark datasets show that our proposed model comfortably outperforms several state-of-the-art zero-shot text to image retrieval models, as well as zero-shot classification and hashing models suitably used for retrieval.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes