Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Align and Prompt: Video-and-Language Pre-training with Entity Prompts

About

Video-and-language pre-training has shown promising improvements on various downstream tasks. Most previous methods capture cross-modal interactions with a transformer-based multimodal encoder, not fully addressing the misalignment between unimodal video and text features. Besides, learning fine-grained visual-language alignment usually requires off-the-shelf object detectors to provide object information, which is bottlenecked by the detector's limited vocabulary and expensive computation cost. We propose Align and Prompt: an efficient and effective video-and-language pre-training framework with better cross-modal alignment. First, we introduce a video-text contrastive (VTC) loss to align unimodal video-text features at the instance level, which eases the modeling of cross-modal interactions. Then, we propose a new visually-grounded pre-training task, prompting entity modeling (PEM), which aims to learn fine-grained region-entity alignment. To achieve this, we first introduce an entity prompter module, which is trained with VTC to produce the similarity between a video crop and text prompts instantiated with entity names. The PEM task then asks the model to predict the entity pseudo-labels (i.e~normalized similarity scores) for randomly-selected video crops. The resulting pre-trained model achieves state-of-the-art performance on both text-video retrieval and videoQA, outperforming prior work by a substantial margin. Our code and pre-trained models are available at https://github.com/salesforce/ALPRO.

Dongxu Li, Junnan Li, Hongdong Li, Juan Carlos Niebles, Steven C.H. Hoi• 2021

Related benchmarks

TaskDatasetResultRank
Video Question AnsweringMSRVTT-QA
Accuracy42.1
481
Text-to-Video RetrievalDiDeMo (test)
R@135.9
376
Video Question AnsweringMSRVTT-QA (test)
Accuracy42.1
371
Text-to-Video RetrievalDiDeMo
R@10.359
360
Video Question AnsweringMSVD-QA
Accuracy46.3
340
Text-to-Video RetrievalMSR-VTT
Recall@133.9
313
Video Question AnsweringMSVD-QA (test)
Accuracy46.3
274
Text-to-Video RetrievalMSR-VTT (1k-A)
R@1073.2
211
Video-to-Text retrievalMSR-VTT
Recall@133.9
157
Text-to-Video RetrievalMSRVTT (test)
Recall@10.339
155
Showing 10 of 26 rows

Other info

Code

Follow for update