CVAug 25, 2019

Towards Unsupervised Image Captioning with Shared Multimodal Embeddings

arXiv:1908.09317v1116 citations
AI Analysis

This addresses the problem of image understanding without costly annotations for computer vision researchers, though it appears incremental as it builds on existing multimodal embedding methods.

The paper tackles unsupervised image captioning by generating scene descriptions without annotated image-caption pairs, using a shared multimodal embedding space and a language model, and reports that it outperforms previous work.

Understanding images without explicit supervision has become an important problem in computer vision. In this paper, we address image captioning by generating language descriptions of scenes without learning from annotated pairs of images and their captions. The core component of our approach is a shared latent space that is structured by visual concepts. In this space, the two modalities should be indistinguishable. A language model is first trained to encode sentences into semantically structured embeddings. Image features that are translated into this embedding space can be decoded into descriptions through the same language model, similarly to sentence embeddings. This translation is learned from weakly paired images and text using a loss robust to noisy assignments and a conditional adversarial component. Our approach allows to exploit large text corpora outside the annotated distributions of image/caption data. Our experiments show that the proposed domain alignment learns a semantically meaningful representation which outperforms previous work.

Foundations

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

Your Notes