Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Unified Coarse-to-Fine Alignment for Video-Text Retrieval

About

The canonical approach to video-text retrieval leverages a coarse-grained or fine-grained alignment between visual and textual information. However, retrieving the correct video according to the text query is often challenging as it requires the ability to reason about both high-level (scene) and low-level (object) visual clues and how they relate to the text query. To this end, we propose a Unified Coarse-to-fine Alignment model, dubbed UCoFiA. Specifically, our model captures the cross-modal similarity information at different granularity levels. To alleviate the effect of irrelevant visual clues, we also apply an Interactive Similarity Aggregation module (ISA) to consider the importance of different visual features while aggregating the cross-modal similarity to obtain a similarity score for each granularity. Finally, we apply the Sinkhorn-Knopp algorithm to normalize the similarities of each level before summing them, alleviating over- and under-representation issues at different levels. By jointly considering the crossmodal similarity of different granularity, UCoFiA allows the effective unification of multi-grained alignments. Empirically, UCoFiA outperforms previous state-of-the-art CLIP-based methods on multiple video-text retrieval benchmarks, achieving 2.4%, 1.4% and 1.3% improvements in text-to-video retrieval R@1 on MSR-VTT, Activity-Net, and DiDeMo, respectively. Our code is publicly available at https://github.com/Ziyang412/UCoFiA.

Ziyang Wang, Yi-Lin Sung, Feng Cheng, Gedas Bertasius, Mohit Bansal• 2023

Related benchmarks

TaskDatasetResultRank
Text-to-Video RetrievalDiDeMo (test)
R@146.5
376
Text-to-Video RetrievalMSR-VTT (test)
R@149.8
234
Text-to-Video RetrievalMSVD (test)
R@147.4
204
Text-to-Video RetrievalActivityNet (test)
R@145.7
108
Video-to-Text retrievalDiDeMo (test)
R@146
92
Text-to-Video RetrievalVATEX (test)
R@161.1
62
Video-to-Text retrievalMSR-VTT (Full)
Recall@147.1
38
Video RetrievalActivityNet-Captions (test)
R@111.6
38
Partial Relevance Video RetrievalCharades-STA (test)
R@10.9
29
Partial Relevance Video RetrievalTVR (test)
R@115
25
Showing 10 of 13 rows

Other info

Code

Follow for update