CVJul 22, 2022

Zero-Shot Video Captioning with Evolving Pseudo-Tokens

Meta AI
arXiv:2207.11100v235 citationsh-index: 63Has Code
Originality Incremental advance
AI Analysis

This work addresses video captioning without training data, but it is incremental as it adapts existing zero-shot image methods to videos.

The paper tackles zero-shot video captioning by using frozen GPT-2 and CLIP models to generate sentences with high matching scores to video frames, resulting in coherent captions that leverage real-world knowledge.

We introduce a zero-shot video captioning method that employs two frozen networks: the GPT-2 language model and the CLIP image-text matching model. The matching score is used to steer the language model toward generating a sentence that has a high average matching score to a subset of the video frames. Unlike zero-shot image captioning methods, our work considers the entire sentence at once. This is achieved by optimizing, during the generation process, part of the prompt from scratch, by modifying the representation of all other tokens in the prompt, and by repeating the process iteratively, gradually improving the specificity and comprehensiveness of the generated sentence. Our experiments show that the generated captions are coherent and display a broad range of real-world knowledge. Our code is available at: https://github.com/YoadTew/zero-shot-video-to-text

Code Implementations1 repo
Foundations

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

Your Notes