CVCLMMOct 19, 2021

Unifying Multimodal Transformer for Bi-directional Image and Text Generation

arXiv:2110.09753v166 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the need for efficient multimodal generation by unifying bi-directional tasks, though it is incremental over existing Transformer-based methods.

The paper tackles the problem of jointly learning image-to-text and text-to-image generation using a single multimodal Transformer model, improving FID from 37.0 to 29.9 for text-to-image and CIDEr-D from 100.9% to 122.6% for image-to-text on MS-COCO.

We study the joint learning of image-to-text and text-to-image generations, which are naturally bi-directional tasks. Typical existing works design two separate task-specific models for each task, which impose expensive design efforts. In this work, we propose a unified image-and-text generative framework based on a single multimodal model to jointly study the bi-directional tasks. We adopt Transformer as our unified architecture for its strong performance and task-agnostic design. Specifically, we formulate both tasks as sequence generation tasks, where we represent images and text as unified sequences of tokens, and the Transformer learns multimodal interactions to generate sequences. We further propose two-level granularity feature representations and sequence-level training to improve the Transformer-based unified framework. Experiments show that our approach significantly improves previous Transformer-based model X-LXMERT's FID from 37.0 to 29.9 (lower is better) for text-to-image generation, and improves CIDEr-D score from 100.9% to 122.6% for fine-tuned image-to-text generation on the MS-COCO dataset. Our code is available online.

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