CVAug 21, 2024

T2VIndexer: A Generative Video Indexer for Efficient Text-Video Retrieval

arXiv:2408.11432v16 citationsh-index: 29Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of slow retrieval times in large-scale video databases for users and applications, representing an incremental improvement over existing methods.

The paper tackles the inefficiency of text-video retrieval by introducing T2VIndexer, a generative model that directly generates video identifiers, reducing retrieval time by 30%-50% while improving accuracy on datasets like MSR-VTT (+1.0%) and MSVD (+1.8%).

Current text-video retrieval methods mainly rely on cross-modal matching between queries and videos to calculate their similarity scores, which are then sorted to obtain retrieval results. This method considers the matching between each candidate video and the query, but it incurs a significant time cost and will increase notably with the increase of candidates. Generative models are common in natural language processing and computer vision, and have been successfully applied in document retrieval, but their application in multimodal retrieval remains unexplored. To enhance retrieval efficiency, in this paper, we introduce a model-based video indexer named T2VIndexer, which is a sequence-to-sequence generative model directly generating video identifiers and retrieving candidate videos with constant time complexity. T2VIndexer aims to reduce retrieval time while maintaining high accuracy. To achieve this goal, we propose video identifier encoding and query-identifier augmentation approaches to represent videos as short sequences while preserving their semantic information. Our method consistently enhances the retrieval efficiency of current state-of-the-art models on four standard datasets. It enables baselines with only 30\%-50\% of the original retrieval time to achieve better retrieval performance on MSR-VTT (+1.0%), MSVD (+1.8%), ActivityNet (+1.5%), and DiDeMo (+0.2%). The code is available at https://github.com/Lilidamowang/T2VIndexer-generativeSearch.

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