CVAILGAug 23, 2021

TACo: Token-aware Cascade Contrastive Learning for Video-Text Alignment

arXiv:2108.09980v125.9159 citations
Originality Incremental advance
AI Analysis

This addresses video-text alignment for multi-modal AI applications, offering incremental improvements over existing methods.

The paper tackles video-text alignment by introducing TACo, which uses token-aware contrastive loss and cascade sampling to improve contrastive learning, achieving state-of-the-art results on text-video retrieval benchmarks like YouCook2, MSR-VTT, and ActivityNet.

Contrastive learning has been widely used to train transformer-based vision-language models for video-text alignment and multi-modal representation learning. This paper presents a new algorithm called Token-Aware Cascade contrastive learning (TACo) that improves contrastive learning using two novel techniques. The first is the token-aware contrastive loss which is computed by taking into account the syntactic classes of words. This is motivated by the observation that for a video-text pair, the content words in the text, such as nouns and verbs, are more likely to be aligned with the visual contents in the video than the function words. Second, a cascade sampling method is applied to generate a small set of hard negative examples for efficient loss estimation for multi-modal fusion layers. To validate the effectiveness of TACo, in our experiments we finetune pretrained models for a set of downstream tasks including text-video retrieval (YouCook2, MSR-VTT and ActivityNet), video action step localization (CrossTask), video action segmentation (COIN). The results show that our models attain consistent improvements across different experimental settings over previous methods, setting new state-of-the-art on three public text-video retrieval benchmarks of YouCook2, MSR-VTT and ActivityNet.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes