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

Improving Video-Text Retrieval by Multi-Stream Corpus Alignment and Dual Softmax Loss

About

Employing large-scale pre-trained model CLIP to conduct video-text retrieval task (VTR) has become a new trend, which exceeds previous VTR methods. Though, due to the heterogeneity of structures and contents between video and text, previous CLIP-based models are prone to overfitting in the training phase, resulting in relatively poor retrieval performance. In this paper, we propose a multi-stream Corpus Alignment network with single gate Mixture-of-Experts (CAMoE) and a novel Dual Softmax Loss (DSL) to solve the two heterogeneity. The CAMoE employs Mixture-of-Experts (MoE) to extract multi-perspective video representations, including action, entity, scene, etc., then align them with the corresponding part of the text. In this stage, we conduct massive explorations towards the feature extraction module and feature alignment module. DSL is proposed to avoid the one-way optimum-match which occurs in previous contrastive methods. Introducing the intrinsic prior of each pair in a batch, DSL serves as a reviser to correct the similarity matrix and achieves the dual optimal match. DSL is easy to implement with only one-line code but improves significantly. The results show that the proposed CAMoE and DSL are of strong efficiency, and each of them is capable of achieving State-of-The-Art (SOTA) individually on various benchmarks such as MSR-VTT, MSVD, and LSMDC. Further, with both of them, the performance is advanced to a big extend, surpassing the previous SOTA methods for around 4.6\% R@1 in MSR-VTT.

Xing Cheng, Hezheng Lin, Xiangyu Wu, Fan Yang, Dong Shen• 2021

Related benchmarks

TaskDatasetResultRank
Text-to-Video RetrievalDiDeMo
R@10.438
465
Text-to-Video RetrievalDiDeMo (test)
R@143.8
407
Text-to-Video RetrievalMSR-VTT
Recall@147.3
406
Text-to-Video RetrievalMSVD
R@149.8
290
Text-to-Video RetrievalMSR-VTT (test)
R@147.3
265
Text-to-Video RetrievalActivityNet
R@151
245
Text-to-Video RetrievalLSMDC (test)
R@546.1
245
Video-to-Text retrievalMSR-VTT
Recall@149.1
221
Text-to-Video RetrievalMSR-VTT (1k-A)
R@1084.5
211
Text-to-Video RetrievalMSVD (test)
R@149.8
211
Showing 10 of 28 rows

Other info

Code

Follow for update