CVApr 16, 2021

TEACHTEXT: CrossModal Generalized Distillation for Text-Video Retrieval

arXiv:2104.08271v2148 citations
AI Analysis

This work addresses the challenge of improving text-video retrieval performance for AI systems by effectively utilizing language pretraining, representing an incremental advance through a novel distillation approach.

The paper tackles the under-explored problem of leveraging large-scale language pretraining for text-video retrieval by proposing TeachText, a generalized distillation method that uses multiple text encoders to enhance supervision, achieving state-of-the-art results on several benchmarks with no test-time computational overhead.

In recent years, considerable progress on the task of text-video retrieval has been achieved by leveraging large-scale pretraining on visual and audio datasets to construct powerful video encoders. By contrast, despite the natural symmetry, the design of effective algorithms for exploiting large-scale language pretraining remains under-explored. In this work, we are the first to investigate the design of such algorithms and propose a novel generalized distillation method, TeachText, which leverages complementary cues from multiple text encoders to provide an enhanced supervisory signal to the retrieval model. Moreover, we extend our method to video side modalities and show that we can effectively reduce the number of used modalities at test time without compromising performance. Our approach advances the state of the art on several video retrieval benchmarks by a significant margin and adds no computational overhead at test time. Last but not least, we show an effective application of our method for eliminating noise from retrieval datasets. Code and data can be found at https://www.robots.ox.ac.uk/~vgg/research/teachtext/.

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