CVAIOct 13, 2022

RaP: Redundancy-aware Video-language Pre-training for Text-Video Retrieval

arXiv:2210.06881v1293 citationsh-index: 32Has Code
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in text-video retrieval for researchers and practitioners, offering an incremental improvement over existing methods.

The paper tackles the problem of inter-modal redundancy in video-language pre-training, which causes mismatches between video and text information, and proposes a redundancy-aware pre-training method that achieves significant improvements over previous state-of-the-art results on four benchmark datasets.

Video language pre-training methods have mainly adopted sparse sampling techniques to alleviate the temporal redundancy of videos. Though effective, sparse sampling still suffers inter-modal redundancy: visual redundancy and textual redundancy. Compared with highly generalized text, sparsely sampled frames usually contain text-independent portions, called visual redundancy. Sparse sampling is also likely to miss important frames corresponding to some text portions, resulting in textual redundancy. Inter-modal redundancy leads to a mismatch of video and text information, hindering the model from better learning the shared semantics across modalities. To alleviate it, we propose Redundancy-aware Video-language Pre-training. We design a redundancy measurement of video patches and text tokens by calculating the cross-modal minimum dis-similarity. Then, we penalize the highredundant video patches and text tokens through a proposed redundancy-aware contrastive learning. We evaluate our method on four benchmark datasets, MSRVTT, MSVD, DiDeMo, and LSMDC, achieving a significant improvement over the previous stateof-the-art results. Our code are available at https://github.com/caskcsg/VLP/tree/main/RaP.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes