Dense Video Captioning Using Unsupervised Semantic Information
Valter Estevam, Rayson Laroca, Helio Pedrini, David Menotti
TL;DR
This work tackles dense video captioning using visual information alone by introducing an unsupervised semantic descriptor learned from short-clip co-occurrences. A visual codebook is created via mini-batch $k$-means, and a co-occurrence probability model inspired by GloVe yields dense semantic vectors used to augment visual features. The descriptor is integrated into a bi-modal transformer for event proposal and a vanilla transformer for captioning, achieving state-of-the-art results among visual-only methods and competitive performance with multi-modal baselines on ActivityNet Captions. The approach reduces reliance on audio/speech modalities while maintaining strong captioning quality, and it opens avenues for unsupervised, cross-video semantic learning in dense video understanding.
Abstract
We introduce a method to learn unsupervised semantic visual information based on the premise that complex events can be decomposed into simpler events and that these simple events are shared across several complex events. We first employ a clustering method to group representations producing a visual codebook. Then, we learn a dense representation by encoding the co-occurrence probability matrix for the codebook entries. This representation leverages the performance of the dense video captioning task in a scenario with only visual features. For example, we replace the audio signal in the BMT method and produce temporal proposals with comparable performance. Furthermore, we concatenate the visual representation with our descriptor in a vanilla transformer method to achieve state-of-the-art performance in the captioning subtask compared to the methods that explore only visual features, as well as a competitive performance with multi-modal methods. Our code is available at https://github.com/valterlej/dvcusi.
