🤖 AI Summary
This work addresses text-to-video retrieval (T2VR), proposing a lightweight and efficient fine-grained late-interaction framework. Methodologically, it introduces the first contextualized late-interaction mechanism in the video domain to enable spatiotemporal token-level cross-modal alignment; incorporates a bidirectional expansion strategy between query and visual features; and devises a dual-sigmoid contrastive loss that jointly preserves discriminability and composability. Built upon the ColBERT dual-encoder architecture, the framework supports efficient inference and representation reuse. Evaluated on mainstream T2VR benchmarks, the method achieves state-of-the-art performance—significantly outperforming existing dual-encoder models—while maintaining low computational overhead and strong generalization capability.
📝 Abstract
In this work, we tackle the problem of text-to-video retrieval (T2VR). Inspired by the success of late interaction techniques in text-document, text-image, and text-video retrieval, our approach, Video-ColBERT, introduces a simple and efficient mechanism for fine-grained similarity assessment between queries and videos. Video-ColBERT is built upon 3 main components: a fine-grained spatial and temporal token-wise interaction, query and visual expansions, and a dual sigmoid loss during training. We find that this interaction and training paradigm leads to strong individual, yet compatible, representations for encoding video content. These representations lead to increases in performance on common text-to-video retrieval benchmarks compared to other bi-encoder methods.