CVAug 2, 2023

TeachCLIP: Multi-Grained Teaching for Efficient Text-to-Video Retrieval

arXiv:2308.01217v13 citationsh-index: 22
Originality Incremental advance
AI Analysis

This work addresses efficiency for large-scale text-to-video retrieval applications, representing an incremental improvement over existing CLIP-based methods.

The paper tackles the scalability issue in text-to-video retrieval by proposing TeachCLIP, which uses multi-grained teaching to train a CLIP4Clip-based student network from computationally heavy models, achieving efficient retrieval without extra overhead at inference.

For text-to-video retrieval (T2VR), which aims to retrieve unlabeled videos by ad-hoc textual queries, CLIP-based methods are dominating. Compared to CLIP4Clip which is efficient and compact, the state-of-the-art models tend to compute video-text similarity by fine-grained cross-modal feature interaction and matching, putting their scalability for large-scale T2VR into doubt. For efficient T2VR, we propose TeachCLIP with multi-grained teaching to let a CLIP4Clip based student network learn from more advanced yet computationally heavy models such as X-CLIP, TS2-Net and X-Pool . To improve the student's learning capability, we add an Attentional frame-Feature Aggregation (AFA) block, which by design adds no extra storage/computation overhead at the retrieval stage. While attentive weights produced by AFA are commonly used for combining frame-level features, we propose a novel use of the weights to let them imitate frame-text relevance estimated by the teacher network. As such, AFA provides a fine-grained learning (teaching) channel for the student (teacher). Extensive experiments on multiple public datasets justify the viability of the proposed method.

Foundations

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

Your Notes