ICSVR: Investigating Compositional and Syntactic Understanding in Video Retrieval Models
Avinash Madasu, Vasudev Lal
TL;DR
This paper investigates how video retrieval models comprehend the compositional and syntactic structure of text captions. It introduces a perturbation-based evaluation across MSRVTT, MSVD, and DiDeMo to separately probe objects & attributes, actions, and syntax for 12 competitive VR models, including both video-text pre-trained and CLIP-based approaches. The findings show objects & attributes provide the strongest signal, actions offer moderate disambiguation, and syntax/word-order have limited impact, with CLIP-based methods exhibiting superior syntactic and compositional understanding. These insights illuminate current VR model behavior and guide future design toward more robust, compositional-aware video retrieval systems.
Abstract
Video retrieval (VR) involves retrieving the ground truth video from the video database given a text caption or vice-versa. The two important components of compositionality: objects & attributes and actions are joined using correct syntax to form a proper text query. These components (objects & attributes, actions and syntax) each play an important role to help distinguish among videos and retrieve the correct ground truth video. However, it is unclear what is the effect of these components on the video retrieval performance. We therefore, conduct a systematic study to evaluate the compositional and syntactic understanding of video retrieval models on standard benchmarks such as MSRVTT, MSVD and DIDEMO. The study is performed on two categories of video retrieval models: (i) which are pre-trained on video-text pairs and fine-tuned on downstream video retrieval datasets (Eg. Frozen-in-Time, Violet, MCQ etc.) (ii) which adapt pre-trained image-text representations like CLIP for video retrieval (Eg. CLIP4Clip, XCLIP, CLIP2Video etc.). Our experiments reveal that actions and syntax play a minor role compared to objects & attributes in video understanding. Moreover, video retrieval models that use pre-trained image-text representations (CLIP) have better syntactic and compositional understanding as compared to models pre-trained on video-text data. The code is available at https://github.com/IntelLabs/multimodal_cognitive_ai/tree/main/ICSVR
