RANKVIDEO: Reasoning Reranking for Text-to-Video Retrieval
Tyler Skow, Alexander Martin, Benjamin Van Durme, Rama Chellappa, Reno Kriz
TL;DR
RankVideo tackles the bottleneck of text-to-video retrieval by introducing a video-native reasoning reranker that operates directly on audiovisual inputs. It employs a two-stage curriculum—perception-grounded supervised fine-tuning to learn grounded video captions, followed by ranking fine-tuning with a joint objective that includes pointwise calibration, pairwise ranking, and teacher distillation—augmented by a data synthesis pipeline to generate reasoning-intensive queries. On the large MultiVENT 2.0 benchmark, RankVideo delivers substantial gains, averaging a 31% improvement in nDCG@10 over various first-stage retrievers and surpassing text-only and vision-language rerankers, while maintaining efficiency. The approach demonstrates strong generalization across first-stage models and supports downstream benefits in retrieval-augmented generation, highlighting its practical impact for scalable, high-quality video retrieval.
Abstract
Reranking is a critical component of modern retrieval systems, which typically pair an efficient first-stage retriever with a more expressive model to refine results. While large reasoning models have driven rapid progress in text-centric reranking, reasoning-based reranking for video retrieval remains underexplored. To address this gap, we introduce RANKVIDEO, a reasoning-based reranker for video retrieval that explicitly reasons over query-video pairs using video content to assess relevance. RANKVIDEO is trained using a two-stage curriculum consisting of perception-grounded supervised fine-tuning followed by reranking training that combines pointwise, pairwise, and teacher confidence distillation objectives, and is supported by a data synthesis pipeline for constructing reasoning-intensive query-video pairs. Experiments on the large-scale MultiVENT 2.0 benchmark demonstrate that RANKVIDEO consistently improves retrieval performance within a two-stage framework, yielding an average improvement of 31% on nDCG@10 and outperforming text-only and vision-language reranking alternatives, while more efficient.
