Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Align before Fuse: Vision and Language Representation Learning with Momentum Distillation

About

Large-scale vision and language representation learning has shown promising improvements on various vision-language tasks. Most existing methods employ a transformer-based multimodal encoder to jointly model visual tokens (region-based image features) and word tokens. Because the visual tokens and word tokens are unaligned, it is challenging for the multimodal encoder to learn image-text interactions. In this paper, we introduce a contrastive loss to ALign the image and text representations BEfore Fusing (ALBEF) them through cross-modal attention, which enables more grounded vision and language representation learning. Unlike most existing methods, our method does not require bounding box annotations nor high-resolution images. In order to improve learning from noisy web data, we propose momentum distillation, a self-training method which learns from pseudo-targets produced by a momentum model. We provide a theoretical analysis of ALBEF from a mutual information maximization perspective, showing that different training tasks can be interpreted as different ways to generate views for an image-text pair. ALBEF achieves state-of-the-art performance on multiple downstream vision-language tasks. On image-text retrieval, ALBEF outperforms methods that are pre-trained on orders of magnitude larger datasets. On VQA and NLVR$^2$, ALBEF achieves absolute improvements of 2.37% and 3.84% compared to the state-of-the-art, while enjoying faster inference speed. Code and pre-trained models are available at https://github.com/salesforce/ALBEF/.

Junnan Li, Ramprasaath R. Selvaraju, Akhilesh Deepak Gotmare, Shafiq Joty, Caiming Xiong, Steven Hoi• 2021

Related benchmarks

TaskDatasetResultRank
Visual Question AnsweringVQA v2 (test-dev)
Overall Accuracy75.85
706
Text-to-Image RetrievalFlickr30K
R@185.6
531
Image-to-Text RetrievalFlickr30K 1K (test)
R@195.9
491
Visual Question AnsweringVQA v2 (test-std)
Accuracy76.04
486
Image ClassificationDTD
Accuracy73.4
485
Image ClassificationFood101
Accuracy84
457
Text-to-Image RetrievalFlickr30k (test)
Recall@185.6
445
Text-to-Image RetrievalFlickr30K 1K (test)
R@185.6
432
Image-to-Text RetrievalFlickr30K
R@195.9
429
Image-to-Text RetrievalFlickr30k (test)
R@195.9
392
Showing 10 of 165 rows
...

Other info

Code

Follow for update