CVAILGJun 16, 2022

MixGen: A New Multi-Modal Data Augmentation

Amazon
arXiv:2206.08358v3128 citationsh-index: 31
Originality Incremental advance
AI Analysis

This addresses data efficiency for vision-language models, but it is incremental as it builds on existing augmentation methods.

The paper tackles the lack of joint data augmentation for vision-language pre-training by introducing MixGen, which interpolates images and concatenates text to generate new image-text pairs, leading to performance improvements such as +6.2% on image-text retrieval and +0.9% on visual grounding.

Data augmentation is a necessity to enhance data efficiency in deep learning. For vision-language pre-training, data is only augmented either for images or for text in previous works. In this paper, we present MixGen: a joint data augmentation for vision-language representation learning to further improve data efficiency. It generates new image-text pairs with semantic relationships preserved by interpolating images and concatenating text. It's simple, and can be plug-and-played into existing pipelines. We evaluate MixGen on four architectures, including CLIP, ViLT, ALBEF and TCL, across five downstream vision-language tasks to show its versatility and effectiveness. For example, adding MixGen in ALBEF pre-training leads to absolute performance improvements on downstream tasks: image-text retrieval (+6.2% on COCO fine-tuned and +5.3% on Flicker30K zero-shot), visual grounding (+0.9% on RefCOCO+), visual reasoning (+$0.9% on NLVR2), visual question answering (+0.3% on VQA2.0), and visual entailment (+0.4% on SNLI-VE).

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