English

Streaming Dense Video Captioning

Computer Vision and Pattern Recognition 2024-04-02 v1

Abstract

An ideal model for dense video captioning -- predicting captions localized temporally in a video -- should be able to handle long input videos, predict rich, detailed textual descriptions, and be able to produce outputs before processing the entire video. Current state-of-the-art models, however, process a fixed number of downsampled frames, and make a single full prediction after seeing the whole video. We propose a streaming dense video captioning model that consists of two novel components: First, we propose a new memory module, based on clustering incoming tokens, which can handle arbitrarily long videos as the memory is of a fixed size. Second, we develop a streaming decoding algorithm that enables our model to make predictions before the entire video has been processed. Our model achieves this streaming ability, and significantly improves the state-of-the-art on three dense video captioning benchmarks: ActivityNet, YouCook2 and ViTT. Our code is released at https://github.com/google-research/scenic.

Keywords

Cite

@article{arxiv.2404.01297,
  title  = {Streaming Dense Video Captioning},
  author = {Xingyi Zhou and Anurag Arnab and Shyamal Buch and Shen Yan and Austin Myers and Xuehan Xiong and Arsha Nagrani and Cordelia Schmid},
  journal= {arXiv preprint arXiv:2404.01297},
  year   = {2024}
}

Comments

CVPR 2024. Code is available at https://github.com/google-research/scenic/tree/main/scenic/projects/streaming_dvc

R2 v1 2026-06-28T15:40:33.579Z