Generative Recall, Dense Reranking: Learning Multi-View Semantic IDs for Efficient Text-to-Video Retrieval
Zecheng Zhao, Zhi Chen, Zi Huang, Shazia Sadiq, Tong Chen

TL;DR
This paper introduces GRDR, a novel method combining generative recall with dense reranking for efficient and accurate large-scale text-to-video retrieval, reducing storage and increasing speed significantly.
Contribution
The paper proposes a multi-view semantic ID approach with a shared codebook, improving recall quality and efficiency in two-stage TVR systems compared to existing generative retrieval methods.
Findings
Achieves accuracy comparable to dense retrievers.
Reduces index storage by an order of magnitude.
Speeds up retrieval by up to 300 times.
Abstract
Text-to-Video Retrieval (TVR) is essential in video platforms. Dense retrieval with dual-modality encoders leads in accuracy, but its computation and storage scale poorly with corpus size. Thus, real-time large-scale applications adopt two-stage retrieval, where a fast recall model gathers a small candidate pool, which is reranked by an advanced dense retriever. Due to hugely reduced candidates, the reranking model can use any off-the-shelf dense retriever without hurting efficiency, meaning the recall model bounds two-stage TVR performance. Recently, generative retrieval (GR) replaces dense video embeddings with discrete semantic IDs and retrieves by decoding text queries into ID tokens. GR offers near-constant inference and storage complexity, and its semantic IDs capture high-level video features via quantization, making it ideal for quickly eliminating irrelevant candidates during…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Advanced Image and Video Retrieval Techniques · Video Analysis and Summarization
