CVCLLGMar 21, 2024

VidLA: Video-Language Alignment at Scale

arXiv:2403.14870v110 citationsh-index: 30CVPR
Originality Incremental advance
AI Analysis

This addresses the problem of aligning videos with language for tasks like retrieval and classification, offering improvements over existing methods, though it is incremental in nature.

The paper tackles video-language alignment by introducing VidLA, which uses a simple two-tower architecture with hierarchical data tokens to capture temporal dependencies and leverages LLMs to create a large-scale dataset, resulting in state-of-the-art performance on retrieval benchmarks, especially for longer videos, and competitive results on classification benchmarks.

In this paper, we propose VidLA, an approach for video-language alignment at scale. There are two major limitations of previous video-language alignment approaches. First, they do not capture both short-range and long-range temporal dependencies and typically employ complex hierarchical deep network architectures that are hard to integrate with existing pretrained image-text foundation models. To effectively address this limitation, we instead keep the network architecture simple and use a set of data tokens that operate at different temporal resolutions in a hierarchical manner, accounting for the temporally hierarchical nature of videos. By employing a simple two-tower architecture, we are able to initialize our video-language model with pretrained image-text foundation models, thereby boosting the final performance. Second, existing video-language alignment works struggle due to the lack of semantically aligned large-scale training data. To overcome it, we leverage recent LLMs to curate the largest video-language dataset to date with better visual grounding. Furthermore, unlike existing video-text datasets which only contain short clips, our dataset is enriched with video clips of varying durations to aid our temporally hierarchical data tokens in extracting better representations at varying temporal scales. Overall, empirical results show that our proposed approach surpasses state-of-the-art methods on multiple retrieval benchmarks, especially on longer videos, and performs competitively on classification benchmarks.

Foundations

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

Your Notes