TA-Prompting: Enhancing Video Large Language Models for Dense Video Captioning via Temporal Anchors
Wei-Yuan Cheng, Kai-Po Chang, Chi-Pin Huang, Fu-En Yang, Yu-Chiang Frank Wang
TL;DR
This work tackles the challenge of temporally grounding dense video captions by introducing TA-Prompting, which leverages Temporal Anchors to localize events and steer VideoLLMs for temporally aware captioning. A two-stage training framework combines an event localizer (predicting $M$ anchors) with a temporal-aware captioning module, while an inference-time Event Coherent Sampling (ECS) enforces cross-event coherence and faithful grounding via a combined score $\mathcal S=\mathcal S_{cs}+\alpha\mathcal S_{as}$. Empirical results on ActivityNet Captions, YouCook2, Charades-STA, and ActivityNet-RTL show improvements in dense video captioning (CIDEr, SODA_c, METEOR), event localization (Recall/Precision/F1), moment retrieval (mIoU, R@IoU), and TemporalQA, demonstrating stronger temporal grounding and narrative coherence. The approach also includes ablations and qualitative analyses that highlight the importance of temporal anchors and ECS for robust, temporally consistent descriptions, suggesting practical impact for long-video understanding and cross-modal reasoning tasks.
Abstract
Dense video captioning aims to interpret and describe all temporally localized events throughout an input video. Recent state-of-the-art methods leverage large language models (LLMs) to provide detailed moment descriptions for video data. However, existing VideoLLMs remain challenging in identifying precise event boundaries in untrimmed videos, causing the generated captions to be not properly grounded. In this paper, we propose TA-Prompting, which enhances VideoLLMs via Temporal Anchors that learn to precisely localize events and prompt the VideoLLMs to perform temporal-aware video event understanding. During inference, in order to properly determine the output caption sequence from an arbitrary number of events presented within a video, we introduce an event coherent sampling strategy to select event captions with sufficient coherence across temporal events and cross-modal similarity with the given video. Through extensive experiments on benchmark datasets, we show that our TA-Prompting is favorable against state-of-the-art VideoLLMs, yielding superior performance on dense video captioning and temporal understanding tasks including moment retrieval and temporalQA.
