Q2E: Query-to-Event Decomposition for Zero-Shot Multilingual Text-to-Video Retrieval
Shubhashis Roy Dipta, Francis Ferraro
TL;DR
Q2E presents a zero-shot multilingual text-to-video retrieval framework that enriches user queries by decomposing them into prequel, current, and sequel events and by generating multimodal video descriptions. It combines LLM-driven event decomposition with VLM-based frame/video captioning and a multilingual ASR pipeline, then fuses five similarity signals through inverse-entropy rank fusion to produce robust rankings without fine-tuning. Across MSR-VTT, MSVD, and MultiVENT, Q2E achieves consistent improvements, especially when audio information is available, and demonstrates language-robust retrieval with different encoders. The work highlights how leveraging latent world knowledge in LLMs and VLMs can significantly improve retrieval performance while outlining future work on efficiency, bias mitigation, and extending video-captioning capabilities.
Abstract
Recent approaches have shown impressive proficiency in extracting and leveraging parametric knowledge from Large-Language Models (LLMs) and Vision-Language Models (VLMs). In this work, we consider how we can improve the identification and retrieval of videos related to complex real-world events by automatically extracting latent parametric knowledge about those events. We present Q2E: a Query-to-Event decomposition method for zero-shot multilingual text-to-video retrieval, adaptable across datasets, domains, LLMs, or VLMs. Our approach demonstrates that we can enhance the understanding of otherwise overly simplified human queries by decomposing the query using the knowledge embedded in LLMs and VLMs. We additionally show how to apply our approach to both visual and speech-based inputs. To combine this varied multimodal knowledge, we adopt entropy-based fusion scoring for zero-shot fusion. Through evaluations on two diverse datasets and multiple retrieval metrics, we demonstrate that Q2E outperforms several state-of-the-art baselines. Our evaluation also shows that integrating audio information can significantly improve text-to-video retrieval. We have released code and data for future research.
