DREAM: Improving Video-Text Retrieval Through Relevance-Based Augmentation Using Large Foundation Models
Yimu Wang, Shuai Yuan, Bo Xue, Xiangru Jian, Wei Pang, Mushi Wang, Ning Yu
TL;DR
The paper tackles the data quality bottleneck in video-text retrieval caused by ambiguous one-to-one annotations. It introduces dReAm, a relevance-based augmentation framework that combines simple self-augmentation, text paraphrasing with video stylization, and relevance-enriching data using large language models and visual generative models, built on an X-CLIP backbone with a symmetric contrastive loss. The approach yields state-of-the-art results on MSR-VTT, MSVD, and ActivityNet, with ablations illustrating the substantial impact of relevance-enhancing augmentations and paraphrase-based refinements. This work demonstrates that foundation-model-driven data augmentation can substantially improve cross-modal retrieval robustness and generalization, with potential implications for broader video-language understanding tasks.
Abstract
Recent progress in video-text retrieval has been driven largely by advancements in model architectures and training strategies. However, the representation learning capabilities of videotext retrieval models remain constrained by lowquality and limited training data annotations. To address this issue, we present a novel ViDeoText Retrieval Paradigm with RElevance-based AugMentation, namely DREAM, which enhances video and text data using large foundation models to learn more generalized features. Specifically, we first adopt a simple augmentation method, which generates self-similar data by randomly duplicating or dropping subwords and frames. In addition, inspired by the recent advancement in visual and language generative models, we propose a more robust augmentation method through textual paraphrasing and video stylization using large language models (LLMs) and visual generative models (VGMs). To further enrich video and text information, we propose a relevance-based augmentation method, where LLMs and VGMs generate and integrate new relevant information into the original data. Leveraging this enriched data, extensive experiments on several video-text retrieval benchmarks demonstrate the superiority of DREAM over existing methods.
