CVJan 17, 2020

Spatio-Temporal Ranked-Attention Networks for Video Captioning

arXiv:2001.06127v122 citations
Originality Incremental advance
AI Analysis

This addresses the problem of generating accurate video descriptions for applications like accessibility and video search, though it appears incremental as it builds on existing attention mechanisms.

The paper tackled video captioning by proposing a Spatio-Temporal and Temporo-Spatial (STaTS) attention model that hierarchically combines spatial and temporal attention, and it outperformed recent state-of-the-art methods on MSVD and MSR-VTT datasets.

Generating video descriptions automatically is a challenging task that involves a complex interplay between spatio-temporal visual features and language models. Given that videos consist of spatial (frame-level) features and their temporal evolutions, an effective captioning model should be able to attend to these different cues selectively. To this end, we propose a Spatio-Temporal and Temporo-Spatial (STaTS) attention model which, conditioned on the language state, hierarchically combines spatial and temporal attention to videos in two different orders: (i) a spatio-temporal (ST) sub-model, which first attends to regions that have temporal evolution, then temporally pools the features from these regions; and (ii) a temporo-spatial (TS) sub-model, which first decides a single frame to attend to, then applies spatial attention within that frame. We propose a novel LSTM-based temporal ranking function, which we call ranked attention, for the ST model to capture action dynamics. Our entire framework is trained end-to-end. We provide experiments on two benchmark datasets: MSVD and MSR-VTT. Our results demonstrate the synergy between the ST and TS modules, outperforming recent state-of-the-art methods.

Foundations

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

Your Notes