WSV trains a zero-shot video captioner on synthetic video latents generated from text, then uses a prompter plus GPT-2 at inference, reaching 52.0 BLEU@4 and 95.7 CIDEr on MSVD without seeing real video during training.
IFCap: Image-like Retrieval and Frequency-based Entity Filtering for Zero-shot Captioning
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Recent advancements in image captioning have explored text-only training methods to overcome the limitations of paired image-text data. However, existing text-only training methods often overlook the modality gap between using text data during training and employing images during inference. To address this issue, we propose a novel approach called Image-like Retrieval, which aligns text features with visually relevant features to mitigate the modality gap. Our method further enhances the accuracy of generated captions by designing a Fusion Module that integrates retrieved captions with input features. Additionally, we introduce a Frequency-based Entity Filtering technique that significantly improves caption quality. We integrate these methods into a unified framework, which we refer to as IFCap ($\textbf{I}$mage-like Retrieval and $\textbf{F}$requency-based Entity Filtering for Zero-shot $\textbf{Cap}$tioning). Through extensive experimentation, our straightforward yet powerful approach has demonstrated its efficacy, outperforming the state-of-the-art methods by a significant margin in both image captioning and video captioning compared to zero-shot captioning based on text-only training.
fields
cs.CV 1years
2026 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Watching Synthetic Videos: Aligning Cross-modal Representations with Visual Synthesis for Zero-shot Video Captioning
WSV trains a zero-shot video captioner on synthetic video latents generated from text, then uses a prompter plus GPT-2 at inference, reaching 52.0 BLEU@4 and 95.7 CIDEr on MSVD without seeing real video during training.