CVAug 31, 2023

ViLTA: Enhancing Vision-Language Pre-training through Textual Augmentation

arXiv:2308.16689v111 citationsh-index: 30
Originality Incremental advance
AI Analysis

This work addresses robustness and convergence issues in vision-language pre-training, offering incremental improvements for tasks like image-text matching.

The paper tackles the problem of insufficient robustness and slow convergence in vision-language pre-training by proposing ViLTA, which uses cross-distillation for MLM to handle synonyms and synthesizes hard negatives for ITM, achieving better performance on benchmark datasets.

Vision-language pre-training (VLP) methods are blossoming recently, and its crucial goal is to jointly learn visual and textual features via a transformer-based architecture, demonstrating promising improvements on a variety of vision-language tasks. Prior arts usually focus on how to align visual and textual features, but strategies for improving the robustness of model and speeding up model convergence are left insufficiently explored. In this paper, we propose a novel method ViLTA, comprising of two components to further facilitate the model to learn fine-grained representations among image-text pairs. For Masked Language Modeling (MLM), we propose a cross-distillation method to generate soft labels to enhance the robustness of model, which alleviates the problem of treating synonyms of masked words as negative samples in one-hot labels. For Image-Text Matching (ITM), we leverage the current language encoder to synthesize hard negatives based on the context of language input, encouraging the model to learn high-quality representations by increasing the difficulty of the ITM task. By leveraging the above techniques, our ViLTA can achieve better performance on various vision-language tasks. Extensive experiments on benchmark datasets demonstrate that the effectiveness of ViLTA and its promising potential for vision-language pre-training.

Foundations

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

Your Notes