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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Video Question Answering | MSRVTT-QA | Accuracy42.1 | 481 | |
| Text-to-Video Retrieval | DiDeMo (test) | R@135.9 | 376 | |
| Video Question Answering | MSRVTT-QA (test) | Accuracy42.1 | 371 | |
| Text-to-Video Retrieval | DiDeMo | R@10.359 | 360 | |
| Video Question Answering | MSVD-QA | Accuracy46.3 | 340 | |
| Text-to-Video Retrieval | MSR-VTT | Recall@133.9 | 313 | |
| Video Question Answering | MSVD-QA (test) | Accuracy46.3 | 274 | |
| Text-to-Video Retrieval | MSR-VTT (1k-A) | R@1073.2 | 211 | |
| Video-to-Text retrieval | MSR-VTT | Recall@133.9 | 157 | |
| Text-to-Video Retrieval | MSRVTT (test) | Recall@10.339 | 155 |